@cloudscape-design/components 3.0.1270 → 3.0.1271
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/app-layout/visual-refresh-toolbar/toolbar/index.js +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +1 -2
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -7
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +20 -26
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +78 -78
- package/button/styles.selectors.js +22 -22
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +70 -70
- package/help-panel/styles.selectors.js +6 -6
- package/i18n/messages/all.all.js +1 -1
- package/i18n/messages/all.all.json +1 -1
- package/i18n/messages/all.ar.js +1 -1
- package/i18n/messages/all.ar.json +1 -1
- package/i18n/messages/all.de.js +1 -1
- package/i18n/messages/all.de.json +1 -1
- package/i18n/messages/all.en-GB.js +1 -1
- package/i18n/messages/all.en-GB.json +1 -1
- package/i18n/messages/all.en.js +1 -1
- package/i18n/messages/all.en.json +1 -1
- package/i18n/messages/all.es.js +1 -1
- package/i18n/messages/all.es.json +1 -1
- package/i18n/messages/all.fr.js +1 -1
- package/i18n/messages/all.fr.json +1 -1
- package/i18n/messages/all.id.js +1 -1
- package/i18n/messages/all.id.json +1 -1
- package/i18n/messages/all.it.js +1 -1
- package/i18n/messages/all.it.json +1 -1
- package/i18n/messages/all.ja.js +1 -1
- package/i18n/messages/all.ja.json +1 -1
- package/i18n/messages/all.ko.js +1 -1
- package/i18n/messages/all.ko.json +1 -1
- package/i18n/messages/all.pt-BR.js +1 -1
- package/i18n/messages/all.pt-BR.json +1 -1
- package/i18n/messages/all.tr.js +1 -1
- package/i18n/messages/all.tr.json +1 -1
- package/i18n/messages/all.zh-CN.js +1 -1
- package/i18n/messages/all.zh-CN.json +1 -1
- package/i18n/messages/all.zh-TW.js +1 -1
- package/i18n/messages/all.zh-TW.json +1 -1
- package/i18n/messages-types.d.ts +18 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/internal/base-component/styles.scoped.css +63 -4
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +17 -3
- package/internal/generated/styles/tokens.js +17 -3
- package/internal/generated/theming/index.cjs +417 -9
- package/internal/generated/theming/index.cjs.d.ts +189 -0
- package/internal/generated/theming/index.d.ts +189 -0
- package/internal/generated/theming/index.js +417 -9
- package/internal/keycode.d.ts +3 -1
- package/internal/keycode.d.ts.map +1 -1
- package/internal/keycode.js +5 -0
- package/internal/keycode.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/handle-key.d.ts +22 -1
- package/internal/utils/handle-key.d.ts.map +1 -1
- package/internal/utils/handle-key.js +62 -4
- package/internal/utils/handle-key.js.map +1 -1
- package/link/styles.css.js +21 -21
- package/link/styles.scoped.css +81 -81
- package/link/styles.selectors.js +21 -21
- package/package.json +1 -1
- package/prompt-input/components/menu-dropdown.d.ts +33 -0
- package/prompt-input/components/menu-dropdown.d.ts.map +1 -0
- package/prompt-input/components/menu-dropdown.js +48 -0
- package/prompt-input/components/menu-dropdown.js.map +1 -0
- package/prompt-input/components/textarea-mode.d.ts +15 -0
- package/prompt-input/components/textarea-mode.d.ts.map +1 -0
- package/prompt-input/components/textarea-mode.js +8 -0
- package/prompt-input/components/textarea-mode.js.map +1 -0
- package/prompt-input/components/token-mode.d.ts +61 -0
- package/prompt-input/components/token-mode.d.ts.map +1 -0
- package/prompt-input/components/token-mode.js +37 -0
- package/prompt-input/components/token-mode.js.map +1 -0
- package/prompt-input/core/caret-controller.d.ts +73 -0
- package/prompt-input/core/caret-controller.d.ts.map +1 -0
- package/prompt-input/core/caret-controller.js +396 -0
- package/prompt-input/core/caret-controller.js.map +1 -0
- package/prompt-input/core/caret-spot-utils.d.ts +6 -0
- package/prompt-input/core/caret-spot-utils.d.ts.map +1 -0
- package/prompt-input/core/caret-spot-utils.js +52 -0
- package/prompt-input/core/caret-spot-utils.js.map +1 -0
- package/prompt-input/core/caret-utils.d.ts +25 -0
- package/prompt-input/core/caret-utils.d.ts.map +1 -0
- package/prompt-input/core/caret-utils.js +183 -0
- package/prompt-input/core/caret-utils.js.map +1 -0
- package/prompt-input/core/constants.d.ts +14 -0
- package/prompt-input/core/constants.d.ts.map +1 -0
- package/prompt-input/core/constants.js +18 -0
- package/prompt-input/core/constants.js.map +1 -0
- package/prompt-input/core/dom-utils.d.ts +60 -0
- package/prompt-input/core/dom-utils.d.ts.map +1 -0
- package/prompt-input/core/dom-utils.js +252 -0
- package/prompt-input/core/dom-utils.js.map +1 -0
- package/prompt-input/core/event-handlers.d.ts +68 -0
- package/prompt-input/core/event-handlers.d.ts.map +1 -0
- package/prompt-input/core/event-handlers.js +678 -0
- package/prompt-input/core/event-handlers.js.map +1 -0
- package/prompt-input/core/menu-state.d.ts +62 -0
- package/prompt-input/core/menu-state.d.ts.map +1 -0
- package/prompt-input/core/menu-state.js +168 -0
- package/prompt-input/core/menu-state.js.map +1 -0
- package/prompt-input/core/token-operations.d.ts +21 -0
- package/prompt-input/core/token-operations.d.ts.map +1 -0
- package/prompt-input/core/token-operations.js +273 -0
- package/prompt-input/core/token-operations.js.map +1 -0
- package/prompt-input/core/token-renderer.d.ts +26 -0
- package/prompt-input/core/token-renderer.d.ts.map +1 -0
- package/prompt-input/core/token-renderer.js +230 -0
- package/prompt-input/core/token-renderer.js.map +1 -0
- package/prompt-input/core/token-utils.d.ts +22 -0
- package/prompt-input/core/token-utils.d.ts.map +1 -0
- package/prompt-input/core/token-utils.js +262 -0
- package/prompt-input/core/token-utils.js.map +1 -0
- package/prompt-input/core/trigger-utils.d.ts +18 -0
- package/prompt-input/core/trigger-utils.d.ts.map +1 -0
- package/prompt-input/core/trigger-utils.js +174 -0
- package/prompt-input/core/trigger-utils.js.map +1 -0
- package/prompt-input/core/type-guards.d.ts +13 -0
- package/prompt-input/core/type-guards.d.ts.map +1 -0
- package/prompt-input/core/type-guards.js +36 -0
- package/prompt-input/core/type-guards.js.map +1 -0
- package/prompt-input/index.d.ts +1 -1
- package/prompt-input/index.d.ts.map +1 -1
- package/prompt-input/index.js.map +1 -1
- package/prompt-input/interfaces.d.ts +356 -7
- package/prompt-input/interfaces.d.ts.map +1 -1
- package/prompt-input/interfaces.js.map +1 -1
- package/prompt-input/internal.d.ts +1 -1
- package/prompt-input/internal.d.ts.map +1 -1
- package/prompt-input/internal.js +195 -61
- package/prompt-input/internal.js.map +1 -1
- package/prompt-input/styles.css.js +26 -17
- package/prompt-input/styles.scoped.css +152 -39
- package/prompt-input/styles.selectors.js +26 -17
- package/prompt-input/test-classes/styles.css.js +7 -6
- package/prompt-input/test-classes/styles.scoped.css +10 -6
- package/prompt-input/test-classes/styles.selectors.js +7 -6
- package/prompt-input/tokens/use-shortcuts.d.ts +37 -0
- package/prompt-input/tokens/use-shortcuts.d.ts.map +1 -0
- package/prompt-input/tokens/use-shortcuts.js +89 -0
- package/prompt-input/tokens/use-shortcuts.js.map +1 -0
- package/prompt-input/tokens/use-token-mode.d.ts +78 -0
- package/prompt-input/tokens/use-token-mode.d.ts.map +1 -0
- package/prompt-input/tokens/use-token-mode.js +817 -0
- package/prompt-input/tokens/use-token-mode.js.map +1 -0
- package/prompt-input/utils/insert-text-content-editable.d.ts +10 -0
- package/prompt-input/utils/insert-text-content-editable.d.ts.map +1 -0
- package/prompt-input/utils/insert-text-content-editable.js +133 -0
- package/prompt-input/utils/insert-text-content-editable.js.map +1 -0
- package/tabs/styles.css.js +30 -30
- package/tabs/styles.scoped.css +55 -55
- package/tabs/styles.selectors.js +30 -30
- package/test-utils/dom/hotspot/index.js +1 -2
- package/test-utils/dom/hotspot/index.js.map +1 -1
- package/test-utils/dom/prompt-input/index.d.ts +53 -1
- package/test-utils/dom/prompt-input/index.js +121 -13
- package/test-utils/dom/prompt-input/index.js.map +1 -1
- package/test-utils/dom/s3-resource-selector/index.js +2 -3
- package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
- package/test-utils/selectors/hotspot/index.js +1 -2
- package/test-utils/selectors/hotspot/index.js.map +1 -1
- package/test-utils/selectors/prompt-input/index.d.ts +30 -0
- package/test-utils/selectors/prompt-input/index.js +53 -7
- package/test-utils/selectors/prompt-input/index.js.map +1 -1
- package/test-utils/selectors/s3-resource-selector/index.js +2 -3
- package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
|
@@ -1171,6 +1171,14 @@ export var preset = {
|
|
|
1171
1171
|
"light": "{colorPrimary100}",
|
|
1172
1172
|
"dark": "{colorNeutral700}"
|
|
1173
1173
|
},
|
|
1174
|
+
"colorBackgroundButtonLinkDefault": {
|
|
1175
|
+
"light": "transparent",
|
|
1176
|
+
"dark": "transparent"
|
|
1177
|
+
},
|
|
1178
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
1179
|
+
"light": "transparent",
|
|
1180
|
+
"dark": "transparent"
|
|
1181
|
+
},
|
|
1174
1182
|
"colorBackgroundButtonLinkHover": {
|
|
1175
1183
|
"light": "{colorPrimary50}",
|
|
1176
1184
|
"dark": "{colorNeutral800}"
|
|
@@ -1567,6 +1575,10 @@ export var preset = {
|
|
|
1567
1575
|
"light": "{colorTextBodyDefault}",
|
|
1568
1576
|
"dark": "{colorTextBodyDefault}"
|
|
1569
1577
|
},
|
|
1578
|
+
"colorBorderButtonLinkDisabled": {
|
|
1579
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
1580
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
1581
|
+
},
|
|
1570
1582
|
"colorBorderButtonNormalActive": {
|
|
1571
1583
|
"light": "{colorPrimary900}",
|
|
1572
1584
|
"dark": "{colorPrimary300}"
|
|
@@ -1923,6 +1935,22 @@ export var preset = {
|
|
|
1923
1935
|
"light": "{colorTextButtonNormalActive}",
|
|
1924
1936
|
"dark": "{colorTextButtonNormalActive}"
|
|
1925
1937
|
},
|
|
1938
|
+
"colorTextButtonLinkActive": {
|
|
1939
|
+
"light": "{colorTextButtonNormalActive}",
|
|
1940
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
1941
|
+
},
|
|
1942
|
+
"colorTextButtonLinkDefault": {
|
|
1943
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
1944
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
1945
|
+
},
|
|
1946
|
+
"colorTextButtonLinkDisabled": {
|
|
1947
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
1948
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
1949
|
+
},
|
|
1950
|
+
"colorTextButtonLinkHover": {
|
|
1951
|
+
"light": "{colorTextButtonNormalHover}",
|
|
1952
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
1953
|
+
},
|
|
1926
1954
|
"colorTextButtonPrimaryActive": {
|
|
1927
1955
|
"light": "{colorWhite}",
|
|
1928
1956
|
"dark": "{colorNeutral950}"
|
|
@@ -2151,6 +2179,22 @@ export var preset = {
|
|
|
2151
2179
|
"light": "{colorPrimary900}",
|
|
2152
2180
|
"dark": "{colorPrimary300}"
|
|
2153
2181
|
},
|
|
2182
|
+
"colorTextLinkSecondaryDefault": {
|
|
2183
|
+
"light": "{colorTextLinkDefault}",
|
|
2184
|
+
"dark": "{colorTextLinkDefault}"
|
|
2185
|
+
},
|
|
2186
|
+
"colorTextLinkSecondaryHover": {
|
|
2187
|
+
"light": "{colorTextLinkHover}",
|
|
2188
|
+
"dark": "{colorTextLinkHover}"
|
|
2189
|
+
},
|
|
2190
|
+
"colorTextLinkInfoDefault": {
|
|
2191
|
+
"light": "{colorTextLinkDefault}",
|
|
2192
|
+
"dark": "{colorTextLinkDefault}"
|
|
2193
|
+
},
|
|
2194
|
+
"colorTextLinkInfoHover": {
|
|
2195
|
+
"light": "{colorTextLinkHover}",
|
|
2196
|
+
"dark": "{colorTextLinkHover}"
|
|
2197
|
+
},
|
|
2154
2198
|
"colorTextLinkInvertedHover": {
|
|
2155
2199
|
"light": "{colorWhite}",
|
|
2156
2200
|
"dark": "{colorWhite}"
|
|
@@ -2304,9 +2348,10 @@ export var preset = {
|
|
|
2304
2348
|
"fontSizeHeadingXs": "14px",
|
|
2305
2349
|
"fontSmoothingMozOsx": "grayscale",
|
|
2306
2350
|
"fontSmoothingWebkit": "antialiased",
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2309
|
-
"
|
|
2351
|
+
"fontSizeTabs": "{fontSizeHeadingS}",
|
|
2352
|
+
"fontWeightTabs": "700",
|
|
2353
|
+
"fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
|
|
2354
|
+
"lineHeightTabs": "{lineHeightHeadingS}",
|
|
2310
2355
|
"fontWayfindingLinkActiveWeight": "700",
|
|
2311
2356
|
"fontWeightButton": "700",
|
|
2312
2357
|
"fontWeightAlertHeader": "700",
|
|
@@ -2617,6 +2662,10 @@ export var preset = {
|
|
|
2617
2662
|
"comfortable": "{spaceScaledL}",
|
|
2618
2663
|
"compact": "{spaceScaledL}"
|
|
2619
2664
|
},
|
|
2665
|
+
"spaceButtonVertical": {
|
|
2666
|
+
"comfortable": "{spaceScaledXxs}",
|
|
2667
|
+
"compact": "{spaceScaledXxs}"
|
|
2668
|
+
},
|
|
2620
2669
|
"spaceButtonIconFocusOutlineGutterVertical": {
|
|
2621
2670
|
"comfortable": "0px",
|
|
2622
2671
|
"compact": "0px"
|
|
@@ -2821,6 +2870,10 @@ export var preset = {
|
|
|
2821
2870
|
"comfortable": "-8px",
|
|
2822
2871
|
"compact": "-8px"
|
|
2823
2872
|
},
|
|
2873
|
+
"spaceTabsVertical": {
|
|
2874
|
+
"comfortable": "{spaceScaledXxs}",
|
|
2875
|
+
"compact": "{spaceScaledXxs}"
|
|
2876
|
+
},
|
|
2824
2877
|
"spaceTableContentBottom": {
|
|
2825
2878
|
"comfortable": "{spaceXxs}",
|
|
2826
2879
|
"compact": "{spaceXxs}"
|
|
@@ -3119,6 +3172,10 @@ export var preset = {
|
|
|
3119
3172
|
"comfortable": "{spaceScaledL}",
|
|
3120
3173
|
"compact": "{spaceScaledL}"
|
|
3121
3174
|
},
|
|
3175
|
+
"spaceButtonVertical": {
|
|
3176
|
+
"comfortable": "{spaceScaledXxs}",
|
|
3177
|
+
"compact": "{spaceScaledXxs}"
|
|
3178
|
+
},
|
|
3122
3179
|
"spaceButtonIconFocusOutlineGutterVertical": {
|
|
3123
3180
|
"comfortable": "0px",
|
|
3124
3181
|
"compact": "0px"
|
|
@@ -3323,6 +3380,10 @@ export var preset = {
|
|
|
3323
3380
|
"comfortable": "-8px",
|
|
3324
3381
|
"compact": "-8px"
|
|
3325
3382
|
},
|
|
3383
|
+
"spaceTabsVertical": {
|
|
3384
|
+
"comfortable": "{spaceScaledXxs}",
|
|
3385
|
+
"compact": "{spaceScaledXxs}"
|
|
3386
|
+
},
|
|
3326
3387
|
"spaceTableContentBottom": {
|
|
3327
3388
|
"comfortable": "{spaceXxs}",
|
|
3328
3389
|
"compact": "{spaceXxs}"
|
|
@@ -3577,6 +3638,14 @@ export var preset = {
|
|
|
3577
3638
|
"light": "{colorNeutral700}",
|
|
3578
3639
|
"dark": "{colorNeutral700}"
|
|
3579
3640
|
},
|
|
3641
|
+
"colorBackgroundButtonLinkDefault": {
|
|
3642
|
+
"light": "transparent",
|
|
3643
|
+
"dark": "transparent"
|
|
3644
|
+
},
|
|
3645
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
3646
|
+
"light": "transparent",
|
|
3647
|
+
"dark": "transparent"
|
|
3648
|
+
},
|
|
3580
3649
|
"colorBackgroundButtonLinkHover": {
|
|
3581
3650
|
"light": "{colorNeutral800}",
|
|
3582
3651
|
"dark": "{colorNeutral800}"
|
|
@@ -3973,6 +4042,10 @@ export var preset = {
|
|
|
3973
4042
|
"light": "{colorTextBodyDefault}",
|
|
3974
4043
|
"dark": "{colorTextBodyDefault}"
|
|
3975
4044
|
},
|
|
4045
|
+
"colorBorderButtonLinkDisabled": {
|
|
4046
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
4047
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
4048
|
+
},
|
|
3976
4049
|
"colorBorderButtonNormalActive": {
|
|
3977
4050
|
"light": "{colorPrimary300}",
|
|
3978
4051
|
"dark": "{colorPrimary300}"
|
|
@@ -4329,6 +4402,22 @@ export var preset = {
|
|
|
4329
4402
|
"light": "{colorTextButtonNormalActive}",
|
|
4330
4403
|
"dark": "{colorTextButtonNormalActive}"
|
|
4331
4404
|
},
|
|
4405
|
+
"colorTextButtonLinkActive": {
|
|
4406
|
+
"light": "{colorTextButtonNormalActive}",
|
|
4407
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
4408
|
+
},
|
|
4409
|
+
"colorTextButtonLinkDefault": {
|
|
4410
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
4411
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
4412
|
+
},
|
|
4413
|
+
"colorTextButtonLinkDisabled": {
|
|
4414
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
4415
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
4416
|
+
},
|
|
4417
|
+
"colorTextButtonLinkHover": {
|
|
4418
|
+
"light": "{colorTextButtonNormalHover}",
|
|
4419
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
4420
|
+
},
|
|
4332
4421
|
"colorTextButtonPrimaryActive": {
|
|
4333
4422
|
"light": "{colorNeutral950}",
|
|
4334
4423
|
"dark": "{colorNeutral950}"
|
|
@@ -4557,6 +4646,22 @@ export var preset = {
|
|
|
4557
4646
|
"light": "{colorPrimary300}",
|
|
4558
4647
|
"dark": "{colorPrimary300}"
|
|
4559
4648
|
},
|
|
4649
|
+
"colorTextLinkSecondaryDefault": {
|
|
4650
|
+
"light": "{colorTextLinkDefault}",
|
|
4651
|
+
"dark": "{colorTextLinkDefault}"
|
|
4652
|
+
},
|
|
4653
|
+
"colorTextLinkSecondaryHover": {
|
|
4654
|
+
"light": "{colorTextLinkHover}",
|
|
4655
|
+
"dark": "{colorTextLinkHover}"
|
|
4656
|
+
},
|
|
4657
|
+
"colorTextLinkInfoDefault": {
|
|
4658
|
+
"light": "{colorTextLinkDefault}",
|
|
4659
|
+
"dark": "{colorTextLinkDefault}"
|
|
4660
|
+
},
|
|
4661
|
+
"colorTextLinkInfoHover": {
|
|
4662
|
+
"light": "{colorTextLinkHover}",
|
|
4663
|
+
"dark": "{colorTextLinkHover}"
|
|
4664
|
+
},
|
|
4560
4665
|
"colorTextLinkInvertedHover": {
|
|
4561
4666
|
"light": "{colorWhite}",
|
|
4562
4667
|
"dark": "{colorWhite}"
|
|
@@ -4926,6 +5031,14 @@ export var preset = {
|
|
|
4926
5031
|
"light": "{colorNeutral700}",
|
|
4927
5032
|
"dark": "{colorNeutral700}"
|
|
4928
5033
|
},
|
|
5034
|
+
"colorBackgroundButtonLinkDefault": {
|
|
5035
|
+
"light": "transparent",
|
|
5036
|
+
"dark": "transparent"
|
|
5037
|
+
},
|
|
5038
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
5039
|
+
"light": "transparent",
|
|
5040
|
+
"dark": "transparent"
|
|
5041
|
+
},
|
|
4929
5042
|
"colorBackgroundButtonLinkHover": {
|
|
4930
5043
|
"light": "{colorNeutral800}",
|
|
4931
5044
|
"dark": "{colorNeutral800}"
|
|
@@ -5322,6 +5435,10 @@ export var preset = {
|
|
|
5322
5435
|
"light": "{colorTextBodyDefault}",
|
|
5323
5436
|
"dark": "{colorTextBodyDefault}"
|
|
5324
5437
|
},
|
|
5438
|
+
"colorBorderButtonLinkDisabled": {
|
|
5439
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
5440
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
5441
|
+
},
|
|
5325
5442
|
"colorBorderButtonNormalActive": {
|
|
5326
5443
|
"light": "{colorPrimary300}",
|
|
5327
5444
|
"dark": "{colorPrimary300}"
|
|
@@ -5678,6 +5795,22 @@ export var preset = {
|
|
|
5678
5795
|
"light": "{colorTextButtonNormalActive}",
|
|
5679
5796
|
"dark": "{colorTextButtonNormalActive}"
|
|
5680
5797
|
},
|
|
5798
|
+
"colorTextButtonLinkActive": {
|
|
5799
|
+
"light": "{colorTextButtonNormalActive}",
|
|
5800
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
5801
|
+
},
|
|
5802
|
+
"colorTextButtonLinkDefault": {
|
|
5803
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
5804
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
5805
|
+
},
|
|
5806
|
+
"colorTextButtonLinkDisabled": {
|
|
5807
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
5808
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
5809
|
+
},
|
|
5810
|
+
"colorTextButtonLinkHover": {
|
|
5811
|
+
"light": "{colorTextButtonNormalHover}",
|
|
5812
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
5813
|
+
},
|
|
5681
5814
|
"colorTextButtonPrimaryActive": {
|
|
5682
5815
|
"light": "{colorNeutral950}",
|
|
5683
5816
|
"dark": "{colorNeutral950}"
|
|
@@ -5906,6 +6039,22 @@ export var preset = {
|
|
|
5906
6039
|
"light": "{colorPrimary300}",
|
|
5907
6040
|
"dark": "{colorPrimary300}"
|
|
5908
6041
|
},
|
|
6042
|
+
"colorTextLinkSecondaryDefault": {
|
|
6043
|
+
"light": "{colorTextLinkDefault}",
|
|
6044
|
+
"dark": "{colorTextLinkDefault}"
|
|
6045
|
+
},
|
|
6046
|
+
"colorTextLinkSecondaryHover": {
|
|
6047
|
+
"light": "{colorTextLinkHover}",
|
|
6048
|
+
"dark": "{colorTextLinkHover}"
|
|
6049
|
+
},
|
|
6050
|
+
"colorTextLinkInfoDefault": {
|
|
6051
|
+
"light": "{colorTextLinkDefault}",
|
|
6052
|
+
"dark": "{colorTextLinkDefault}"
|
|
6053
|
+
},
|
|
6054
|
+
"colorTextLinkInfoHover": {
|
|
6055
|
+
"light": "{colorTextLinkHover}",
|
|
6056
|
+
"dark": "{colorTextLinkHover}"
|
|
6057
|
+
},
|
|
5909
6058
|
"colorTextLinkInvertedHover": {
|
|
5910
6059
|
"light": "{colorWhite}",
|
|
5911
6060
|
"dark": "{colorWhite}"
|
|
@@ -6203,6 +6352,14 @@ export var preset = {
|
|
|
6203
6352
|
"light": "{colorPrimary100}",
|
|
6204
6353
|
"dark": "{colorNeutral700}"
|
|
6205
6354
|
},
|
|
6355
|
+
"colorBackgroundButtonLinkDefault": {
|
|
6356
|
+
"light": "transparent",
|
|
6357
|
+
"dark": "transparent"
|
|
6358
|
+
},
|
|
6359
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
6360
|
+
"light": "transparent",
|
|
6361
|
+
"dark": "transparent"
|
|
6362
|
+
},
|
|
6206
6363
|
"colorBackgroundButtonLinkHover": {
|
|
6207
6364
|
"light": "{colorPrimary50}",
|
|
6208
6365
|
"dark": "{colorNeutral800}"
|
|
@@ -6599,6 +6756,10 @@ export var preset = {
|
|
|
6599
6756
|
"light": "{colorTextBodyDefault}",
|
|
6600
6757
|
"dark": "{colorTextBodyDefault}"
|
|
6601
6758
|
},
|
|
6759
|
+
"colorBorderButtonLinkDisabled": {
|
|
6760
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
6761
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
6762
|
+
},
|
|
6602
6763
|
"colorBorderButtonNormalActive": {
|
|
6603
6764
|
"light": "{colorWhite}",
|
|
6604
6765
|
"dark": "{colorWhite}"
|
|
@@ -6955,6 +7116,22 @@ export var preset = {
|
|
|
6955
7116
|
"light": "{colorTextButtonNormalActive}",
|
|
6956
7117
|
"dark": "{colorTextButtonNormalActive}"
|
|
6957
7118
|
},
|
|
7119
|
+
"colorTextButtonLinkActive": {
|
|
7120
|
+
"light": "{colorTextButtonNormalActive}",
|
|
7121
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
7122
|
+
},
|
|
7123
|
+
"colorTextButtonLinkDefault": {
|
|
7124
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
7125
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
7126
|
+
},
|
|
7127
|
+
"colorTextButtonLinkDisabled": {
|
|
7128
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
7129
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
7130
|
+
},
|
|
7131
|
+
"colorTextButtonLinkHover": {
|
|
7132
|
+
"light": "{colorTextButtonNormalHover}",
|
|
7133
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
7134
|
+
},
|
|
6958
7135
|
"colorTextButtonPrimaryActive": {
|
|
6959
7136
|
"light": "{colorWhite}",
|
|
6960
7137
|
"dark": "{colorNeutral950}"
|
|
@@ -7183,6 +7360,22 @@ export var preset = {
|
|
|
7183
7360
|
"light": "{colorWhite}",
|
|
7184
7361
|
"dark": "{colorWhite}"
|
|
7185
7362
|
},
|
|
7363
|
+
"colorTextLinkSecondaryDefault": {
|
|
7364
|
+
"light": "{colorTextLinkDefault}",
|
|
7365
|
+
"dark": "{colorTextLinkDefault}"
|
|
7366
|
+
},
|
|
7367
|
+
"colorTextLinkSecondaryHover": {
|
|
7368
|
+
"light": "{colorTextLinkHover}",
|
|
7369
|
+
"dark": "{colorTextLinkHover}"
|
|
7370
|
+
},
|
|
7371
|
+
"colorTextLinkInfoDefault": {
|
|
7372
|
+
"light": "{colorTextLinkDefault}",
|
|
7373
|
+
"dark": "{colorTextLinkDefault}"
|
|
7374
|
+
},
|
|
7375
|
+
"colorTextLinkInfoHover": {
|
|
7376
|
+
"light": "{colorTextLinkHover}",
|
|
7377
|
+
"dark": "{colorTextLinkHover}"
|
|
7378
|
+
},
|
|
7186
7379
|
"colorTextLinkInvertedHover": {
|
|
7187
7380
|
"light": "{colorWhite}",
|
|
7188
7381
|
"dark": "{colorWhite}"
|
|
@@ -7365,6 +7558,14 @@ export var preset = {
|
|
|
7365
7558
|
"light": "{colorPrimary100}",
|
|
7366
7559
|
"dark": "{colorNeutral700}"
|
|
7367
7560
|
},
|
|
7561
|
+
"colorBackgroundButtonLinkDefault": {
|
|
7562
|
+
"light": "transparent",
|
|
7563
|
+
"dark": "transparent"
|
|
7564
|
+
},
|
|
7565
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
7566
|
+
"light": "transparent",
|
|
7567
|
+
"dark": "transparent"
|
|
7568
|
+
},
|
|
7368
7569
|
"colorBackgroundButtonLinkHover": {
|
|
7369
7570
|
"light": "{colorPrimary50}",
|
|
7370
7571
|
"dark": "{colorNeutral800}"
|
|
@@ -7761,6 +7962,10 @@ export var preset = {
|
|
|
7761
7962
|
"light": "{colorTextBodyDefault}",
|
|
7762
7963
|
"dark": "{colorTextBodyDefault}"
|
|
7763
7964
|
},
|
|
7965
|
+
"colorBorderButtonLinkDisabled": {
|
|
7966
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
7967
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
7968
|
+
},
|
|
7764
7969
|
"colorBorderButtonNormalActive": {
|
|
7765
7970
|
"light": "{colorTextButtonNormalHover}",
|
|
7766
7971
|
"dark": "{colorTextButtonNormalHover}"
|
|
@@ -8117,6 +8322,22 @@ export var preset = {
|
|
|
8117
8322
|
"light": "{colorTextButtonNormalActive}",
|
|
8118
8323
|
"dark": "{colorTextButtonNormalActive}"
|
|
8119
8324
|
},
|
|
8325
|
+
"colorTextButtonLinkActive": {
|
|
8326
|
+
"light": "{colorTextButtonNormalActive}",
|
|
8327
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
8328
|
+
},
|
|
8329
|
+
"colorTextButtonLinkDefault": {
|
|
8330
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
8331
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
8332
|
+
},
|
|
8333
|
+
"colorTextButtonLinkDisabled": {
|
|
8334
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
8335
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
8336
|
+
},
|
|
8337
|
+
"colorTextButtonLinkHover": {
|
|
8338
|
+
"light": "{colorTextButtonNormalHover}",
|
|
8339
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
8340
|
+
},
|
|
8120
8341
|
"colorTextButtonPrimaryActive": {
|
|
8121
8342
|
"light": "{colorWhite}",
|
|
8122
8343
|
"dark": "{colorNeutral950}"
|
|
@@ -8345,6 +8566,22 @@ export var preset = {
|
|
|
8345
8566
|
"light": "{colorTextNotificationYellow}",
|
|
8346
8567
|
"dark": "{colorTextNotificationYellow}"
|
|
8347
8568
|
},
|
|
8569
|
+
"colorTextLinkSecondaryDefault": {
|
|
8570
|
+
"light": "{colorTextLinkDefault}",
|
|
8571
|
+
"dark": "{colorTextLinkDefault}"
|
|
8572
|
+
},
|
|
8573
|
+
"colorTextLinkSecondaryHover": {
|
|
8574
|
+
"light": "{colorTextLinkHover}",
|
|
8575
|
+
"dark": "{colorTextLinkHover}"
|
|
8576
|
+
},
|
|
8577
|
+
"colorTextLinkInfoDefault": {
|
|
8578
|
+
"light": "{colorTextLinkDefault}",
|
|
8579
|
+
"dark": "{colorTextLinkDefault}"
|
|
8580
|
+
},
|
|
8581
|
+
"colorTextLinkInfoHover": {
|
|
8582
|
+
"light": "{colorTextLinkHover}",
|
|
8583
|
+
"dark": "{colorTextLinkHover}"
|
|
8584
|
+
},
|
|
8348
8585
|
"colorTextLinkInvertedHover": {
|
|
8349
8586
|
"light": "{colorTextNotificationYellow}",
|
|
8350
8587
|
"dark": "{colorTextNotificationYellow}"
|
|
@@ -8527,6 +8764,14 @@ export var preset = {
|
|
|
8527
8764
|
"light": "{colorPrimary100}",
|
|
8528
8765
|
"dark": "{colorNeutral700}"
|
|
8529
8766
|
},
|
|
8767
|
+
"colorBackgroundButtonLinkDefault": {
|
|
8768
|
+
"light": "transparent",
|
|
8769
|
+
"dark": "transparent"
|
|
8770
|
+
},
|
|
8771
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
8772
|
+
"light": "transparent",
|
|
8773
|
+
"dark": "transparent"
|
|
8774
|
+
},
|
|
8530
8775
|
"colorBackgroundButtonLinkHover": {
|
|
8531
8776
|
"light": "{colorPrimary50}",
|
|
8532
8777
|
"dark": "{colorNeutral800}"
|
|
@@ -8923,6 +9168,10 @@ export var preset = {
|
|
|
8923
9168
|
"light": "{colorTextBodyDefault}",
|
|
8924
9169
|
"dark": "{colorTextBodyDefault}"
|
|
8925
9170
|
},
|
|
9171
|
+
"colorBorderButtonLinkDisabled": {
|
|
9172
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
9173
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
9174
|
+
},
|
|
8926
9175
|
"colorBorderButtonNormalActive": {
|
|
8927
9176
|
"light": "{colorTextButtonNormalHover}",
|
|
8928
9177
|
"dark": "{colorTextButtonNormalHover}"
|
|
@@ -9279,6 +9528,22 @@ export var preset = {
|
|
|
9279
9528
|
"light": "{colorTextButtonNormalActive}",
|
|
9280
9529
|
"dark": "{colorTextButtonNormalActive}"
|
|
9281
9530
|
},
|
|
9531
|
+
"colorTextButtonLinkActive": {
|
|
9532
|
+
"light": "{colorTextButtonNormalActive}",
|
|
9533
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
9534
|
+
},
|
|
9535
|
+
"colorTextButtonLinkDefault": {
|
|
9536
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
9537
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
9538
|
+
},
|
|
9539
|
+
"colorTextButtonLinkDisabled": {
|
|
9540
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
9541
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
9542
|
+
},
|
|
9543
|
+
"colorTextButtonLinkHover": {
|
|
9544
|
+
"light": "{colorTextButtonNormalHover}",
|
|
9545
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
9546
|
+
},
|
|
9282
9547
|
"colorTextButtonPrimaryActive": {
|
|
9283
9548
|
"light": "{colorWhite}",
|
|
9284
9549
|
"dark": "{colorNeutral950}"
|
|
@@ -9507,6 +9772,22 @@ export var preset = {
|
|
|
9507
9772
|
"light": "{colorPrimary900}",
|
|
9508
9773
|
"dark": "{colorPrimary300}"
|
|
9509
9774
|
},
|
|
9775
|
+
"colorTextLinkSecondaryDefault": {
|
|
9776
|
+
"light": "{colorTextLinkDefault}",
|
|
9777
|
+
"dark": "{colorTextLinkDefault}"
|
|
9778
|
+
},
|
|
9779
|
+
"colorTextLinkSecondaryHover": {
|
|
9780
|
+
"light": "{colorTextLinkHover}",
|
|
9781
|
+
"dark": "{colorTextLinkHover}"
|
|
9782
|
+
},
|
|
9783
|
+
"colorTextLinkInfoDefault": {
|
|
9784
|
+
"light": "{colorTextLinkDefault}",
|
|
9785
|
+
"dark": "{colorTextLinkDefault}"
|
|
9786
|
+
},
|
|
9787
|
+
"colorTextLinkInfoHover": {
|
|
9788
|
+
"light": "{colorTextLinkHover}",
|
|
9789
|
+
"dark": "{colorTextLinkHover}"
|
|
9790
|
+
},
|
|
9510
9791
|
"colorTextLinkInvertedHover": {
|
|
9511
9792
|
"light": "{colorWhite}",
|
|
9512
9793
|
"dark": "{colorWhite}"
|
|
@@ -9691,6 +9972,14 @@ export var preset = {
|
|
|
9691
9972
|
"light": "{colorNeutral700}",
|
|
9692
9973
|
"dark": "{colorNeutral700}"
|
|
9693
9974
|
},
|
|
9975
|
+
"colorBackgroundButtonLinkDefault": {
|
|
9976
|
+
"light": "transparent",
|
|
9977
|
+
"dark": "transparent"
|
|
9978
|
+
},
|
|
9979
|
+
"colorBackgroundButtonLinkDisabled": {
|
|
9980
|
+
"light": "transparent",
|
|
9981
|
+
"dark": "transparent"
|
|
9982
|
+
},
|
|
9694
9983
|
"colorBackgroundButtonLinkHover": {
|
|
9695
9984
|
"light": "{colorNeutral800}",
|
|
9696
9985
|
"dark": "{colorNeutral800}"
|
|
@@ -10087,6 +10376,10 @@ export var preset = {
|
|
|
10087
10376
|
"light": "{colorTextBodyDefault}",
|
|
10088
10377
|
"dark": "{colorTextBodyDefault}"
|
|
10089
10378
|
},
|
|
10379
|
+
"colorBorderButtonLinkDisabled": {
|
|
10380
|
+
"light": "{colorBackgroundButtonLinkDisabled}",
|
|
10381
|
+
"dark": "{colorBackgroundButtonLinkDisabled}"
|
|
10382
|
+
},
|
|
10090
10383
|
"colorBorderButtonNormalActive": {
|
|
10091
10384
|
"light": "{colorTextButtonNormalHover}",
|
|
10092
10385
|
"dark": "{colorTextButtonNormalHover}"
|
|
@@ -10443,6 +10736,22 @@ export var preset = {
|
|
|
10443
10736
|
"light": "{colorTextButtonNormalActive}",
|
|
10444
10737
|
"dark": "{colorTextButtonNormalActive}"
|
|
10445
10738
|
},
|
|
10739
|
+
"colorTextButtonLinkActive": {
|
|
10740
|
+
"light": "{colorTextButtonNormalActive}",
|
|
10741
|
+
"dark": "{colorTextButtonNormalActive}"
|
|
10742
|
+
},
|
|
10743
|
+
"colorTextButtonLinkDefault": {
|
|
10744
|
+
"light": "{colorTextButtonNormalDefault}",
|
|
10745
|
+
"dark": "{colorTextButtonNormalDefault}"
|
|
10746
|
+
},
|
|
10747
|
+
"colorTextButtonLinkDisabled": {
|
|
10748
|
+
"light": "{colorTextInteractiveDisabled}",
|
|
10749
|
+
"dark": "{colorTextInteractiveDisabled}"
|
|
10750
|
+
},
|
|
10751
|
+
"colorTextButtonLinkHover": {
|
|
10752
|
+
"light": "{colorTextButtonNormalHover}",
|
|
10753
|
+
"dark": "{colorTextButtonNormalHover}"
|
|
10754
|
+
},
|
|
10446
10755
|
"colorTextButtonPrimaryActive": {
|
|
10447
10756
|
"light": "{colorNeutral950}",
|
|
10448
10757
|
"dark": "{colorNeutral950}"
|
|
@@ -10671,6 +10980,22 @@ export var preset = {
|
|
|
10671
10980
|
"light": "{colorPrimary300}",
|
|
10672
10981
|
"dark": "{colorPrimary300}"
|
|
10673
10982
|
},
|
|
10983
|
+
"colorTextLinkSecondaryDefault": {
|
|
10984
|
+
"light": "{colorTextLinkDefault}",
|
|
10985
|
+
"dark": "{colorTextLinkDefault}"
|
|
10986
|
+
},
|
|
10987
|
+
"colorTextLinkSecondaryHover": {
|
|
10988
|
+
"light": "{colorTextLinkHover}",
|
|
10989
|
+
"dark": "{colorTextLinkHover}"
|
|
10990
|
+
},
|
|
10991
|
+
"colorTextLinkInfoDefault": {
|
|
10992
|
+
"light": "{colorTextLinkDefault}",
|
|
10993
|
+
"dark": "{colorTextLinkDefault}"
|
|
10994
|
+
},
|
|
10995
|
+
"colorTextLinkInfoHover": {
|
|
10996
|
+
"light": "{colorTextLinkHover}",
|
|
10997
|
+
"dark": "{colorTextLinkHover}"
|
|
10998
|
+
},
|
|
10674
10999
|
"colorTextLinkInvertedHover": {
|
|
10675
11000
|
"light": "{colorWhite}",
|
|
10676
11001
|
"dark": "{colorWhite}"
|
|
@@ -11096,6 +11421,8 @@ export var preset = {
|
|
|
11096
11421
|
"colorGreyTransparentLight": "color",
|
|
11097
11422
|
"colorBackgroundBadgeIcon": "color",
|
|
11098
11423
|
"colorBackgroundButtonLinkActive": "color",
|
|
11424
|
+
"colorBackgroundButtonLinkDefault": "color",
|
|
11425
|
+
"colorBackgroundButtonLinkDisabled": "color",
|
|
11099
11426
|
"colorBackgroundButtonLinkHover": "color",
|
|
11100
11427
|
"colorBackgroundButtonNormalActive": "color",
|
|
11101
11428
|
"colorBackgroundButtonNormalDefault": "color",
|
|
@@ -11195,6 +11522,7 @@ export var preset = {
|
|
|
11195
11522
|
"colorBackgroundChatBubbleIncoming": "color",
|
|
11196
11523
|
"colorTextChatBubbleOutgoing": "color",
|
|
11197
11524
|
"colorTextChatBubbleIncoming": "color",
|
|
11525
|
+
"colorBorderButtonLinkDisabled": "color",
|
|
11198
11526
|
"colorBorderButtonNormalActive": "color",
|
|
11199
11527
|
"colorBorderButtonNormalDefault": "color",
|
|
11200
11528
|
"colorBorderToggleButtonNormalPressed": "color",
|
|
@@ -11284,6 +11612,10 @@ export var preset = {
|
|
|
11284
11612
|
"colorTextLinkButtonNormalDefault": "color",
|
|
11285
11613
|
"colorTextLinkButtonNormalHover": "color",
|
|
11286
11614
|
"colorTextLinkButtonNormalActive": "color",
|
|
11615
|
+
"colorTextButtonLinkActive": "color",
|
|
11616
|
+
"colorTextButtonLinkDefault": "color",
|
|
11617
|
+
"colorTextButtonLinkDisabled": "color",
|
|
11618
|
+
"colorTextButtonLinkHover": "color",
|
|
11287
11619
|
"colorTextButtonPrimaryActive": "color",
|
|
11288
11620
|
"colorTextButtonPrimaryDefault": "color",
|
|
11289
11621
|
"colorTextButtonPrimaryHover": "color",
|
|
@@ -11341,6 +11673,10 @@ export var preset = {
|
|
|
11341
11673
|
"colorTextLayoutToggleSelected": "color",
|
|
11342
11674
|
"colorTextLinkDefault": "color",
|
|
11343
11675
|
"colorTextLinkHover": "color",
|
|
11676
|
+
"colorTextLinkSecondaryDefault": "color",
|
|
11677
|
+
"colorTextLinkSecondaryHover": "color",
|
|
11678
|
+
"colorTextLinkInfoDefault": "color",
|
|
11679
|
+
"colorTextLinkInfoHover": "color",
|
|
11344
11680
|
"colorTextLinkInvertedHover": "color",
|
|
11345
11681
|
"colorTextLinkButtonUnderline": "color",
|
|
11346
11682
|
"colorTextLinkButtonUnderlineHover": "color",
|
|
@@ -11429,6 +11765,7 @@ export var preset = {
|
|
|
11429
11765
|
"spaceAlertVertical": "density",
|
|
11430
11766
|
"spaceButtonFocusOutlineGutter": "density",
|
|
11431
11767
|
"spaceButtonHorizontal": "density",
|
|
11768
|
+
"spaceButtonVertical": "density",
|
|
11432
11769
|
"spaceButtonIconFocusOutlineGutterVertical": "density",
|
|
11433
11770
|
"spaceButtonIconOnlyHorizontal": "density",
|
|
11434
11771
|
"spaceButtonInlineIconFocusOutlineGutter": "density",
|
|
@@ -11480,6 +11817,7 @@ export var preset = {
|
|
|
11480
11817
|
"spaceSegmentedControlFocusOutlineGutter": "density",
|
|
11481
11818
|
"spaceTabsContentTop": "density",
|
|
11482
11819
|
"spaceTabsFocusOutlineGutter": "density",
|
|
11820
|
+
"spaceTabsVertical": "density",
|
|
11483
11821
|
"spaceTableContentBottom": "density",
|
|
11484
11822
|
"spaceTableEmbeddedHeaderTop": "density",
|
|
11485
11823
|
"spaceTableFooterHorizontal": "density",
|
|
@@ -11840,6 +12178,8 @@ export var preset = {
|
|
|
11840
12178
|
"colorTextNotificationSeverityLow",
|
|
11841
12179
|
"colorTextNotificationSeverityNeutral",
|
|
11842
12180
|
"colorBackgroundButtonLinkActive",
|
|
12181
|
+
"colorBackgroundButtonLinkDefault",
|
|
12182
|
+
"colorBackgroundButtonLinkDisabled",
|
|
11843
12183
|
"colorBackgroundButtonLinkHover",
|
|
11844
12184
|
"colorBackgroundButtonNormalActive",
|
|
11845
12185
|
"colorBackgroundButtonNormalDefault",
|
|
@@ -11899,6 +12239,7 @@ export var preset = {
|
|
|
11899
12239
|
"colorBackgroundChatBubbleIncoming",
|
|
11900
12240
|
"colorTextChatBubbleOutgoing",
|
|
11901
12241
|
"colorTextChatBubbleIncoming",
|
|
12242
|
+
"colorBorderButtonLinkDisabled",
|
|
11902
12243
|
"colorBorderButtonNormalActive",
|
|
11903
12244
|
"colorBorderButtonNormalDefault",
|
|
11904
12245
|
"colorBorderToggleButtonNormalPressed",
|
|
@@ -11939,6 +12280,9 @@ export var preset = {
|
|
|
11939
12280
|
"colorTextBodySecondary",
|
|
11940
12281
|
"colorTextBreadcrumbCurrent",
|
|
11941
12282
|
"colorTextBreadcrumbIcon",
|
|
12283
|
+
"colorTextButtonInlineIconDefault",
|
|
12284
|
+
"colorTextButtonInlineIconDisabled",
|
|
12285
|
+
"colorTextButtonInlineIconHover",
|
|
11942
12286
|
"colorTextButtonNormalActive",
|
|
11943
12287
|
"colorTextToggleButtonNormalPressed",
|
|
11944
12288
|
"colorTextButtonNormalDefault",
|
|
@@ -11946,6 +12290,10 @@ export var preset = {
|
|
|
11946
12290
|
"colorTextLinkButtonNormalDefault",
|
|
11947
12291
|
"colorTextLinkButtonNormalHover",
|
|
11948
12292
|
"colorTextLinkButtonNormalActive",
|
|
12293
|
+
"colorTextButtonLinkActive",
|
|
12294
|
+
"colorTextButtonLinkDefault",
|
|
12295
|
+
"colorTextButtonLinkDisabled",
|
|
12296
|
+
"colorTextButtonLinkHover",
|
|
11949
12297
|
"colorTextButtonPrimaryActive",
|
|
11950
12298
|
"colorTextButtonPrimaryDefault",
|
|
11951
12299
|
"colorTextButtonPrimaryHover",
|
|
@@ -11978,6 +12326,10 @@ export var preset = {
|
|
|
11978
12326
|
"colorTextLayoutToggleSelected",
|
|
11979
12327
|
"colorTextLinkDefault",
|
|
11980
12328
|
"colorTextLinkHover",
|
|
12329
|
+
"colorTextLinkSecondaryDefault",
|
|
12330
|
+
"colorTextLinkSecondaryHover",
|
|
12331
|
+
"colorTextLinkInfoDefault",
|
|
12332
|
+
"colorTextLinkInfoHover",
|
|
11981
12333
|
"colorTextNotificationDefault",
|
|
11982
12334
|
"colorTextSegmentActive",
|
|
11983
12335
|
"colorTextSegmentDefault",
|
|
@@ -12007,6 +12359,10 @@ export var preset = {
|
|
|
12007
12359
|
"fontSizeHeadingM",
|
|
12008
12360
|
"fontSizeHeadingS",
|
|
12009
12361
|
"fontSizeHeadingXs",
|
|
12362
|
+
"fontSizeTabs",
|
|
12363
|
+
"fontWeightTabs",
|
|
12364
|
+
"fontWeightTabsDisabled",
|
|
12365
|
+
"lineHeightTabs",
|
|
12010
12366
|
"fontWeightButton",
|
|
12011
12367
|
"fontWeightAlertHeader",
|
|
12012
12368
|
"fontWeightFlashbarHeader",
|
|
@@ -12065,10 +12421,13 @@ export var preset = {
|
|
|
12065
12421
|
"borderWidthIconBig",
|
|
12066
12422
|
"borderWidthIconLarge",
|
|
12067
12423
|
"spaceAlertVertical",
|
|
12424
|
+
"spaceButtonHorizontal",
|
|
12425
|
+
"spaceButtonVertical",
|
|
12068
12426
|
"spaceCardHorizontalDefault",
|
|
12069
12427
|
"spaceCardHorizontalEmbedded",
|
|
12070
12428
|
"spaceCardVerticalDefault",
|
|
12071
12429
|
"spaceCardVerticalEmbedded",
|
|
12430
|
+
"spaceTabsVertical",
|
|
12072
12431
|
"shadowCard"
|
|
12073
12432
|
],
|
|
12074
12433
|
"exposed": [
|
|
@@ -12238,6 +12597,8 @@ export var preset = {
|
|
|
12238
12597
|
"colorTextNotificationSeverityLow",
|
|
12239
12598
|
"colorTextNotificationSeverityNeutral",
|
|
12240
12599
|
"colorBackgroundButtonLinkActive",
|
|
12600
|
+
"colorBackgroundButtonLinkDefault",
|
|
12601
|
+
"colorBackgroundButtonLinkDisabled",
|
|
12241
12602
|
"colorBackgroundButtonLinkHover",
|
|
12242
12603
|
"colorBackgroundButtonNormalActive",
|
|
12243
12604
|
"colorBackgroundButtonNormalDefault",
|
|
@@ -12300,6 +12661,7 @@ export var preset = {
|
|
|
12300
12661
|
"colorBackgroundChatBubbleIncoming",
|
|
12301
12662
|
"colorTextChatBubbleOutgoing",
|
|
12302
12663
|
"colorTextChatBubbleIncoming",
|
|
12664
|
+
"colorBorderButtonLinkDisabled",
|
|
12303
12665
|
"colorBorderButtonNormalActive",
|
|
12304
12666
|
"colorBorderButtonNormalDefault",
|
|
12305
12667
|
"colorBorderToggleButtonNormalPressed",
|
|
@@ -12340,10 +12702,17 @@ export var preset = {
|
|
|
12340
12702
|
"colorTextBodySecondary",
|
|
12341
12703
|
"colorTextBreadcrumbCurrent",
|
|
12342
12704
|
"colorTextBreadcrumbIcon",
|
|
12705
|
+
"colorTextButtonInlineIconDefault",
|
|
12706
|
+
"colorTextButtonInlineIconDisabled",
|
|
12707
|
+
"colorTextButtonInlineIconHover",
|
|
12343
12708
|
"colorTextButtonNormalActive",
|
|
12344
12709
|
"colorTextToggleButtonNormalPressed",
|
|
12345
12710
|
"colorTextButtonNormalDefault",
|
|
12346
12711
|
"colorTextButtonNormalHover",
|
|
12712
|
+
"colorTextButtonLinkActive",
|
|
12713
|
+
"colorTextButtonLinkDefault",
|
|
12714
|
+
"colorTextButtonLinkDisabled",
|
|
12715
|
+
"colorTextButtonLinkHover",
|
|
12347
12716
|
"colorTextButtonPrimaryActive",
|
|
12348
12717
|
"colorTextButtonPrimaryDefault",
|
|
12349
12718
|
"colorTextButtonPrimaryHover",
|
|
@@ -12377,6 +12746,10 @@ export var preset = {
|
|
|
12377
12746
|
"colorTextLayoutToggleSelected",
|
|
12378
12747
|
"colorTextLinkDefault",
|
|
12379
12748
|
"colorTextLinkHover",
|
|
12749
|
+
"colorTextLinkSecondaryDefault",
|
|
12750
|
+
"colorTextLinkSecondaryHover",
|
|
12751
|
+
"colorTextLinkInfoDefault",
|
|
12752
|
+
"colorTextLinkInfoHover",
|
|
12380
12753
|
"colorTextNotificationDefault",
|
|
12381
12754
|
"colorTextSegmentActive",
|
|
12382
12755
|
"colorTextSegmentDefault",
|
|
@@ -12410,6 +12783,10 @@ export var preset = {
|
|
|
12410
12783
|
"fontSizeHeadingM",
|
|
12411
12784
|
"fontSizeHeadingS",
|
|
12412
12785
|
"fontSizeHeadingXs",
|
|
12786
|
+
"fontSizeTabs",
|
|
12787
|
+
"fontWeightTabs",
|
|
12788
|
+
"fontWeightTabsDisabled",
|
|
12789
|
+
"lineHeightTabs",
|
|
12413
12790
|
"fontWeightButton",
|
|
12414
12791
|
"fontWeightAlertHeader",
|
|
12415
12792
|
"fontWeightFlashbarHeader",
|
|
@@ -12482,12 +12859,15 @@ export var preset = {
|
|
|
12482
12859
|
"motionKeyframesStatusIconError",
|
|
12483
12860
|
"motionKeyframesScalePopup",
|
|
12484
12861
|
"spaceAlertVertical",
|
|
12862
|
+
"spaceButtonHorizontal",
|
|
12863
|
+
"spaceButtonVertical",
|
|
12485
12864
|
"spaceCardHorizontalDefault",
|
|
12486
12865
|
"spaceCardHorizontalEmbedded",
|
|
12487
12866
|
"spaceCardVerticalDefault",
|
|
12488
12867
|
"spaceCardVerticalEmbedded",
|
|
12489
12868
|
"spaceContainerHorizontal",
|
|
12490
12869
|
"spaceFieldHorizontal",
|
|
12870
|
+
"spaceTabsVertical",
|
|
12491
12871
|
"spaceTreeViewIndentation",
|
|
12492
12872
|
"spaceScaledXxxs",
|
|
12493
12873
|
"spaceScaledXxs",
|
|
@@ -12794,6 +13174,8 @@ export var preset = {
|
|
|
12794
13174
|
"colorGreyTransparentLight": "color-grey-transparent-light",
|
|
12795
13175
|
"colorBackgroundBadgeIcon": "color-background-badge-icon",
|
|
12796
13176
|
"colorBackgroundButtonLinkActive": "color-background-button-link-active",
|
|
13177
|
+
"colorBackgroundButtonLinkDefault": "color-background-button-link-default",
|
|
13178
|
+
"colorBackgroundButtonLinkDisabled": "color-background-button-link-disabled",
|
|
12797
13179
|
"colorBackgroundButtonLinkHover": "color-background-button-link-hover",
|
|
12798
13180
|
"colorBackgroundButtonNormalActive": "color-background-button-normal-active",
|
|
12799
13181
|
"colorBackgroundButtonNormalDefault": "color-background-button-normal-default",
|
|
@@ -12893,6 +13275,7 @@ export var preset = {
|
|
|
12893
13275
|
"colorBackgroundChatBubbleIncoming": "color-background-chat-bubble-incoming",
|
|
12894
13276
|
"colorTextChatBubbleOutgoing": "color-text-chat-bubble-outgoing",
|
|
12895
13277
|
"colorTextChatBubbleIncoming": "color-text-chat-bubble-incoming",
|
|
13278
|
+
"colorBorderButtonLinkDisabled": "color-border-button-link-disabled",
|
|
12896
13279
|
"colorBorderButtonNormalActive": "color-border-button-normal-active",
|
|
12897
13280
|
"colorBorderButtonNormalDefault": "color-border-button-normal-default",
|
|
12898
13281
|
"colorBorderToggleButtonNormalPressed": "color-border-toggle-button-normal-pressed",
|
|
@@ -12982,6 +13365,10 @@ export var preset = {
|
|
|
12982
13365
|
"colorTextLinkButtonNormalDefault": "color-text-link-button-normal-default",
|
|
12983
13366
|
"colorTextLinkButtonNormalHover": "color-text-link-button-normal-hover",
|
|
12984
13367
|
"colorTextLinkButtonNormalActive": "color-text-link-button-normal-active",
|
|
13368
|
+
"colorTextButtonLinkActive": "color-text-button-link-active",
|
|
13369
|
+
"colorTextButtonLinkDefault": "color-text-button-link-default",
|
|
13370
|
+
"colorTextButtonLinkDisabled": "color-text-button-link-disabled",
|
|
13371
|
+
"colorTextButtonLinkHover": "color-text-button-link-hover",
|
|
12985
13372
|
"colorTextButtonPrimaryActive": "color-text-button-primary-active",
|
|
12986
13373
|
"colorTextButtonPrimaryDefault": "color-text-button-primary-default",
|
|
12987
13374
|
"colorTextButtonPrimaryHover": "color-text-button-primary-hover",
|
|
@@ -13039,6 +13426,10 @@ export var preset = {
|
|
|
13039
13426
|
"colorTextLayoutToggleSelected": "color-text-layout-toggle-selected",
|
|
13040
13427
|
"colorTextLinkDefault": "color-text-link-default",
|
|
13041
13428
|
"colorTextLinkHover": "color-text-link-hover",
|
|
13429
|
+
"colorTextLinkSecondaryDefault": "color-text-link-secondary-default",
|
|
13430
|
+
"colorTextLinkSecondaryHover": "color-text-link-secondary-hover",
|
|
13431
|
+
"colorTextLinkInfoDefault": "color-text-link-info-default",
|
|
13432
|
+
"colorTextLinkInfoHover": "color-text-link-info-hover",
|
|
13042
13433
|
"colorTextLinkInvertedHover": "color-text-link-inverted-hover",
|
|
13043
13434
|
"colorTextLinkButtonUnderline": "color-text-link-button-underline",
|
|
13044
13435
|
"colorTextLinkButtonUnderlineHover": "color-text-link-button-underline-hover",
|
|
@@ -13096,9 +13487,10 @@ export var preset = {
|
|
|
13096
13487
|
"fontSizeHeadingXs": "font-size-heading-xs",
|
|
13097
13488
|
"fontSmoothingMozOsx": "font-smoothing-moz-osx",
|
|
13098
13489
|
"fontSmoothingWebkit": "font-smoothing-webkit",
|
|
13099
|
-
"
|
|
13100
|
-
"
|
|
13101
|
-
"
|
|
13490
|
+
"fontSizeTabs": "font-size-tabs",
|
|
13491
|
+
"fontWeightTabs": "font-weight-tabs",
|
|
13492
|
+
"fontWeightTabsDisabled": "font-weight-tabs-disabled",
|
|
13493
|
+
"lineHeightTabs": "line-height-tabs",
|
|
13102
13494
|
"fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
|
|
13103
13495
|
"fontWeightButton": "font-weight-button",
|
|
13104
13496
|
"fontWeightAlertHeader": "font-weight-alert-header",
|
|
@@ -13241,6 +13633,7 @@ export var preset = {
|
|
|
13241
13633
|
"spaceAlertVertical": "space-alert-vertical",
|
|
13242
13634
|
"spaceButtonFocusOutlineGutter": "space-button-focus-outline-gutter",
|
|
13243
13635
|
"spaceButtonHorizontal": "space-button-horizontal",
|
|
13636
|
+
"spaceButtonVertical": "space-button-vertical",
|
|
13244
13637
|
"spaceButtonIconFocusOutlineGutterVertical": "space-button-icon-focus-outline-gutter-vertical",
|
|
13245
13638
|
"spaceButtonIconOnlyHorizontal": "space-button-icon-only-horizontal",
|
|
13246
13639
|
"spaceButtonInlineIconFocusOutlineGutter": "space-button-inline-icon-focus-outline-gutter",
|
|
@@ -13292,6 +13685,7 @@ export var preset = {
|
|
|
13292
13685
|
"spaceSegmentedControlFocusOutlineGutter": "space-segmented-control-focus-outline-gutter",
|
|
13293
13686
|
"spaceTabsContentTop": "space-tabs-content-top",
|
|
13294
13687
|
"spaceTabsFocusOutlineGutter": "space-tabs-focus-outline-gutter",
|
|
13688
|
+
"spaceTabsVertical": "space-tabs-vertical",
|
|
13295
13689
|
"spaceTableContentBottom": "space-table-content-bottom",
|
|
13296
13690
|
"spaceTableEmbeddedHeaderTop": "space-table-embedded-header-top",
|
|
13297
13691
|
"spaceTableFooterHorizontal": "space-table-footer-horizontal",
|
|
@@ -13644,6 +14038,8 @@ export var preset = {
|
|
|
13644
14038
|
"colorGreyTransparentLight": "--color-grey-transparent-light-mwvx49",
|
|
13645
14039
|
"colorBackgroundBadgeIcon": "--color-background-badge-icon-jyxnxa",
|
|
13646
14040
|
"colorBackgroundButtonLinkActive": "--color-background-button-link-active-5oi2dp",
|
|
14041
|
+
"colorBackgroundButtonLinkDefault": "--color-background-button-link-default-o64utz",
|
|
14042
|
+
"colorBackgroundButtonLinkDisabled": "--color-background-button-link-disabled-9xznu3",
|
|
13647
14043
|
"colorBackgroundButtonLinkHover": "--color-background-button-link-hover-lhrs2u",
|
|
13648
14044
|
"colorBackgroundButtonNormalActive": "--color-background-button-normal-active-5imwxd",
|
|
13649
14045
|
"colorBackgroundButtonNormalDefault": "--color-background-button-normal-default-7f99mv",
|
|
@@ -13743,6 +14139,7 @@ export var preset = {
|
|
|
13743
14139
|
"colorBackgroundChatBubbleIncoming": "--color-background-chat-bubble-incoming-j38cew",
|
|
13744
14140
|
"colorTextChatBubbleOutgoing": "--color-text-chat-bubble-outgoing-f3r63s",
|
|
13745
14141
|
"colorTextChatBubbleIncoming": "--color-text-chat-bubble-incoming-od0yh8",
|
|
14142
|
+
"colorBorderButtonLinkDisabled": "--color-border-button-link-disabled-npwqxa",
|
|
13746
14143
|
"colorBorderButtonNormalActive": "--color-border-button-normal-active-ru7yhb",
|
|
13747
14144
|
"colorBorderButtonNormalDefault": "--color-border-button-normal-default-glqfp1",
|
|
13748
14145
|
"colorBorderToggleButtonNormalPressed": "--color-border-toggle-button-normal-pressed-tq8o41",
|
|
@@ -13832,6 +14229,10 @@ export var preset = {
|
|
|
13832
14229
|
"colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-srprth",
|
|
13833
14230
|
"colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-jrnyw3",
|
|
13834
14231
|
"colorTextLinkButtonNormalActive": "--color-text-link-button-normal-active-js9ryu",
|
|
14232
|
+
"colorTextButtonLinkActive": "--color-text-button-link-active-dqdjg3",
|
|
14233
|
+
"colorTextButtonLinkDefault": "--color-text-button-link-default-vvunrs",
|
|
14234
|
+
"colorTextButtonLinkDisabled": "--color-text-button-link-disabled-12wh7a",
|
|
14235
|
+
"colorTextButtonLinkHover": "--color-text-button-link-hover-kvrc36",
|
|
13835
14236
|
"colorTextButtonPrimaryActive": "--color-text-button-primary-active-refmba",
|
|
13836
14237
|
"colorTextButtonPrimaryDefault": "--color-text-button-primary-default-mwl31m",
|
|
13837
14238
|
"colorTextButtonPrimaryHover": "--color-text-button-primary-hover-pw12ep",
|
|
@@ -13889,6 +14290,10 @@ export var preset = {
|
|
|
13889
14290
|
"colorTextLayoutToggleSelected": "--color-text-layout-toggle-selected-xpximc",
|
|
13890
14291
|
"colorTextLinkDefault": "--color-text-link-default-hude44",
|
|
13891
14292
|
"colorTextLinkHover": "--color-text-link-hover-2hfec2",
|
|
14293
|
+
"colorTextLinkSecondaryDefault": "--color-text-link-secondary-default-4p0gj8",
|
|
14294
|
+
"colorTextLinkSecondaryHover": "--color-text-link-secondary-hover-0kzmc4",
|
|
14295
|
+
"colorTextLinkInfoDefault": "--color-text-link-info-default-mrmt1i",
|
|
14296
|
+
"colorTextLinkInfoHover": "--color-text-link-info-hover-mu3ega",
|
|
13892
14297
|
"colorTextLinkInvertedHover": "--color-text-link-inverted-hover-ocd3u3",
|
|
13893
14298
|
"colorTextLinkButtonUnderline": "--color-text-link-button-underline-z4wjnv",
|
|
13894
14299
|
"colorTextLinkButtonUnderlineHover": "--color-text-link-button-underline-hover-cn3mqh",
|
|
@@ -13946,9 +14351,10 @@ export var preset = {
|
|
|
13946
14351
|
"fontSizeHeadingXs": "--font-size-heading-xs-j8yzxv",
|
|
13947
14352
|
"fontSmoothingMozOsx": "--font-smoothing-moz-osx-hbm0aq",
|
|
13948
14353
|
"fontSmoothingWebkit": "--font-smoothing-webkit-oemolo",
|
|
13949
|
-
"
|
|
13950
|
-
"
|
|
13951
|
-
"
|
|
14354
|
+
"fontSizeTabs": "--font-size-tabs-eeo215",
|
|
14355
|
+
"fontWeightTabs": "--font-weight-tabs-ichxzl",
|
|
14356
|
+
"fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
|
|
14357
|
+
"lineHeightTabs": "--line-height-tabs-vpnjo7",
|
|
13952
14358
|
"fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-ny4hup",
|
|
13953
14359
|
"fontWeightButton": "--font-weight-button-0eg20c",
|
|
13954
14360
|
"fontWeightAlertHeader": "--font-weight-alert-header-zg25o1",
|
|
@@ -14091,6 +14497,7 @@ export var preset = {
|
|
|
14091
14497
|
"spaceAlertVertical": "--space-alert-vertical-dlp5wr",
|
|
14092
14498
|
"spaceButtonFocusOutlineGutter": "--space-button-focus-outline-gutter-jj138g",
|
|
14093
14499
|
"spaceButtonHorizontal": "--space-button-horizontal-k0c786",
|
|
14500
|
+
"spaceButtonVertical": "--space-button-vertical-xaxp6x",
|
|
14094
14501
|
"spaceButtonIconFocusOutlineGutterVertical": "--space-button-icon-focus-outline-gutter-vertical-r44mtq",
|
|
14095
14502
|
"spaceButtonIconOnlyHorizontal": "--space-button-icon-only-horizontal-i85hxi",
|
|
14096
14503
|
"spaceButtonInlineIconFocusOutlineGutter": "--space-button-inline-icon-focus-outline-gutter-zbfgku",
|
|
@@ -14142,6 +14549,7 @@ export var preset = {
|
|
|
14142
14549
|
"spaceSegmentedControlFocusOutlineGutter": "--space-segmented-control-focus-outline-gutter-x1ywqb",
|
|
14143
14550
|
"spaceTabsContentTop": "--space-tabs-content-top-ju6qox",
|
|
14144
14551
|
"spaceTabsFocusOutlineGutter": "--space-tabs-focus-outline-gutter-eerrg4",
|
|
14552
|
+
"spaceTabsVertical": "--space-tabs-vertical-3qxuiu",
|
|
14145
14553
|
"spaceTableContentBottom": "--space-table-content-bottom-tlfqmq",
|
|
14146
14554
|
"spaceTableEmbeddedHeaderTop": "--space-table-embedded-header-top-twu628",
|
|
14147
14555
|
"spaceTableFooterHorizontal": "--space-table-footer-horizontal-l5g495",
|