@sage/design-tokens 14.6.0 → 14.8.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 +13 -5
- package/css/frozenproduct/large/components/container.css +10 -3
- package/css/frozenproduct/large/components/table.css +3 -2
- package/css/frozenproduct/small/components/container.css +10 -3
- package/css/frozenproduct/small/components/table.css +3 -2
- package/css/marketing/all.css +13 -5
- package/css/marketing/large/components/container.css +10 -3
- package/css/marketing/large/components/table.css +3 -2
- package/css/marketing/small/components/container.css +10 -3
- package/css/marketing/small/components/table.css +3 -2
- package/css/product/all.css +13 -5
- package/css/product/large/components/container.css +10 -3
- package/css/product/large/components/table.css +3 -2
- package/css/product/small/components/container.css +10 -3
- package/css/product/small/components/table.css +3 -2
- package/ios/frozenproduct/large/dark/components/container.h +11 -4
- package/ios/frozenproduct/large/dark/components/table.h +2 -1
- package/ios/frozenproduct/large/light/components/container.h +11 -4
- package/ios/frozenproduct/large/light/components/table.h +2 -1
- package/ios/frozenproduct/small/dark/components/container.h +11 -4
- package/ios/frozenproduct/small/dark/components/table.h +2 -1
- package/ios/frozenproduct/small/light/components/container.h +11 -4
- package/ios/frozenproduct/small/light/components/table.h +2 -1
- package/ios/marketing/large/dark/components/container.h +11 -4
- package/ios/marketing/large/dark/components/table.h +2 -1
- package/ios/marketing/large/light/components/container.h +11 -4
- package/ios/marketing/large/light/components/table.h +2 -1
- package/ios/marketing/small/dark/components/container.h +11 -4
- package/ios/marketing/small/dark/components/table.h +2 -1
- package/ios/marketing/small/light/components/container.h +11 -4
- package/ios/marketing/small/light/components/table.h +2 -1
- package/ios/product/large/dark/components/container.h +11 -4
- package/ios/product/large/dark/components/table.h +2 -1
- package/ios/product/large/light/components/container.h +11 -4
- package/ios/product/large/light/components/table.h +2 -1
- package/ios/product/small/dark/components/container.h +11 -4
- package/ios/product/small/dark/components/table.h +2 -1
- package/ios/product/small/light/components/container.h +11 -4
- package/ios/product/small/light/components/table.h +2 -1
- 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/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +22 -5
- 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/large/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +22 -5
- 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/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +22 -5
- 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/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +22 -5
- 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/dark/components/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +22 -5
- 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/large/light/components/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +22 -5
- 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/dark/components/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +22 -5
- 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/marketing/small/light/components/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +22 -5
- 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/dark/components/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +22 -5
- 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/large/light/components/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +22 -5
- 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/dark/components/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +22 -5
- 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/common/product/small/light/components/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +22 -5
- 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/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +2 -1
- 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/large/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/table.js +2 -1
- 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/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +2 -1
- 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/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/table.js +2 -1
- 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/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/table.js +2 -1
- 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/large/light/components/table.d.ts +1 -0
- package/js/es6/marketing/large/light/components/table.js +2 -1
- 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/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/table.js +2 -1
- 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/marketing/small/light/components/table.d.ts +1 -0
- package/js/es6/marketing/small/light/components/table.js +2 -1
- 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/dark/components/table.d.ts +1 -0
- package/js/es6/product/large/dark/components/table.js +2 -1
- 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/large/light/components/table.d.ts +1 -0
- package/js/es6/product/large/light/components/table.js +2 -1
- 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/dark/components/table.d.ts +1 -0
- package/js/es6/product/small/dark/components/table.js +2 -1
- 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/es6/product/small/light/components/table.d.ts +1 -0
- package/js/es6/product/small/light/components/table.js +2 -1
- package/js/umd/frozenproduct/large/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/large/dark/components/table.js +22 -5
- package/js/umd/frozenproduct/large/light/components/container.js +176 -81
- package/js/umd/frozenproduct/large/light/components/table.js +22 -5
- package/js/umd/frozenproduct/small/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/small/dark/components/table.js +22 -5
- package/js/umd/frozenproduct/small/light/components/container.js +176 -81
- package/js/umd/frozenproduct/small/light/components/table.js +22 -5
- package/js/umd/marketing/large/dark/components/container.js +176 -81
- package/js/umd/marketing/large/dark/components/table.js +22 -5
- package/js/umd/marketing/large/light/components/container.js +176 -81
- package/js/umd/marketing/large/light/components/table.js +22 -5
- package/js/umd/marketing/small/dark/components/container.js +176 -81
- package/js/umd/marketing/small/dark/components/table.js +22 -5
- package/js/umd/marketing/small/light/components/container.js +176 -81
- package/js/umd/marketing/small/light/components/table.js +22 -5
- package/js/umd/product/large/dark/components/container.js +176 -81
- package/js/umd/product/large/dark/components/table.js +22 -5
- package/js/umd/product/large/light/components/container.js +176 -81
- package/js/umd/product/large/light/components/table.js +22 -5
- package/js/umd/product/small/dark/components/container.js +176 -81
- package/js/umd/product/small/dark/components/table.js +22 -5
- package/js/umd/product/small/light/components/container.js +176 -81
- package/js/umd/product/small/light/components/table.js +22 -5
- package/json/flat/frozenproduct/large/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/large/dark/components/table.json +2 -1
- package/json/flat/frozenproduct/large/light/components/container.json +11 -4
- package/json/flat/frozenproduct/large/light/components/table.json +2 -1
- package/json/flat/frozenproduct/small/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/small/dark/components/table.json +2 -1
- package/json/flat/frozenproduct/small/light/components/container.json +11 -4
- package/json/flat/frozenproduct/small/light/components/table.json +2 -1
- package/json/flat/marketing/large/dark/components/container.json +11 -4
- package/json/flat/marketing/large/dark/components/table.json +2 -1
- package/json/flat/marketing/large/light/components/container.json +11 -4
- package/json/flat/marketing/large/light/components/table.json +2 -1
- package/json/flat/marketing/small/dark/components/container.json +11 -4
- package/json/flat/marketing/small/dark/components/table.json +2 -1
- package/json/flat/marketing/small/light/components/container.json +11 -4
- package/json/flat/marketing/small/light/components/table.json +2 -1
- package/json/flat/product/large/dark/components/container.json +11 -4
- package/json/flat/product/large/dark/components/table.json +2 -1
- package/json/flat/product/large/light/components/container.json +11 -4
- package/json/flat/product/large/light/components/table.json +2 -1
- package/json/flat/product/small/dark/components/container.json +11 -4
- package/json/flat/product/small/dark/components/table.json +2 -1
- package/json/flat/product/small/light/components/container.json +11 -4
- package/json/flat/product/small/light/components/table.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/large/dark/components/table.json +2 -1
- package/json/nested/frozenproduct/large/light/components/container.json +22 -11
- package/json/nested/frozenproduct/large/light/components/table.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/small/dark/components/table.json +2 -1
- package/json/nested/frozenproduct/small/light/components/container.json +22 -11
- package/json/nested/frozenproduct/small/light/components/table.json +2 -1
- package/json/nested/marketing/large/dark/components/container.json +22 -11
- package/json/nested/marketing/large/dark/components/table.json +2 -1
- package/json/nested/marketing/large/light/components/container.json +22 -11
- package/json/nested/marketing/large/light/components/table.json +2 -1
- package/json/nested/marketing/small/dark/components/container.json +22 -11
- package/json/nested/marketing/small/dark/components/table.json +2 -1
- package/json/nested/marketing/small/light/components/container.json +22 -11
- package/json/nested/marketing/small/light/components/table.json +2 -1
- package/json/nested/product/large/dark/components/container.json +22 -11
- package/json/nested/product/large/dark/components/table.json +2 -1
- package/json/nested/product/large/light/components/container.json +22 -11
- package/json/nested/product/large/light/components/table.json +2 -1
- package/json/nested/product/small/dark/components/container.json +22 -11
- package/json/nested/product/small/dark/components/table.json +2 -1
- package/json/nested/product/small/light/components/container.json +22 -11
- package/json/nested/product/small/light/components/table.json +2 -1
- package/package.json +1 -1
- package/sage-design-tokens-14.8.0.tgz +0 -0
- package/scss/frozenproduct/large/components/container.scss +10 -3
- package/scss/frozenproduct/large/components/table.scss +3 -2
- 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 +13 -12
- package/scss/marketing/large/components/container.scss +10 -3
- package/scss/marketing/large/components/table.scss +3 -2
- package/scss/marketing/small/components/button.scss +13 -13
- package/scss/marketing/small/components/container.scss +20 -13
- package/scss/marketing/small/components/form.scss +7 -7
- 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 +13 -12
- 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 +13 -12
- package/scss/product/small/components/container.scss +10 -3
- package/scss/product/small/components/table.scss +3 -2
- package/sage-design-tokens-14.6.0.tgz +0 -0
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|
@@ -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;
|
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
|
|
75
75
|
type: string;
|
76
76
|
}[];
|
77
77
|
export const tableBorderwidthThin: number;
|
78
|
+
export const tableBorderwidthMedium: number;
|
78
79
|
export const tableBorderwidthThick: number;
|
79
80
|
export const tableSpaceNone: number;
|
80
81
|
export const tableSpaceYg: number;
|
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
|
|
117
117
|
},
|
118
118
|
];
|
119
119
|
export const tableBorderwidthThin = 1;
|
120
|
-
export const
|
120
|
+
export const tableBorderwidthMedium = 2;
|
121
|
+
export const tableBorderwidthThick = 3;
|
121
122
|
export const tableSpaceNone = 0;
|
122
123
|
export const tableSpaceYg = 4;
|
123
124
|
export const tableSpaceRowXXs = 8;
|