-
Notifications
You must be signed in to change notification settings - Fork 1
All Changes related to content editor and Mint Component branding #444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…m-tools into feature/content-editor
…h/program-tools into feature/content-editor
…h/program-tools into feature/content-editor
…h/program-tools into feature/content-editor
…m-tools into feature/content-editor
></sqm-tax-and-cash> | ||
); | ||
}; | ||
// export const TaxAndCashTextProps = () => { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
}, | ||
"dependencies": { | ||
"@raisins/stencil-docs-target": "^1.1.0", | ||
"@raisins/stencil-docs-target": "^1.2.0-1", |
There was a problem hiding this comment.
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
// height: "inherit", | ||
// "justify-content": "space-between", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// height: "inherit", | |
// "justify-content": "space-between", |
{ name: "referralsMonth", route: "/(referralsMonth)/:status?" }, // TODO: Add status | ||
{ name: "referralsWeek", route: "/(referralsWeek)/:status?" }, // TODO: Add status |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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
// styles?: { | ||
// backgroundColor?: string; | ||
// borderRadius?: string; | ||
// border?: string; | ||
// textColor?: string; | ||
// }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// styles?: { | |
// backgroundColor?: string; | |
// borderRadius?: string; | |
// border?: string; | |
// textColor?: string; | |
// }; |
// "&::part(base)": { | ||
// border: "1px solid red", | ||
// }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// "&::part(base)": { | |
// border: "1px solid red", | |
// }, |
error ? sheet.classes.inputErrorStyle : "" | ||
}`} | ||
exportparts="base: input-base, input: input-label" | ||
// exportparts="base: input-base, input: input-field" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// exportparts="base: input-base, input: input-field" |
return word[0].toUpperCase() + word.slice(1); | ||
} | ||
|
||
console.log(capitalizeFirstLetter("warning")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log(capitalizeFirstLetter("warning")); |
<script type="module" src="build/mint-components.esm.js"></script> | ||
<script nomodule src="build/mint-components.js"></script> | ||
</head> | ||
<!-- <script> |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
Description of the change
Type of change
Links
Checklists
Development
Paperwork
Code review