@viasat/beam-tokens 2.30.0 → 2.36.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/components/ActionList.css +1 -1
- package/components/Avatar.css +6 -6
- package/components/Badge.css +4 -4
- package/components/Button.css +43 -49
- package/components/Chip.css +11 -11
- package/components/CloseButton.css +2 -8
- package/components/EmptyState.css +2 -2
- package/components/FileUpload.css +6 -6
- package/components/Header.css +2 -2
- package/components/Input.css +8 -8
- package/components/Link.css +8 -8
- package/components/Pagination.css +1 -1
- package/components/ProgressBar.css +2 -2
- package/components/Slider.css +6 -6
- package/components/Spinner.css +2 -2
- package/components/Stepper.css +10 -10
- package/index.cjs +2 -2
- package/index.js +1342 -1350
- package/package.json +1 -1
- package/themes/onefi.css +1415 -4698
- package/tokens.css +719 -438
- package/tokens.scss +216 -1784
- package/types/configs/components/sd.components.config.d.ts +2 -1
- package/types/configs/dimensions/sd.dimension.config.d.ts +2 -1
- package/types/lib/js/tokens.d.ts +6 -14
- package/types/lib/js/tokensObj.d.ts +41 -25
- package/types/lib/storybook-token-table/tokens.d.ts +46 -33
- package/types/utils/constants/token-types.d.ts +2 -0
package/components/Spinner.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
rgba(159, 175, 188, 0.16)
|
|
16
16
|
);
|
|
17
17
|
--bm-comp-spinner-color-indicator: var(
|
|
18
|
-
--bm-
|
|
18
|
+
--bm-alias-color-brand-primary-default,
|
|
19
19
|
#00768f
|
|
20
20
|
);
|
|
21
21
|
--bm-comp-spinner-color-indicator-neutral: var(
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
rgba(134, 151, 165, 0.16)
|
|
81
81
|
);
|
|
82
82
|
--bm-comp-spinner-color-indicator: var(
|
|
83
|
-
--bm-
|
|
83
|
+
--bm-alias-color-brand-primary-default,
|
|
84
84
|
#43bfd6
|
|
85
85
|
);
|
|
86
86
|
--bm-comp-spinner-color-indicator-neutral: var(
|
package/components/Stepper.css
CHANGED
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
#576775
|
|
26
26
|
);
|
|
27
27
|
--bm-comp-stepper-color-current-bg: var(
|
|
28
|
-
--bm-
|
|
28
|
+
--bm-sem-color-surface-selected,
|
|
29
29
|
#e9fcff
|
|
30
30
|
);
|
|
31
31
|
--bm-comp-stepper-color-current-fg: var(
|
|
32
|
-
--bm-
|
|
32
|
+
--bm-sem-color-text-selected,
|
|
33
33
|
#00768f
|
|
34
34
|
);
|
|
35
35
|
--bm-comp-stepper-color-current-border: var(
|
|
36
|
-
--bm-
|
|
36
|
+
--bm-sem-color-border-selected,
|
|
37
37
|
#00768f
|
|
38
38
|
);
|
|
39
39
|
--bm-comp-stepper-color-current-heading: var(
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
#141d24
|
|
42
42
|
);
|
|
43
43
|
--bm-comp-stepper-color-complete-bg: var(
|
|
44
|
-
--bm-
|
|
44
|
+
--bm-alias-color-brand-primary-default,
|
|
45
45
|
#00768f
|
|
46
46
|
);
|
|
47
47
|
--bm-comp-stepper-color-complete-fg: var(
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
--bm-comp-stepper-color-body: var(--bm-sem-color-text-secondary, #576775);
|
|
73
73
|
--bm-comp-stepper-color-line: var(--bm-sem-color-border-02, #d1dae0);
|
|
74
74
|
--bm-comp-stepper-color-line-complete: var(
|
|
75
|
-
--bm-
|
|
75
|
+
--bm-alias-color-brand-primary-default,
|
|
76
76
|
#00768f
|
|
77
77
|
);
|
|
78
78
|
--bm-comp-stepper-size-sm-container: var(--bm-primitive-dimension-100, 1rem);
|
|
@@ -154,15 +154,15 @@
|
|
|
154
154
|
#c3cdd5
|
|
155
155
|
);
|
|
156
156
|
--bm-comp-stepper-color-current-bg: var(
|
|
157
|
-
--bm-
|
|
157
|
+
--bm-sem-color-surface-selected,
|
|
158
158
|
#01262d
|
|
159
159
|
);
|
|
160
160
|
--bm-comp-stepper-color-current-fg: var(
|
|
161
|
-
--bm-
|
|
161
|
+
--bm-sem-color-text-selected,
|
|
162
162
|
#43bfd6
|
|
163
163
|
);
|
|
164
164
|
--bm-comp-stepper-color-current-border: var(
|
|
165
|
-
--bm-
|
|
165
|
+
--bm-sem-color-border-selected,
|
|
166
166
|
#43bfd6
|
|
167
167
|
);
|
|
168
168
|
--bm-comp-stepper-color-current-heading: var(
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
#ffffff
|
|
171
171
|
);
|
|
172
172
|
--bm-comp-stepper-color-complete-bg: var(
|
|
173
|
-
--bm-
|
|
173
|
+
--bm-alias-color-brand-primary-default,
|
|
174
174
|
#43bfd6
|
|
175
175
|
);
|
|
176
176
|
--bm-comp-stepper-color-complete-fg: var(
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
--bm-comp-stepper-color-body: var(--bm-sem-color-text-secondary, #c3cdd5);
|
|
202
202
|
--bm-comp-stepper-color-line: var(--bm-sem-color-border-02, #465967);
|
|
203
203
|
--bm-comp-stepper-color-line-complete: var(
|
|
204
|
-
--bm-
|
|
204
|
+
--bm-alias-color-brand-primary-default,
|
|
205
205
|
#43bfd6
|
|
206
206
|
);
|
|
207
207
|
--bm-comp-stepper-size-sm-container: var(--bm-primitive-dimension-100, 1rem);
|