@sage/design-tokens 7.2.0 → 7.3.1
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 +32 -27
- package/css/frozenproduct/large/components/form.css +8 -3
- package/css/frozenproduct/large/components/progress.css +6 -6
- package/css/frozenproduct/large/components/tab.css +1 -1
- package/css/frozenproduct/small/components/button.css +23 -23
- package/css/frozenproduct/small/components/form.css +8 -3
- package/css/frozenproduct/small/components/tab.css +1 -1
- package/css/marketing/all.css +9 -4
- package/css/marketing/large/components/form.css +8 -3
- package/css/marketing/large/components/tab.css +1 -1
- package/css/marketing/small/components/form.css +8 -3
- package/css/marketing/small/components/tab.css +1 -1
- package/css/product/all.css +9 -4
- package/css/product/large/components/form.css +8 -3
- package/css/product/large/components/tab.css +1 -1
- package/css/product/small/components/form.css +8 -3
- package/css/product/small/components/tab.css +1 -1
- package/ios/frozenproduct/large/dark/components/form.h +8 -3
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/form.h +8 -3
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/form.h +8 -3
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/form.h +8 -3
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/form.h +8 -3
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/light/components/form.h +8 -3
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/form.h +8 -3
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/light/components/form.h +8 -3
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/product/large/dark/components/form.h +8 -3
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/light/components/form.h +8 -3
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/small/dark/components/form.h +8 -3
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/light/components/form.h +8 -3
- package/ios/product/small/light/components/tab.h +1 -1
- package/js/common/frozenproduct/large/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/form.js +119 -6
- package/js/common/frozenproduct/large/dark/components/tab.js +2 -2
- package/js/common/frozenproduct/large/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/form.js +119 -6
- package/js/common/frozenproduct/large/light/components/tab.js +2 -2
- package/js/common/frozenproduct/small/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/form.js +119 -6
- package/js/common/frozenproduct/small/dark/components/tab.js +2 -2
- package/js/common/frozenproduct/small/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/form.js +119 -6
- package/js/common/frozenproduct/small/light/components/tab.js +2 -2
- package/js/common/marketing/large/dark/components/form.d.ts +11 -0
- package/js/common/marketing/large/dark/components/form.js +119 -6
- package/js/common/marketing/large/dark/components/tab.js +2 -2
- package/js/common/marketing/large/light/components/form.d.ts +11 -0
- package/js/common/marketing/large/light/components/form.js +119 -6
- package/js/common/marketing/large/light/components/tab.js +2 -2
- package/js/common/marketing/small/dark/components/form.d.ts +11 -0
- package/js/common/marketing/small/dark/components/form.js +119 -6
- package/js/common/marketing/small/dark/components/tab.js +2 -2
- package/js/common/marketing/small/light/components/form.d.ts +11 -0
- package/js/common/marketing/small/light/components/form.js +119 -6
- package/js/common/marketing/small/light/components/tab.js +2 -2
- package/js/common/product/large/dark/components/form.d.ts +11 -0
- package/js/common/product/large/dark/components/form.js +119 -6
- package/js/common/product/large/dark/components/tab.js +2 -2
- package/js/common/product/large/light/components/form.d.ts +11 -0
- package/js/common/product/large/light/components/form.js +119 -6
- package/js/common/product/large/light/components/tab.js +2 -2
- package/js/common/product/small/dark/components/form.d.ts +11 -0
- package/js/common/product/small/dark/components/form.js +119 -6
- package/js/common/product/small/dark/components/tab.js +2 -2
- package/js/common/product/small/light/components/form.d.ts +11 -0
- package/js/common/product/small/light/components/form.js +119 -6
- package/js/common/product/small/light/components/tab.js +2 -2
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/form.js +8 -3
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/form.js +8 -3
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/form.js +8 -3
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/form.d.ts +5 -0
- package/js/es6/marketing/large/light/components/form.js +8 -3
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/form.js +8 -3
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/form.d.ts +5 -0
- package/js/es6/marketing/small/light/components/form.js +8 -3
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/form.d.ts +5 -0
- package/js/es6/product/large/dark/components/form.js +8 -3
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/light/components/form.d.ts +5 -0
- package/js/es6/product/large/light/components/form.js +8 -3
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/form.d.ts +5 -0
- package/js/es6/product/small/dark/components/form.js +8 -3
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/light/components/form.d.ts +5 -0
- package/js/es6/product/small/light/components/form.js +8 -3
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/large/dark/components/tab.js +2 -2
- package/js/umd/frozenproduct/large/light/components/form.js +119 -6
- package/js/umd/frozenproduct/large/light/components/tab.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/small/dark/components/tab.js +2 -2
- package/js/umd/frozenproduct/small/light/components/form.js +119 -6
- package/js/umd/frozenproduct/small/light/components/tab.js +2 -2
- package/js/umd/marketing/large/dark/components/form.js +119 -6
- package/js/umd/marketing/large/dark/components/tab.js +2 -2
- package/js/umd/marketing/large/light/components/form.js +119 -6
- package/js/umd/marketing/large/light/components/tab.js +2 -2
- package/js/umd/marketing/small/dark/components/form.js +119 -6
- package/js/umd/marketing/small/dark/components/tab.js +2 -2
- package/js/umd/marketing/small/light/components/form.js +119 -6
- package/js/umd/marketing/small/light/components/tab.js +2 -2
- package/js/umd/product/large/dark/components/form.js +119 -6
- package/js/umd/product/large/dark/components/tab.js +2 -2
- package/js/umd/product/large/light/components/form.js +119 -6
- package/js/umd/product/large/light/components/tab.js +2 -2
- package/js/umd/product/small/dark/components/form.js +119 -6
- package/js/umd/product/small/dark/components/tab.js +2 -2
- package/js/umd/product/small/light/components/form.js +119 -6
- package/js/umd/product/small/light/components/tab.js +2 -2
- package/json/flat/frozenproduct/large/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/form.json +8 -3
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/form.json +8 -3
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/form.json +8 -3
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/form.json +8 -3
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/form.json +8 -3
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/form.json +8 -3
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/form.json +8 -3
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/light/components/form.json +8 -3
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/form.json +8 -3
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/light/components/form.json +8 -3
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/form.json +14 -3
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/form.json +14 -3
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/form.json +14 -3
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/form.json +14 -3
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/form.json +14 -3
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/form.json +14 -3
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/form.json +14 -3
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/light/components/form.json +14 -3
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/form.json +14 -3
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/light/components/form.json +14 -3
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-7.3.1.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +23 -23
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +15 -10
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +3 -3
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +8 -8
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +8 -3
- package/scss/frozenproduct/small/components/tab.scss +1 -1
- package/scss/marketing/large/components/form.scss +8 -3
- package/scss/marketing/large/components/tab.scss +1 -1
- package/scss/marketing/small/components/button.scss +23 -23
- package/scss/marketing/small/components/container.scss +9 -9
- package/scss/marketing/small/components/form.scss +15 -10
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +3 -3
- 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 +8 -8
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/product/large/components/form.scss +8 -3
- package/scss/product/large/components/tab.scss +1 -1
- package/scss/product/small/components/form.scss +8 -3
- package/scss/product/small/components/tab.scss +1 -1
- package/sage-design-tokens-7.2.0.tgz +0 -0
|
@@ -124,15 +124,18 @@ $form-space-integral-xg-l: $global-space-micro-xl; // Space between integral ele
|
|
|
124
124
|
$form-space-integral-yg-s: $global-space-micro-m; // Space below labelset or error validation in form components
|
|
125
125
|
$form-space-integral-yg-m: $global-space-micro-l; // Space below labelset or error validation in form components
|
|
126
126
|
$form-space-integral-yg-l: $global-space-micro-xl; // Space below labelset or error validation in form components
|
|
127
|
-
$form-space-integral-progressive-x-s: $global-space-macro-
|
|
128
|
-
$form-space-integral-progressive-x-m: $global-space-macro-
|
|
129
|
-
$form-space-integral-progressive-x-l: $global-space-macro-
|
|
127
|
+
$form-space-integral-progressive-x-s: $global-space-macro-xs - 3; // Left padding on progressively shown form inputs on radio and checkbox
|
|
128
|
+
$form-space-integral-progressive-x-m: $global-space-macro-s; // Left padding on progressively shown form inputs on radio and checkbox
|
|
129
|
+
$form-space-integral-progressive-x-l: $global-space-macro-m + 1; // Left padding on progressively shown form inputs on radio and checkbox
|
|
130
130
|
$form-space-integral-progressive-y-s: $global-space-micro-l; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
131
131
|
$form-space-integral-progressive-y-m: $global-space-micro-xxl; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
132
132
|
$form-space-integral-progressive-y-l: $global-space-micro-l * 2; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
133
133
|
$form-space-integral-progressive-yg-s: $global-space-micro-l; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
134
134
|
$form-space-integral-progressive-yg-m: $global-space-micro-xxl; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
135
135
|
$form-space-integral-progressive-yg-l: $global-space-micro-l * 2; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
136
|
+
$form-space-integral-progressive-keyline-x-s: $global-space-macro-xxxs - 1; // Left padding on keyline for small progressively shown inputs
|
|
137
|
+
$form-space-integral-progressive-keyline-x-m: $global-space-macro-xxs - 1; // Left padding on keyline for medium progressively shown inputs
|
|
138
|
+
$form-space-integral-progressive-keyline-x-l: $global-space-macro-xs - 1; // Left padding on keyline for large progressively shown inputs
|
|
136
139
|
$form-space-rating-xg-m: $global-space-micro-l; // small gap between rating stars
|
|
137
140
|
$form-space-rating-xg-l: $global-space-micro-xxl; // medium gap between rating stars
|
|
138
141
|
$form-space-layout-stack-s: $global-space-macro-xs; // Spacing between horizontal and vertical S form components
|
|
@@ -213,6 +216,7 @@ $form-size-switch-handle-icon-m: $global-size-icon-s - $global-size-micro-xs; //
|
|
|
213
216
|
$form-size-switch-handle-icon-l: $global-size-icon-m; // L switch icon inside knob
|
|
214
217
|
$form-size-textarea-m: $global-size-macro-m * 2; // Min height for all text area sizes.
|
|
215
218
|
$form-size-validation-bar: $global-size-micro-xxs; // 2px validation bar used on errors and warnings
|
|
219
|
+
$form-size-progressive-bar: $global-size-micro-xxs; // 2px progressive disclosure keyline bar used in checkbox and radio groups
|
|
216
220
|
$form-size-rating-m: $global-size-icon-m; // medium rating stars
|
|
217
221
|
$form-size-rating-l: $global-size-icon-xl; // large rating stars
|
|
218
222
|
$form-color-calendar-bg-disabled: $modes-color-interactive-inactive-default-alt;
|
|
@@ -256,6 +260,7 @@ $form-radius-fileupload: $global-radius-container-m; // File input (file uploads
|
|
|
256
260
|
$form-radius-fileselector: $global-radius-container-m; // File preview (file selector asset)
|
|
257
261
|
$form-radius-input: $global-radius-interactive-m; // Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input
|
|
258
262
|
$form-radius-validationbar: $global-radius-interactive-xs; // Validation bar
|
|
263
|
+
$form-radius-progressivebar: $global-radius-interactive-xs; // Validation bar
|
|
259
264
|
$form-radius-calendar-today: $global-radius-container-xs; // Calendar (today indicator)
|
|
260
265
|
$form-borderwidth-colorpicker: $global-borderwidth-xs; // swatch border
|
|
261
266
|
$form-borderwidth-caution: $global-borderwidth-xs; // Caution border
|
|
@@ -52,5 +52,5 @@ $tab-radius-baseline-m: $global-radius-interactive-xxs;
|
|
|
52
52
|
$tab-radius-baseline-l: $global-radius-interactive-xxs;
|
|
53
53
|
$tab-radius-indicator-m: $global-radius-interactive-xs; // Indicator for hover and active.
|
|
54
54
|
$tab-radius-indicator-l: $global-radius-interactive-xs; // Indicator for hover and active.
|
|
55
|
-
$tab-borderwidth-navigation-bottom: $global-borderwidth-
|
|
55
|
+
$tab-borderwidth-navigation-bottom: $global-borderwidth-s; // Tab (enabled and hover bottom border)
|
|
56
56
|
$tab-borderwidth-navigation-side: $global-borderwidth-s; // Tab (enabled and hover bottom border)
|
|
@@ -124,15 +124,18 @@ $form-space-integral-xg-l: $global-space-micro-xl; // Space between integral ele
|
|
|
124
124
|
$form-space-integral-yg-s: $global-space-micro-m; // Space below labelset or error validation in form components
|
|
125
125
|
$form-space-integral-yg-m: $global-space-micro-l; // Space below labelset or error validation in form components
|
|
126
126
|
$form-space-integral-yg-l: $global-space-micro-xl; // Space below labelset or error validation in form components
|
|
127
|
-
$form-space-integral-progressive-x-s: $global-space-macro-
|
|
128
|
-
$form-space-integral-progressive-x-m: $global-space-macro-
|
|
129
|
-
$form-space-integral-progressive-x-l: $global-space-macro-
|
|
127
|
+
$form-space-integral-progressive-x-s: $global-space-macro-xs - 3; // Left padding on progressively shown form inputs on radio and checkbox
|
|
128
|
+
$form-space-integral-progressive-x-m: $global-space-macro-s; // Left padding on progressively shown form inputs on radio and checkbox
|
|
129
|
+
$form-space-integral-progressive-x-l: $global-space-macro-m + 1; // Left padding on progressively shown form inputs on radio and checkbox
|
|
130
130
|
$form-space-integral-progressive-y-s: $global-space-micro-l; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
131
131
|
$form-space-integral-progressive-y-m: $global-space-micro-xxl; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
132
132
|
$form-space-integral-progressive-y-l: $global-space-micro-l * 2; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
133
133
|
$form-space-integral-progressive-yg-s: $global-space-micro-l; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
134
134
|
$form-space-integral-progressive-yg-m: $global-space-micro-xxl; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
135
135
|
$form-space-integral-progressive-yg-l: $global-space-micro-l * 2; // Top and bottom padding on progressively shown form inputs on radio and checkbox
|
|
136
|
+
$form-space-integral-progressive-keyline-x-s: $global-space-macro-xxxs - 1; // Left padding on keyline for small progressively shown inputs
|
|
137
|
+
$form-space-integral-progressive-keyline-x-m: $global-space-macro-xxs - 1; // Left padding on keyline for medium progressively shown inputs
|
|
138
|
+
$form-space-integral-progressive-keyline-x-l: $global-space-macro-xs - 1; // Left padding on keyline for large progressively shown inputs
|
|
136
139
|
$form-space-rating-xg-m: $global-space-micro-l; // small gap between rating stars
|
|
137
140
|
$form-space-rating-xg-l: $global-space-micro-xxl; // medium gap between rating stars
|
|
138
141
|
$form-space-layout-stack-s: $global-space-macro-xs; // Spacing between horizontal and vertical S form components
|
|
@@ -213,6 +216,7 @@ $form-size-switch-handle-icon-m: $global-size-icon-s - $global-size-micro-xs; //
|
|
|
213
216
|
$form-size-switch-handle-icon-l: $global-size-icon-m; // L switch icon inside knob
|
|
214
217
|
$form-size-textarea-m: $global-size-macro-m * 2; // Min height for all text area sizes.
|
|
215
218
|
$form-size-validation-bar: $global-size-micro-xxs; // 2px validation bar used on errors and warnings
|
|
219
|
+
$form-size-progressive-bar: $global-size-micro-xxs; // 2px progressive disclosure keyline bar used in checkbox and radio groups
|
|
216
220
|
$form-size-rating-m: $global-size-icon-m; // medium rating stars
|
|
217
221
|
$form-size-rating-l: $global-size-icon-xl; // large rating stars
|
|
218
222
|
$form-color-calendar-bg-disabled: $modes-color-interactive-inactive-default-alt;
|
|
@@ -256,6 +260,7 @@ $form-radius-fileupload: $global-radius-container-m; // File input (file uploads
|
|
|
256
260
|
$form-radius-fileselector: $global-radius-container-m; // File preview (file selector asset)
|
|
257
261
|
$form-radius-input: $global-radius-interactive-m; // Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input
|
|
258
262
|
$form-radius-validationbar: $global-radius-interactive-xs; // Validation bar
|
|
263
|
+
$form-radius-progressivebar: $global-radius-interactive-xs; // Validation bar
|
|
259
264
|
$form-radius-calendar-today: $global-radius-container-xs; // Calendar (today indicator)
|
|
260
265
|
$form-borderwidth-colorpicker: $global-borderwidth-xs; // swatch border
|
|
261
266
|
$form-borderwidth-caution: $global-borderwidth-xs; // Caution border
|
|
@@ -52,5 +52,5 @@ $tab-radius-baseline-m: $global-radius-interactive-xxs;
|
|
|
52
52
|
$tab-radius-baseline-l: $global-radius-interactive-xxs;
|
|
53
53
|
$tab-radius-indicator-m: $global-radius-interactive-xs; // Indicator for hover and active.
|
|
54
54
|
$tab-radius-indicator-l: $global-radius-interactive-xs; // Indicator for hover and active.
|
|
55
|
-
$tab-borderwidth-navigation-bottom: $global-borderwidth-
|
|
55
|
+
$tab-borderwidth-navigation-bottom: $global-borderwidth-s; // Tab (enabled and hover bottom border)
|
|
56
56
|
$tab-borderwidth-navigation-side: $global-borderwidth-s; // Tab (enabled and hover bottom border)
|
|
Binary file
|