Skip to content

Conversation

zachharrison
Copy link
Contributor

Description of the change

Description here

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation or Development tools (readme, specs, tests, code formatting)

Links

  • Jira issue number: (PUT IT HERE)
  • Process.st launch checklist: (PUT IT HERE)

Checklists

Development

  • Prettier was run (if applicable)
  • The behaviour changes in the pull request are covered by specs
  • All tests related to the changed code pass in development

Paperwork

  • This pull request has a descriptive title and information useful to a reviewer
  • This pull request has a Jira number
  • This pull request has a Process.st launch checklist

Code review

  • Changes have been reviewed by at least one other engineer
  • Security impacts of this change have been considered

AndiLuo and others added 27 commits September 29, 2025 14:48
></sqm-tax-and-cash>
);
};
// export const TaxAndCashTextProps = () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented story

title: "Components/Microsite Portal Register",
};

// TODO: Figure out if we can delete this component and it's stories since we have a duplicate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO if we can delete the PortalRegistration componenet

@AndiLuo AndiLuo self-requested a review October 6, 2025 23:45
},
"dependencies": {
"@raisins/stencil-docs-target": "^1.1.0",
"@raisins/stencil-docs-target": "^1.2.0-1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flagging updating this at launch

Comment on lines +34 to +35
// height: "inherit",
// "justify-content": "space-between",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// height: "inherit",
// "justify-content": "space-between",

Comment on lines +1150 to +1151
{ name: "referralsMonth", route: "/(referralsMonth)/:status?" }, // TODO: Add status
{ name: "referralsWeek", route: "/(referralsWeek)/:status?" }, // TODO: Add status
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flagging TODO's

*/
@Component({
tag: "sqm-name-fields",
shadow: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should make sure this didn't break the form data somehow

Comment on lines +32 to +37
// styles?: {
// backgroundColor?: string;
// borderRadius?: string;
// border?: string;
// textColor?: string;
// };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// styles?: {
// backgroundColor?: string;
// borderRadius?: string;
// border?: string;
// textColor?: string;
// };

Comment on lines +91 to +93
// "&::part(base)": {
// border: "1px solid red",
// },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// "&::part(base)": {
// border: "1px solid red",
// },

error ? sheet.classes.inputErrorStyle : ""
}`}
exportparts="base: input-base, input: input-label"
// exportparts="base: input-base, input: input-field"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// exportparts="base: input-base, input: input-field"

return word[0].toUpperCase() + word.slice(1);
}

console.log(capitalizeFirstLetter("warning"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log(capitalizeFirstLetter("warning"));

<script type="module" src="build/mint-components.esm.js"></script>
<script nomodule src="build/mint-components.js"></script>
</head>
<!-- <script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this back to default index before launch

},
"dependencies": {
"@raisins/stencil-docs-target": "^1.1.1",
"@raisins/stencil-docs-target": "^1.2.0-2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flagging pre-release, need to launch raisins before this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants