@cloudscape-design/components-themeable 3.0.749 → 3.0.751
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/badge/styles.scss +25 -0
- package/lib/internal/template/badge/interfaces.d.ts +1 -1
- package/lib/internal/template/badge/interfaces.d.ts.map +1 -1
- package/lib/internal/template/badge/interfaces.js.map +1 -1
- package/lib/internal/template/badge/styles.css.js +10 -5
- package/lib/internal/template/badge/styles.scoped.css +25 -5
- package/lib/internal/template/badge/styles.selectors.js +10 -5
- package/lib/internal/template/button/internal.d.ts +2 -0
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +2 -2
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +1 -1
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +49 -0
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +10 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +10 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +310 -0
- package/lib/internal/template/internal/generated/theming/index.js +310 -0
- package/package.json +1 -1
|
@@ -1729,6 +1729,46 @@ export var preset = {
|
|
|
1729
1729
|
"light": "{colorBlue800}",
|
|
1730
1730
|
"dark": "{colorWhite}"
|
|
1731
1731
|
},
|
|
1732
|
+
"colorBackgroundSeverityCritical": {
|
|
1733
|
+
"light": "{colorChartsStatusCritical}",
|
|
1734
|
+
"dark": "{colorChartsStatusCritical}"
|
|
1735
|
+
},
|
|
1736
|
+
"colorTextSeverityCritical": {
|
|
1737
|
+
"light": "{colorGrey100}",
|
|
1738
|
+
"dark": "{colorBlack}"
|
|
1739
|
+
},
|
|
1740
|
+
"colorBackgroundSeverityHigh": {
|
|
1741
|
+
"light": "{colorChartsStatusHigh}",
|
|
1742
|
+
"dark": "{colorChartsStatusHigh}"
|
|
1743
|
+
},
|
|
1744
|
+
"colorTextSeverityHigh": {
|
|
1745
|
+
"light": "{colorGrey100}",
|
|
1746
|
+
"dark": "{colorGrey900}"
|
|
1747
|
+
},
|
|
1748
|
+
"colorBackgroundSeverityMedium": {
|
|
1749
|
+
"light": "{colorChartsStatusMedium}",
|
|
1750
|
+
"dark": "{colorChartsStatusMedium}"
|
|
1751
|
+
},
|
|
1752
|
+
"colorTextSeverityMedium": {
|
|
1753
|
+
"light": "{colorGrey900}",
|
|
1754
|
+
"dark": "{colorGrey900}"
|
|
1755
|
+
},
|
|
1756
|
+
"colorBackgroundSeverityLow": {
|
|
1757
|
+
"light": "{colorChartsStatusLow}",
|
|
1758
|
+
"dark": "{colorChartsStatusLow}"
|
|
1759
|
+
},
|
|
1760
|
+
"colorTextSeverityLow": {
|
|
1761
|
+
"light": "{colorGrey900}",
|
|
1762
|
+
"dark": "{colorGrey900}"
|
|
1763
|
+
},
|
|
1764
|
+
"colorBackgroundSeverityNeutral": {
|
|
1765
|
+
"light": "{colorGrey600}",
|
|
1766
|
+
"dark": "{colorGrey550}"
|
|
1767
|
+
},
|
|
1768
|
+
"colorTextSeverityNeutral": {
|
|
1769
|
+
"light": "{colorGrey100}",
|
|
1770
|
+
"dark": "{colorGrey100}"
|
|
1771
|
+
},
|
|
1732
1772
|
"fontBoxValueLargeWeight": "700",
|
|
1733
1773
|
"fontButtonLetterSpacing": "0.005em",
|
|
1734
1774
|
"fontButtonWeight": "700",
|
|
@@ -3902,6 +3942,46 @@ export var preset = {
|
|
|
3902
3942
|
"colorDropzoneTextHover": {
|
|
3903
3943
|
"light": "{colorWhite}",
|
|
3904
3944
|
"dark": "{colorWhite}"
|
|
3945
|
+
},
|
|
3946
|
+
"colorBackgroundSeverityCritical": {
|
|
3947
|
+
"light": "{colorChartsStatusCritical}",
|
|
3948
|
+
"dark": "{colorChartsStatusCritical}"
|
|
3949
|
+
},
|
|
3950
|
+
"colorTextSeverityCritical": {
|
|
3951
|
+
"light": "{colorBlack}",
|
|
3952
|
+
"dark": "{colorBlack}"
|
|
3953
|
+
},
|
|
3954
|
+
"colorBackgroundSeverityHigh": {
|
|
3955
|
+
"light": "{colorChartsStatusHigh}",
|
|
3956
|
+
"dark": "{colorChartsStatusHigh}"
|
|
3957
|
+
},
|
|
3958
|
+
"colorTextSeverityHigh": {
|
|
3959
|
+
"light": "{colorGrey900}",
|
|
3960
|
+
"dark": "{colorGrey900}"
|
|
3961
|
+
},
|
|
3962
|
+
"colorBackgroundSeverityMedium": {
|
|
3963
|
+
"light": "{colorChartsStatusMedium}",
|
|
3964
|
+
"dark": "{colorChartsStatusMedium}"
|
|
3965
|
+
},
|
|
3966
|
+
"colorTextSeverityMedium": {
|
|
3967
|
+
"light": "{colorGrey900}",
|
|
3968
|
+
"dark": "{colorGrey900}"
|
|
3969
|
+
},
|
|
3970
|
+
"colorBackgroundSeverityLow": {
|
|
3971
|
+
"light": "{colorChartsStatusLow}",
|
|
3972
|
+
"dark": "{colorChartsStatusLow}"
|
|
3973
|
+
},
|
|
3974
|
+
"colorTextSeverityLow": {
|
|
3975
|
+
"light": "{colorGrey900}",
|
|
3976
|
+
"dark": "{colorGrey900}"
|
|
3977
|
+
},
|
|
3978
|
+
"colorBackgroundSeverityNeutral": {
|
|
3979
|
+
"light": "{colorGrey550}",
|
|
3980
|
+
"dark": "{colorGrey550}"
|
|
3981
|
+
},
|
|
3982
|
+
"colorTextSeverityNeutral": {
|
|
3983
|
+
"light": "{colorGrey100}",
|
|
3984
|
+
"dark": "{colorGrey100}"
|
|
3905
3985
|
}
|
|
3906
3986
|
}
|
|
3907
3987
|
},
|
|
@@ -4996,6 +5076,46 @@ export var preset = {
|
|
|
4996
5076
|
"colorDropzoneTextHover": {
|
|
4997
5077
|
"light": "{colorWhite}",
|
|
4998
5078
|
"dark": "{colorWhite}"
|
|
5079
|
+
},
|
|
5080
|
+
"colorBackgroundSeverityCritical": {
|
|
5081
|
+
"light": "{colorChartsStatusCritical}",
|
|
5082
|
+
"dark": "{colorChartsStatusCritical}"
|
|
5083
|
+
},
|
|
5084
|
+
"colorTextSeverityCritical": {
|
|
5085
|
+
"light": "{colorBlack}",
|
|
5086
|
+
"dark": "{colorBlack}"
|
|
5087
|
+
},
|
|
5088
|
+
"colorBackgroundSeverityHigh": {
|
|
5089
|
+
"light": "{colorChartsStatusHigh}",
|
|
5090
|
+
"dark": "{colorChartsStatusHigh}"
|
|
5091
|
+
},
|
|
5092
|
+
"colorTextSeverityHigh": {
|
|
5093
|
+
"light": "{colorGrey900}",
|
|
5094
|
+
"dark": "{colorGrey900}"
|
|
5095
|
+
},
|
|
5096
|
+
"colorBackgroundSeverityMedium": {
|
|
5097
|
+
"light": "{colorChartsStatusMedium}",
|
|
5098
|
+
"dark": "{colorChartsStatusMedium}"
|
|
5099
|
+
},
|
|
5100
|
+
"colorTextSeverityMedium": {
|
|
5101
|
+
"light": "{colorGrey900}",
|
|
5102
|
+
"dark": "{colorGrey900}"
|
|
5103
|
+
},
|
|
5104
|
+
"colorBackgroundSeverityLow": {
|
|
5105
|
+
"light": "{colorChartsStatusLow}",
|
|
5106
|
+
"dark": "{colorChartsStatusLow}"
|
|
5107
|
+
},
|
|
5108
|
+
"colorTextSeverityLow": {
|
|
5109
|
+
"light": "{colorGrey900}",
|
|
5110
|
+
"dark": "{colorGrey900}"
|
|
5111
|
+
},
|
|
5112
|
+
"colorBackgroundSeverityNeutral": {
|
|
5113
|
+
"light": "{colorGrey550}",
|
|
5114
|
+
"dark": "{colorGrey550}"
|
|
5115
|
+
},
|
|
5116
|
+
"colorTextSeverityNeutral": {
|
|
5117
|
+
"light": "{colorGrey100}",
|
|
5118
|
+
"dark": "{colorGrey100}"
|
|
4999
5119
|
}
|
|
5000
5120
|
}
|
|
5001
5121
|
},
|
|
@@ -6022,6 +6142,46 @@ export var preset = {
|
|
|
6022
6142
|
"colorDropzoneTextHover": {
|
|
6023
6143
|
"light": "{colorBlue800}",
|
|
6024
6144
|
"dark": "{colorWhite}"
|
|
6145
|
+
},
|
|
6146
|
+
"colorBackgroundSeverityCritical": {
|
|
6147
|
+
"light": "{colorChartsStatusCritical}",
|
|
6148
|
+
"dark": "{colorChartsStatusCritical}"
|
|
6149
|
+
},
|
|
6150
|
+
"colorTextSeverityCritical": {
|
|
6151
|
+
"light": "{colorGrey100}",
|
|
6152
|
+
"dark": "{colorBlack}"
|
|
6153
|
+
},
|
|
6154
|
+
"colorBackgroundSeverityHigh": {
|
|
6155
|
+
"light": "{colorChartsStatusHigh}",
|
|
6156
|
+
"dark": "{colorChartsStatusHigh}"
|
|
6157
|
+
},
|
|
6158
|
+
"colorTextSeverityHigh": {
|
|
6159
|
+
"light": "{colorGrey100}",
|
|
6160
|
+
"dark": "{colorGrey900}"
|
|
6161
|
+
},
|
|
6162
|
+
"colorBackgroundSeverityMedium": {
|
|
6163
|
+
"light": "{colorChartsStatusMedium}",
|
|
6164
|
+
"dark": "{colorChartsStatusMedium}"
|
|
6165
|
+
},
|
|
6166
|
+
"colorTextSeverityMedium": {
|
|
6167
|
+
"light": "{colorGrey900}",
|
|
6168
|
+
"dark": "{colorGrey900}"
|
|
6169
|
+
},
|
|
6170
|
+
"colorBackgroundSeverityLow": {
|
|
6171
|
+
"light": "{colorChartsStatusLow}",
|
|
6172
|
+
"dark": "{colorChartsStatusLow}"
|
|
6173
|
+
},
|
|
6174
|
+
"colorTextSeverityLow": {
|
|
6175
|
+
"light": "{colorGrey900}",
|
|
6176
|
+
"dark": "{colorGrey900}"
|
|
6177
|
+
},
|
|
6178
|
+
"colorBackgroundSeverityNeutral": {
|
|
6179
|
+
"light": "{colorGrey600}",
|
|
6180
|
+
"dark": "{colorGrey550}"
|
|
6181
|
+
},
|
|
6182
|
+
"colorTextSeverityNeutral": {
|
|
6183
|
+
"light": "{colorGrey100}",
|
|
6184
|
+
"dark": "{colorGrey100}"
|
|
6025
6185
|
}
|
|
6026
6186
|
}
|
|
6027
6187
|
},
|
|
@@ -7048,6 +7208,46 @@ export var preset = {
|
|
|
7048
7208
|
"colorDropzoneTextHover": {
|
|
7049
7209
|
"light": "{colorBlue800}",
|
|
7050
7210
|
"dark": "{colorWhite}"
|
|
7211
|
+
},
|
|
7212
|
+
"colorBackgroundSeverityCritical": {
|
|
7213
|
+
"light": "{colorChartsStatusCritical}",
|
|
7214
|
+
"dark": "{colorChartsStatusCritical}"
|
|
7215
|
+
},
|
|
7216
|
+
"colorTextSeverityCritical": {
|
|
7217
|
+
"light": "{colorGrey100}",
|
|
7218
|
+
"dark": "{colorBlack}"
|
|
7219
|
+
},
|
|
7220
|
+
"colorBackgroundSeverityHigh": {
|
|
7221
|
+
"light": "{colorChartsStatusHigh}",
|
|
7222
|
+
"dark": "{colorChartsStatusHigh}"
|
|
7223
|
+
},
|
|
7224
|
+
"colorTextSeverityHigh": {
|
|
7225
|
+
"light": "{colorGrey100}",
|
|
7226
|
+
"dark": "{colorGrey900}"
|
|
7227
|
+
},
|
|
7228
|
+
"colorBackgroundSeverityMedium": {
|
|
7229
|
+
"light": "{colorChartsStatusMedium}",
|
|
7230
|
+
"dark": "{colorChartsStatusMedium}"
|
|
7231
|
+
},
|
|
7232
|
+
"colorTextSeverityMedium": {
|
|
7233
|
+
"light": "{colorGrey900}",
|
|
7234
|
+
"dark": "{colorGrey900}"
|
|
7235
|
+
},
|
|
7236
|
+
"colorBackgroundSeverityLow": {
|
|
7237
|
+
"light": "{colorChartsStatusLow}",
|
|
7238
|
+
"dark": "{colorChartsStatusLow}"
|
|
7239
|
+
},
|
|
7240
|
+
"colorTextSeverityLow": {
|
|
7241
|
+
"light": "{colorGrey900}",
|
|
7242
|
+
"dark": "{colorGrey900}"
|
|
7243
|
+
},
|
|
7244
|
+
"colorBackgroundSeverityNeutral": {
|
|
7245
|
+
"light": "{colorGrey600}",
|
|
7246
|
+
"dark": "{colorGrey550}"
|
|
7247
|
+
},
|
|
7248
|
+
"colorTextSeverityNeutral": {
|
|
7249
|
+
"light": "{colorGrey100}",
|
|
7250
|
+
"dark": "{colorGrey100}"
|
|
7051
7251
|
}
|
|
7052
7252
|
}
|
|
7053
7253
|
},
|
|
@@ -8075,6 +8275,46 @@ export var preset = {
|
|
|
8075
8275
|
"light": "{colorBlue800}",
|
|
8076
8276
|
"dark": "{colorWhite}"
|
|
8077
8277
|
},
|
|
8278
|
+
"colorBackgroundSeverityCritical": {
|
|
8279
|
+
"light": "{colorChartsStatusCritical}",
|
|
8280
|
+
"dark": "{colorChartsStatusCritical}"
|
|
8281
|
+
},
|
|
8282
|
+
"colorTextSeverityCritical": {
|
|
8283
|
+
"light": "{colorGrey100}",
|
|
8284
|
+
"dark": "{colorBlack}"
|
|
8285
|
+
},
|
|
8286
|
+
"colorBackgroundSeverityHigh": {
|
|
8287
|
+
"light": "{colorChartsStatusHigh}",
|
|
8288
|
+
"dark": "{colorChartsStatusHigh}"
|
|
8289
|
+
},
|
|
8290
|
+
"colorTextSeverityHigh": {
|
|
8291
|
+
"light": "{colorGrey100}",
|
|
8292
|
+
"dark": "{colorGrey900}"
|
|
8293
|
+
},
|
|
8294
|
+
"colorBackgroundSeverityMedium": {
|
|
8295
|
+
"light": "{colorChartsStatusMedium}",
|
|
8296
|
+
"dark": "{colorChartsStatusMedium}"
|
|
8297
|
+
},
|
|
8298
|
+
"colorTextSeverityMedium": {
|
|
8299
|
+
"light": "{colorGrey900}",
|
|
8300
|
+
"dark": "{colorGrey900}"
|
|
8301
|
+
},
|
|
8302
|
+
"colorBackgroundSeverityLow": {
|
|
8303
|
+
"light": "{colorChartsStatusLow}",
|
|
8304
|
+
"dark": "{colorChartsStatusLow}"
|
|
8305
|
+
},
|
|
8306
|
+
"colorTextSeverityLow": {
|
|
8307
|
+
"light": "{colorGrey900}",
|
|
8308
|
+
"dark": "{colorGrey900}"
|
|
8309
|
+
},
|
|
8310
|
+
"colorBackgroundSeverityNeutral": {
|
|
8311
|
+
"light": "{colorGrey600}",
|
|
8312
|
+
"dark": "{colorGrey550}"
|
|
8313
|
+
},
|
|
8314
|
+
"colorTextSeverityNeutral": {
|
|
8315
|
+
"light": "{colorGrey100}",
|
|
8316
|
+
"dark": "{colorGrey100}"
|
|
8317
|
+
},
|
|
8078
8318
|
"fontExpandableHeadingSize": "14px",
|
|
8079
8319
|
"borderDividerSectionWidth": "1px"
|
|
8080
8320
|
}
|
|
@@ -9102,6 +9342,46 @@ export var preset = {
|
|
|
9102
9342
|
"colorDropzoneTextHover": {
|
|
9103
9343
|
"light": "{colorWhite}",
|
|
9104
9344
|
"dark": "{colorWhite}"
|
|
9345
|
+
},
|
|
9346
|
+
"colorBackgroundSeverityCritical": {
|
|
9347
|
+
"light": "{colorChartsStatusCritical}",
|
|
9348
|
+
"dark": "{colorChartsStatusCritical}"
|
|
9349
|
+
},
|
|
9350
|
+
"colorTextSeverityCritical": {
|
|
9351
|
+
"light": "{colorBlack}",
|
|
9352
|
+
"dark": "{colorBlack}"
|
|
9353
|
+
},
|
|
9354
|
+
"colorBackgroundSeverityHigh": {
|
|
9355
|
+
"light": "{colorChartsStatusHigh}",
|
|
9356
|
+
"dark": "{colorChartsStatusHigh}"
|
|
9357
|
+
},
|
|
9358
|
+
"colorTextSeverityHigh": {
|
|
9359
|
+
"light": "{colorGrey900}",
|
|
9360
|
+
"dark": "{colorGrey900}"
|
|
9361
|
+
},
|
|
9362
|
+
"colorBackgroundSeverityMedium": {
|
|
9363
|
+
"light": "{colorChartsStatusMedium}",
|
|
9364
|
+
"dark": "{colorChartsStatusMedium}"
|
|
9365
|
+
},
|
|
9366
|
+
"colorTextSeverityMedium": {
|
|
9367
|
+
"light": "{colorGrey900}",
|
|
9368
|
+
"dark": "{colorGrey900}"
|
|
9369
|
+
},
|
|
9370
|
+
"colorBackgroundSeverityLow": {
|
|
9371
|
+
"light": "{colorChartsStatusLow}",
|
|
9372
|
+
"dark": "{colorChartsStatusLow}"
|
|
9373
|
+
},
|
|
9374
|
+
"colorTextSeverityLow": {
|
|
9375
|
+
"light": "{colorGrey900}",
|
|
9376
|
+
"dark": "{colorGrey900}"
|
|
9377
|
+
},
|
|
9378
|
+
"colorBackgroundSeverityNeutral": {
|
|
9379
|
+
"light": "{colorGrey550}",
|
|
9380
|
+
"dark": "{colorGrey550}"
|
|
9381
|
+
},
|
|
9382
|
+
"colorTextSeverityNeutral": {
|
|
9383
|
+
"light": "{colorGrey100}",
|
|
9384
|
+
"dark": "{colorGrey100}"
|
|
9105
9385
|
}
|
|
9106
9386
|
}
|
|
9107
9387
|
}
|
|
@@ -9516,6 +9796,16 @@ export var preset = {
|
|
|
9516
9796
|
"colorDropzoneBackgroundHover": "color",
|
|
9517
9797
|
"colorDropzoneTextActive": "color",
|
|
9518
9798
|
"colorDropzoneTextHover": "color",
|
|
9799
|
+
"colorBackgroundSeverityCritical": "color",
|
|
9800
|
+
"colorTextSeverityCritical": "color",
|
|
9801
|
+
"colorBackgroundSeverityHigh": "color",
|
|
9802
|
+
"colorTextSeverityHigh": "color",
|
|
9803
|
+
"colorBackgroundSeverityMedium": "color",
|
|
9804
|
+
"colorTextSeverityMedium": "color",
|
|
9805
|
+
"colorBackgroundSeverityLow": "color",
|
|
9806
|
+
"colorTextSeverityLow": "color",
|
|
9807
|
+
"colorBackgroundSeverityNeutral": "color",
|
|
9808
|
+
"colorTextSeverityNeutral": "color",
|
|
9519
9809
|
"motionDurationExtraFast": "motion",
|
|
9520
9810
|
"motionDurationExtraSlow": "motion",
|
|
9521
9811
|
"motionDurationFast": "motion",
|
|
@@ -10739,6 +11029,16 @@ export var preset = {
|
|
|
10739
11029
|
"colorDropzoneBackgroundHover": "color-dropzone-background-hover",
|
|
10740
11030
|
"colorDropzoneTextActive": "color-dropzone-text-active",
|
|
10741
11031
|
"colorDropzoneTextHover": "color-dropzone-text-hover",
|
|
11032
|
+
"colorBackgroundSeverityCritical": "color-background-severity-critical",
|
|
11033
|
+
"colorTextSeverityCritical": "color-text-severity-critical",
|
|
11034
|
+
"colorBackgroundSeverityHigh": "color-background-severity-high",
|
|
11035
|
+
"colorTextSeverityHigh": "color-text-severity-high",
|
|
11036
|
+
"colorBackgroundSeverityMedium": "color-background-severity-medium",
|
|
11037
|
+
"colorTextSeverityMedium": "color-text-severity-medium",
|
|
11038
|
+
"colorBackgroundSeverityLow": "color-background-severity-low",
|
|
11039
|
+
"colorTextSeverityLow": "color-text-severity-low",
|
|
11040
|
+
"colorBackgroundSeverityNeutral": "color-background-severity-neutral",
|
|
11041
|
+
"colorTextSeverityNeutral": "color-text-severity-neutral",
|
|
10742
11042
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
10743
11043
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
10744
11044
|
"fontButtonWeight": "font-button-weight",
|
|
@@ -11455,6 +11755,16 @@ export var preset = {
|
|
|
11455
11755
|
"colorDropzoneBackgroundHover": "--color-dropzone-background-hover-42q8nb",
|
|
11456
11756
|
"colorDropzoneTextActive": "--color-dropzone-text-active-8e1lcf",
|
|
11457
11757
|
"colorDropzoneTextHover": "--color-dropzone-text-hover-4qxymq",
|
|
11758
|
+
"colorBackgroundSeverityCritical": "--color-background-severity-critical-idosdq",
|
|
11759
|
+
"colorTextSeverityCritical": "--color-text-severity-critical-85viri",
|
|
11760
|
+
"colorBackgroundSeverityHigh": "--color-background-severity-high-434xpy",
|
|
11761
|
+
"colorTextSeverityHigh": "--color-text-severity-high-uiwahw",
|
|
11762
|
+
"colorBackgroundSeverityMedium": "--color-background-severity-medium-n5069n",
|
|
11763
|
+
"colorTextSeverityMedium": "--color-text-severity-medium-t00q1o",
|
|
11764
|
+
"colorBackgroundSeverityLow": "--color-background-severity-low-5ab62f",
|
|
11765
|
+
"colorTextSeverityLow": "--color-text-severity-low-alfea6",
|
|
11766
|
+
"colorBackgroundSeverityNeutral": "--color-background-severity-neutral-wfgvya",
|
|
11767
|
+
"colorTextSeverityNeutral": "--color-text-severity-neutral-2hvk9q",
|
|
11458
11768
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-onoq9k",
|
|
11459
11769
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-65ug0o",
|
|
11460
11770
|
"fontButtonWeight": "--font-button-weight-hv56tz",
|