@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
@@ -1113,6 +1113,13 @@
|
|
1113
1113
|
|
1114
1114
|
/* container component tokens */
|
1115
1115
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
1116
|
+
--container-size-dialog-max-width-xxs: 300;
|
1117
|
+
--container-size-dialog-max-width-xs: 380;
|
1118
|
+
--container-size-dialog-max-width-s: 540;
|
1119
|
+
--container-size-dialog-max-width-m: 750;
|
1120
|
+
--container-size-dialog-max-width-l: 850;
|
1121
|
+
--container-size-dialog-max-width-xl: 960;
|
1122
|
+
--container-size-dialog-max-width-xxl: 1080;
|
1116
1123
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1117
1124
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1118
1125
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -1196,13 +1203,13 @@
|
|
1196
1203
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
1197
1204
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
1198
1205
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
1206
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
1207
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
1208
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
1199
1209
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
1200
1210
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
1201
1211
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
1202
1212
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
1203
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
1204
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
1205
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
1206
1213
|
--container-size-icon-s: var(--global-size-icon-m);
|
1207
1214
|
--container-size-icon-m: var(--global-size-icon-m);
|
1208
1215
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -2516,8 +2523,9 @@
|
|
2516
2523
|
--table-color-footer-border-default: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark)); /* Header borders */
|
2517
2524
|
--table-color-footer-label-default: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark));
|
2518
2525
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
2519
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
2520
|
-
--table-borderwidth-
|
2526
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
2527
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
2528
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
2521
2529
|
--table-space-none: var(--global-space-none);
|
2522
2530
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
2523
2531
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
:root {
|
6
6
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
7
|
+
--container-size-dialog-max-width-xxs: 300;
|
8
|
+
--container-size-dialog-max-width-xs: 380;
|
9
|
+
--container-size-dialog-max-width-s: 540;
|
10
|
+
--container-size-dialog-max-width-m: 750;
|
11
|
+
--container-size-dialog-max-width-l: 850;
|
12
|
+
--container-size-dialog-max-width-xl: 960;
|
13
|
+
--container-size-dialog-max-width-xxl: 1080;
|
7
14
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
8
15
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
9
16
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -96,13 +103,13 @@
|
|
96
103
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
97
104
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
98
105
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
106
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
107
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
108
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
99
109
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
100
110
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
101
111
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
102
112
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
103
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
104
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
105
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
106
113
|
--container-size-icon-s: var(--global-size-icon-m);
|
107
114
|
--container-size-icon-m: var(--global-size-icon-m);
|
108
115
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -54,8 +54,9 @@
|
|
54
54
|
--table-color-footer-border-default: var(--modes-color-generic-fg-delicate); /* Header borders */
|
55
55
|
--table-color-footer-label-default: var(--modes-color-interactive-monochrome-default);
|
56
56
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
57
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
58
|
-
--table-borderwidth-
|
57
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
58
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
59
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
59
60
|
--table-space-none: var(--global-space-none);
|
60
61
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
61
62
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
:root {
|
6
6
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
7
|
+
--container-size-dialog-max-width-xxs: 300;
|
8
|
+
--container-size-dialog-max-width-xs: 380;
|
9
|
+
--container-size-dialog-max-width-s: 540;
|
10
|
+
--container-size-dialog-max-width-m: 750;
|
11
|
+
--container-size-dialog-max-width-l: 850;
|
12
|
+
--container-size-dialog-max-width-xl: 960;
|
13
|
+
--container-size-dialog-max-width-xxl: 1080;
|
7
14
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
8
15
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
9
16
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -96,13 +103,13 @@
|
|
96
103
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
97
104
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
98
105
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
106
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
107
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
108
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
99
109
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
100
110
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
101
111
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
102
112
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
103
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
104
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
105
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
106
113
|
--container-size-icon-s: var(--global-size-icon-m);
|
107
114
|
--container-size-icon-m: var(--global-size-icon-m);
|
108
115
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -54,8 +54,9 @@
|
|
54
54
|
--table-color-footer-border-default: var(--modes-color-generic-fg-delicate); /* Header borders */
|
55
55
|
--table-color-footer-label-default: var(--modes-color-interactive-monochrome-default);
|
56
56
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
57
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
58
|
-
--table-borderwidth-
|
57
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
58
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
59
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
59
60
|
--table-space-none: var(--global-space-none);
|
60
61
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
61
62
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
package/css/marketing/all.css
CHANGED
@@ -1113,6 +1113,13 @@
|
|
1113
1113
|
|
1114
1114
|
/* container component tokens */
|
1115
1115
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
1116
|
+
--container-size-dialog-max-width-xxs: 300;
|
1117
|
+
--container-size-dialog-max-width-xs: 380;
|
1118
|
+
--container-size-dialog-max-width-s: 540;
|
1119
|
+
--container-size-dialog-max-width-m: 750;
|
1120
|
+
--container-size-dialog-max-width-l: 850;
|
1121
|
+
--container-size-dialog-max-width-xl: 960;
|
1122
|
+
--container-size-dialog-max-width-xxl: 1080;
|
1116
1123
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1117
1124
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1118
1125
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -1196,13 +1203,13 @@
|
|
1196
1203
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
1197
1204
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
1198
1205
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
1206
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
1207
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
1208
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
1199
1209
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
1200
1210
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
1201
1211
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
1202
1212
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
1203
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
1204
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
1205
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
1206
1213
|
--container-size-icon-s: var(--global-size-icon-m);
|
1207
1214
|
--container-size-icon-m: var(--global-size-icon-m);
|
1208
1215
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -2516,8 +2523,9 @@
|
|
2516
2523
|
--table-color-footer-border-default: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark)); /* Header borders */
|
2517
2524
|
--table-color-footer-label-default: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark));
|
2518
2525
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
2519
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
2520
|
-
--table-borderwidth-
|
2526
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
2527
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
2528
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
2521
2529
|
--table-space-none: var(--global-space-none);
|
2522
2530
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
2523
2531
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
:root {
|
6
6
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
7
|
+
--container-size-dialog-max-width-xxs: 300;
|
8
|
+
--container-size-dialog-max-width-xs: 380;
|
9
|
+
--container-size-dialog-max-width-s: 540;
|
10
|
+
--container-size-dialog-max-width-m: 750;
|
11
|
+
--container-size-dialog-max-width-l: 850;
|
12
|
+
--container-size-dialog-max-width-xl: 960;
|
13
|
+
--container-size-dialog-max-width-xxl: 1080;
|
7
14
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
8
15
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
9
16
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -96,13 +103,13 @@
|
|
96
103
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
97
104
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
98
105
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
106
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
107
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
108
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
99
109
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
100
110
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
101
111
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
102
112
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
103
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
104
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
105
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
106
113
|
--container-size-icon-s: var(--global-size-icon-m);
|
107
114
|
--container-size-icon-m: var(--global-size-icon-m);
|
108
115
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -54,8 +54,9 @@
|
|
54
54
|
--table-color-footer-border-default: var(--modes-color-generic-fg-delicate); /* Header borders */
|
55
55
|
--table-color-footer-label-default: var(--modes-color-interactive-monochrome-default);
|
56
56
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
57
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
58
|
-
--table-borderwidth-
|
57
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
58
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
59
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
59
60
|
--table-space-none: var(--global-space-none);
|
60
61
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
61
62
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
:root {
|
6
6
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
7
|
+
--container-size-dialog-max-width-xxs: 300;
|
8
|
+
--container-size-dialog-max-width-xs: 380;
|
9
|
+
--container-size-dialog-max-width-s: 540;
|
10
|
+
--container-size-dialog-max-width-m: 750;
|
11
|
+
--container-size-dialog-max-width-l: 850;
|
12
|
+
--container-size-dialog-max-width-xl: 960;
|
13
|
+
--container-size-dialog-max-width-xxl: 1080;
|
7
14
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
8
15
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
9
16
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -96,13 +103,13 @@
|
|
96
103
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
97
104
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
98
105
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
106
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
107
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
108
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
99
109
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
100
110
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
101
111
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
102
112
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
103
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
104
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
105
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
106
113
|
--container-size-icon-s: var(--global-size-icon-m);
|
107
114
|
--container-size-icon-m: var(--global-size-icon-m);
|
108
115
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -54,8 +54,9 @@
|
|
54
54
|
--table-color-footer-border-default: var(--modes-color-generic-fg-delicate); /* Header borders */
|
55
55
|
--table-color-footer-label-default: var(--modes-color-interactive-monochrome-default);
|
56
56
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
57
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
58
|
-
--table-borderwidth-
|
57
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
58
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
59
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
59
60
|
--table-space-none: var(--global-space-none);
|
60
61
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
61
62
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
package/css/product/all.css
CHANGED
@@ -1113,6 +1113,13 @@
|
|
1113
1113
|
|
1114
1114
|
/* container component tokens */
|
1115
1115
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
1116
|
+
--container-size-dialog-max-width-xxs: 300;
|
1117
|
+
--container-size-dialog-max-width-xs: 380;
|
1118
|
+
--container-size-dialog-max-width-s: 540;
|
1119
|
+
--container-size-dialog-max-width-m: 750;
|
1120
|
+
--container-size-dialog-max-width-l: 850;
|
1121
|
+
--container-size-dialog-max-width-xl: 960;
|
1122
|
+
--container-size-dialog-max-width-xxl: 1080;
|
1116
1123
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1117
1124
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1118
1125
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -1196,13 +1203,13 @@
|
|
1196
1203
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
1197
1204
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
1198
1205
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
1206
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
1207
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
1208
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
1199
1209
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
1200
1210
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
1201
1211
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
1202
1212
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
1203
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
1204
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
1205
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
1206
1213
|
--container-size-icon-s: var(--global-size-icon-m);
|
1207
1214
|
--container-size-icon-m: var(--global-size-icon-m);
|
1208
1215
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -2516,8 +2523,9 @@
|
|
2516
2523
|
--table-color-footer-border-default: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark)); /* Header borders */
|
2517
2524
|
--table-color-footer-label-default: light-dark(var(--modes-color-interactive-monochrome-default-light), var(--modes-color-interactive-monochrome-default-dark));
|
2518
2525
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
2519
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
2520
|
-
--table-borderwidth-
|
2526
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
2527
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
2528
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
2521
2529
|
--table-space-none: var(--global-space-none);
|
2522
2530
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
2523
2531
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
:root {
|
6
6
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
7
|
+
--container-size-dialog-max-width-xxs: 300;
|
8
|
+
--container-size-dialog-max-width-xs: 380;
|
9
|
+
--container-size-dialog-max-width-s: 540;
|
10
|
+
--container-size-dialog-max-width-m: 750;
|
11
|
+
--container-size-dialog-max-width-l: 850;
|
12
|
+
--container-size-dialog-max-width-xl: 960;
|
13
|
+
--container-size-dialog-max-width-xxl: 1080;
|
7
14
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
8
15
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
9
16
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -96,13 +103,13 @@
|
|
96
103
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
97
104
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
98
105
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
106
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
107
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
108
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
99
109
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
100
110
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
101
111
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
102
112
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
103
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
104
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
105
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
106
113
|
--container-size-icon-s: var(--global-size-icon-m);
|
107
114
|
--container-size-icon-m: var(--global-size-icon-m);
|
108
115
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -54,8 +54,9 @@
|
|
54
54
|
--table-color-footer-border-default: var(--modes-color-generic-fg-delicate); /* Header borders */
|
55
55
|
--table-color-footer-label-default: var(--modes-color-interactive-monochrome-default);
|
56
56
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
57
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
58
|
-
--table-borderwidth-
|
57
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
58
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
59
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
59
60
|
--table-space-none: var(--global-space-none);
|
60
61
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
61
62
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
:root {
|
6
6
|
--container-size-carousel-mediaslide-minheight: 300; /* max height for media visual */
|
7
|
+
--container-size-dialog-max-width-xxs: 300;
|
8
|
+
--container-size-dialog-max-width-xs: 380;
|
9
|
+
--container-size-dialog-max-width-s: 540;
|
10
|
+
--container-size-dialog-max-width-m: 750;
|
11
|
+
--container-size-dialog-max-width-l: 850;
|
12
|
+
--container-size-dialog-max-width-xl: 960;
|
13
|
+
--container-size-dialog-max-width-xxl: 1080;
|
7
14
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
8
15
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
9
16
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -96,13 +103,13 @@
|
|
96
103
|
--container-size-copilot-emptystate-content-maxwidth: calc(var(--global-size-macro-xxxxl) * 5); /* max-width of the insight empty state content area */
|
97
104
|
--container-size-copilot-overlay-maxheight: calc(var(--global-size-macro-xxxxl) * 8); /* max-height of the copilot container overlay */
|
98
105
|
--container-size-drag-droptarget: var(--global-size-micro-xxs); /* drop target width or height */
|
106
|
+
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
107
|
+
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
108
|
+
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
99
109
|
--container-size-generic-emptystate-illustration-primary-s: calc(var(--global-size-macro-m) * 5); /* Illustration size for small error and empty states */
|
100
110
|
--container-size-generic-emptystate-illustration-primary-m: calc(var(--global-size-macro-m) * 6); /* Illustration size for medium error and empty states */
|
101
111
|
--container-size-generic-emptystate-illustration-primary-l: calc(var(--global-size-macro-m) * 8); /* Illustration size for large error and empty states */
|
102
112
|
--container-size-generic-emptystate-illustration-secondary: calc(var(--global-size-macro-m) + var(--button-size-icon-m)); /* Illustration size for secondary empty states */
|
103
|
-
--container-size-drawer-closed-m: var(--global-size-macro-m); /* width for the closed drawer state */
|
104
|
-
--container-size-footer-m: var(--global-size-macro-xl); /* card and tile footers */
|
105
|
-
--container-size-footer-l: calc(var(--global-size-macro-xs) * 3); /* Dialog, sidebar and drawer footer max-height */
|
106
113
|
--container-size-icon-s: var(--global-size-icon-m);
|
107
114
|
--container-size-icon-m: var(--global-size-icon-m);
|
108
115
|
--container-size-icon-l: var(--global-size-icon-m); /* Deliberately referencing global M (20px). Accordion chevron. */
|
@@ -54,8 +54,9 @@
|
|
54
54
|
--table-color-footer-border-default: var(--modes-color-generic-fg-delicate); /* Header borders */
|
55
55
|
--table-color-footer-label-default: var(--modes-color-interactive-monochrome-default);
|
56
56
|
--table-radius-container: var(--global-radius-container-m); /* Table (parent container) */
|
57
|
-
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
58
|
-
--table-borderwidth-
|
57
|
+
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border. Optional choice of cell border width. */
|
58
|
+
--table-borderwidth-medium: var(--global-borderwidth-s); /* Header border for subtle. Optional choice of cell border width. */
|
59
|
+
--table-borderwidth-thick: var(--global-borderwidth-m); /* Optional choice of cell border width. */
|
59
60
|
--table-space-none: var(--global-space-none);
|
60
61
|
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
61
62
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -43,7 +43,8 @@
|
|
43
43
|
#define tableBoxshadowColumnStickyRight [object Object],[object Object]
|
44
44
|
#define tableBoxshadowRowDragging [object Object],[object Object]
|
45
45
|
#define tableBorderwidthThin 1
|
46
|
-
#define
|
46
|
+
#define tableBorderwidthMedium 2
|
47
|
+
#define tableBorderwidthThick 3
|
47
48
|
#define tableSpaceNone 0
|
48
49
|
#define tableSpaceYg 4
|
49
50
|
#define tableSpaceRowXXs 8
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -43,7 +43,8 @@
|
|
43
43
|
#define tableBoxshadowColumnStickyRight [object Object],[object Object]
|
44
44
|
#define tableBoxshadowRowDragging [object Object],[object Object]
|
45
45
|
#define tableBorderwidthThin 1
|
46
|
-
#define
|
46
|
+
#define tableBorderwidthMedium 2
|
47
|
+
#define tableBorderwidthThick 3
|
47
48
|
#define tableSpaceNone 0
|
48
49
|
#define tableSpaceYg 4
|
49
50
|
#define tableSpaceRowXXs 8
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -43,7 +43,8 @@
|
|
43
43
|
#define tableBoxshadowColumnStickyRight [object Object],[object Object]
|
44
44
|
#define tableBoxshadowRowDragging [object Object],[object Object]
|
45
45
|
#define tableBorderwidthThin 1
|
46
|
-
#define
|
46
|
+
#define tableBorderwidthMedium 2
|
47
|
+
#define tableBorderwidthThick 3
|
47
48
|
#define tableSpaceNone 0
|
48
49
|
#define tableSpaceYg 4
|
49
50
|
#define tableSpaceRowXXs 8
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -43,7 +43,8 @@
|
|
43
43
|
#define tableBoxshadowColumnStickyRight [object Object],[object Object]
|
44
44
|
#define tableBoxshadowRowDragging [object Object],[object Object]
|
45
45
|
#define tableBorderwidthThin 1
|
46
|
-
#define
|
46
|
+
#define tableBorderwidthMedium 2
|
47
|
+
#define tableBorderwidthThick 3
|
47
48
|
#define tableSpaceNone 0
|
48
49
|
#define tableSpaceYg 4
|
49
50
|
#define tableSpaceRowXXs 8
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -43,7 +43,8 @@
|
|
43
43
|
#define tableBoxshadowColumnStickyRight [object Object],[object Object]
|
44
44
|
#define tableBoxshadowRowDragging [object Object],[object Object]
|
45
45
|
#define tableBorderwidthThin 1
|
46
|
-
#define
|
46
|
+
#define tableBorderwidthMedium 2
|
47
|
+
#define tableBorderwidthThick 3
|
47
48
|
#define tableSpaceNone 0
|
48
49
|
#define tableSpaceYg 4
|
49
50
|
#define tableSpaceRowXXs 8
|