@sage/design-tokens 14.6.0 → 14.7.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 +10 -3
- package/css/frozenproduct/large/components/container.css +10 -3
- package/css/frozenproduct/small/components/container.css +10 -3
- package/css/marketing/all.css +10 -3
- package/css/marketing/large/components/container.css +10 -3
- package/css/marketing/small/components/container.css +10 -3
- package/css/product/all.css +20 -13
- package/css/product/large/components/container.css +10 -3
- package/css/product/small/components/container.css +10 -3
- package/css/product/small/components/table.css +10 -10
- package/ios/frozenproduct/large/dark/components/container.h +11 -4
- package/ios/frozenproduct/large/light/components/container.h +11 -4
- package/ios/frozenproduct/small/dark/components/container.h +11 -4
- package/ios/frozenproduct/small/light/components/container.h +11 -4
- package/ios/marketing/large/dark/components/container.h +11 -4
- package/ios/marketing/large/light/components/container.h +11 -4
- package/ios/marketing/small/dark/components/container.h +11 -4
- package/ios/marketing/small/light/components/container.h +11 -4
- package/ios/product/large/dark/components/container.h +11 -4
- package/ios/product/large/light/components/container.h +11 -4
- package/ios/product/small/dark/components/container.h +11 -4
- package/ios/product/small/light/components/container.h +11 -4
- package/js/common/frozenproduct/large/dark/components/container.d.ts +22 -11
- package/js/common/frozenproduct/large/dark/components/container.js +176 -81
- package/js/common/frozenproduct/large/light/components/container.d.ts +22 -11
- package/js/common/frozenproduct/large/light/components/container.js +176 -81
- package/js/common/frozenproduct/small/dark/components/container.d.ts +22 -11
- package/js/common/frozenproduct/small/dark/components/container.js +176 -81
- package/js/common/frozenproduct/small/light/components/container.d.ts +22 -11
- package/js/common/frozenproduct/small/light/components/container.js +176 -81
- package/js/common/marketing/large/dark/components/container.d.ts +22 -11
- package/js/common/marketing/large/dark/components/container.js +176 -81
- package/js/common/marketing/large/light/components/container.d.ts +22 -11
- package/js/common/marketing/large/light/components/container.js +176 -81
- package/js/common/marketing/small/dark/components/container.d.ts +22 -11
- package/js/common/marketing/small/dark/components/container.js +176 -81
- package/js/common/marketing/small/light/components/container.d.ts +22 -11
- package/js/common/marketing/small/light/components/container.js +176 -81
- package/js/common/product/large/dark/components/container.d.ts +22 -11
- package/js/common/product/large/dark/components/container.js +176 -81
- package/js/common/product/large/light/components/container.d.ts +22 -11
- package/js/common/product/large/light/components/container.js +176 -81
- package/js/common/product/small/dark/components/container.d.ts +22 -11
- package/js/common/product/small/dark/components/container.js +176 -81
- package/js/common/product/small/light/components/container.d.ts +22 -11
- package/js/common/product/small/light/components/container.js +176 -81
- package/js/es6/frozenproduct/large/dark/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/large/dark/components/container.js +11 -4
- package/js/es6/frozenproduct/large/light/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/large/light/components/container.js +11 -4
- package/js/es6/frozenproduct/small/dark/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/small/dark/components/container.js +11 -4
- package/js/es6/frozenproduct/small/light/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/small/light/components/container.js +11 -4
- package/js/es6/marketing/large/dark/components/container.d.ts +11 -4
- package/js/es6/marketing/large/dark/components/container.js +11 -4
- package/js/es6/marketing/large/light/components/container.d.ts +11 -4
- package/js/es6/marketing/large/light/components/container.js +11 -4
- package/js/es6/marketing/small/dark/components/container.d.ts +11 -4
- package/js/es6/marketing/small/dark/components/container.js +11 -4
- package/js/es6/marketing/small/light/components/container.d.ts +11 -4
- package/js/es6/marketing/small/light/components/container.js +11 -4
- package/js/es6/product/large/dark/components/container.d.ts +11 -4
- package/js/es6/product/large/dark/components/container.js +11 -4
- package/js/es6/product/large/light/components/container.d.ts +11 -4
- package/js/es6/product/large/light/components/container.js +11 -4
- package/js/es6/product/small/dark/components/container.d.ts +11 -4
- package/js/es6/product/small/dark/components/container.js +11 -4
- package/js/es6/product/small/light/components/container.d.ts +11 -4
- package/js/es6/product/small/light/components/container.js +11 -4
- package/js/umd/frozenproduct/large/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/large/light/components/container.js +176 -81
- package/js/umd/frozenproduct/small/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/small/light/components/container.js +176 -81
- package/js/umd/marketing/large/dark/components/container.js +176 -81
- package/js/umd/marketing/large/light/components/container.js +176 -81
- package/js/umd/marketing/small/dark/components/container.js +176 -81
- package/js/umd/marketing/small/light/components/container.js +176 -81
- package/js/umd/product/large/dark/components/container.js +176 -81
- package/js/umd/product/large/light/components/container.js +176 -81
- package/js/umd/product/small/dark/components/container.js +176 -81
- package/js/umd/product/small/light/components/container.js +176 -81
- package/json/flat/frozenproduct/large/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/large/light/components/container.json +11 -4
- package/json/flat/frozenproduct/small/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/small/light/components/container.json +11 -4
- package/json/flat/marketing/large/dark/components/container.json +11 -4
- package/json/flat/marketing/large/light/components/container.json +11 -4
- package/json/flat/marketing/small/dark/components/container.json +11 -4
- package/json/flat/marketing/small/light/components/container.json +11 -4
- package/json/flat/product/large/dark/components/container.json +11 -4
- package/json/flat/product/large/light/components/container.json +11 -4
- package/json/flat/product/small/dark/components/container.json +11 -4
- package/json/flat/product/small/light/components/container.json +11 -4
- package/json/nested/frozenproduct/large/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/large/light/components/container.json +22 -11
- package/json/nested/frozenproduct/small/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/small/light/components/container.json +22 -11
- package/json/nested/marketing/large/dark/components/container.json +22 -11
- package/json/nested/marketing/large/light/components/container.json +22 -11
- package/json/nested/marketing/small/dark/components/container.json +22 -11
- package/json/nested/marketing/small/light/components/container.json +22 -11
- package/json/nested/product/large/dark/components/container.json +22 -11
- package/json/nested/product/large/light/components/container.json +22 -11
- package/json/nested/product/small/dark/components/container.json +22 -11
- package/json/nested/product/small/light/components/container.json +22 -11
- package/package.json +1 -1
- package/sage-design-tokens-14.7.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +20 -13
- package/scss/frozenproduct/large/components/form.scss +7 -7
- 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/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +20 -13
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/container.scss +10 -3
- package/scss/marketing/small/components/container.scss +10 -3
- package/scss/product/large/components/container.scss +20 -13
- package/scss/product/large/components/form.scss +7 -7
- 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/small/components/container.scss +10 -3
- package/sage-design-tokens-14.6.0.tgz +0 -0
@@ -68,16 +68,23 @@ export const containerSizeCarouselMediaslideMinheight = "300";
|
|
68
68
|
export const containerSizeCopilotEmptystateIllustration = 200;
|
69
69
|
export const containerSizeCopilotEmptystateContentMaxwidth = 600;
|
70
70
|
export const containerSizeCopilotOverlayMaxheight = 960;
|
71
|
+
export const containerSizeDialogMaxWidthXxs = "300";
|
72
|
+
export const containerSizeDialogMaxWidthXs = "380";
|
73
|
+
export const containerSizeDialogMaxWidthS = "540";
|
74
|
+
export const containerSizeDialogMaxWidthM = "750";
|
75
|
+
export const containerSizeDialogMaxWidthL = "850";
|
76
|
+
export const containerSizeDialogMaxWidthXl = "960";
|
77
|
+
export const containerSizeDialogMaxWidthXxl = "1080";
|
71
78
|
export const containerSizeDragDroptarget = 2;
|
72
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
73
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
74
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
75
|
-
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
76
79
|
export const containerSizeDrawerMinwidth = 288;
|
77
80
|
export const containerSizeDrawerMaxwidth = 760;
|
78
81
|
export const containerSizeDrawerClosedM = 40;
|
79
82
|
export const containerSizeFooterM = 56;
|
80
83
|
export const containerSizeFooterL = 72;
|
84
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
85
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
86
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
87
|
+
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
81
88
|
export const containerSizeIconS = 20;
|
82
89
|
export const containerSizeIconM = 20;
|
83
90
|
export const containerSizeIconL = 20;
|
@@ -63,16 +63,23 @@ export const containerSizeCarouselMediaslideMinheight: string;
|
|
63
63
|
export const containerSizeCopilotEmptystateIllustration: number;
|
64
64
|
export const containerSizeCopilotEmptystateContentMaxwidth: number;
|
65
65
|
export const containerSizeCopilotOverlayMaxheight: number;
|
66
|
+
export const containerSizeDialogMaxWidthXxs: string;
|
67
|
+
export const containerSizeDialogMaxWidthXs: string;
|
68
|
+
export const containerSizeDialogMaxWidthS: string;
|
69
|
+
export const containerSizeDialogMaxWidthM: string;
|
70
|
+
export const containerSizeDialogMaxWidthL: string;
|
71
|
+
export const containerSizeDialogMaxWidthXl: string;
|
72
|
+
export const containerSizeDialogMaxWidthXxl: string;
|
66
73
|
export const containerSizeDragDroptarget: number;
|
67
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
68
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
69
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
70
|
-
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
71
74
|
export const containerSizeDrawerMinwidth: number;
|
72
75
|
export const containerSizeDrawerMaxwidth: number;
|
73
76
|
export const containerSizeDrawerClosedM: number;
|
74
77
|
export const containerSizeFooterM: number;
|
75
78
|
export const containerSizeFooterL: number;
|
79
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
80
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
81
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
82
|
+
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
76
83
|
export const containerSizeIconS: number;
|
77
84
|
export const containerSizeIconM: number;
|
78
85
|
export const containerSizeIconL: number;
|
@@ -68,16 +68,23 @@ export const containerSizeCarouselMediaslideMinheight = "300";
|
|
68
68
|
export const containerSizeCopilotEmptystateIllustration = 200;
|
69
69
|
export const containerSizeCopilotEmptystateContentMaxwidth = 600;
|
70
70
|
export const containerSizeCopilotOverlayMaxheight = 960;
|
71
|
+
export const containerSizeDialogMaxWidthXxs = "300";
|
72
|
+
export const containerSizeDialogMaxWidthXs = "380";
|
73
|
+
export const containerSizeDialogMaxWidthS = "540";
|
74
|
+
export const containerSizeDialogMaxWidthM = "750";
|
75
|
+
export const containerSizeDialogMaxWidthL = "850";
|
76
|
+
export const containerSizeDialogMaxWidthXl = "960";
|
77
|
+
export const containerSizeDialogMaxWidthXxl = "1080";
|
71
78
|
export const containerSizeDragDroptarget = 2;
|
72
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
73
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
74
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
75
|
-
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
76
79
|
export const containerSizeDrawerMinwidth = 288;
|
77
80
|
export const containerSizeDrawerMaxwidth = 760;
|
78
81
|
export const containerSizeDrawerClosedM = 40;
|
79
82
|
export const containerSizeFooterM = 56;
|
80
83
|
export const containerSizeFooterL = 72;
|
84
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
85
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
86
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
87
|
+
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
81
88
|
export const containerSizeIconS = 20;
|
82
89
|
export const containerSizeIconM = 20;
|
83
90
|
export const containerSizeIconL = 20;
|
@@ -63,16 +63,23 @@ export const containerSizeCarouselMediaslideMinheight: string;
|
|
63
63
|
export const containerSizeCopilotEmptystateIllustration: number;
|
64
64
|
export const containerSizeCopilotEmptystateContentMaxwidth: number;
|
65
65
|
export const containerSizeCopilotOverlayMaxheight: number;
|
66
|
+
export const containerSizeDialogMaxWidthXxs: string;
|
67
|
+
export const containerSizeDialogMaxWidthXs: string;
|
68
|
+
export const containerSizeDialogMaxWidthS: string;
|
69
|
+
export const containerSizeDialogMaxWidthM: string;
|
70
|
+
export const containerSizeDialogMaxWidthL: string;
|
71
|
+
export const containerSizeDialogMaxWidthXl: string;
|
72
|
+
export const containerSizeDialogMaxWidthXxl: string;
|
66
73
|
export const containerSizeDragDroptarget: number;
|
67
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
68
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
69
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
70
|
-
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
71
74
|
export const containerSizeDrawerMinwidth: number;
|
72
75
|
export const containerSizeDrawerMaxwidth: number;
|
73
76
|
export const containerSizeDrawerClosedM: number;
|
74
77
|
export const containerSizeFooterM: number;
|
75
78
|
export const containerSizeFooterL: number;
|
79
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
80
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
81
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
82
|
+
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
76
83
|
export const containerSizeIconS: number;
|
77
84
|
export const containerSizeIconM: number;
|
78
85
|
export const containerSizeIconL: number;
|
@@ -68,16 +68,23 @@ export const containerSizeCarouselMediaslideMinheight = "300";
|
|
68
68
|
export const containerSizeCopilotEmptystateIllustration = 200;
|
69
69
|
export const containerSizeCopilotEmptystateContentMaxwidth = 600;
|
70
70
|
export const containerSizeCopilotOverlayMaxheight = 960;
|
71
|
+
export const containerSizeDialogMaxWidthXxs = "300";
|
72
|
+
export const containerSizeDialogMaxWidthXs = "380";
|
73
|
+
export const containerSizeDialogMaxWidthS = "540";
|
74
|
+
export const containerSizeDialogMaxWidthM = "750";
|
75
|
+
export const containerSizeDialogMaxWidthL = "850";
|
76
|
+
export const containerSizeDialogMaxWidthXl = "960";
|
77
|
+
export const containerSizeDialogMaxWidthXxl = "1080";
|
71
78
|
export const containerSizeDragDroptarget = 2;
|
72
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
73
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
74
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
75
|
-
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
76
79
|
export const containerSizeDrawerMinwidth = 288;
|
77
80
|
export const containerSizeDrawerMaxwidth = 760;
|
78
81
|
export const containerSizeDrawerClosedM = 40;
|
79
82
|
export const containerSizeFooterM = 56;
|
80
83
|
export const containerSizeFooterL = 72;
|
84
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
85
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
86
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
87
|
+
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
81
88
|
export const containerSizeIconS = 20;
|
82
89
|
export const containerSizeIconM = 20;
|
83
90
|
export const containerSizeIconL = 20;
|
@@ -63,16 +63,23 @@ export const containerSizeCarouselMediaslideMinheight: string;
|
|
63
63
|
export const containerSizeCopilotEmptystateIllustration: number;
|
64
64
|
export const containerSizeCopilotEmptystateContentMaxwidth: number;
|
65
65
|
export const containerSizeCopilotOverlayMaxheight: number;
|
66
|
+
export const containerSizeDialogMaxWidthXxs: string;
|
67
|
+
export const containerSizeDialogMaxWidthXs: string;
|
68
|
+
export const containerSizeDialogMaxWidthS: string;
|
69
|
+
export const containerSizeDialogMaxWidthM: string;
|
70
|
+
export const containerSizeDialogMaxWidthL: string;
|
71
|
+
export const containerSizeDialogMaxWidthXl: string;
|
72
|
+
export const containerSizeDialogMaxWidthXxl: string;
|
66
73
|
export const containerSizeDragDroptarget: number;
|
67
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
68
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
69
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
70
|
-
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
71
74
|
export const containerSizeDrawerMinwidth: number;
|
72
75
|
export const containerSizeDrawerMaxwidth: number;
|
73
76
|
export const containerSizeDrawerClosedM: number;
|
74
77
|
export const containerSizeFooterM: number;
|
75
78
|
export const containerSizeFooterL: number;
|
79
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
80
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
81
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
82
|
+
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
76
83
|
export const containerSizeIconS: number;
|
77
84
|
export const containerSizeIconM: number;
|
78
85
|
export const containerSizeIconL: number;
|
@@ -68,16 +68,23 @@ export const containerSizeCarouselMediaslideMinheight = "300";
|
|
68
68
|
export const containerSizeCopilotEmptystateIllustration = 200;
|
69
69
|
export const containerSizeCopilotEmptystateContentMaxwidth = 600;
|
70
70
|
export const containerSizeCopilotOverlayMaxheight = 960;
|
71
|
+
export const containerSizeDialogMaxWidthXxs = "300";
|
72
|
+
export const containerSizeDialogMaxWidthXs = "380";
|
73
|
+
export const containerSizeDialogMaxWidthS = "540";
|
74
|
+
export const containerSizeDialogMaxWidthM = "750";
|
75
|
+
export const containerSizeDialogMaxWidthL = "850";
|
76
|
+
export const containerSizeDialogMaxWidthXl = "960";
|
77
|
+
export const containerSizeDialogMaxWidthXxl = "1080";
|
71
78
|
export const containerSizeDragDroptarget = 2;
|
72
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
73
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
74
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
75
|
-
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
76
79
|
export const containerSizeDrawerMinwidth = 288;
|
77
80
|
export const containerSizeDrawerMaxwidth = 760;
|
78
81
|
export const containerSizeDrawerClosedM = 40;
|
79
82
|
export const containerSizeFooterM = 56;
|
80
83
|
export const containerSizeFooterL = 72;
|
84
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
85
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
86
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
87
|
+
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
81
88
|
export const containerSizeIconS = 20;
|
82
89
|
export const containerSizeIconM = 20;
|
83
90
|
export const containerSizeIconL = 20;
|
@@ -63,16 +63,23 @@ export const containerSizeCarouselMediaslideMinheight: string;
|
|
63
63
|
export const containerSizeCopilotEmptystateIllustration: number;
|
64
64
|
export const containerSizeCopilotEmptystateContentMaxwidth: number;
|
65
65
|
export const containerSizeCopilotOverlayMaxheight: number;
|
66
|
+
export const containerSizeDialogMaxWidthXxs: string;
|
67
|
+
export const containerSizeDialogMaxWidthXs: string;
|
68
|
+
export const containerSizeDialogMaxWidthS: string;
|
69
|
+
export const containerSizeDialogMaxWidthM: string;
|
70
|
+
export const containerSizeDialogMaxWidthL: string;
|
71
|
+
export const containerSizeDialogMaxWidthXl: string;
|
72
|
+
export const containerSizeDialogMaxWidthXxl: string;
|
66
73
|
export const containerSizeDragDroptarget: number;
|
67
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
68
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
69
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
70
|
-
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
71
74
|
export const containerSizeDrawerMinwidth: number;
|
72
75
|
export const containerSizeDrawerMaxwidth: number;
|
73
76
|
export const containerSizeDrawerClosedM: number;
|
74
77
|
export const containerSizeFooterM: number;
|
75
78
|
export const containerSizeFooterL: number;
|
79
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
80
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
81
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
82
|
+
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
76
83
|
export const containerSizeIconS: number;
|
77
84
|
export const containerSizeIconM: number;
|
78
85
|
export const containerSizeIconL: number;
|
@@ -68,16 +68,23 @@ export const containerSizeCarouselMediaslideMinheight = "300";
|
|
68
68
|
export const containerSizeCopilotEmptystateIllustration = 200;
|
69
69
|
export const containerSizeCopilotEmptystateContentMaxwidth = 600;
|
70
70
|
export const containerSizeCopilotOverlayMaxheight = 960;
|
71
|
+
export const containerSizeDialogMaxWidthXxs = "300";
|
72
|
+
export const containerSizeDialogMaxWidthXs = "380";
|
73
|
+
export const containerSizeDialogMaxWidthS = "540";
|
74
|
+
export const containerSizeDialogMaxWidthM = "750";
|
75
|
+
export const containerSizeDialogMaxWidthL = "850";
|
76
|
+
export const containerSizeDialogMaxWidthXl = "960";
|
77
|
+
export const containerSizeDialogMaxWidthXxl = "1080";
|
71
78
|
export const containerSizeDragDroptarget = 2;
|
72
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
73
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
74
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
75
|
-
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
76
79
|
export const containerSizeDrawerMinwidth = 288;
|
77
80
|
export const containerSizeDrawerMaxwidth = 760;
|
78
81
|
export const containerSizeDrawerClosedM = 40;
|
79
82
|
export const containerSizeFooterM = 56;
|
80
83
|
export const containerSizeFooterL = 72;
|
84
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
85
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
86
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
87
|
+
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
81
88
|
export const containerSizeIconS = 20;
|
82
89
|
export const containerSizeIconM = 20;
|
83
90
|
export const containerSizeIconL = 20;
|
@@ -63,16 +63,23 @@ export const containerSizeCarouselMediaslideMinheight: string;
|
|
63
63
|
export const containerSizeCopilotEmptystateIllustration: number;
|
64
64
|
export const containerSizeCopilotEmptystateContentMaxwidth: number;
|
65
65
|
export const containerSizeCopilotOverlayMaxheight: number;
|
66
|
+
export const containerSizeDialogMaxWidthXxs: string;
|
67
|
+
export const containerSizeDialogMaxWidthXs: string;
|
68
|
+
export const containerSizeDialogMaxWidthS: string;
|
69
|
+
export const containerSizeDialogMaxWidthM: string;
|
70
|
+
export const containerSizeDialogMaxWidthL: string;
|
71
|
+
export const containerSizeDialogMaxWidthXl: string;
|
72
|
+
export const containerSizeDialogMaxWidthXxl: string;
|
66
73
|
export const containerSizeDragDroptarget: number;
|
67
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
68
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
69
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
70
|
-
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
71
74
|
export const containerSizeDrawerMinwidth: number;
|
72
75
|
export const containerSizeDrawerMaxwidth: number;
|
73
76
|
export const containerSizeDrawerClosedM: number;
|
74
77
|
export const containerSizeFooterM: number;
|
75
78
|
export const containerSizeFooterL: number;
|
79
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS: number;
|
80
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM: number;
|
81
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL: number;
|
82
|
+
export const containerSizeGenericEmptystateIllustrationSecondary: number;
|
76
83
|
export const containerSizeIconS: number;
|
77
84
|
export const containerSizeIconM: number;
|
78
85
|
export const containerSizeIconL: number;
|
@@ -68,16 +68,23 @@ export const containerSizeCarouselMediaslideMinheight = "300";
|
|
68
68
|
export const containerSizeCopilotEmptystateIllustration = 200;
|
69
69
|
export const containerSizeCopilotEmptystateContentMaxwidth = 600;
|
70
70
|
export const containerSizeCopilotOverlayMaxheight = 960;
|
71
|
+
export const containerSizeDialogMaxWidthXxs = "300";
|
72
|
+
export const containerSizeDialogMaxWidthXs = "380";
|
73
|
+
export const containerSizeDialogMaxWidthS = "540";
|
74
|
+
export const containerSizeDialogMaxWidthM = "750";
|
75
|
+
export const containerSizeDialogMaxWidthL = "850";
|
76
|
+
export const containerSizeDialogMaxWidthXl = "960";
|
77
|
+
export const containerSizeDialogMaxWidthXxl = "1080";
|
71
78
|
export const containerSizeDragDroptarget = 2;
|
72
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
73
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
74
|
-
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
75
|
-
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
76
79
|
export const containerSizeDrawerMinwidth = 288;
|
77
80
|
export const containerSizeDrawerMaxwidth = 760;
|
78
81
|
export const containerSizeDrawerClosedM = 40;
|
79
82
|
export const containerSizeFooterM = 56;
|
80
83
|
export const containerSizeFooterL = 72;
|
84
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryS = 200;
|
85
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryM = 240;
|
86
|
+
export const containerSizeGenericEmptystateIllustrationPrimaryL = 320;
|
87
|
+
export const containerSizeGenericEmptystateIllustrationSecondary = 60;
|
81
88
|
export const containerSizeIconS = 20;
|
82
89
|
export const containerSizeIconM = 20;
|
83
90
|
export const containerSizeIconL = 20;
|
@@ -948,6 +948,101 @@
|
|
948
948
|
},
|
949
949
|
},
|
950
950
|
},
|
951
|
+
dialog: {
|
952
|
+
maxWidth: {
|
953
|
+
XXS: {
|
954
|
+
$type: "sizing",
|
955
|
+
$value: "300",
|
956
|
+
filePath: "data/tokens/components/container.json",
|
957
|
+
isSource: true,
|
958
|
+
original: {
|
959
|
+
$type: "sizing",
|
960
|
+
$value: "300",
|
961
|
+
},
|
962
|
+
name: "containerSizeDialogMaxWidthXxs",
|
963
|
+
attributes: {},
|
964
|
+
path: ["container", "size", "dialog", "maxWidth", "XXS"],
|
965
|
+
},
|
966
|
+
XS: {
|
967
|
+
$type: "sizing",
|
968
|
+
$value: "380",
|
969
|
+
filePath: "data/tokens/components/container.json",
|
970
|
+
isSource: true,
|
971
|
+
original: {
|
972
|
+
$type: "sizing",
|
973
|
+
$value: "380",
|
974
|
+
},
|
975
|
+
name: "containerSizeDialogMaxWidthXs",
|
976
|
+
attributes: {},
|
977
|
+
path: ["container", "size", "dialog", "maxWidth", "XS"],
|
978
|
+
},
|
979
|
+
S: {
|
980
|
+
$type: "sizing",
|
981
|
+
$value: "540",
|
982
|
+
filePath: "data/tokens/components/container.json",
|
983
|
+
isSource: true,
|
984
|
+
original: {
|
985
|
+
$type: "sizing",
|
986
|
+
$value: "540",
|
987
|
+
},
|
988
|
+
name: "containerSizeDialogMaxWidthS",
|
989
|
+
attributes: {},
|
990
|
+
path: ["container", "size", "dialog", "maxWidth", "S"],
|
991
|
+
},
|
992
|
+
M: {
|
993
|
+
$type: "sizing",
|
994
|
+
$value: "750",
|
995
|
+
filePath: "data/tokens/components/container.json",
|
996
|
+
isSource: true,
|
997
|
+
original: {
|
998
|
+
$type: "sizing",
|
999
|
+
$value: "750",
|
1000
|
+
},
|
1001
|
+
name: "containerSizeDialogMaxWidthM",
|
1002
|
+
attributes: {},
|
1003
|
+
path: ["container", "size", "dialog", "maxWidth", "M"],
|
1004
|
+
},
|
1005
|
+
L: {
|
1006
|
+
$type: "sizing",
|
1007
|
+
$value: "850",
|
1008
|
+
filePath: "data/tokens/components/container.json",
|
1009
|
+
isSource: true,
|
1010
|
+
original: {
|
1011
|
+
$type: "sizing",
|
1012
|
+
$value: "850",
|
1013
|
+
},
|
1014
|
+
name: "containerSizeDialogMaxWidthL",
|
1015
|
+
attributes: {},
|
1016
|
+
path: ["container", "size", "dialog", "maxWidth", "L"],
|
1017
|
+
},
|
1018
|
+
XL: {
|
1019
|
+
$type: "sizing",
|
1020
|
+
$value: "960",
|
1021
|
+
filePath: "data/tokens/components/container.json",
|
1022
|
+
isSource: true,
|
1023
|
+
original: {
|
1024
|
+
$type: "sizing",
|
1025
|
+
$value: "960",
|
1026
|
+
},
|
1027
|
+
name: "containerSizeDialogMaxWidthXl",
|
1028
|
+
attributes: {},
|
1029
|
+
path: ["container", "size", "dialog", "maxWidth", "XL"],
|
1030
|
+
},
|
1031
|
+
XXL: {
|
1032
|
+
$type: "sizing",
|
1033
|
+
$value: "1080",
|
1034
|
+
filePath: "data/tokens/components/container.json",
|
1035
|
+
isSource: true,
|
1036
|
+
original: {
|
1037
|
+
$type: "sizing",
|
1038
|
+
$value: "1080",
|
1039
|
+
},
|
1040
|
+
name: "containerSizeDialogMaxWidthXxl",
|
1041
|
+
attributes: {},
|
1042
|
+
path: ["container", "size", "dialog", "maxWidth", "XXL"],
|
1043
|
+
},
|
1044
|
+
},
|
1045
|
+
},
|
951
1046
|
drag: {
|
952
1047
|
droptarget: {
|
953
1048
|
$type: "sizing",
|
@@ -965,6 +1060,87 @@
|
|
965
1060
|
path: ["container", "size", "drag", "droptarget"],
|
966
1061
|
},
|
967
1062
|
},
|
1063
|
+
drawer: {
|
1064
|
+
minwidth: {
|
1065
|
+
$type: "sizing",
|
1066
|
+
$value: 288,
|
1067
|
+
$description: "min-width for drawer component",
|
1068
|
+
filePath: "data/tokens/components/container.json",
|
1069
|
+
isSource: true,
|
1070
|
+
original: {
|
1071
|
+
$type: "sizing",
|
1072
|
+
$value: "{container.size.responsive.XL}",
|
1073
|
+
$description: "min-width for drawer component",
|
1074
|
+
},
|
1075
|
+
name: "containerSizeDrawerMinwidth",
|
1076
|
+
attributes: {},
|
1077
|
+
path: ["container", "size", "drawer", "minwidth"],
|
1078
|
+
},
|
1079
|
+
maxwidth: {
|
1080
|
+
$type: "sizing",
|
1081
|
+
$value: 760,
|
1082
|
+
$description: "max-width for drawer component",
|
1083
|
+
filePath: "data/tokens/components/container.json",
|
1084
|
+
isSource: true,
|
1085
|
+
original: {
|
1086
|
+
$type: "sizing",
|
1087
|
+
$value: "{container.size.responsive.XXXXL}",
|
1088
|
+
$description: "max-width for drawer component",
|
1089
|
+
},
|
1090
|
+
name: "containerSizeDrawerMaxwidth",
|
1091
|
+
attributes: {},
|
1092
|
+
path: ["container", "size", "drawer", "maxwidth"],
|
1093
|
+
},
|
1094
|
+
closed: {
|
1095
|
+
M: {
|
1096
|
+
$type: "sizing",
|
1097
|
+
$value: 40,
|
1098
|
+
$description: "width for the closed drawer state",
|
1099
|
+
filePath: "data/tokens/components/container.json",
|
1100
|
+
isSource: true,
|
1101
|
+
original: {
|
1102
|
+
$type: "sizing",
|
1103
|
+
$value: "{global.size.macro.M}",
|
1104
|
+
$description: "width for the closed drawer state",
|
1105
|
+
},
|
1106
|
+
name: "containerSizeDrawerClosedM",
|
1107
|
+
attributes: {},
|
1108
|
+
path: ["container", "size", "drawer", "closed", "M"],
|
1109
|
+
},
|
1110
|
+
},
|
1111
|
+
},
|
1112
|
+
footer: {
|
1113
|
+
M: {
|
1114
|
+
$type: "sizing",
|
1115
|
+
$value: 56,
|
1116
|
+
$description: "card and tile footers",
|
1117
|
+
filePath: "data/tokens/components/container.json",
|
1118
|
+
isSource: true,
|
1119
|
+
original: {
|
1120
|
+
$type: "sizing",
|
1121
|
+
$value: "{global.size.macro.XL}",
|
1122
|
+
$description: "card and tile footers",
|
1123
|
+
},
|
1124
|
+
name: "containerSizeFooterM",
|
1125
|
+
attributes: {},
|
1126
|
+
path: ["container", "size", "footer", "M"],
|
1127
|
+
},
|
1128
|
+
L: {
|
1129
|
+
$type: "sizing",
|
1130
|
+
$value: 72,
|
1131
|
+
$description: "Dialog, sidebar and drawer footer max-height",
|
1132
|
+
filePath: "data/tokens/components/container.json",
|
1133
|
+
isSource: true,
|
1134
|
+
original: {
|
1135
|
+
$type: "sizing",
|
1136
|
+
$value: "{global.size.macro.XS} * 3",
|
1137
|
+
$description: "Dialog, sidebar and drawer footer max-height",
|
1138
|
+
},
|
1139
|
+
name: "containerSizeFooterL",
|
1140
|
+
attributes: {},
|
1141
|
+
path: ["container", "size", "footer", "L"],
|
1142
|
+
},
|
1143
|
+
},
|
968
1144
|
generic: {
|
969
1145
|
emptystate: {
|
970
1146
|
illustration: {
|
@@ -1070,87 +1246,6 @@
|
|
1070
1246
|
},
|
1071
1247
|
},
|
1072
1248
|
},
|
1073
|
-
drawer: {
|
1074
|
-
minwidth: {
|
1075
|
-
$type: "sizing",
|
1076
|
-
$value: 288,
|
1077
|
-
$description: "min-width for drawer component",
|
1078
|
-
filePath: "data/tokens/components/container.json",
|
1079
|
-
isSource: true,
|
1080
|
-
original: {
|
1081
|
-
$type: "sizing",
|
1082
|
-
$value: "{container.size.responsive.XL}",
|
1083
|
-
$description: "min-width for drawer component",
|
1084
|
-
},
|
1085
|
-
name: "containerSizeDrawerMinwidth",
|
1086
|
-
attributes: {},
|
1087
|
-
path: ["container", "size", "drawer", "minwidth"],
|
1088
|
-
},
|
1089
|
-
maxwidth: {
|
1090
|
-
$type: "sizing",
|
1091
|
-
$value: 760,
|
1092
|
-
$description: "max-width for drawer component",
|
1093
|
-
filePath: "data/tokens/components/container.json",
|
1094
|
-
isSource: true,
|
1095
|
-
original: {
|
1096
|
-
$type: "sizing",
|
1097
|
-
$value: "{container.size.responsive.XXXXL}",
|
1098
|
-
$description: "max-width for drawer component",
|
1099
|
-
},
|
1100
|
-
name: "containerSizeDrawerMaxwidth",
|
1101
|
-
attributes: {},
|
1102
|
-
path: ["container", "size", "drawer", "maxwidth"],
|
1103
|
-
},
|
1104
|
-
closed: {
|
1105
|
-
M: {
|
1106
|
-
$type: "sizing",
|
1107
|
-
$value: 40,
|
1108
|
-
$description: "width for the closed drawer state",
|
1109
|
-
filePath: "data/tokens/components/container.json",
|
1110
|
-
isSource: true,
|
1111
|
-
original: {
|
1112
|
-
$type: "sizing",
|
1113
|
-
$value: "{global.size.macro.M}",
|
1114
|
-
$description: "width for the closed drawer state",
|
1115
|
-
},
|
1116
|
-
name: "containerSizeDrawerClosedM",
|
1117
|
-
attributes: {},
|
1118
|
-
path: ["container", "size", "drawer", "closed", "M"],
|
1119
|
-
},
|
1120
|
-
},
|
1121
|
-
},
|
1122
|
-
footer: {
|
1123
|
-
M: {
|
1124
|
-
$type: "sizing",
|
1125
|
-
$value: 56,
|
1126
|
-
$description: "card and tile footers",
|
1127
|
-
filePath: "data/tokens/components/container.json",
|
1128
|
-
isSource: true,
|
1129
|
-
original: {
|
1130
|
-
$type: "sizing",
|
1131
|
-
$value: "{global.size.macro.XL}",
|
1132
|
-
$description: "card and tile footers",
|
1133
|
-
},
|
1134
|
-
name: "containerSizeFooterM",
|
1135
|
-
attributes: {},
|
1136
|
-
path: ["container", "size", "footer", "M"],
|
1137
|
-
},
|
1138
|
-
L: {
|
1139
|
-
$type: "sizing",
|
1140
|
-
$value: 72,
|
1141
|
-
$description: "Dialog, sidebar and drawer footer max-height",
|
1142
|
-
filePath: "data/tokens/components/container.json",
|
1143
|
-
isSource: true,
|
1144
|
-
original: {
|
1145
|
-
$type: "sizing",
|
1146
|
-
$value: "{global.size.macro.XS} * 3",
|
1147
|
-
$description: "Dialog, sidebar and drawer footer max-height",
|
1148
|
-
},
|
1149
|
-
name: "containerSizeFooterL",
|
1150
|
-
attributes: {},
|
1151
|
-
path: ["container", "size", "footer", "L"],
|
1152
|
-
},
|
1153
|
-
},
|
1154
1249
|
icon: {
|
1155
1250
|
S: {
|
1156
1251
|
$type: "sizing",
|