@choosemycompany/ui 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/README.md +81 -0
- package/dist/cmc-ui.umd.js +1 -0
- package/package.json +8 -7
- package/dist/lib/cmc-ui.umd.js +0 -1
- package/dist/storybook-static/addon-visual-tests-assets/visual-test-illustration.mp4 +0 -0
- package/dist/storybook-static/assets/Button-P5kRU_oR.css +0 -1
- package/dist/storybook-static/assets/Button.stories-CSVwoLhx.js +0 -58
- package/dist/storybook-static/assets/Color-AVL7NMMY-Ct7aAYs-.js +0 -1
- package/dist/storybook-static/assets/DocsRenderer-PQXLIZUC-B03cbZIO.js +0 -706
- package/dist/storybook-static/assets/Heading-DA0pyUxl.css +0 -1
- package/dist/storybook-static/assets/Heading-DKVmbxcF.js +0 -1
- package/dist/storybook-static/assets/Heading.stories-CLjJkHP6.js +0 -91
- package/dist/storybook-static/assets/Title-DUsXPc1D.css +0 -1
- package/dist/storybook-static/assets/Title.stories-Bw8kvqVZ.js +0 -8
- package/dist/storybook-static/assets/_commonjsHelpers-CqkleIqs.js +0 -1
- package/dist/storybook-static/assets/axe-CGjeO0Ii.js +0 -30
- package/dist/storybook-static/assets/iframe-2fFtGrst.css +0 -1
- package/dist/storybook-static/assets/iframe-Qtrfk0sh.js +0 -1121
- package/dist/storybook-static/assets/index-D68ytP8I.js +0 -1
- package/dist/storybook-static/assets/matchers-7Z3WT2CE-T3xScrR7.js +0 -14
- package/dist/storybook-static/favicon.svg +0 -1
- package/dist/storybook-static/iframe.html +0 -686
- package/dist/storybook-static/index.html +0 -164
- package/dist/storybook-static/index.json +0 -1
- package/dist/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/dist/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/dist/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/dist/storybook-static/project.json +0 -1
- package/dist/storybook-static/sb-addons/a11y-4/manager-bundle.js +0 -5
- package/dist/storybook-static/sb-addons/chromatic-com-storybook-1/manager-bundle.js +0 -356
- package/dist/storybook-static/sb-addons/chromatic-com-storybook-1/manager-bundle.js.LEGAL.txt +0 -40
- package/dist/storybook-static/sb-addons/docs-2/manager-bundle.js +0 -151
- package/dist/storybook-static/sb-addons/onboarding-3/manager-bundle.js +0 -127
- package/dist/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -188
- package/dist/storybook-static/sb-addons/vitest-5/manager-bundle.js +0 -3
- package/dist/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/dist/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/dist/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/dist/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/dist/storybook-static/sb-manager/globals-module-info.js +0 -797
- package/dist/storybook-static/sb-manager/globals-runtime.js +0 -72134
- package/dist/storybook-static/sb-manager/globals.js +0 -34
- package/dist/storybook-static/sb-manager/runtime.js +0 -13002
- package/dist/storybook-static/src/components/Atoms/Button/Button.constants.d.ts +0 -15
- package/dist/storybook-static/src/components/Atoms/Heading/Heading.constants.d.ts +0 -9
- /package/dist/{lib/cmc-ui.es.js → cmc-ui.es.js} +0 -0
- /package/dist/{lib/src → src}/components/Atoms/Button/Button.constants.d.ts +0 -0
- /package/dist/{lib/src → src}/components/Atoms/Button/Button.vue.d.ts +0 -0
- /package/dist/{lib/src → src}/components/Atoms/Heading/Heading.constants.d.ts +0 -0
- /package/dist/{lib/src → src}/components/Atoms/Heading/Heading.vue.d.ts +0 -0
- /package/dist/{lib/src → src}/components/Molecules/Title/Title.vue.d.ts +0 -0
- /package/dist/{lib/ui.css → ui.css} +0 -0
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare const buttonKindOptions: {
|
|
2
|
-
readonly primary: "primary";
|
|
3
|
-
readonly secondary: "secondary";
|
|
4
|
-
};
|
|
5
|
-
export type ButtonKind = keyof typeof buttonKindOptions;
|
|
6
|
-
export declare const buttonVariantOptions: {
|
|
7
|
-
readonly default: "default";
|
|
8
|
-
readonly danger: "danger";
|
|
9
|
-
};
|
|
10
|
-
export type ButtonVariant = keyof typeof buttonVariantOptions;
|
|
11
|
-
export declare const buttonSizeOptions: {
|
|
12
|
-
readonly small: "small";
|
|
13
|
-
readonly medium: "medium";
|
|
14
|
-
};
|
|
15
|
-
export type ButtonSize = keyof typeof buttonSizeOptions;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|