@sage/design-tokens 14.4.0 → 14.6.0
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/css/frozenproduct/all.css +46 -23
- package/css/frozenproduct/large/components/button.css +32 -13
- package/css/frozenproduct/large/components/form.css +6 -3
- package/css/frozenproduct/large/global.css +6 -5
- package/css/frozenproduct/small/components/button.css +32 -13
- package/css/frozenproduct/small/components/form.css +6 -3
- package/css/frozenproduct/small/global.css +6 -5
- package/css/marketing/all.css +46 -23
- package/css/marketing/large/components/button.css +32 -13
- package/css/marketing/large/components/form.css +6 -3
- package/css/marketing/large/global.css +6 -5
- package/css/marketing/small/components/button.css +32 -13
- package/css/marketing/small/components/form.css +6 -3
- package/css/marketing/small/global.css +6 -5
- package/css/product/all.css +46 -23
- package/css/product/large/components/button.css +32 -13
- package/css/product/large/components/form.css +6 -3
- package/css/product/large/global.css +6 -5
- package/css/product/small/components/button.css +32 -13
- package/css/product/small/components/form.css +6 -3
- package/css/product/small/global.css +6 -5
- package/ios/frozenproduct/large/dark/components/button.h +32 -13
- package/ios/frozenproduct/large/dark/components/form.h +6 -3
- package/ios/frozenproduct/large/global.h +6 -5
- package/ios/frozenproduct/large/light/components/button.h +32 -13
- package/ios/frozenproduct/large/light/components/form.h +6 -3
- package/ios/frozenproduct/small/dark/components/button.h +32 -13
- package/ios/frozenproduct/small/dark/components/form.h +6 -3
- package/ios/frozenproduct/small/global.h +6 -5
- package/ios/frozenproduct/small/light/components/button.h +32 -13
- package/ios/frozenproduct/small/light/components/form.h +6 -3
- package/ios/marketing/large/dark/components/button.h +32 -13
- package/ios/marketing/large/dark/components/form.h +6 -3
- package/ios/marketing/large/global.h +6 -5
- package/ios/marketing/large/light/components/button.h +32 -13
- package/ios/marketing/large/light/components/form.h +6 -3
- package/ios/marketing/small/dark/components/button.h +32 -13
- package/ios/marketing/small/dark/components/form.h +6 -3
- package/ios/marketing/small/global.h +6 -5
- package/ios/marketing/small/light/components/button.h +32 -13
- package/ios/marketing/small/light/components/form.h +6 -3
- package/ios/product/large/dark/components/button.h +32 -13
- package/ios/product/large/dark/components/form.h +6 -3
- package/ios/product/large/global.h +6 -5
- package/ios/product/large/light/components/button.h +32 -13
- package/ios/product/large/light/components/form.h +6 -3
- package/ios/product/small/dark/components/button.h +32 -13
- package/ios/product/small/dark/components/form.h +6 -3
- package/ios/product/small/global.h +6 -5
- package/ios/product/small/light/components/button.h +32 -13
- package/ios/product/small/light/components/form.h +6 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/dark/components/button.js +366 -39
- package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/form.js +61 -6
- package/js/common/frozenproduct/large/global.d.ts +6 -5
- package/js/common/frozenproduct/large/global.js +122 -101
- package/js/common/frozenproduct/large/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/light/components/button.js +366 -39
- package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/form.js +61 -6
- package/js/common/frozenproduct/small/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/dark/components/button.js +366 -39
- package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/form.js +61 -6
- package/js/common/frozenproduct/small/global.d.ts +6 -5
- package/js/common/frozenproduct/small/global.js +122 -101
- package/js/common/frozenproduct/small/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/light/components/button.js +366 -39
- package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/form.js +61 -6
- package/js/common/marketing/large/dark/components/button.d.ts +28 -1
- package/js/common/marketing/large/dark/components/button.js +366 -39
- package/js/common/marketing/large/dark/components/form.d.ts +7 -0
- package/js/common/marketing/large/dark/components/form.js +61 -6
- package/js/common/marketing/large/global.d.ts +6 -5
- package/js/common/marketing/large/global.js +122 -101
- package/js/common/marketing/large/light/components/button.d.ts +28 -1
- package/js/common/marketing/large/light/components/button.js +366 -39
- package/js/common/marketing/large/light/components/form.d.ts +7 -0
- package/js/common/marketing/large/light/components/form.js +61 -6
- package/js/common/marketing/small/dark/components/button.d.ts +28 -1
- package/js/common/marketing/small/dark/components/button.js +366 -39
- package/js/common/marketing/small/dark/components/form.d.ts +7 -0
- package/js/common/marketing/small/dark/components/form.js +61 -6
- package/js/common/marketing/small/global.d.ts +6 -5
- package/js/common/marketing/small/global.js +122 -101
- package/js/common/marketing/small/light/components/button.d.ts +28 -1
- package/js/common/marketing/small/light/components/button.js +366 -39
- package/js/common/marketing/small/light/components/form.d.ts +7 -0
- package/js/common/marketing/small/light/components/form.js +61 -6
- package/js/common/product/large/dark/components/button.d.ts +28 -1
- package/js/common/product/large/dark/components/button.js +366 -39
- package/js/common/product/large/dark/components/form.d.ts +7 -0
- package/js/common/product/large/dark/components/form.js +61 -6
- package/js/common/product/large/global.d.ts +6 -5
- package/js/common/product/large/global.js +122 -101
- package/js/common/product/large/light/components/button.d.ts +28 -1
- package/js/common/product/large/light/components/button.js +366 -39
- package/js/common/product/large/light/components/form.d.ts +7 -0
- package/js/common/product/large/light/components/form.js +61 -6
- package/js/common/product/small/dark/components/button.d.ts +28 -1
- package/js/common/product/small/dark/components/button.js +366 -39
- package/js/common/product/small/dark/components/form.d.ts +7 -0
- package/js/common/product/small/dark/components/form.js +61 -6
- package/js/common/product/small/global.d.ts +6 -5
- package/js/common/product/small/global.js +122 -101
- package/js/common/product/small/light/components/button.d.ts +28 -1
- package/js/common/product/small/light/components/button.js +366 -39
- package/js/common/product/small/light/components/form.d.ts +7 -0
- package/js/common/product/small/light/components/form.js +61 -6
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/large/global.d.ts +6 -5
- package/js/es6/frozenproduct/large/global.js +6 -5
- package/js/es6/frozenproduct/large/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/light/components/button.js +32 -13
- package/js/es6/frozenproduct/large/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/light/components/form.js +6 -3
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/small/global.d.ts +6 -5
- package/js/es6/frozenproduct/small/global.js +6 -5
- package/js/es6/frozenproduct/small/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/light/components/button.js +32 -13
- package/js/es6/frozenproduct/small/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/light/components/form.js +6 -3
- package/js/es6/marketing/large/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/large/dark/components/button.js +32 -13
- package/js/es6/marketing/large/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/large/dark/components/form.js +6 -3
- package/js/es6/marketing/large/global.d.ts +6 -5
- package/js/es6/marketing/large/global.js +6 -5
- package/js/es6/marketing/large/light/components/button.d.ts +20 -1
- package/js/es6/marketing/large/light/components/button.js +32 -13
- package/js/es6/marketing/large/light/components/form.d.ts +6 -3
- package/js/es6/marketing/large/light/components/form.js +6 -3
- package/js/es6/marketing/small/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/small/dark/components/button.js +32 -13
- package/js/es6/marketing/small/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/small/dark/components/form.js +6 -3
- package/js/es6/marketing/small/global.d.ts +6 -5
- package/js/es6/marketing/small/global.js +6 -5
- package/js/es6/marketing/small/light/components/button.d.ts +20 -1
- package/js/es6/marketing/small/light/components/button.js +32 -13
- package/js/es6/marketing/small/light/components/form.d.ts +6 -3
- package/js/es6/marketing/small/light/components/form.js +6 -3
- package/js/es6/product/large/dark/components/button.d.ts +20 -1
- package/js/es6/product/large/dark/components/button.js +32 -13
- package/js/es6/product/large/dark/components/form.d.ts +6 -3
- package/js/es6/product/large/dark/components/form.js +6 -3
- package/js/es6/product/large/global.d.ts +6 -5
- package/js/es6/product/large/global.js +6 -5
- package/js/es6/product/large/light/components/button.d.ts +20 -1
- package/js/es6/product/large/light/components/button.js +32 -13
- package/js/es6/product/large/light/components/form.d.ts +6 -3
- package/js/es6/product/large/light/components/form.js +6 -3
- package/js/es6/product/small/dark/components/button.d.ts +20 -1
- package/js/es6/product/small/dark/components/button.js +32 -13
- package/js/es6/product/small/dark/components/form.d.ts +6 -3
- package/js/es6/product/small/dark/components/form.js +6 -3
- package/js/es6/product/small/global.d.ts +6 -5
- package/js/es6/product/small/global.js +6 -5
- package/js/es6/product/small/light/components/button.d.ts +20 -1
- package/js/es6/product/small/light/components/button.js +32 -13
- package/js/es6/product/small/light/components/form.d.ts +6 -3
- package/js/es6/product/small/light/components/form.js +6 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/large/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/large/global.js +122 -102
- package/js/umd/frozenproduct/large/light/components/button.js +366 -39
- package/js/umd/frozenproduct/large/light/components/form.js +61 -6
- package/js/umd/frozenproduct/small/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/small/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/small/global.js +122 -102
- package/js/umd/frozenproduct/small/light/components/button.js +366 -39
- package/js/umd/frozenproduct/small/light/components/form.js +61 -6
- package/js/umd/marketing/large/dark/components/button.js +366 -39
- package/js/umd/marketing/large/dark/components/form.js +61 -6
- package/js/umd/marketing/large/global.js +122 -102
- package/js/umd/marketing/large/light/components/button.js +366 -39
- package/js/umd/marketing/large/light/components/form.js +61 -6
- package/js/umd/marketing/small/dark/components/button.js +366 -39
- package/js/umd/marketing/small/dark/components/form.js +61 -6
- package/js/umd/marketing/small/global.js +122 -102
- package/js/umd/marketing/small/light/components/button.js +366 -39
- package/js/umd/marketing/small/light/components/form.js +61 -6
- package/js/umd/product/large/dark/components/button.js +366 -39
- package/js/umd/product/large/dark/components/form.js +61 -6
- package/js/umd/product/large/global.js +122 -102
- package/js/umd/product/large/light/components/button.js +366 -39
- package/js/umd/product/large/light/components/form.js +61 -6
- package/js/umd/product/small/dark/components/button.js +366 -39
- package/js/umd/product/small/dark/components/form.js +61 -6
- package/js/umd/product/small/global.js +122 -102
- package/js/umd/product/small/light/components/button.js +366 -39
- package/js/umd/product/small/light/components/form.js +61 -6
- package/json/flat/frozenproduct/large/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/large/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/large/global.json +6 -5
- package/json/flat/frozenproduct/large/light/components/button.json +32 -13
- package/json/flat/frozenproduct/large/light/components/form.json +6 -3
- package/json/flat/frozenproduct/small/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/small/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/small/global.json +6 -5
- package/json/flat/frozenproduct/small/light/components/button.json +32 -13
- package/json/flat/frozenproduct/small/light/components/form.json +6 -3
- package/json/flat/marketing/large/dark/components/button.json +32 -13
- package/json/flat/marketing/large/dark/components/form.json +6 -3
- package/json/flat/marketing/large/global.json +6 -5
- package/json/flat/marketing/large/light/components/button.json +32 -13
- package/json/flat/marketing/large/light/components/form.json +6 -3
- package/json/flat/marketing/small/dark/components/button.json +32 -13
- package/json/flat/marketing/small/dark/components/form.json +6 -3
- package/json/flat/marketing/small/global.json +6 -5
- package/json/flat/marketing/small/light/components/button.json +32 -13
- package/json/flat/marketing/small/light/components/form.json +6 -3
- package/json/flat/product/large/dark/components/button.json +32 -13
- package/json/flat/product/large/dark/components/form.json +6 -3
- package/json/flat/product/large/global.json +6 -5
- package/json/flat/product/large/light/components/button.json +32 -13
- package/json/flat/product/large/light/components/form.json +6 -3
- package/json/flat/product/small/dark/components/button.json +32 -13
- package/json/flat/product/small/dark/components/form.json +6 -3
- package/json/flat/product/small/global.json +6 -5
- package/json/flat/product/small/light/components/button.json +32 -13
- package/json/flat/product/small/light/components/form.json +6 -3
- package/json/nested/frozenproduct/large/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/large/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/large/global.json +6 -5
- package/json/nested/frozenproduct/large/light/components/button.json +41 -14
- package/json/nested/frozenproduct/large/light/components/form.json +10 -3
- package/json/nested/frozenproduct/small/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/small/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/small/global.json +6 -5
- package/json/nested/frozenproduct/small/light/components/button.json +41 -14
- package/json/nested/frozenproduct/small/light/components/form.json +10 -3
- package/json/nested/marketing/large/dark/components/button.json +41 -14
- package/json/nested/marketing/large/dark/components/form.json +10 -3
- package/json/nested/marketing/large/global.json +6 -5
- package/json/nested/marketing/large/light/components/button.json +41 -14
- package/json/nested/marketing/large/light/components/form.json +10 -3
- package/json/nested/marketing/small/dark/components/button.json +41 -14
- package/json/nested/marketing/small/dark/components/form.json +10 -3
- package/json/nested/marketing/small/global.json +6 -5
- package/json/nested/marketing/small/light/components/button.json +41 -14
- package/json/nested/marketing/small/light/components/form.json +10 -3
- package/json/nested/product/large/dark/components/button.json +41 -14
- package/json/nested/product/large/dark/components/form.json +10 -3
- package/json/nested/product/large/global.json +6 -5
- package/json/nested/product/large/light/components/button.json +41 -14
- package/json/nested/product/large/light/components/form.json +10 -3
- package/json/nested/product/small/dark/components/button.json +41 -14
- package/json/nested/product/small/dark/components/form.json +10 -3
- package/json/nested/product/small/global.json +6 -5
- package/json/nested/product/small/light/components/button.json +41 -14
- package/json/nested/product/small/light/components/form.json +10 -3
- package/package.json +1 -1
- package/sage-design-tokens-14.6.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +45 -26
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +13 -10
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/large/global.scss +6 -5
- package/scss/frozenproduct/small/components/button.scss +32 -13
- package/scss/frozenproduct/small/components/form.scss +6 -3
- package/scss/frozenproduct/small/global.scss +6 -5
- package/scss/marketing/large/components/button.scss +32 -13
- package/scss/marketing/large/components/form.scss +6 -3
- package/scss/marketing/large/global.scss +6 -5
- package/scss/marketing/small/components/button.scss +45 -26
- package/scss/marketing/small/components/container.scss +10 -10
- package/scss/marketing/small/components/form.scss +13 -10
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +5 -5
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/global.scss +6 -5
- package/scss/product/large/components/button.scss +32 -13
- package/scss/product/large/components/container.scss +10 -10
- package/scss/product/large/components/form.scss +13 -10
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +5 -5
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/global.scss +6 -5
- package/scss/product/small/components/button.scss +32 -13
- package/scss/product/small/components/form.scss +6 -3
- package/scss/product/small/global.scss +6 -5
- package/sage-design-tokens-14.4.0.tgz +0 -0
@@ -791,8 +791,8 @@ export const globalTypographyAdaptiveComponentNotificationM = {
|
|
791
791
|
fontSize: "13px",
|
792
792
|
paragraphSpacing: "0",
|
793
793
|
};
|
794
|
-
export const
|
795
|
-
export const
|
794
|
+
export const globalFontSizeAdaptiveStepMinus2 = "12px";
|
795
|
+
export const globalFontSizeAdaptiveStepMinus1 = "13px";
|
796
796
|
export const globalFontSizeAdaptiveStep0 = "14px";
|
797
797
|
export const globalFontSizeAdaptiveStep1 = "16px";
|
798
798
|
export const globalFontSizeAdaptiveStep2 = "17px";
|
@@ -805,7 +805,8 @@ export const globalFontSizeAdaptiveStep8 = "30px";
|
|
805
805
|
export const globalFontSizeAdaptiveStep9 = "33px";
|
806
806
|
export const globalFontSizeAdaptiveStep10 = "36px";
|
807
807
|
export const globalFontFamiliesSageIcons = "sage-icons";
|
808
|
-
export const
|
809
|
-
export const
|
810
|
-
export const
|
808
|
+
export const globalFontFamiliesHeading = "Sage UI";
|
809
|
+
export const globalFontFamiliesSubheading = "Sage UI";
|
810
|
+
export const globalFontFamiliesBody = "Sage UI";
|
811
|
+
export const globalFontFamiliesComponent = "Sage UI";
|
811
812
|
export const globalFontFamiliesOther = "Open Sans";
|
@@ -15,6 +15,7 @@ export const buttonSizeToggleXs: number;
|
|
15
15
|
export const buttonSizeToggleS: number;
|
16
16
|
export const buttonSizeToggleM: number;
|
17
17
|
export const buttonSizeToggleL: number;
|
18
|
+
export const buttonSizeIconS: number;
|
18
19
|
export const buttonSizeIconM: number;
|
19
20
|
export const buttonSizeVideoS: number;
|
20
21
|
export const buttonSizeVideoM: number;
|
@@ -55,6 +56,9 @@ export const buttonSpacePrimaryYL: number;
|
|
55
56
|
export const buttonSpacePrimaryIcononlyXS: number;
|
56
57
|
export const buttonSpacePrimaryIcononlyXM: number;
|
57
58
|
export const buttonSpacePrimaryIcononlyXL: number;
|
59
|
+
export const buttonSpacePrimaryIcononlyYS: number;
|
60
|
+
export const buttonSpacePrimaryIcononlyYM: number;
|
61
|
+
export const buttonSpacePrimaryIcononlyYL: number;
|
58
62
|
export const buttonSpaceSecondaryXXs: number;
|
59
63
|
export const buttonSpaceSecondaryXS: number;
|
60
64
|
export const buttonSpaceSecondaryXM: number;
|
@@ -63,13 +67,18 @@ export const buttonSpaceSecondaryYXs: number;
|
|
63
67
|
export const buttonSpaceSecondaryYS: number;
|
64
68
|
export const buttonSpaceSecondaryYM: number;
|
65
69
|
export const buttonSpaceSecondaryYL: number;
|
70
|
+
export const buttonSpaceSecondaryXgXs: number;
|
66
71
|
export const buttonSpaceSecondaryXgS: number;
|
67
72
|
export const buttonSpaceSecondaryXgM: number;
|
68
73
|
export const buttonSpaceSecondaryXgL: number;
|
69
|
-
export const
|
74
|
+
export const buttonSpaceSecondaryIcononlyXXs: number;
|
70
75
|
export const buttonSpaceSecondaryIcononlyXS: number;
|
71
76
|
export const buttonSpaceSecondaryIcononlyXM: number;
|
72
77
|
export const buttonSpaceSecondaryIcononlyXL: number;
|
78
|
+
export const buttonSpaceSecondaryIcononlyYXs: number;
|
79
|
+
export const buttonSpaceSecondaryIcononlyYS: number;
|
80
|
+
export const buttonSpaceSecondaryIcononlyYM: number;
|
81
|
+
export const buttonSpaceSecondaryIcononlyYL: number;
|
73
82
|
export const buttonSpaceTertiaryYXs: number;
|
74
83
|
export const buttonSpaceTertiaryYS: number;
|
75
84
|
export const buttonSpaceTertiaryYM: number;
|
@@ -82,9 +91,14 @@ export const buttonSpaceTertiaryXgXs: number;
|
|
82
91
|
export const buttonSpaceTertiaryXgS: number;
|
83
92
|
export const buttonSpaceTertiaryXgM: number;
|
84
93
|
export const buttonSpaceTertiaryXgL: number;
|
94
|
+
export const buttonSpaceTertiaryIcononlyXXs: number;
|
85
95
|
export const buttonSpaceTertiaryIcononlyXS: number;
|
86
96
|
export const buttonSpaceTertiaryIcononlyXM: number;
|
87
97
|
export const buttonSpaceTertiaryIcononlyXL: number;
|
98
|
+
export const buttonSpaceTertiaryIcononlyYXs: number;
|
99
|
+
export const buttonSpaceTertiaryIcononlyYS: number;
|
100
|
+
export const buttonSpaceTertiaryIcononlyYM: number;
|
101
|
+
export const buttonSpaceTertiaryIcononlyYL: number;
|
88
102
|
export const buttonSpaceSubtleYXs: number;
|
89
103
|
export const buttonSpaceSubtleYS: number;
|
90
104
|
export const buttonSpaceSubtleYM: number;
|
@@ -97,9 +111,14 @@ export const buttonSpaceSubtleXgXs: number;
|
|
97
111
|
export const buttonSpaceSubtleXgS: number;
|
98
112
|
export const buttonSpaceSubtleXgM: number;
|
99
113
|
export const buttonSpaceSubtleXgL: number;
|
114
|
+
export const buttonSpaceSubtleIcononlyXXs: number;
|
100
115
|
export const buttonSpaceSubtleIcononlyXS: number;
|
101
116
|
export const buttonSpaceSubtleIcononlyXM: number;
|
102
117
|
export const buttonSpaceSubtleIcononlyXL: number;
|
118
|
+
export const buttonSpaceSubtleIcononlyYXs: number;
|
119
|
+
export const buttonSpaceSubtleIcononlyYS: number;
|
120
|
+
export const buttonSpaceSubtleIcononlyYM: number;
|
121
|
+
export const buttonSpaceSubtleIcononlyYL: number;
|
103
122
|
export const buttonSpaceToggleButtonXXs: number;
|
104
123
|
export const buttonSpaceToggleButtonXS: number;
|
105
124
|
export const buttonSpaceToggleButtonXM: number;
|
@@ -15,6 +15,7 @@ export const buttonSizeToggleXs = 24;
|
|
15
15
|
export const buttonSizeToggleS = 32;
|
16
16
|
export const buttonSizeToggleM = 40;
|
17
17
|
export const buttonSizeToggleL = 48;
|
18
|
+
export const buttonSizeIconS = 16;
|
18
19
|
export const buttonSizeIconM = 20;
|
19
20
|
export const buttonSizeVideoS = 40;
|
20
21
|
export const buttonSizeVideoM = 64;
|
@@ -52,9 +53,12 @@ export const buttonSpacePrimaryXgL = 6.4;
|
|
52
53
|
export const buttonSpacePrimaryYS = 4;
|
53
54
|
export const buttonSpacePrimaryYM = 8;
|
54
55
|
export const buttonSpacePrimaryYL = 9.5;
|
55
|
-
export const buttonSpacePrimaryIcononlyXS =
|
56
|
-
export const buttonSpacePrimaryIcononlyXM =
|
57
|
-
export const buttonSpacePrimaryIcononlyXL =
|
56
|
+
export const buttonSpacePrimaryIcononlyXS = 6;
|
57
|
+
export const buttonSpacePrimaryIcononlyXM = 10;
|
58
|
+
export const buttonSpacePrimaryIcononlyXL = 14;
|
59
|
+
export const buttonSpacePrimaryIcononlyYS = 6;
|
60
|
+
export const buttonSpacePrimaryIcononlyYM = 10;
|
61
|
+
export const buttonSpacePrimaryIcononlyYL = 14;
|
58
62
|
export const buttonSpaceSecondaryXXs = 6.4;
|
59
63
|
export const buttonSpaceSecondaryXS = 12;
|
60
64
|
export const buttonSpaceSecondaryXM = 12.8;
|
@@ -63,13 +67,18 @@ export const buttonSpaceSecondaryYXs = 1.1;
|
|
63
67
|
export const buttonSpaceSecondaryYS = 4;
|
64
68
|
export const buttonSpaceSecondaryYM = 8;
|
65
69
|
export const buttonSpaceSecondaryYL = 9.5;
|
70
|
+
export const buttonSpaceSecondaryXgXs = 4;
|
66
71
|
export const buttonSpaceSecondaryXgS = 6.4;
|
67
72
|
export const buttonSpaceSecondaryXgM = 6.4;
|
68
73
|
export const buttonSpaceSecondaryXgL = 6.4;
|
69
|
-
export const
|
70
|
-
export const buttonSpaceSecondaryIcononlyXS =
|
71
|
-
export const buttonSpaceSecondaryIcononlyXM =
|
72
|
-
export const buttonSpaceSecondaryIcononlyXL =
|
74
|
+
export const buttonSpaceSecondaryIcononlyXXs = 4;
|
75
|
+
export const buttonSpaceSecondaryIcononlyXS = 6;
|
76
|
+
export const buttonSpaceSecondaryIcononlyXM = 10;
|
77
|
+
export const buttonSpaceSecondaryIcononlyXL = 14;
|
78
|
+
export const buttonSpaceSecondaryIcononlyYXs = 4;
|
79
|
+
export const buttonSpaceSecondaryIcononlyYS = 6;
|
80
|
+
export const buttonSpaceSecondaryIcononlyYM = 10;
|
81
|
+
export const buttonSpaceSecondaryIcononlyYL = 14;
|
73
82
|
export const buttonSpaceTertiaryYXs = 1.1;
|
74
83
|
export const buttonSpaceTertiaryYS = 4;
|
75
84
|
export const buttonSpaceTertiaryYM = 8;
|
@@ -82,9 +91,14 @@ export const buttonSpaceTertiaryXgXs = 4;
|
|
82
91
|
export const buttonSpaceTertiaryXgS = 6.4;
|
83
92
|
export const buttonSpaceTertiaryXgM = 6.4;
|
84
93
|
export const buttonSpaceTertiaryXgL = 6.4;
|
85
|
-
export const
|
86
|
-
export const
|
87
|
-
export const
|
94
|
+
export const buttonSpaceTertiaryIcononlyXXs = 4;
|
95
|
+
export const buttonSpaceTertiaryIcononlyXS = 6;
|
96
|
+
export const buttonSpaceTertiaryIcononlyXM = 10;
|
97
|
+
export const buttonSpaceTertiaryIcononlyXL = 14;
|
98
|
+
export const buttonSpaceTertiaryIcononlyYXs = 4;
|
99
|
+
export const buttonSpaceTertiaryIcononlyYS = 6;
|
100
|
+
export const buttonSpaceTertiaryIcononlyYM = 10;
|
101
|
+
export const buttonSpaceTertiaryIcononlyYL = 14;
|
88
102
|
export const buttonSpaceSubtleYXs = 1.1;
|
89
103
|
export const buttonSpaceSubtleYS = 4;
|
90
104
|
export const buttonSpaceSubtleYM = 8;
|
@@ -97,9 +111,14 @@ export const buttonSpaceSubtleXgXs = 4;
|
|
97
111
|
export const buttonSpaceSubtleXgS = 4;
|
98
112
|
export const buttonSpaceSubtleXgM = 4;
|
99
113
|
export const buttonSpaceSubtleXgL = 4;
|
100
|
-
export const
|
101
|
-
export const
|
102
|
-
export const
|
114
|
+
export const buttonSpaceSubtleIcononlyXXs = 4;
|
115
|
+
export const buttonSpaceSubtleIcononlyXS = 6;
|
116
|
+
export const buttonSpaceSubtleIcononlyXM = 10;
|
117
|
+
export const buttonSpaceSubtleIcononlyXL = 14;
|
118
|
+
export const buttonSpaceSubtleIcononlyYXs = 4;
|
119
|
+
export const buttonSpaceSubtleIcononlyYS = 6;
|
120
|
+
export const buttonSpaceSubtleIcononlyYM = 10;
|
121
|
+
export const buttonSpaceSubtleIcononlyYL = 14;
|
103
122
|
export const buttonSpaceToggleButtonXXs = 6.4;
|
104
123
|
export const buttonSpaceToggleButtonXS = 9.6;
|
105
124
|
export const buttonSpaceToggleButtonXM = 12.8;
|
@@ -17,9 +17,9 @@ export const formSpaceChipYgL: number;
|
|
17
17
|
export const formSpaceCheckradioYS: number;
|
18
18
|
export const formSpaceCheckradioYM: number;
|
19
19
|
export const formSpaceCheckradioYL: number;
|
20
|
-
export const formSpaceDatepickerPrS:
|
21
|
-
export const formSpaceDatepickerPrM:
|
22
|
-
export const formSpaceDatepickerPrL:
|
20
|
+
export const formSpaceDatepickerPrS: string;
|
21
|
+
export const formSpaceDatepickerPrM: string;
|
22
|
+
export const formSpaceDatepickerPrL: string;
|
23
23
|
export const formSpaceDropdownButtonXS: number;
|
24
24
|
export const formSpaceDropdownButtonXM: number;
|
25
25
|
export const formSpaceDropdownButtonXL: number;
|
@@ -59,6 +59,9 @@ export const formSpaceDropdownOptionSubtextYL: number;
|
|
59
59
|
export const formSpaceDropdownPillXgS: number;
|
60
60
|
export const formSpaceDropdownPillXgM: number;
|
61
61
|
export const formSpaceDropdownPillXgL: number;
|
62
|
+
export const formSpaceDropdownTriggerSubtleS: number;
|
63
|
+
export const formSpaceDropdownTriggerSubtleM: number;
|
64
|
+
export const formSpaceDropdownTriggerSubtleL: number;
|
62
65
|
export const formSpaceFileinputStatusXlM: number;
|
63
66
|
export const formSpaceFileinputStatusYM: number;
|
64
67
|
export const formSpaceFileinputThumbnailM: number;
|
@@ -17,9 +17,9 @@ export const formSpaceChipYgL = 12;
|
|
17
17
|
export const formSpaceCheckradioYS = 3;
|
18
18
|
export const formSpaceCheckradioYM = 2;
|
19
19
|
export const formSpaceCheckradioYL = 4;
|
20
|
-
export const formSpaceDatepickerPrS =
|
21
|
-
export const formSpaceDatepickerPrM =
|
22
|
-
export const formSpaceDatepickerPrL =
|
20
|
+
export const formSpaceDatepickerPrS = "0";
|
21
|
+
export const formSpaceDatepickerPrM = "0";
|
22
|
+
export const formSpaceDatepickerPrL = "0";
|
23
23
|
export const formSpaceDropdownButtonXS = 16;
|
24
24
|
export const formSpaceDropdownButtonXM = 16;
|
25
25
|
export const formSpaceDropdownButtonXL = 16;
|
@@ -59,6 +59,9 @@ export const formSpaceDropdownOptionSubtextYL = 4;
|
|
59
59
|
export const formSpaceDropdownPillXgS = 4;
|
60
60
|
export const formSpaceDropdownPillXgM = 4;
|
61
61
|
export const formSpaceDropdownPillXgL = 4;
|
62
|
+
export const formSpaceDropdownTriggerSubtleS = 4;
|
63
|
+
export const formSpaceDropdownTriggerSubtleM = 4;
|
64
|
+
export const formSpaceDropdownTriggerSubtleL = 4;
|
62
65
|
export const formSpaceFileinputStatusXlM = 22.4;
|
63
66
|
export const formSpaceFileinputStatusYM = 4;
|
64
67
|
export const formSpaceFileinputThumbnailM = 4;
|