@design-factory/design-factory 20.0.0-next.1 → 20.0.0-next.3

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.
Files changed (89) hide show
  1. package/README.md +17 -16
  2. package/design-factory-initial-branding.css +1 -1
  3. package/design-factory-initial-branding.scss +1 -1
  4. package/design-factory.css +2 -2
  5. package/design-factory.scss +0 -2
  6. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +358 -0
  7. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +1 -0
  8. package/fesm2022/design-factory.mjs +520 -476
  9. package/fesm2022/design-factory.mjs.map +1 -1
  10. package/index.d.ts +22 -72
  11. package/package.json +15 -3
  12. package/schematics/migrations/15_0_0/remove-ngx-slider/index.js +11 -5
  13. package/schematics/migrations/16_0_0/revert-to-old-brand/index.js +2 -2
  14. package/schematics/migrations/20_0_0/colors-new-branding/index.d.ts +18 -0
  15. package/schematics/migrations/20_0_0/colors-new-branding/index.js +151 -0
  16. package/schematics/migrations/20_0_0/modal-removal/index.d.ts +7 -0
  17. package/schematics/migrations/20_0_0/modal-removal/index.js +53 -0
  18. package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.js +6 -5
  19. package/schematics/migrations/20_0_0/spinner-new-branding/index.d.ts +7 -0
  20. package/schematics/migrations/20_0_0/spinner-new-branding/index.js +41 -0
  21. package/schematics/migrations/20_0_0/style-import/index.d.ts +7 -0
  22. package/schematics/migrations/20_0_0/style-import/index.js +39 -0
  23. package/schematics/migrations/20_0_0/waves-of-progress/index.d.ts +7 -0
  24. package/schematics/migrations/20_0_0/waves-of-progress/index.js +69 -0
  25. package/schematics/migrations/helpers.js +1 -1
  26. package/schematics/migrations/migration.json +27 -0
  27. package/schematics/migrations/utils/component-resource-collector.js +2 -2
  28. package/schematics/migrations/utils/project_tsconfig_paths.js +4 -0
  29. package/schematics/migrations/utils/style-updater.js +3 -1
  30. package/schematics/migrations/utils/template-updater.js +3 -1
  31. package/schematics/migrations/utils/typescript/compiler_host.js +6 -4
  32. package/schematics/ng-add/index.js +3 -6
  33. package/styles/scss/_common.root.scss +20 -3
  34. package/styles/scss/_common.scss +1 -1
  35. package/styles/scss/bootstrap/_utilities-override.scss +14 -8
  36. package/styles/scss/bootstrap/_variables.scss +2 -2
  37. package/styles/scss/components/alert/_alert.scss +23 -11
  38. package/styles/scss/components/badge/_badge.mixins.scss +2 -4
  39. package/styles/scss/components/badge/_badge.scss +84 -23
  40. package/styles/scss/components/button/_button.scss +394 -86
  41. package/styles/scss/components/button/_button.utils.scss +20 -1
  42. package/styles/scss/components/button/_button_container.scss +22 -5
  43. package/styles/scss/components/card/_card.scss +29 -11
  44. package/styles/scss/components/checkbox/_checkbox.scss +2 -1
  45. package/styles/scss/components/collapse/_collapse.scss +6 -1
  46. package/styles/scss/components/datepicker/_datepicker.scss +9 -11
  47. package/styles/scss/components/dropdown/_dropdown.scss +23 -0
  48. package/styles/scss/components/fonts/_font-faces.mixins.scss +108 -54
  49. package/styles/scss/components/fonts/_icon-font.scss +2 -1
  50. package/styles/scss/components/footer/_footer.scss +1 -1
  51. package/styles/scss/components/inputs/_inputs.root.scss +1 -1
  52. package/styles/scss/components/inputs/_inputs.scss +7 -1
  53. package/styles/scss/components/link/_link.mixins.scss +7 -3
  54. package/styles/scss/components/link/_link.scss +10 -0
  55. package/styles/scss/components/link/_link.variables.scss +5 -2
  56. package/styles/scss/components/media/_media.scss +4 -0
  57. package/styles/scss/components/media/_media.variables.scss +1 -0
  58. package/styles/scss/components/modal/_modal.scss +51 -19
  59. package/styles/scss/components/navbar/_navbar.scss +12 -0
  60. package/styles/scss/components/pagination/_pagination.scss +1 -0
  61. package/styles/scss/components/pagination/_pagination_container.scss +1 -1
  62. package/styles/scss/components/progressbar/_progressbar.variables.scss +13 -4
  63. package/styles/scss/components/radio/_radio.scss +1 -1
  64. package/styles/scss/components/rating/_rating.scss +3 -3
  65. package/styles/scss/components/rating/_rating.variables.scss +1 -1
  66. package/styles/scss/components/scrollspy/_scrollspy.scss +5 -2
  67. package/styles/scss/components/select/_select.scss +14 -19
  68. package/styles/scss/components/separator/_separator.variables.scss +1 -1
  69. package/styles/scss/components/sidenav/_sidenav.scss +1 -1
  70. package/styles/scss/components/sidenav/_sidenav.variables.scss +6 -4
  71. package/styles/scss/components/spinner/_spinner.scss +14 -0
  72. package/styles/scss/components/spinner/_spinner.variables.scss +7 -4
  73. package/styles/scss/components/tabs/_tabs.scss +3 -0
  74. package/styles/scss/components/toast/_toast.scss +37 -32
  75. package/styles/scss/components/tooltip/_tooltip_container.scss +17 -13
  76. package/styles/scss/themes/brand2023/_variables.scss +68 -29
  77. package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +156 -186
  78. package/styles/scss/themes/brand2023/tokens/_root.gen.scss +1709 -0
  79. package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +1468 -0
  80. package/styles/scss/utilities/_common.utilities.scss +3 -10
  81. package/styles/scss/utilities/_rgb.scss +10 -0
  82. package/tokens/style-dictionary/index.d.ts +60 -0
  83. package/assets/waves_of_progress/arrowRight.svg +0 -34
  84. package/assets/waves_of_progress/arrowUp.svg +0 -35
  85. package/assets/waves_of_progress/circleDiagonal.svg +0 -29
  86. package/assets/waves_of_progress/circleUp.svg +0 -24
  87. package/styles/scss/components/waves/_waves.scss +0 -15
  88. package/styles/scss/components/waves/_waves.variables.scss +0 -86
  89. package/styles/scss/themes/brand2023/tokens/_figma.gen.scss +0 -3028
@@ -1,3028 +0,0 @@
1
- /* --- BEGIN THEME Auto-generated --- */
2
-
3
- $prefix: 'df-' !default;
4
-
5
- $df-borderRadius-focus-external-medium: 0.5rem !default;
6
- $df-borderRadius-focus-external-large: 0.625rem !default;
7
- $df-borderRadius-focus-external-null: 0 !default;
8
- $df-borderRadius-focus-external-rounded: 6.25rem !default;
9
- $df-borderRadius-focus-external-small: 0.375rem !default;
10
- $df-borderRadius-focus-internal-medium: 0.25rem !default;
11
- $df-borderRadius-focus-internal-large: 0.375rem !default;
12
- $df-borderRadius-focus-internal-null: 0 !default;
13
- $df-borderRadius-focus-internal-rounded: 6.25rem !default;
14
- $df-borderRadius-focus-internal-small: 0.125rem !default;
15
- $df-borderRadius-main-small: 0.25rem !default;
16
- $df-borderRadius-main-medium: 0.375rem !default;
17
- $df-borderRadius-main-large: 0.5rem !default;
18
- $df-borderRadius-main-null: 0 !default;
19
- $df-borderRadius-main-rounded: 6.25rem !default;
20
- $df-colorPalette-canary-10: #fffce6 !default;
21
- $df-colorPalette-canary-20: #fffeb0 !default;
22
- $df-colorPalette-canary-30: #fdf092 !default;
23
- $df-colorPalette-canary-40: #fdeb6d !default;
24
- $df-colorPalette-canary-50: #fce649 !default;
25
- $df-colorPalette-canary-60: #e9cf1c !default;
26
- $df-colorPalette-canary-70: #aa9b2d !default;
27
- $df-colorPalette-canary-80: #74691c !default;
28
- $df-colorPalette-canary-90: #564a00 !default;
29
- $df-colorPalette-canary-100: #2a2500 !default;
30
- $df-colorPalette-cloud-0: #ffffff !default;
31
- $df-colorPalette-cloud-10: #fafafa !default;
32
- $df-colorPalette-cloud-20: #f2f2f2 !default;
33
- $df-colorPalette-cloud-30: #e6e6e6 !default;
34
- $df-colorPalette-cloud-40: #cccccc !default;
35
- $df-colorPalette-cloud-50: #b3b3b3 !default;
36
- $df-colorPalette-cloud-60: #999999 !default;
37
- $df-colorPalette-cloud-70: #808080 !default;
38
- $df-colorPalette-cloud-80: #666666 !default;
39
- $df-colorPalette-cloud-90: #333333 !default;
40
- $df-colorPalette-cloud-100: #1a1a1a !default;
41
- $df-colorPalette-cloud-110: #000000 !default;
42
- $df-colorPalette-crimson-10: #ffeeed !default;
43
- $df-colorPalette-crimson-20: #ffd7d7 !default;
44
- $df-colorPalette-crimson-30: #ff9794 !default;
45
- $df-colorPalette-crimson-40: #ff7471 !default;
46
- $df-colorPalette-crimson-50: #ff514d !default;
47
- $df-colorPalette-crimson-60: #df3127 !default;
48
- $df-colorPalette-crimson-70: #b2271f !default;
49
- $df-colorPalette-crimson-80: #861d17 !default;
50
- $df-colorPalette-crimson-90: #560900 !default;
51
- $df-colorPalette-crimson-100: #430f0c !default;
52
- $df-colorPalette-forest-10: #f0ffec !default;
53
- $df-colorPalette-forest-20: #c8ffc0 !default;
54
- $df-colorPalette-forest-30: #beffab !default;
55
- $df-colorPalette-forest-40: #a8ff8f !default;
56
- $df-colorPalette-forest-50: #92ff73 !default;
57
- $df-colorPalette-forest-60: #4ba841 !default;
58
- $df-colorPalette-forest-70: #3a862e !default;
59
- $df-colorPalette-forest-80: #19571d !default;
60
- $df-colorPalette-forest-90: #023a00 !default;
61
- $df-colorPalette-forest-100: #0f190b !default;
62
- $df-colorPalette-fuchsia-10: #ffeef7 !default;
63
- $df-colorPalette-fuchsia-20: #fcc5f9 !default;
64
- $df-colorPalette-fuchsia-30: #ff9be3 !default;
65
- $df-colorPalette-fuchsia-40: #ff79bd !default;
66
- $df-colorPalette-fuchsia-50: #ff58ac !default;
67
- $df-colorPalette-fuchsia-60: #cc468a !default;
68
- $df-colorPalette-fuchsia-70: #993567 !default;
69
- $df-colorPalette-fuchsia-80: #662345 !default;
70
- $df-colorPalette-fuchsia-90: #4f0230 !default;
71
- $df-colorPalette-fuchsia-100: #34001f !default;
72
- $df-colorPalette-pumpkin-10: #fff0e6 !default;
73
- $df-colorPalette-pumpkin-20: #ffd9c4 !default;
74
- $df-colorPalette-pumpkin-30: #ffa366 !default;
75
- $df-colorPalette-pumpkin-40: #ff8838 !default;
76
- $df-colorPalette-pumpkin-50: #ff7920 !default;
77
- $df-colorPalette-pumpkin-60: #fa6400 !default;
78
- $df-colorPalette-pumpkin-70: #c74905 !default;
79
- $df-colorPalette-pumpkin-80: #863701 !default;
80
- $df-colorPalette-pumpkin-90: #5b2500 !default;
81
- $df-colorPalette-pumpkin-100: #3b1800 !default;
82
- $df-colorPalette-sky-10: #ebf3ff !default;
83
- $df-colorPalette-sky-20: #c5d5f9 !default;
84
- $df-colorPalette-sky-30: #9fc6ff !default;
85
- $df-colorPalette-sky-40: #61a2ff !default;
86
- $df-colorPalette-sky-50: #3a8bff !default;
87
- $df-colorPalette-sky-60: #0c66e1 !default;
88
- $df-colorPalette-sky-70: #104ea4 !default;
89
- $df-colorPalette-sky-80: #0a2f62 !default;
90
- $df-colorPalette-sky-90: #000835 !default;
91
- $df-colorPalette-sky-100: #000521 !default;
92
- $df-colorPalette-violet-10: #f8eeff !default;
93
- $df-colorPalette-violet-20: #e4c7ff !default;
94
- $df-colorPalette-violet-30: #d396ff !default;
95
- $df-colorPalette-violet-40: #c573ff !default;
96
- $df-colorPalette-violet-50: #b650ff !default;
97
- $df-colorPalette-violet-60: #9240cc !default;
98
- $df-colorPalette-violet-70: #6d3099 !default;
99
- $df-colorPalette-violet-80: #461b64 !default;
100
- $df-colorPalette-violet-90: #26005a !default;
101
- $df-colorPalette-violet-100: #160033 !default;
102
- $df-icons-font-family: 'Font Awesome 6 Pro' !default;
103
- $df-icons-sizing-default: 16px !default;
104
- $df-icons-sizing-small: 14px !default;
105
- $df-icons-sizing-large: 18px !default;
106
- $df-icons-sizing-2xsmall: 12px !default;
107
- $df-icons-sizing-2xlarge: 20px !default;
108
- $df-icons-sizing-3xlarge: 24px !default;
109
- $df-icons-sizing-4xlarge: 32px !default;
110
- $df-icons-weight-light: 'light' !default;
111
- $df-icons-weight-regular: 'regular' !default;
112
- $df-icons-weight-solid: 'solid' !default;
113
- $df-spacing-0: 0 !default;
114
- $df-spacing-1: 0.125rem !default;
115
- $df-spacing-2: 0.25rem !default;
116
- $df-spacing-3: 0.5rem !default;
117
- $df-spacing-4: 0.75rem !default;
118
- $df-spacing-5: 1rem !default;
119
- $df-spacing-6: 1.5rem !default;
120
- $df-spacing-7: 2rem !default;
121
- $df-spacing-8: 2.5rem !default;
122
- $df-spacing-9: 3rem !default;
123
- $df-spacing-10: 3.5rem !default;
124
- $df-spacing-11: 4rem !default;
125
- $df-spacing-12: 6rem !default;
126
- $df-typo-font-primaryFamily: 'Amadeus Neue Web' !default;
127
- $df-typo-font-secondaryFamily: '/' !default;
128
- $df-typo-letterSpacing-xtraCondensed: -2px !default;
129
- $df-typo-letterSpacing-condensed: -1px !default;
130
- $df-typo-letterSpacing-normal: 0px !default;
131
- $df-typo-letterSpacing-spaced: 1px !default;
132
- $df-typo-letterSpacing-xtraSpaced: 2px !default;
133
- $df-typo-sizing-default: 1rem !default;
134
- $df-typo-sizing-small: 0.875rem !default;
135
- $df-typo-sizing-large: 1.125rem !default;
136
- $df-typo-sizing-2xlarge: 1.25rem !default;
137
- $df-typo-sizing-3xlarge: 1.5rem !default;
138
- $df-typo-sizing-4xlarge: 2rem !default;
139
- $df-typo-sizing-5xlarge: 2.25rem !default;
140
- $df-typo-sizing-6xlarge: 2.5rem !default;
141
- $df-typo-sizing-7xlarge: 3rem !default;
142
- $df-typo-sizing-8xlarge: 3.5rem !default;
143
- $df-typo-sizing-9xlarge: 4rem !default;
144
- $df-typo-sizing-xsmall: 0.75rem !default;
145
- $df-typo-style-italic: italic !default;
146
- $df-typo-weight-light: 300 !default;
147
- $df-typo-weight-regular: 400 !default;
148
- $df-typo-weight-medium: 500 !default;
149
- $df-typo-weight-bold: 700 !default;
150
- $df-theme-accent-10: #f8eeff !default;
151
- $df-theme-accent-20: #e4c7ff !default;
152
- $df-theme-accent-30: #d396ff !default;
153
- $df-theme-accent-40: #c573ff !default;
154
- $df-theme-accent-50: #b650ff !default;
155
- $df-theme-accent-60: #9240cc !default;
156
- $df-theme-accent-70: #6d3099 !default;
157
- $df-theme-accent-80: #461b64 !default;
158
- $df-theme-accent-90: #26005a !default;
159
- $df-theme-accent-100: #160033 !default;
160
- $df-theme-chromatic1-10: #fffce6 !default;
161
- $df-theme-chromatic1-20: #fffeb0 !default;
162
- $df-theme-chromatic1-30: #fdf092 !default;
163
- $df-theme-chromatic1-40: #fdeb6d !default;
164
- $df-theme-chromatic1-50: #fce649 !default;
165
- $df-theme-chromatic1-60: #e9cf1c !default;
166
- $df-theme-chromatic1-70: #aa9b2d !default;
167
- $df-theme-chromatic1-80: #74691c !default;
168
- $df-theme-chromatic1-90: #564a00 !default;
169
- $df-theme-chromatic1-100: #2a2500 !default;
170
- $df-theme-chromatic2-10: #ffeef7 !default;
171
- $df-theme-chromatic2-20: #fcc5f9 !default;
172
- $df-theme-chromatic2-30: #ff9be3 !default;
173
- $df-theme-chromatic2-40: #ff79bd !default;
174
- $df-theme-chromatic2-50: #ff58ac !default;
175
- $df-theme-chromatic2-60: #cc468a !default;
176
- $df-theme-chromatic2-70: #993567 !default;
177
- $df-theme-chromatic2-80: #662345 !default;
178
- $df-theme-chromatic2-90: #4f0230 !default;
179
- $df-theme-chromatic2-100: #34001f !default;
180
- $df-theme-danger-10: #ffeeed !default;
181
- $df-theme-danger-20: #ffd7d7 !default;
182
- $df-theme-danger-30: #ff9794 !default;
183
- $df-theme-danger-40: #ff7471 !default;
184
- $df-theme-danger-50: #ff514d !default;
185
- $df-theme-danger-60: #df3127 !default;
186
- $df-theme-danger-70: #b2271f !default;
187
- $df-theme-danger-80: #861d17 !default;
188
- $df-theme-danger-90: #560900 !default;
189
- $df-theme-danger-100: #430f0c !default;
190
- $df-theme-info-10: #ebf3ff !default;
191
- $df-theme-info-20: #c5d5f9 !default;
192
- $df-theme-info-30: #9fc6ff !default;
193
- $df-theme-info-40: #61a2ff !default;
194
- $df-theme-info-50: #3a8bff !default;
195
- $df-theme-info-60: #0c66e1 !default;
196
- $df-theme-info-70: #104ea4 !default;
197
- $df-theme-info-80: #0a2f62 !default;
198
- $df-theme-info-90: #000835 !default;
199
- $df-theme-info-100: #000521 !default;
200
- $df-theme-neutral-0: #ffffff !default;
201
- $df-theme-neutral-10: #fafafa !default;
202
- $df-theme-neutral-20: #f2f2f2 !default;
203
- $df-theme-neutral-30: #e6e6e6 !default;
204
- $df-theme-neutral-40: #cccccc !default;
205
- $df-theme-neutral-50: #b3b3b3 !default;
206
- $df-theme-neutral-60: #999999 !default;
207
- $df-theme-neutral-70: #808080 !default;
208
- $df-theme-neutral-80: #666666 !default;
209
- $df-theme-neutral-90: #333333 !default;
210
- $df-theme-neutral-100: #1a1a1a !default;
211
- $df-theme-neutral-110: #000000 !default;
212
- $df-theme-primary-10: #ebf3ff !default;
213
- $df-theme-primary-20: #c5d5f9 !default;
214
- $df-theme-primary-30: #9fc6ff !default;
215
- $df-theme-primary-40: #61a2ff !default;
216
- $df-theme-primary-50: #3a8bff !default;
217
- $df-theme-primary-60: #0c66e1 !default;
218
- $df-theme-primary-70: #104ea4 !default;
219
- $df-theme-primary-80: #0a2f62 !default;
220
- $df-theme-primary-90: #000835 !default;
221
- $df-theme-primary-100: #000521 !default;
222
- $df-theme-success-10: #f0ffec !default;
223
- $df-theme-success-20: #c8ffc0 !default;
224
- $df-theme-success-30: #beffab !default;
225
- $df-theme-success-40: #a8ff8f !default;
226
- $df-theme-success-50: #92ff73 !default;
227
- $df-theme-success-60: #4ba841 !default;
228
- $df-theme-success-70: #3a862e !default;
229
- $df-theme-success-80: #19571d !default;
230
- $df-theme-success-90: #023a00 !default;
231
- $df-theme-success-100: #0f190b !default;
232
- $df-theme-tip-10: #f8eeff !default;
233
- $df-theme-tip-20: #e4c7ff !default;
234
- $df-theme-tip-30: #d396ff !default;
235
- $df-theme-tip-40: #c573ff !default;
236
- $df-theme-tip-50: #b650ff !default;
237
- $df-theme-tip-60: #9240cc !default;
238
- $df-theme-tip-70: #6d3099 !default;
239
- $df-theme-tip-80: #461b64 !default;
240
- $df-theme-tip-90: #26005a !default;
241
- $df-theme-tip-100: #160033 !default;
242
- $df-theme-warning-10: #fff0e6 !default;
243
- $df-theme-warning-20: #ffd9c4 !default;
244
- $df-theme-warning-30: #ffa366 !default;
245
- $df-theme-warning-40: #ff8838 !default;
246
- $df-theme-warning-50: #ff7920 !default;
247
- $df-theme-warning-60: #fa6400 !default;
248
- $df-theme-warning-70: #c74905 !default;
249
- $df-theme-warning-80: #863701 !default;
250
- $df-theme-warning-90: #5b2500 !default;
251
- $df-theme-warning-100: #3b1800 !default;
252
- $df-color-accent-alt-active-background: var(--#{$prefix}theme-accent-30) !default;
253
- $df-color-accent-alt-activeHovered-background: var(--#{$prefix}theme-accent-20) !default;
254
- $df-color-accent-alt-activePressed-background: var(--#{$prefix}theme-accent-30) !default;
255
- $df-color-accent-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
256
- $df-color-accent-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
257
- $df-color-accent-alt-hovered-background: var(--#{$prefix}theme-accent-20) !default;
258
- $df-color-accent-alt-pressed-background: var(--#{$prefix}theme-accent-30) !default;
259
- $df-color-accent-intense-background: var(--#{$prefix}theme-neutral-100) !default;
260
- $df-color-accent-main-active-background: var(--#{$prefix}theme-accent-90) !default;
261
- $df-color-accent-main-active-border: var(--#{$prefix}theme-accent-90) !default;
262
- $df-color-accent-main-active-foreground: var(--#{$prefix}theme-accent-90) !default;
263
- $df-color-accent-main-activeHovered-background: var(--#{$prefix}theme-accent-80) !default;
264
- $df-color-accent-main-activeHovered-border: var(--#{$prefix}theme-accent-80) !default;
265
- $df-color-accent-main-activeHovered-foreground: var(--#{$prefix}theme-accent-80) !default;
266
- $df-color-accent-main-activePressed-background: var(--#{$prefix}theme-accent-90) !default;
267
- $df-color-accent-main-activePressed-border: var(--#{$prefix}theme-accent-90) !default;
268
- $df-color-accent-main-activePressed-foreground: var(--#{$prefix}theme-accent-90) !default;
269
- $df-color-accent-main-default-background: var(--#{$prefix}theme-accent-70) !default;
270
- $df-color-accent-main-default-border: var(--#{$prefix}theme-accent-70) !default;
271
- $df-color-accent-main-default-foreground: var(--#{$prefix}theme-accent-70) !default;
272
- $df-color-accent-main-hovered-background: var(--#{$prefix}theme-accent-80) !default;
273
- $df-color-accent-main-hovered-border: var(--#{$prefix}theme-accent-80) !default;
274
- $df-color-accent-main-hovered-foreground: var(--#{$prefix}theme-accent-80) !default;
275
- $df-color-accent-main-pressed-background: var(--#{$prefix}theme-accent-90) !default;
276
- $df-color-accent-main-pressed-border: var(--#{$prefix}theme-accent-90) !default;
277
- $df-color-accent-main-pressed-foreground: var(--#{$prefix}theme-accent-90) !default;
278
- $df-color-accent-soft-active-background: var(--#{$prefix}theme-accent-50) !default;
279
- $df-color-accent-soft-active-foreground: var(--#{$prefix}theme-accent-90) !default;
280
- $df-color-accent-soft-activeHovered-background: var(--#{$prefix}theme-accent-40) !default;
281
- $df-color-accent-soft-activeHovered-foreground: var(--#{$prefix}theme-accent-90) !default;
282
- $df-color-accent-soft-activePressed-background: var(--#{$prefix}theme-accent-50) !default;
283
- $df-color-accent-soft-activePressed-foreground: var(--#{$prefix}theme-accent-90) !default;
284
- $df-color-accent-soft-default-background: var(--#{$prefix}theme-accent-20) !default;
285
- $df-color-accent-soft-default-foreground: var(--#{$prefix}theme-accent-90) !default;
286
- $df-color-accent-soft-hovered-background: var(--#{$prefix}theme-accent-40) !default;
287
- $df-color-accent-soft-hovered-foreground: var(--#{$prefix}theme-accent-90) !default;
288
- $df-color-accent-soft-pressed-background: var(--#{$prefix}theme-accent-50) !default;
289
- $df-color-accent-soft-pressed-foreground: var(--#{$prefix}theme-accent-90) !default;
290
- $df-color-accent-subtle-background: var(--#{$prefix}theme-accent-10) !default;
291
- $df-color-addon-background: var(--#{$prefix}theme-neutral-20) !default;
292
- $df-color-backdrop-background: #000835e5 !default;
293
- $df-color-chromatic1-alt-active-background: var(--#{$prefix}theme-chromatic1-30) !default;
294
- $df-color-chromatic1-alt-activeHovered-background: var(--#{$prefix}theme-chromatic1-20) !default;
295
- $df-color-chromatic1-alt-activePressed-background: var(--#{$prefix}theme-chromatic1-30) !default;
296
- $df-color-chromatic1-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
297
- $df-color-chromatic1-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
298
- $df-color-chromatic1-alt-hovered-background: var(--#{$prefix}theme-chromatic1-20) !default;
299
- $df-color-chromatic1-alt-pressed-background: var(--#{$prefix}theme-chromatic1-30) !default;
300
- $df-color-chromatic1-main-active-background: var(--#{$prefix}theme-chromatic1-90) !default;
301
- $df-color-chromatic1-main-active-border: var(--#{$prefix}theme-chromatic1-90) !default;
302
- $df-color-chromatic1-main-active-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
303
- $df-color-chromatic1-main-activeHovered-background: var(--#{$prefix}theme-chromatic1-80) !default;
304
- $df-color-chromatic1-main-activeHovered-border: var(--#{$prefix}theme-chromatic1-80) !default;
305
- $df-color-chromatic1-main-activeHovered-foreground: var(--#{$prefix}theme-chromatic1-80) !default;
306
- $df-color-chromatic1-main-activePressed-background: var(--#{$prefix}theme-chromatic1-90) !default;
307
- $df-color-chromatic1-main-activePressed-border: var(--#{$prefix}theme-chromatic1-90) !default;
308
- $df-color-chromatic1-main-activePressed-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
309
- $df-color-chromatic1-main-default-background: var(--#{$prefix}theme-chromatic1-80) !default;
310
- $df-color-chromatic1-main-default-border: var(--#{$prefix}theme-chromatic1-60) !default;
311
- $df-color-chromatic1-main-default-foreground: var(--#{$prefix}theme-chromatic1-80) !default;
312
- $df-color-chromatic1-main-hovered-background: var(--#{$prefix}theme-chromatic1-80) !default;
313
- $df-color-chromatic1-main-hovered-border: var(--#{$prefix}theme-chromatic1-80) !default;
314
- $df-color-chromatic1-main-hovered-foreground: var(--#{$prefix}theme-chromatic1-80) !default;
315
- $df-color-chromatic1-main-pressed-background: var(--#{$prefix}theme-chromatic1-90) !default;
316
- $df-color-chromatic1-main-pressed-border: var(--#{$prefix}theme-chromatic1-90) !default;
317
- $df-color-chromatic1-main-pressed-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
318
- $df-color-chromatic1-soft-active-background: var(--#{$prefix}theme-chromatic1-50) !default;
319
- $df-color-chromatic1-soft-active-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
320
- $df-color-chromatic1-soft-activeHovered-background: var(--#{$prefix}theme-chromatic1-40) !default;
321
- $df-color-chromatic1-soft-activeHovered-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
322
- $df-color-chromatic1-soft-activePressed-background: var(--#{$prefix}theme-chromatic1-50) !default;
323
- $df-color-chromatic1-soft-activePressed-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
324
- $df-color-chromatic1-soft-default-background: var(--#{$prefix}theme-chromatic1-20) !default;
325
- $df-color-chromatic1-soft-default-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
326
- $df-color-chromatic1-soft-hovered-background: var(--#{$prefix}theme-chromatic1-40) !default;
327
- $df-color-chromatic1-soft-hovered-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
328
- $df-color-chromatic1-soft-pressed-background: var(--#{$prefix}theme-chromatic1-50) !default;
329
- $df-color-chromatic1-soft-pressed-foreground: var(--#{$prefix}theme-chromatic1-90) !default;
330
- $df-color-chromatic1-subtle-background: var(--#{$prefix}theme-chromatic1-10) !default;
331
- $df-color-chromatic2-alt-active-background: var(--#{$prefix}theme-chromatic2-30) !default;
332
- $df-color-chromatic2-alt-activeHovered-background: var(--#{$prefix}theme-chromatic2-20) !default;
333
- $df-color-chromatic2-alt-activePressed-background: var(--#{$prefix}theme-chromatic2-30) !default;
334
- $df-color-chromatic2-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
335
- $df-color-chromatic2-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
336
- $df-color-chromatic2-alt-hovered-background: var(--#{$prefix}theme-chromatic2-20) !default;
337
- $df-color-chromatic2-alt-pressed-background: var(--#{$prefix}theme-chromatic2-30) !default;
338
- $df-color-chromatic2-main-active-background: var(--#{$prefix}theme-chromatic2-90) !default;
339
- $df-color-chromatic2-main-active-border: var(--#{$prefix}theme-chromatic2-90) !default;
340
- $df-color-chromatic2-main-active-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
341
- $df-color-chromatic2-main-activeHovered-background: var(--#{$prefix}theme-chromatic2-80) !default;
342
- $df-color-chromatic2-main-activeHovered-border: var(--#{$prefix}theme-chromatic2-80) !default;
343
- $df-color-chromatic2-main-activeHovered-foreground: var(--#{$prefix}theme-chromatic2-80) !default;
344
- $df-color-chromatic2-main-activePressed-background: var(--#{$prefix}theme-chromatic2-90) !default;
345
- $df-color-chromatic2-main-activePressed-border: var(--#{$prefix}theme-chromatic2-90) !default;
346
- $df-color-chromatic2-main-activePressed-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
347
- $df-color-chromatic2-main-default-background: var(--#{$prefix}theme-chromatic2-70) !default;
348
- $df-color-chromatic2-main-default-border: var(--#{$prefix}theme-chromatic2-70) !default;
349
- $df-color-chromatic2-main-default-foreground: var(--#{$prefix}theme-chromatic2-70) !default;
350
- $df-color-chromatic2-main-hovered-background: var(--#{$prefix}theme-chromatic2-80) !default;
351
- $df-color-chromatic2-main-hovered-border: var(--#{$prefix}theme-chromatic2-80) !default;
352
- $df-color-chromatic2-main-hovered-foreground: var(--#{$prefix}theme-chromatic2-80) !default;
353
- $df-color-chromatic2-main-pressed-background: var(--#{$prefix}theme-chromatic2-90) !default;
354
- $df-color-chromatic2-main-pressed-border: var(--#{$prefix}theme-chromatic2-90) !default;
355
- $df-color-chromatic2-main-pressed-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
356
- $df-color-chromatic2-soft-active-background: var(--#{$prefix}theme-chromatic2-50) !default;
357
- $df-color-chromatic2-soft-active-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
358
- $df-color-chromatic2-soft-activeHovered-background: var(--#{$prefix}theme-chromatic2-40) !default;
359
- $df-color-chromatic2-soft-activeHovered-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
360
- $df-color-chromatic2-soft-activePressed-background: var(--#{$prefix}theme-chromatic2-50) !default;
361
- $df-color-chromatic2-soft-activePressed-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
362
- $df-color-chromatic2-soft-default-background: var(--#{$prefix}theme-chromatic2-20) !default;
363
- $df-color-chromatic2-soft-default-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
364
- $df-color-chromatic2-soft-hovered-background: var(--#{$prefix}theme-chromatic2-40) !default;
365
- $df-color-chromatic2-soft-hovered-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
366
- $df-color-chromatic2-soft-pressed-background: var(--#{$prefix}theme-chromatic2-50) !default;
367
- $df-color-chromatic2-soft-pressed-foreground: var(--#{$prefix}theme-chromatic2-90) !default;
368
- $df-color-chromatic2-subtle-background: var(--#{$prefix}theme-chromatic2-10) !default;
369
- $df-color-danger-alt-active-background: var(--#{$prefix}theme-danger-30) !default;
370
- $df-color-danger-alt-activeHovered-background: var(--#{$prefix}theme-danger-20) !default;
371
- $df-color-danger-alt-activePressed-background: var(--#{$prefix}theme-danger-30) !default;
372
- $df-color-danger-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
373
- $df-color-danger-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
374
- $df-color-danger-alt-hovered-background: var(--#{$prefix}theme-danger-20) !default;
375
- $df-color-danger-alt-pressed-background: var(--#{$prefix}theme-danger-30) !default;
376
- $df-color-danger-intense-background: var(--#{$prefix}theme-neutral-100) !default;
377
- $df-color-danger-main-active-background: var(--#{$prefix}theme-danger-90) !default;
378
- $df-color-danger-main-active-border: var(--#{$prefix}theme-danger-90) !default;
379
- $df-color-danger-main-active-foreground: var(--#{$prefix}theme-danger-90) !default;
380
- $df-color-danger-main-activeHovered-background: var(--#{$prefix}theme-danger-80) !default;
381
- $df-color-danger-main-activeHovered-border: var(--#{$prefix}theme-danger-80) !default;
382
- $df-color-danger-main-activeHovered-foreground: var(--#{$prefix}theme-danger-80) !default;
383
- $df-color-danger-main-activePressed-background: var(--#{$prefix}theme-danger-90) !default;
384
- $df-color-danger-main-activePressed-border: var(--#{$prefix}theme-danger-90) !default;
385
- $df-color-danger-main-activePressed-foreground: var(--#{$prefix}theme-danger-90) !default;
386
- $df-color-danger-main-default-background: var(--#{$prefix}theme-danger-60) !default;
387
- $df-color-danger-main-default-border: var(--#{$prefix}theme-danger-60) !default;
388
- $df-color-danger-main-default-foreground: var(--#{$prefix}theme-danger-60) !default;
389
- $df-color-danger-main-hovered-background: var(--#{$prefix}theme-danger-80) !default;
390
- $df-color-danger-main-hovered-border: var(--#{$prefix}theme-danger-80) !default;
391
- $df-color-danger-main-hovered-foreground: var(--#{$prefix}theme-danger-80) !default;
392
- $df-color-danger-main-pressed-background: var(--#{$prefix}theme-danger-90) !default;
393
- $df-color-danger-main-pressed-border: var(--#{$prefix}theme-danger-90) !default;
394
- $df-color-danger-main-pressed-foreground: var(--#{$prefix}theme-danger-90) !default;
395
- $df-color-danger-soft-active-background: var(--#{$prefix}theme-danger-50) !default;
396
- $df-color-danger-soft-active-foreground: var(--#{$prefix}theme-danger-90) !default;
397
- $df-color-danger-soft-activeHovered-background: var(--#{$prefix}theme-danger-40) !default;
398
- $df-color-danger-soft-activeHovered-foreground: var(--#{$prefix}theme-danger-90) !default;
399
- $df-color-danger-soft-activePressed-background: var(--#{$prefix}theme-danger-50) !default;
400
- $df-color-danger-soft-activePressed-foreground: var(--#{$prefix}theme-danger-90) !default;
401
- $df-color-danger-soft-default-background: var(--#{$prefix}theme-danger-20) !default;
402
- $df-color-danger-soft-default-foreground: var(--#{$prefix}theme-danger-90) !default;
403
- $df-color-danger-soft-hovered-background: var(--#{$prefix}theme-danger-40) !default;
404
- $df-color-danger-soft-hovered-foreground: var(--#{$prefix}theme-danger-90) !default;
405
- $df-color-danger-soft-pressed-background: var(--#{$prefix}theme-danger-50) !default;
406
- $df-color-danger-soft-pressed-foreground: var(--#{$prefix}theme-danger-90) !default;
407
- $df-color-danger-subtle-background: var(--#{$prefix}theme-danger-10) !default;
408
- $df-color-disabled-alt-background: var(--#{$prefix}theme-neutral-50) !default;
409
- $df-color-disabled-alt-border: var(--#{$prefix}theme-neutral-30) !default;
410
- $df-color-disabled-alt-foreground: var(--#{$prefix}theme-neutral-30) !default;
411
- $df-color-disabled-main-background: var(--#{$prefix}theme-neutral-30) !default;
412
- $df-color-disabled-main-border: var(--#{$prefix}theme-neutral-50) !default;
413
- $df-color-disabled-main-foreground: var(--#{$prefix}theme-neutral-50) !default;
414
- $df-color-focus-alt-border: var(--#{$prefix}theme-neutral-0) !default;
415
- $df-color-focus-main-border: var(--#{$prefix}theme-neutral-100) !default;
416
- $df-color-icon-warning-foreground: var(--#{$prefix}theme-warning-60) !default;
417
- $df-color-inert-neutral-alt-background: var(--#{$prefix}theme-neutral-100) !default;
418
- $df-color-inert-neutral-alt-foreground: var(--#{$prefix}theme-neutral-0) !default;
419
- $df-color-inert-neutral-intense-background: var(--#{$prefix}theme-neutral-110) !default;
420
- $df-color-inert-neutral-intense-foreground: var(--#{$prefix}theme-neutral-110) !default;
421
- $df-color-inert-neutral-main-background: var(--#{$prefix}theme-neutral-0) !default;
422
- $df-color-inert-neutral-main-border: var(--#{$prefix}theme-neutral-40) !default;
423
- $df-color-inert-neutral-main-foreground: var(--#{$prefix}theme-neutral-100) !default;
424
- $df-color-inert-neutral-pageBackground: var(--#{$prefix}theme-neutral-0) !default;
425
- $df-color-inert-neutral-readonly-foreground: var(--#{$prefix}theme-neutral-90) !default;
426
- $df-color-inert-neutral-subtle-background: var(--#{$prefix}theme-neutral-10) !default;
427
- $df-color-info-alt-active-background: var(--#{$prefix}theme-primary-30) !default;
428
- $df-color-info-alt-activeHovered-background: var(--#{$prefix}theme-primary-20) !default;
429
- $df-color-info-alt-activePressed-background: var(--#{$prefix}theme-primary-30) !default;
430
- $df-color-info-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
431
- $df-color-info-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
432
- $df-color-info-alt-hovered-background: var(--#{$prefix}theme-primary-20) !default;
433
- $df-color-info-alt-pressed-background: var(--#{$prefix}theme-primary-30) !default;
434
- $df-color-info-main-active-background: var(--#{$prefix}theme-primary-90) !default;
435
- $df-color-info-main-active-border: var(--#{$prefix}theme-primary-90) !default;
436
- $df-color-info-main-active-foreground: var(--#{$prefix}theme-primary-90) !default;
437
- $df-color-info-main-activeHovered-background: var(--#{$prefix}theme-primary-80) !default;
438
- $df-color-info-main-activeHovered-border: var(--#{$prefix}theme-primary-80) !default;
439
- $df-color-info-main-activeHovered-foreground: var(--#{$prefix}theme-primary-80) !default;
440
- $df-color-info-main-activePressed-background: var(--#{$prefix}theme-primary-90) !default;
441
- $df-color-info-main-activePressed-border: var(--#{$prefix}theme-primary-90) !default;
442
- $df-color-info-main-activePressed-foreground: var(--#{$prefix}theme-primary-90) !default;
443
- $df-color-info-main-default-background: var(--#{$prefix}theme-primary-60) !default;
444
- $df-color-info-main-default-border: var(--#{$prefix}theme-info-60) !default;
445
- $df-color-info-main-default-foreground: var(--#{$prefix}theme-info-60) !default;
446
- $df-color-info-main-hovered-background: var(--#{$prefix}theme-primary-80) !default;
447
- $df-color-info-main-hovered-border: var(--#{$prefix}theme-primary-80) !default;
448
- $df-color-info-main-hovered-foreground: var(--#{$prefix}theme-primary-80) !default;
449
- $df-color-info-main-pressed-background: var(--#{$prefix}theme-primary-90) !default;
450
- $df-color-info-main-pressed-border: var(--#{$prefix}theme-primary-90) !default;
451
- $df-color-info-main-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
452
- $df-color-info-soft-active-background: var(--#{$prefix}theme-info-50) !default;
453
- $df-color-info-soft-active-foreground: var(--#{$prefix}theme-info-90) !default;
454
- $df-color-info-soft-activeHovered-background: var(--#{$prefix}theme-info-40) !default;
455
- $df-color-info-soft-activeHovered-foreground: var(--#{$prefix}theme-info-90) !default;
456
- $df-color-info-soft-activePressed-background: var(--#{$prefix}theme-info-50) !default;
457
- $df-color-info-soft-activePressed-foreground: var(--#{$prefix}theme-info-90) !default;
458
- $df-color-info-soft-default-background: var(--#{$prefix}theme-info-20) !default;
459
- $df-color-info-soft-default-foreground: var(--#{$prefix}theme-info-90) !default;
460
- $df-color-info-soft-hovered-background: var(--#{$prefix}theme-info-40) !default;
461
- $df-color-info-soft-hovered-foreground: var(--#{$prefix}theme-info-90) !default;
462
- $df-color-info-soft-pressed-background: var(--#{$prefix}theme-info-50) !default;
463
- $df-color-info-soft-pressed-foreground: var(--#{$prefix}theme-info-90) !default;
464
- $df-color-info-subtle-background: var(--#{$prefix}theme-primary-10) !default;
465
- $df-color-input-border: var(--#{$prefix}theme-neutral-70) !default;
466
- $df-color-logo-alt-background: var(--#{$prefix}theme-neutral-0) !default;
467
- $df-color-logo-alt-foreground: var(--#{$prefix}theme-neutral-0) !default;
468
- $df-color-logo-main-background: var(--#{$prefix}theme-primary-90) !default;
469
- $df-color-logo-main-foreground: var(--#{$prefix}theme-primary-90) !default;
470
- $df-color-neutral-alt-active-background: var(--#{$prefix}theme-neutral-30) !default;
471
- $df-color-neutral-alt-active-foreground: var(--#{$prefix}theme-neutral-30) !default;
472
- $df-color-neutral-alt-activeHovered-background: var(--#{$prefix}theme-neutral-20) !default;
473
- $df-color-neutral-alt-activeHovered-foreground: var(--#{$prefix}theme-neutral-20) !default;
474
- $df-color-neutral-alt-activePressed-background: var(--#{$prefix}theme-neutral-30) !default;
475
- $df-color-neutral-alt-activePressed-foreground: var(--#{$prefix}theme-neutral-30) !default;
476
- $df-color-neutral-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
477
- $df-color-neutral-alt-default-border: var(--#{$prefix}theme-neutral-0) !default;
478
- $df-color-neutral-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
479
- $df-color-neutral-alt-hovered-background: var(--#{$prefix}theme-neutral-20) !default;
480
- $df-color-neutral-alt-hovered-foreground: var(--#{$prefix}theme-neutral-20) !default;
481
- $df-color-neutral-alt-pressed-background: var(--#{$prefix}theme-neutral-30) !default;
482
- $df-color-neutral-alt-pressed-foreground: var(--#{$prefix}theme-neutral-30) !default;
483
- $df-color-neutral-intense-background: var(--#{$prefix}theme-neutral-110) !default;
484
- $df-color-neutral-intense-foreground: var(--#{$prefix}theme-neutral-110) !default;
485
- $df-color-neutral-main-active-background: var(--#{$prefix}theme-neutral-110) !default;
486
- $df-color-neutral-main-active-border: var(--#{$prefix}theme-neutral-110) !default;
487
- $df-color-neutral-main-active-foreground: var(--#{$prefix}theme-neutral-110) !default;
488
- $df-color-neutral-main-activeHovered-background: var(--#{$prefix}theme-neutral-100) !default;
489
- $df-color-neutral-main-activeHovered-border: var(--#{$prefix}theme-neutral-100) !default;
490
- $df-color-neutral-main-activeHovered-foreground: var(--#{$prefix}theme-neutral-100) !default;
491
- $df-color-neutral-main-activePressed-background: var(--#{$prefix}theme-neutral-110) !default;
492
- $df-color-neutral-main-activePressed-border: var(--#{$prefix}theme-neutral-110) !default;
493
- $df-color-neutral-main-activePressed-foreground: var(--#{$prefix}theme-neutral-110) !default;
494
- $df-color-neutral-main-default-background: var(--#{$prefix}theme-neutral-100) !default;
495
- $df-color-neutral-main-default-border: var(--#{$prefix}theme-neutral-100) !default;
496
- $df-color-neutral-main-default-foreground: var(--#{$prefix}theme-neutral-100) !default;
497
- $df-color-neutral-main-hovered-background: var(--#{$prefix}theme-neutral-100) !default;
498
- $df-color-neutral-main-hovered-border: var(--#{$prefix}theme-neutral-100) !default;
499
- $df-color-neutral-main-hovered-foreground: var(--#{$prefix}theme-neutral-100) !default;
500
- $df-color-neutral-main-pressed-background: var(--#{$prefix}theme-neutral-110) !default;
501
- $df-color-neutral-main-pressed-border: var(--#{$prefix}theme-neutral-110) !default;
502
- $df-color-neutral-main-pressed-foreground: var(--#{$prefix}theme-neutral-110) !default;
503
- $df-color-neutral-soft-active-background: var(--#{$prefix}theme-neutral-70) !default;
504
- $df-color-neutral-soft-active-foreground: var(--#{$prefix}theme-neutral-110) !default;
505
- $df-color-neutral-soft-activeHovered-background: var(--#{$prefix}theme-neutral-60) !default;
506
- $df-color-neutral-soft-activeHovered-foreground: var(--#{$prefix}theme-neutral-110) !default;
507
- $df-color-neutral-soft-activePressed-background: var(--#{$prefix}theme-neutral-70) !default;
508
- $df-color-neutral-soft-activePressed-foreground: var(--#{$prefix}theme-neutral-110) !default;
509
- $df-color-neutral-soft-default-background: var(--#{$prefix}theme-neutral-40) !default;
510
- $df-color-neutral-soft-default-foreground: var(--#{$prefix}theme-neutral-110) !default;
511
- $df-color-neutral-soft-hovered-background: var(--#{$prefix}theme-neutral-60) !default;
512
- $df-color-neutral-soft-hovered-foreground: var(--#{$prefix}theme-neutral-110) !default;
513
- $df-color-neutral-soft-pressed-background: var(--#{$prefix}theme-neutral-70) !default;
514
- $df-color-neutral-soft-pressed-foreground: var(--#{$prefix}theme-neutral-110) !default;
515
- $df-color-primary-alt-active-background: var(--#{$prefix}theme-primary-30) !default;
516
- $df-color-primary-alt-activeHovered-background: var(--#{$prefix}theme-primary-20) !default;
517
- $df-color-primary-alt-activePressed-background: var(--#{$prefix}theme-primary-30) !default;
518
- $df-color-primary-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
519
- $df-color-primary-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
520
- $df-color-primary-alt-hovered-background: var(--#{$prefix}theme-primary-20) !default;
521
- $df-color-primary-alt-pressed-background: var(--#{$prefix}theme-primary-30) !default;
522
- $df-color-primary-intense-background: var(--#{$prefix}theme-neutral-100) !default;
523
- $df-color-primary-main-active-background: var(--#{$prefix}theme-primary-90) !default;
524
- $df-color-primary-main-active-border: var(--#{$prefix}theme-primary-90) !default;
525
- $df-color-primary-main-active-foreground: var(--#{$prefix}theme-primary-90) !default;
526
- $df-color-primary-main-activeHovered-background: var(--#{$prefix}theme-primary-80) !default;
527
- $df-color-primary-main-activeHovered-border: var(--#{$prefix}theme-primary-80) !default;
528
- $df-color-primary-main-activeHovered-foreground: var(--#{$prefix}theme-primary-80) !default;
529
- $df-color-primary-main-activePressed-background: var(--#{$prefix}theme-primary-90) !default;
530
- $df-color-primary-main-activePressed-border: var(--#{$prefix}theme-primary-90) !default;
531
- $df-color-primary-main-activePressed-foreground: var(--#{$prefix}theme-primary-90) !default;
532
- $df-color-primary-main-default-background: var(--#{$prefix}theme-primary-60) !default;
533
- $df-color-primary-main-default-border: var(--#{$prefix}theme-primary-60) !default;
534
- $df-color-primary-main-default-foreground: var(--#{$prefix}theme-primary-60) !default;
535
- $df-color-primary-main-hovered-background: var(--#{$prefix}theme-primary-80) !default;
536
- $df-color-primary-main-hovered-border: var(--#{$prefix}theme-primary-80) !default;
537
- $df-color-primary-main-hovered-foreground: var(--#{$prefix}theme-primary-80) !default;
538
- $df-color-primary-main-pressed-background: var(--#{$prefix}theme-primary-90) !default;
539
- $df-color-primary-main-pressed-border: var(--#{$prefix}theme-primary-90) !default;
540
- $df-color-primary-main-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
541
- $df-color-primary-soft-active-background: var(--#{$prefix}theme-primary-50) !default;
542
- $df-color-primary-soft-active-foreground: var(--#{$prefix}theme-primary-90) !default;
543
- $df-color-primary-soft-activeHovered-background: var(--#{$prefix}theme-primary-40) !default;
544
- $df-color-primary-soft-activeHovered-foreground: var(--#{$prefix}theme-primary-90) !default;
545
- $df-color-primary-soft-activePressed-background: var(--#{$prefix}theme-primary-50) !default;
546
- $df-color-primary-soft-activePressed-foreground: var(--#{$prefix}theme-primary-90) !default;
547
- $df-color-primary-soft-default-background: var(--#{$prefix}theme-primary-20) !default;
548
- $df-color-primary-soft-default-foreground: var(--#{$prefix}theme-primary-90) !default;
549
- $df-color-primary-soft-hovered-background: var(--#{$prefix}theme-primary-40) !default;
550
- $df-color-primary-soft-hovered-foreground: var(--#{$prefix}theme-primary-90) !default;
551
- $df-color-primary-soft-pressed-background: var(--#{$prefix}theme-primary-50) !default;
552
- $df-color-primary-soft-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
553
- $df-color-primary-subtle-background: var(--#{$prefix}theme-primary-10) !default;
554
- $df-color-separator-chromatic1-border: var(--#{$prefix}theme-chromatic1-30) !default;
555
- $df-color-separator-chromatic2-border: var(--#{$prefix}theme-chromatic2-30) !default;
556
- $df-color-separator-danger-border: var(--#{$prefix}theme-danger-30) !default;
557
- $df-color-separator-info-border: var(--#{$prefix}theme-info-30) !default;
558
- $df-color-separator-primary-border: var(--#{$prefix}theme-primary-30) !default;
559
- $df-color-separator-success-border: var(--#{$prefix}theme-success-30) !default;
560
- $df-color-separator-tip-border: var(--#{$prefix}theme-tip-30) !default;
561
- $df-color-separator-warning-border: var(--#{$prefix}theme-warning-30) !default;
562
- $df-color-spinner-border: var(--#{$prefix}theme-neutral-80) !default;
563
- $df-color-subtext-foreground: var(--#{$prefix}theme-neutral-80) !default;
564
- $df-color-success-alt-active-background: var(--#{$prefix}theme-success-30) !default;
565
- $df-color-success-alt-activeHovered-background: var(--#{$prefix}theme-success-20) !default;
566
- $df-color-success-alt-activePressed-background: var(--#{$prefix}theme-success-30) !default;
567
- $df-color-success-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
568
- $df-color-success-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
569
- $df-color-success-alt-hovered-background: var(--#{$prefix}theme-success-20) !default;
570
- $df-color-success-alt-pressed-background: var(--#{$prefix}theme-success-30) !default;
571
- $df-color-success-main-active-background: var(--#{$prefix}theme-success-90) !default;
572
- $df-color-success-main-active-border: var(--#{$prefix}theme-success-90) !default;
573
- $df-color-success-main-active-foreground: var(--#{$prefix}theme-success-90) !default;
574
- $df-color-success-main-activeHovered-background: var(--#{$prefix}theme-success-80) !default;
575
- $df-color-success-main-activeHovered-border: var(--#{$prefix}theme-success-80) !default;
576
- $df-color-success-main-activeHovered-foreground: var(--#{$prefix}theme-success-80) !default;
577
- $df-color-success-main-activePressed-background: var(--#{$prefix}theme-success-90) !default;
578
- $df-color-success-main-activePressed-border: var(--#{$prefix}theme-success-90) !default;
579
- $df-color-success-main-activePressed-foreground: var(--#{$prefix}theme-success-90) !default;
580
- $df-color-success-main-default-background: var(--#{$prefix}theme-success-70) !default;
581
- $df-color-success-main-default-border: var(--#{$prefix}theme-success-70) !default;
582
- $df-color-success-main-default-foreground: var(--#{$prefix}theme-success-70) !default;
583
- $df-color-success-main-hovered-background: var(--#{$prefix}theme-success-80) !default;
584
- $df-color-success-main-hovered-border: var(--#{$prefix}theme-success-80) !default;
585
- $df-color-success-main-hovered-foreground: var(--#{$prefix}theme-success-80) !default;
586
- $df-color-success-main-pressed-background: var(--#{$prefix}theme-success-90) !default;
587
- $df-color-success-main-pressed-border: var(--#{$prefix}theme-success-90) !default;
588
- $df-color-success-main-pressed-foreground: var(--#{$prefix}theme-success-90) !default;
589
- $df-color-success-soft-active-background: var(--#{$prefix}theme-success-50) !default;
590
- $df-color-success-soft-active-foreground: var(--#{$prefix}theme-success-90) !default;
591
- $df-color-success-soft-activeHovered-background: var(--#{$prefix}theme-success-40) !default;
592
- $df-color-success-soft-activeHovered-foreground: var(--#{$prefix}theme-success-90) !default;
593
- $df-color-success-soft-activePressed-background: var(--#{$prefix}theme-success-50) !default;
594
- $df-color-success-soft-activePressed-foreground: var(--#{$prefix}theme-success-90) !default;
595
- $df-color-success-soft-default-background: var(--#{$prefix}theme-success-20) !default;
596
- $df-color-success-soft-default-foreground: var(--#{$prefix}theme-success-90) !default;
597
- $df-color-success-soft-hovered-background: var(--#{$prefix}theme-success-40) !default;
598
- $df-color-success-soft-hovered-foreground: var(--#{$prefix}theme-success-90) !default;
599
- $df-color-success-soft-pressed-background: var(--#{$prefix}theme-success-50) !default;
600
- $df-color-success-soft-pressed-foreground: var(--#{$prefix}theme-success-90) !default;
601
- $df-color-success-subtle-background: var(--#{$prefix}theme-success-10) !default;
602
- $df-color-tip-alt-active-background: var(--#{$prefix}theme-tip-30) !default;
603
- $df-color-tip-alt-activeHovered-background: var(--#{$prefix}theme-tip-20) !default;
604
- $df-color-tip-alt-activePressed-background: var(--#{$prefix}theme-tip-30) !default;
605
- $df-color-tip-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
606
- $df-color-tip-alt-hovered-background: var(--#{$prefix}theme-tip-20) !default;
607
- $df-color-tip-alt-pressed-background: var(--#{$prefix}theme-tip-30) !default;
608
- $df-color-tip-main-active-background: var(--#{$prefix}theme-tip-90) !default;
609
- $df-color-tip-main-active-border: var(--#{$prefix}theme-tip-90) !default;
610
- $df-color-tip-main-active-foreground: var(--#{$prefix}theme-tip-90) !default;
611
- $df-color-tip-main-activeHovered-background: var(--#{$prefix}theme-tip-80) !default;
612
- $df-color-tip-main-activeHovered-border: var(--#{$prefix}theme-tip-80) !default;
613
- $df-color-tip-main-activeHovered-foreground: var(--#{$prefix}theme-tip-80) !default;
614
- $df-color-tip-main-activePressed-background: var(--#{$prefix}theme-tip-90) !default;
615
- $df-color-tip-main-activePressed-border: var(--#{$prefix}theme-tip-90) !default;
616
- $df-color-tip-main-activePressed-foreground: var(--#{$prefix}theme-tip-90) !default;
617
- $df-color-tip-main-default-background: var(--#{$prefix}theme-tip-60) !default;
618
- $df-color-tip-main-default-border: var(--#{$prefix}theme-tip-60) !default;
619
- $df-color-tip-main-default-foreground: var(--#{$prefix}theme-tip-60) !default;
620
- $df-color-tip-main-hovered-background: var(--#{$prefix}theme-tip-80) !default;
621
- $df-color-tip-main-hovered-border: var(--#{$prefix}theme-tip-80) !default;
622
- $df-color-tip-main-hovered-foreground: var(--#{$prefix}theme-tip-80) !default;
623
- $df-color-tip-main-pressed-background: var(--#{$prefix}theme-tip-90) !default;
624
- $df-color-tip-main-pressed-border: var(--#{$prefix}theme-tip-90) !default;
625
- $df-color-tip-main-pressed-foreground: var(--#{$prefix}theme-tip-90) !default;
626
- $df-color-tip-soft-active-background: var(--#{$prefix}theme-tip-50) !default;
627
- $df-color-tip-soft-active-foreground: var(--#{$prefix}theme-tip-90) !default;
628
- $df-color-tip-soft-activeHovered-background: var(--#{$prefix}theme-tip-40) !default;
629
- $df-color-tip-soft-activeHovered-foreground: var(--#{$prefix}theme-tip-90) !default;
630
- $df-color-tip-soft-activePressed-background: var(--#{$prefix}theme-tip-50) !default;
631
- $df-color-tip-soft-activePressed-foreground: var(--#{$prefix}theme-tip-90) !default;
632
- $df-color-tip-soft-default-background: var(--#{$prefix}theme-tip-20) !default;
633
- $df-color-tip-soft-default-foreground: var(--#{$prefix}theme-tip-90) !default;
634
- $df-color-tip-soft-hovered-background: var(--#{$prefix}theme-tip-40) !default;
635
- $df-color-tip-soft-hovered-foreground: var(--#{$prefix}theme-tip-90) !default;
636
- $df-color-tip-soft-pressed-background: var(--#{$prefix}theme-tip-50) !default;
637
- $df-color-tip-soft-pressed-foreground: var(--#{$prefix}theme-tip-90) !default;
638
- $df-color-tip-subtle-background: var(--#{$prefix}theme-tip-10) !default;
639
- $df-color-toggle-background: var(--#{$prefix}theme-neutral-100) !default;
640
- $df-color-toggle-border: var(--#{$prefix}theme-neutral-100) !default;
641
- $df-color-warning-alt-active-background: var(--#{$prefix}theme-warning-30) !default;
642
- $df-color-warning-alt-activeHovered-background: var(--#{$prefix}theme-warning-20) !default;
643
- $df-color-warning-alt-activePressed-background: var(--#{$prefix}theme-warning-30) !default;
644
- $df-color-warning-alt-default-background: var(--#{$prefix}theme-neutral-0) !default;
645
- $df-color-warning-alt-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
646
- $df-color-warning-alt-hovered-background: var(--#{$prefix}theme-warning-20) !default;
647
- $df-color-warning-alt-pressed-background: var(--#{$prefix}theme-warning-30) !default;
648
- $df-color-warning-main-active-background: var(--#{$prefix}theme-warning-90) !default;
649
- $df-color-warning-main-active-border: var(--#{$prefix}theme-warning-90) !default;
650
- $df-color-warning-main-active-foreground: var(--#{$prefix}theme-warning-90) !default;
651
- $df-color-warning-main-activeHovered-background: var(--#{$prefix}theme-warning-80) !default;
652
- $df-color-warning-main-activeHovered-border: var(--#{$prefix}theme-warning-80) !default;
653
- $df-color-warning-main-activeHovered-foreground: var(--#{$prefix}theme-warning-80) !default;
654
- $df-color-warning-main-activePressed-background: var(--#{$prefix}theme-warning-90) !default;
655
- $df-color-warning-main-activePressed-border: var(--#{$prefix}theme-warning-90) !default;
656
- $df-color-warning-main-activePressed-foreground: var(--#{$prefix}theme-warning-90) !default;
657
- $df-color-warning-main-default-background: var(--#{$prefix}theme-warning-60) !default;
658
- $df-color-warning-main-default-border: var(--#{$prefix}theme-warning-60) !default;
659
- $df-color-warning-main-default-foreground: var(--#{$prefix}theme-warning-70) !default;
660
- $df-color-warning-main-hovered-background: var(--#{$prefix}theme-warning-80) !default;
661
- $df-color-warning-main-hovered-border: var(--#{$prefix}theme-warning-80) !default;
662
- $df-color-warning-main-hovered-foreground: var(--#{$prefix}theme-warning-80) !default;
663
- $df-color-warning-main-pressed-background: var(--#{$prefix}theme-warning-90) !default;
664
- $df-color-warning-main-pressed-border: var(--#{$prefix}theme-warning-90) !default;
665
- $df-color-warning-main-pressed-foreground: var(--#{$prefix}theme-warning-90) !default;
666
- $df-color-warning-soft-active-background: var(--#{$prefix}theme-warning-50) !default;
667
- $df-color-warning-soft-active-foreground: var(--#{$prefix}theme-warning-90) !default;
668
- $df-color-warning-soft-activeHovered-background: var(--#{$prefix}theme-warning-40) !default;
669
- $df-color-warning-soft-activeHovered-foreground: var(--#{$prefix}theme-warning-90) !default;
670
- $df-color-warning-soft-activePressed-background: var(--#{$prefix}theme-warning-50) !default;
671
- $df-color-warning-soft-activePressed-foreground: var(--#{$prefix}theme-warning-90) !default;
672
- $df-color-warning-soft-default-background: var(--#{$prefix}theme-warning-20) !default;
673
- $df-color-warning-soft-default-foreground: var(--#{$prefix}theme-warning-90) !default;
674
- $df-color-warning-soft-hovered-background: var(--#{$prefix}theme-warning-40) !default;
675
- $df-color-warning-soft-hovered-foreground: var(--#{$prefix}theme-warning-90) !default;
676
- $df-color-warning-soft-pressed-background: var(--#{$prefix}theme-warning-50) !default;
677
- $df-color-warning-soft-pressed-foreground: var(--#{$prefix}theme-warning-90) !default;
678
- $df-color-warning-subtle-background: var(--#{$prefix}theme-warning-10) !default;
679
- $df-badge-outline-color-chromatic1-default-border: var(--#{$prefix}color-chromatic1-main-default-border) !default;
680
- $df-badge-outline-color-chromatic1-default-foreground: var(--#{$prefix}color-chromatic1-main-default-foreground) !default;
681
- $df-badge-outline-color-chromatic1-hovered-background: var(--#{$prefix}color-chromatic1-alt-hovered-background) !default;
682
- $df-badge-outline-color-chromatic1-hovered-border: var(--#{$prefix}color-chromatic1-main-hovered-border) !default;
683
- $df-badge-outline-color-chromatic1-hovered-foreground: var(--#{$prefix}color-chromatic1-main-hovered-foreground) !default;
684
- $df-badge-outline-color-chromatic1-pressed-background: var(--#{$prefix}color-chromatic1-alt-pressed-background) !default;
685
- $df-badge-outline-color-chromatic1-pressed-border: var(--#{$prefix}color-chromatic1-main-pressed-border) !default;
686
- $df-badge-outline-color-chromatic1-pressed-foreground: var(--#{$prefix}color-chromatic1-main-pressed-foreground) !default;
687
- $df-badge-outline-color-chromatic2-default-border: var(--#{$prefix}color-chromatic2-main-default-border) !default;
688
- $df-badge-outline-color-chromatic2-default-foreground: var(--#{$prefix}color-chromatic2-main-default-foreground) !default;
689
- $df-badge-outline-color-chromatic2-hovered-background: var(--#{$prefix}color-chromatic2-alt-hovered-background) !default;
690
- $df-badge-outline-color-chromatic2-hovered-border: var(--#{$prefix}color-chromatic2-main-hovered-border) !default;
691
- $df-badge-outline-color-chromatic2-hovered-foreground: var(--#{$prefix}color-chromatic2-main-hovered-foreground) !default;
692
- $df-badge-outline-color-chromatic2-pressed-background: var(--#{$prefix}color-chromatic2-alt-pressed-background) !default;
693
- $df-badge-outline-color-chromatic2-pressed-border: var(--#{$prefix}color-chromatic2-main-pressed-border) !default;
694
- $df-badge-outline-color-chromatic2-pressed-foreground: var(--#{$prefix}color-chromatic2-main-pressed-foreground) !default;
695
- $df-badge-outline-color-danger-default-border: var(--#{$prefix}color-danger-main-default-border) !default;
696
- $df-badge-outline-color-danger-default-foreground: var(--#{$prefix}color-danger-main-default-foreground) !default;
697
- $df-badge-outline-color-danger-hovered-background: var(--#{$prefix}color-danger-alt-hovered-background) !default;
698
- $df-badge-outline-color-danger-hovered-border: var(--#{$prefix}color-danger-main-hovered-border) !default;
699
- $df-badge-outline-color-danger-hovered-foreground: var(--#{$prefix}color-danger-main-hovered-foreground) !default;
700
- $df-badge-outline-color-danger-pressed-background: var(--#{$prefix}color-danger-alt-pressed-background) !default;
701
- $df-badge-outline-color-danger-pressed-border: var(--#{$prefix}color-danger-main-pressed-border) !default;
702
- $df-badge-outline-color-danger-pressed-foreground: var(--#{$prefix}color-danger-main-pressed-foreground) !default;
703
- $df-badge-outline-color-disabled-default-border: var(--#{$prefix}color-disabled-main-border) !default;
704
- $df-badge-outline-color-disabled-default-foreground: var(--#{$prefix}color-disabled-main-foreground) !default;
705
- $df-badge-outline-color-focus-alt-border: var(--#{$prefix}color-focus-alt-border) !default;
706
- $df-badge-outline-color-focus-main-border: var(--#{$prefix}color-focus-main-border) !default;
707
- $df-badge-outline-color-info-default-border: var(--#{$prefix}color-info-main-default-border) !default;
708
- $df-badge-outline-color-info-default-foreground: var(--#{$prefix}color-info-main-default-foreground) !default;
709
- $df-badge-outline-color-info-hovered-background: var(--#{$prefix}color-info-alt-hovered-background) !default;
710
- $df-badge-outline-color-info-hovered-border: var(--#{$prefix}color-info-main-hovered-border) !default;
711
- $df-badge-outline-color-info-hovered-foreground: var(--#{$prefix}color-info-main-hovered-foreground) !default;
712
- $df-badge-outline-color-info-pressed-background: var(--#{$prefix}color-info-alt-pressed-background) !default;
713
- $df-badge-outline-color-info-pressed-border: var(--#{$prefix}color-info-main-pressed-border) !default;
714
- $df-badge-outline-color-info-pressed-foreground: var(--#{$prefix}color-info-main-pressed-foreground) !default;
715
- $df-badge-outline-color-neutral-default-border: var(--#{$prefix}color-neutral-main-default-border) !default;
716
- $df-badge-outline-color-neutral-default-foreground: var(--#{$prefix}color-neutral-main-default-foreground) !default;
717
- $df-badge-outline-color-neutral-hovered-background: var(--#{$prefix}color-neutral-alt-hovered-background) !default;
718
- $df-badge-outline-color-neutral-hovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
719
- $df-badge-outline-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-main-hovered-foreground) !default;
720
- $df-badge-outline-color-neutral-pressed-background: var(--#{$prefix}color-neutral-alt-pressed-background) !default;
721
- $df-badge-outline-color-neutral-pressed-border: var(--#{$prefix}color-neutral-main-pressed-border) !default;
722
- $df-badge-outline-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-main-pressed-foreground) !default;
723
- $df-badge-outline-color-success-default-border: var(--#{$prefix}color-success-main-default-border) !default;
724
- $df-badge-outline-color-success-default-foreground: var(--#{$prefix}color-success-main-default-foreground) !default;
725
- $df-badge-outline-color-success-hovered-background: var(--#{$prefix}color-success-alt-hovered-background) !default;
726
- $df-badge-outline-color-success-hovered-border: var(--#{$prefix}color-success-main-hovered-border) !default;
727
- $df-badge-outline-color-success-hovered-foreground: var(--#{$prefix}color-success-main-hovered-foreground) !default;
728
- $df-badge-outline-color-success-pressed-background: var(--#{$prefix}color-success-alt-pressed-background) !default;
729
- $df-badge-outline-color-success-pressed-border: var(--#{$prefix}color-success-main-pressed-border) !default;
730
- $df-badge-outline-color-success-pressed-foreground: var(--#{$prefix}color-success-main-pressed-foreground) !default;
731
- $df-badge-outline-color-tip-default-border: var(--#{$prefix}color-tip-main-default-border) !default;
732
- $df-badge-outline-color-tip-default-foreground: var(--#{$prefix}color-tip-main-default-foreground) !default;
733
- $df-badge-outline-color-tip-hovered-background: var(--#{$prefix}color-tip-alt-hovered-background) !default;
734
- $df-badge-outline-color-tip-hovered-border: var(--#{$prefix}color-tip-main-hovered-border) !default;
735
- $df-badge-outline-color-tip-hovered-foreground: var(--#{$prefix}color-tip-main-hovered-foreground) !default;
736
- $df-badge-outline-color-tip-pressed-background: var(--#{$prefix}color-tip-alt-pressed-background) !default;
737
- $df-badge-outline-color-tip-pressed-border: var(--#{$prefix}color-tip-main-pressed-border) !default;
738
- $df-badge-outline-color-tip-pressed-foreground: var(--#{$prefix}color-tip-main-pressed-foreground) !default;
739
- $df-badge-outline-color-warning-default-border: var(--#{$prefix}color-warning-main-default-border) !default;
740
- $df-badge-outline-color-warning-default-foreground: var(--#{$prefix}color-warning-main-default-foreground) !default;
741
- $df-badge-outline-color-warning-hovered-background: var(--#{$prefix}color-warning-alt-hovered-background) !default;
742
- $df-badge-outline-color-warning-hovered-border: var(--#{$prefix}color-warning-main-hovered-border) !default;
743
- $df-badge-outline-color-warning-hovered-foreground: var(--#{$prefix}color-warning-main-hovered-foreground) !default;
744
- $df-badge-outline-color-warning-pressed-background: var(--#{$prefix}color-warning-alt-pressed-background) !default;
745
- $df-badge-outline-color-warning-pressed-border: var(--#{$prefix}color-warning-main-pressed-border) !default;
746
- $df-badge-outline-color-warning-pressed-foreground: var(--#{$prefix}color-warning-main-pressed-foreground) !default;
747
- $df-badge-soft-color-chromatic1-default-background: var(--#{$prefix}color-chromatic1-soft-default-background) !default;
748
- $df-badge-soft-color-chromatic1-default-border: var(--#{$prefix}theme-chromatic1-90) !default;
749
- $df-badge-soft-color-chromatic1-default-foreground: var(--#{$prefix}color-chromatic1-soft-default-foreground) !default;
750
- $df-badge-soft-color-chromatic1-hovered-background: var(--#{$prefix}color-chromatic1-soft-hovered-background) !default;
751
- $df-badge-soft-color-chromatic1-hovered-border: var(--#{$prefix}theme-chromatic1-90) !default;
752
- $df-badge-soft-color-chromatic1-hovered-foreground: var(--#{$prefix}color-chromatic1-soft-hovered-foreground) !default;
753
- $df-badge-soft-color-chromatic1-pressed-background: var(--#{$prefix}color-chromatic1-soft-pressed-background) !default;
754
- $df-badge-soft-color-chromatic1-pressed-border: var(--#{$prefix}theme-chromatic1-90) !default;
755
- $df-badge-soft-color-chromatic1-pressed-foreground: var(--#{$prefix}color-chromatic1-soft-pressed-foreground) !default;
756
- $df-badge-soft-color-chromatic2-default-background: var(--#{$prefix}color-chromatic2-soft-default-background) !default;
757
- $df-badge-soft-color-chromatic2-default-border: var(--#{$prefix}theme-chromatic2-90) !default;
758
- $df-badge-soft-color-chromatic2-default-foreground: var(--#{$prefix}color-chromatic2-soft-default-foreground) !default;
759
- $df-badge-soft-color-chromatic2-hovered-background: var(--#{$prefix}color-chromatic2-soft-hovered-background) !default;
760
- $df-badge-soft-color-chromatic2-hovered-border: var(--#{$prefix}theme-chromatic2-90) !default;
761
- $df-badge-soft-color-chromatic2-hovered-foreground: var(--#{$prefix}color-chromatic2-soft-hovered-foreground) !default;
762
- $df-badge-soft-color-chromatic2-pressed-background: var(--#{$prefix}color-chromatic2-soft-pressed-background) !default;
763
- $df-badge-soft-color-chromatic2-pressed-border: var(--#{$prefix}theme-chromatic2-90) !default;
764
- $df-badge-soft-color-chromatic2-pressed-foreground: var(--#{$prefix}color-chromatic2-soft-pressed-foreground) !default;
765
- $df-badge-soft-color-danger-default-background: var(--#{$prefix}color-danger-soft-default-background) !default;
766
- $df-badge-soft-color-danger-default-border: var(--#{$prefix}theme-danger-90) !default;
767
- $df-badge-soft-color-danger-default-foreground: var(--#{$prefix}color-danger-soft-default-foreground) !default;
768
- $df-badge-soft-color-danger-hovered-background: var(--#{$prefix}color-danger-soft-hovered-background) !default;
769
- $df-badge-soft-color-danger-hovered-border: var(--#{$prefix}theme-danger-90) !default;
770
- $df-badge-soft-color-danger-hovered-foreground: var(--#{$prefix}color-danger-soft-hovered-foreground) !default;
771
- $df-badge-soft-color-danger-pressed-background: var(--#{$prefix}color-danger-soft-pressed-background) !default;
772
- $df-badge-soft-color-danger-pressed-border: var(--#{$prefix}theme-danger-90) !default;
773
- $df-badge-soft-color-danger-pressed-foreground: var(--#{$prefix}color-danger-soft-pressed-foreground) !default;
774
- $df-badge-soft-color-disabled-default-background: var(--#{$prefix}color-disabled-alt-background) !default;
775
- $df-badge-soft-color-disabled-default-border: var(--#{$prefix}color-disabled-alt-border) !default;
776
- $df-badge-soft-color-disabled-default-foreground: var(--#{$prefix}color-disabled-alt-foreground) !default;
777
- $df-badge-soft-color-focus-alt-border: var(--#{$prefix}color-focus-alt-border) !default;
778
- $df-badge-soft-color-focus-main-border: var(--#{$prefix}color-focus-main-border) !default;
779
- $df-badge-soft-color-info-default-background: var(--#{$prefix}color-info-soft-default-background) !default;
780
- $df-badge-soft-color-info-default-border: var(--#{$prefix}theme-info-90) !default;
781
- $df-badge-soft-color-info-default-foreground: var(--#{$prefix}color-info-soft-default-foreground) !default;
782
- $df-badge-soft-color-info-hovered-background: var(--#{$prefix}color-info-soft-hovered-background) !default;
783
- $df-badge-soft-color-info-hovered-border: var(--#{$prefix}theme-info-90) !default;
784
- $df-badge-soft-color-info-hovered-foreground: var(--#{$prefix}color-info-soft-hovered-foreground) !default;
785
- $df-badge-soft-color-info-pressed-background: var(--#{$prefix}color-info-soft-pressed-background) !default;
786
- $df-badge-soft-color-info-pressed-border: var(--#{$prefix}theme-info-90) !default;
787
- $df-badge-soft-color-info-pressed-foreground: var(--#{$prefix}color-info-soft-pressed-foreground) !default;
788
- $df-badge-soft-color-neutral-default-background: var(--#{$prefix}color-neutral-soft-default-background) !default;
789
- $df-badge-soft-color-neutral-default-border: var(--#{$prefix}theme-neutral-110) !default;
790
- $df-badge-soft-color-neutral-default-foreground: var(--#{$prefix}color-neutral-soft-default-foreground) !default;
791
- $df-badge-soft-color-neutral-hovered-background: var(--#{$prefix}color-neutral-soft-hovered-background) !default;
792
- $df-badge-soft-color-neutral-hovered-border: var(--#{$prefix}theme-neutral-110) !default;
793
- $df-badge-soft-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-soft-hovered-foreground) !default;
794
- $df-badge-soft-color-neutral-pressed-background: var(--#{$prefix}color-neutral-soft-pressed-background) !default;
795
- $df-badge-soft-color-neutral-pressed-border: var(--#{$prefix}theme-neutral-110) !default;
796
- $df-badge-soft-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-soft-pressed-foreground) !default;
797
- $df-badge-soft-color-success-default-background: var(--#{$prefix}color-success-soft-default-background) !default;
798
- $df-badge-soft-color-success-default-border: var(--#{$prefix}theme-success-90) !default;
799
- $df-badge-soft-color-success-default-foreground: var(--#{$prefix}color-success-soft-default-foreground) !default;
800
- $df-badge-soft-color-success-hovered-background: var(--#{$prefix}color-success-soft-hovered-background) !default;
801
- $df-badge-soft-color-success-hovered-border: var(--#{$prefix}theme-success-90) !default;
802
- $df-badge-soft-color-success-hovered-foreground: var(--#{$prefix}color-success-soft-hovered-foreground) !default;
803
- $df-badge-soft-color-success-pressed-background: var(--#{$prefix}color-success-soft-pressed-background) !default;
804
- $df-badge-soft-color-success-pressed-border: var(--#{$prefix}theme-success-90) !default;
805
- $df-badge-soft-color-success-pressed-foreground: var(--#{$prefix}color-success-soft-pressed-foreground) !default;
806
- $df-badge-soft-color-tip-default-background: var(--#{$prefix}color-tip-soft-default-background) !default;
807
- $df-badge-soft-color-tip-default-border: var(--#{$prefix}theme-tip-90) !default;
808
- $df-badge-soft-color-tip-default-foreground: var(--#{$prefix}color-tip-soft-default-foreground) !default;
809
- $df-badge-soft-color-tip-hovered-background: var(--#{$prefix}color-tip-soft-hovered-background) !default;
810
- $df-badge-soft-color-tip-hovered-border: var(--#{$prefix}theme-tip-90) !default;
811
- $df-badge-soft-color-tip-hovered-foreground: var(--#{$prefix}color-tip-soft-hovered-foreground) !default;
812
- $df-badge-soft-color-tip-pressed-background: var(--#{$prefix}color-tip-soft-pressed-background) !default;
813
- $df-badge-soft-color-tip-pressed-border: var(--#{$prefix}theme-tip-90) !default;
814
- $df-badge-soft-color-tip-pressed-foreground: var(--#{$prefix}color-tip-soft-pressed-foreground) !default;
815
- $df-badge-soft-color-warning-default-background: var(--#{$prefix}color-warning-soft-default-background) !default;
816
- $df-badge-soft-color-warning-default-border: var(--#{$prefix}theme-warning-90) !default;
817
- $df-badge-soft-color-warning-default-foreground: var(--#{$prefix}color-warning-soft-default-foreground) !default;
818
- $df-badge-soft-color-warning-hovered-background: var(--#{$prefix}color-warning-soft-hovered-background) !default;
819
- $df-badge-soft-color-warning-hovered-border: var(--#{$prefix}theme-warning-90) !default;
820
- $df-badge-soft-color-warning-hovered-foreground: var(--#{$prefix}color-warning-soft-hovered-foreground) !default;
821
- $df-badge-soft-color-warning-pressed-background: var(--#{$prefix}color-warning-soft-pressed-background) !default;
822
- $df-badge-soft-color-warning-pressed-border: var(--#{$prefix}theme-warning-90) !default;
823
- $df-badge-soft-color-warning-pressed-foreground: var(--#{$prefix}color-warning-soft-pressed-foreground) !default;
824
- $df-badge-solid-color-chromatic1-default-background: var(--#{$prefix}color-chromatic1-main-default-background) !default;
825
- $df-badge-solid-color-chromatic1-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
826
- $df-badge-solid-color-chromatic1-hovered-background: var(--#{$prefix}color-chromatic1-main-hovered-background) !default;
827
- $df-badge-solid-color-chromatic1-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
828
- $df-badge-solid-color-chromatic1-pressed-background: var(--#{$prefix}color-chromatic1-main-pressed-background) !default;
829
- $df-badge-solid-color-chromatic1-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
830
- $df-badge-solid-color-chromatic2-default-background: var(--#{$prefix}color-chromatic2-main-default-background) !default;
831
- $df-badge-solid-color-chromatic2-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
832
- $df-badge-solid-color-chromatic2-hovered-background: var(--#{$prefix}color-chromatic2-main-hovered-background) !default;
833
- $df-badge-solid-color-chromatic2-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
834
- $df-badge-solid-color-chromatic2-pressed-background: var(--#{$prefix}color-chromatic2-main-pressed-background) !default;
835
- $df-badge-solid-color-chromatic2-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
836
- $df-badge-solid-color-danger-default-background: var(--#{$prefix}color-danger-main-default-background) !default;
837
- $df-badge-solid-color-danger-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
838
- $df-badge-solid-color-danger-hovered-background: var(--#{$prefix}color-danger-main-hovered-background) !default;
839
- $df-badge-solid-color-danger-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
840
- $df-badge-solid-color-danger-pressed-background: var(--#{$prefix}color-danger-main-pressed-background) !default;
841
- $df-badge-solid-color-danger-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
842
- $df-badge-solid-color-disabled-default-background: var(--#{$prefix}color-disabled-alt-background) !default;
843
- $df-badge-solid-color-disabled-default-foreground: var(--#{$prefix}color-disabled-alt-foreground) !default;
844
- $df-badge-solid-color-focus-alt-border: var(--#{$prefix}color-focus-alt-border) !default;
845
- $df-badge-solid-color-focus-main-border: var(--#{$prefix}color-focus-main-border) !default;
846
- $df-badge-solid-color-info-default-background: var(--#{$prefix}color-info-main-default-background) !default;
847
- $df-badge-solid-color-info-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
848
- $df-badge-solid-color-info-hovered-background: var(--#{$prefix}color-info-main-hovered-background) !default;
849
- $df-badge-solid-color-info-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
850
- $df-badge-solid-color-info-pressed-background: var(--#{$prefix}color-info-main-pressed-background) !default;
851
- $df-badge-solid-color-info-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
852
- $df-badge-solid-color-neutral-alt-default-background: var(--#{$prefix}color-neutral-alt-default-background) !default;
853
- $df-badge-solid-color-neutral-alt-default-foreground: var(--#{$prefix}color-inert-neutral-main-foreground) !default;
854
- $df-badge-solid-color-neutral-alt-hovered-background: var(--#{$prefix}color-neutral-alt-hovered-background) !default;
855
- $df-badge-solid-color-neutral-alt-hovered-foreground: var(--#{$prefix}color-inert-neutral-main-foreground) !default;
856
- $df-badge-solid-color-neutral-alt-pressed-background: var(--#{$prefix}color-neutral-alt-pressed-background) !default;
857
- $df-badge-solid-color-neutral-alt-pressed-foreground: var(--#{$prefix}color-inert-neutral-main-foreground) !default;
858
- $df-badge-solid-color-neutral-default-background: var(--#{$prefix}color-neutral-main-default-background) !default;
859
- $df-badge-solid-color-neutral-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
860
- $df-badge-solid-color-neutral-hovered-background: var(--#{$prefix}color-neutral-main-hovered-background) !default;
861
- $df-badge-solid-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
862
- $df-badge-solid-color-neutral-pressed-background: var(--#{$prefix}color-neutral-main-pressed-background) !default;
863
- $df-badge-solid-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
864
- $df-badge-solid-color-success-default-background: var(--#{$prefix}color-success-main-default-background) !default;
865
- $df-badge-solid-color-success-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
866
- $df-badge-solid-color-success-hovered-background: var(--#{$prefix}color-success-main-hovered-background) !default;
867
- $df-badge-solid-color-success-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
868
- $df-badge-solid-color-success-pressed-background: var(--#{$prefix}color-success-main-pressed-background) !default;
869
- $df-badge-solid-color-success-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
870
- $df-badge-solid-color-tip-default-background: var(--#{$prefix}color-tip-main-default-background) !default;
871
- $df-badge-solid-color-tip-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
872
- $df-badge-solid-color-tip-hovered-background: var(--#{$prefix}color-tip-main-hovered-background) !default;
873
- $df-badge-solid-color-tip-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
874
- $df-badge-solid-color-tip-pressed-background: var(--#{$prefix}color-tip-main-pressed-background) !default;
875
- $df-badge-solid-color-tip-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
876
- $df-badge-solid-color-warning-default-background: var(--#{$prefix}color-warning-main-default-background) !default;
877
- $df-badge-solid-color-warning-default-foreground: var(--#{$prefix}color-neutral-intense-foreground) !default;
878
- $df-badge-solid-color-warning-hovered-background: var(--#{$prefix}color-warning-main-hovered-background) !default;
879
- $df-badge-solid-color-warning-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
880
- $df-badge-solid-color-warning-pressed-background: var(--#{$prefix}color-warning-main-pressed-background) !default;
881
- $df-badge-solid-color-warning-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
882
- $df-button-borderRadius-focus-medium: var(--#{$prefix}borderRadius-focus-external-medium) !default;
883
- $df-button-borderRadius-focus-large: var(--#{$prefix}borderRadius-focus-external-large) !default;
884
- $df-button-borderRadius-focus-null: var(--#{$prefix}borderRadius-focus-external-null) !default;
885
- $df-button-borderRadius-focus-rounded: var(--#{$prefix}borderRadius-focus-external-rounded) !default;
886
- $df-button-borderRadius-focus-small: var(--#{$prefix}borderRadius-focus-external-small) !default;
887
- $df-button-borderRadius-main-small: var(--#{$prefix}borderRadius-main-small) !default;
888
- $df-button-borderRadius-main-medium: var(--#{$prefix}borderRadius-main-medium) !default;
889
- $df-button-borderRadius-main-large: var(--#{$prefix}borderRadius-main-large) !default;
890
- $df-button-borderRadius-main-null: var(--#{$prefix}borderRadius-main-null) !default;
891
- $df-button-borderRadius-main-rounded: var(--#{$prefix}borderRadius-main-rounded) !default;
892
- $df-button-outline-basic-color-danger-active-background: var(--#{$prefix}color-danger-alt-active-background) !default;
893
- $df-button-outline-basic-color-danger-active-border: var(--#{$prefix}color-danger-main-active-border) !default;
894
- $df-button-outline-basic-color-danger-active-foreground: var(--#{$prefix}color-danger-main-active-foreground) !default;
895
- $df-button-outline-basic-color-danger-activeHovered-background: var(--#{$prefix}color-danger-alt-activeHovered-background) !default;
896
- $df-button-outline-basic-color-danger-activeHovered-border: var(--#{$prefix}color-danger-main-activeHovered-border) !default;
897
- $df-button-outline-basic-color-danger-activeHovered-foreground: var(--#{$prefix}color-danger-main-activeHovered-foreground) !default;
898
- $df-button-outline-basic-color-danger-activePressed-background: var(--#{$prefix}color-danger-alt-activePressed-background) !default;
899
- $df-button-outline-basic-color-danger-activePressed-border: var(--#{$prefix}color-danger-main-activePressed-border) !default;
900
- $df-button-outline-basic-color-danger-activePressed-foreground: var(--#{$prefix}color-danger-main-activePressed-foreground) !default;
901
- $df-button-outline-basic-color-danger-default-background: var(--#{$prefix}color-danger-alt-default-background) !default;
902
- $df-button-outline-basic-color-danger-default-border: var(--#{$prefix}color-danger-main-default-border) !default;
903
- $df-button-outline-basic-color-danger-default-foreground: var(--#{$prefix}color-danger-main-default-foreground) !default;
904
- $df-button-outline-basic-color-danger-hovered-background: var(--#{$prefix}color-danger-alt-hovered-background) !default;
905
- $df-button-outline-basic-color-danger-hovered-border: var(--#{$prefix}color-danger-main-hovered-border) !default;
906
- $df-button-outline-basic-color-danger-hovered-foreground: var(--#{$prefix}color-danger-main-hovered-foreground) !default;
907
- $df-button-outline-basic-color-danger-pressed-background: var(--#{$prefix}color-danger-alt-pressed-background) !default;
908
- $df-button-outline-basic-color-danger-pressed-border: var(--#{$prefix}color-danger-main-pressed-border) !default;
909
- $df-button-outline-basic-color-danger-pressed-foreground: var(--#{$prefix}color-danger-main-pressed-foreground) !default;
910
- $df-button-outline-basic-color-disabled-background: var(--#{$prefix}color-disabled-main-background) !default;
911
- $df-button-outline-basic-color-disabled-border: var(--#{$prefix}color-disabled-main-border) !default;
912
- $df-button-outline-basic-color-disabled-foreground: var(--#{$prefix}color-disabled-main-foreground) !default;
913
- $df-button-outline-basic-color-neutral-active-background: var(--#{$prefix}color-neutral-alt-active-background) !default;
914
- $df-button-outline-basic-color-neutral-active-border: var(--#{$prefix}color-neutral-main-active-border) !default;
915
- $df-button-outline-basic-color-neutral-active-foreground: var(--#{$prefix}color-neutral-main-active-foreground) !default;
916
- $df-button-outline-basic-color-neutral-activeHovered-background: var(--#{$prefix}color-neutral-alt-activeHovered-background) !default;
917
- $df-button-outline-basic-color-neutral-activeHovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
918
- $df-button-outline-basic-color-neutral-activeHovered-foreground: var(--#{$prefix}color-neutral-main-activeHovered-foreground) !default;
919
- $df-button-outline-basic-color-neutral-activePressed-background: var(--#{$prefix}color-neutral-alt-activePressed-background) !default;
920
- $df-button-outline-basic-color-neutral-activePressed-border: var(--#{$prefix}color-neutral-main-active-border) !default;
921
- $df-button-outline-basic-color-neutral-activePressed-foreground: var(--#{$prefix}color-neutral-main-activePressed-foreground) !default;
922
- $df-button-outline-basic-color-neutral-default-background: var(--#{$prefix}color-neutral-alt-default-background) !default;
923
- $df-button-outline-basic-color-neutral-default-border: var(--#{$prefix}color-neutral-main-default-border) !default;
924
- $df-button-outline-basic-color-neutral-default-foreground: var(--#{$prefix}color-neutral-main-default-foreground) !default;
925
- $df-button-outline-basic-color-neutral-hovered-background: var(--#{$prefix}color-neutral-alt-hovered-background) !default;
926
- $df-button-outline-basic-color-neutral-hovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
927
- $df-button-outline-basic-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-main-hovered-foreground) !default;
928
- $df-button-outline-basic-color-neutral-pressed-background: var(--#{$prefix}color-neutral-alt-pressed-background) !default;
929
- $df-button-outline-basic-color-neutral-pressed-border: var(--#{$prefix}color-neutral-main-pressed-border) !default;
930
- $df-button-outline-basic-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-main-pressed-foreground) !default;
931
- $df-button-outline-basic-color-primary-active-background: var(--#{$prefix}color-primary-alt-active-background) !default;
932
- $df-button-outline-basic-color-primary-active-border: var(--#{$prefix}color-primary-main-active-border) !default;
933
- $df-button-outline-basic-color-primary-active-foreground: var(--#{$prefix}color-primary-main-active-foreground) !default;
934
- $df-button-outline-basic-color-primary-activeHovered-background: var(--#{$prefix}color-primary-alt-activeHovered-background) !default;
935
- $df-button-outline-basic-color-primary-activeHovered-border: var(--#{$prefix}color-primary-main-activeHovered-border) !default;
936
- $df-button-outline-basic-color-primary-activeHovered-foreground: var(--#{$prefix}color-primary-main-activeHovered-foreground) !default;
937
- $df-button-outline-basic-color-primary-activePressed-background: var(--#{$prefix}color-primary-alt-activePressed-background) !default;
938
- $df-button-outline-basic-color-primary-activePressed-border: var(--#{$prefix}color-primary-main-activePressed-border) !default;
939
- $df-button-outline-basic-color-primary-activePressed-foreground: var(--#{$prefix}color-primary-main-activePressed-foreground) !default;
940
- $df-button-outline-basic-color-primary-default-background: var(--#{$prefix}color-primary-alt-default-background) !default;
941
- $df-button-outline-basic-color-primary-default-border: var(--#{$prefix}color-primary-main-default-border) !default;
942
- $df-button-outline-basic-color-primary-default-foreground: var(--#{$prefix}color-primary-main-default-foreground) !default;
943
- $df-button-outline-basic-color-primary-hovered-background: var(--#{$prefix}color-primary-alt-hovered-background) !default;
944
- $df-button-outline-basic-color-primary-hovered-border: var(--#{$prefix}color-primary-main-hovered-border) !default;
945
- $df-button-outline-basic-color-primary-hovered-foreground: var(--#{$prefix}color-primary-main-hovered-foreground) !default;
946
- $df-button-outline-basic-color-primary-pressed-background: var(--#{$prefix}color-primary-alt-pressed-background) !default;
947
- $df-button-outline-basic-color-primary-pressed-border: var(--#{$prefix}color-primary-main-pressed-border) !default;
948
- $df-button-outline-basic-color-primary-pressed-foreground: var(--#{$prefix}color-primary-main-pressed-foreground) !default;
949
- $df-button-outline-mirror-color-danger-active-background: var(--#{$prefix}theme-danger-80) !default;
950
- $df-button-outline-mirror-color-danger-active-border: var(--#{$prefix}theme-danger-20) !default;
951
- $df-button-outline-mirror-color-danger-active-foreground: var(--#{$prefix}theme-danger-20) !default;
952
- $df-button-outline-mirror-color-danger-activeHovered-background: var(--#{$prefix}theme-danger-90) !default;
953
- $df-button-outline-mirror-color-danger-activeHovered-border: var(--#{$prefix}theme-danger-30) !default;
954
- $df-button-outline-mirror-color-danger-activeHovered-foreground: var(--#{$prefix}theme-danger-30) !default;
955
- $df-button-outline-mirror-color-danger-activePressed-background: var(--#{$prefix}theme-danger-80) !default;
956
- $df-button-outline-mirror-color-danger-activePressed-border: var(--#{$prefix}theme-danger-20) !default;
957
- $df-button-outline-mirror-color-danger-activePressed-foreground: var(--#{$prefix}theme-danger-20) !default;
958
- $df-button-outline-mirror-color-danger-default-background: var(--#{$prefix}theme-neutral-100) !default;
959
- $df-button-outline-mirror-color-danger-default-border: var(--#{$prefix}theme-danger-50) !default;
960
- $df-button-outline-mirror-color-danger-default-foreground: var(--#{$prefix}theme-danger-50) !default;
961
- $df-button-outline-mirror-color-danger-hovered-background: var(--#{$prefix}theme-danger-90) !default;
962
- $df-button-outline-mirror-color-danger-hovered-border: var(--#{$prefix}theme-danger-30) !default;
963
- $df-button-outline-mirror-color-danger-hovered-foreground: var(--#{$prefix}theme-danger-30) !default;
964
- $df-button-outline-mirror-color-danger-pressed-background: var(--#{$prefix}theme-danger-80) !default;
965
- $df-button-outline-mirror-color-danger-pressed-border: var(--#{$prefix}theme-danger-20) !default;
966
- $df-button-outline-mirror-color-danger-pressed-foreground: var(--#{$prefix}theme-danger-20) !default;
967
- $df-button-outline-mirror-color-disabled-background: var(--#{$prefix}theme-neutral-30) !default;
968
- $df-button-outline-mirror-color-disabled-border: var(--#{$prefix}theme-neutral-50) !default;
969
- $df-button-outline-mirror-color-disabled-foreground: var(--#{$prefix}theme-neutral-50) !default;
970
- $df-button-outline-mirror-color-neutral-active-background: var(--#{$prefix}theme-neutral-80) !default;
971
- $df-button-outline-mirror-color-neutral-active-border: var(--#{$prefix}theme-neutral-0) !default;
972
- $df-button-outline-mirror-color-neutral-active-foreground: var(--#{$prefix}theme-neutral-0) !default;
973
- $df-button-outline-mirror-color-neutral-activeHovered-background: var(--#{$prefix}theme-neutral-90) !default;
974
- $df-button-outline-mirror-color-neutral-activeHovered-border: var(--#{$prefix}theme-neutral-10) !default;
975
- $df-button-outline-mirror-color-neutral-activeHovered-foreground: var(--#{$prefix}theme-neutral-10) !default;
976
- $df-button-outline-mirror-color-neutral-activePressed-background: var(--#{$prefix}theme-neutral-80) !default;
977
- $df-button-outline-mirror-color-neutral-activePressed-border: var(--#{$prefix}theme-neutral-0) !default;
978
- $df-button-outline-mirror-color-neutral-activePressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
979
- $df-button-outline-mirror-color-neutral-default-background: var(--#{$prefix}theme-neutral-110) !default;
980
- $df-button-outline-mirror-color-neutral-default-border: var(--#{$prefix}theme-neutral-30) !default;
981
- $df-button-outline-mirror-color-neutral-default-foreground: var(--#{$prefix}theme-neutral-30) !default;
982
- $df-button-outline-mirror-color-neutral-hovered-background: var(--#{$prefix}theme-neutral-90) !default;
983
- $df-button-outline-mirror-color-neutral-hovered-border: var(--#{$prefix}theme-neutral-10) !default;
984
- $df-button-outline-mirror-color-neutral-hovered-foreground: var(--#{$prefix}theme-neutral-10) !default;
985
- $df-button-outline-mirror-color-neutral-pressed-background: var(--#{$prefix}theme-neutral-80) !default;
986
- $df-button-outline-mirror-color-neutral-pressed-border: var(--#{$prefix}theme-neutral-0) !default;
987
- $df-button-outline-mirror-color-neutral-pressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
988
- $df-button-outline-mirror-color-primary-active-background: var(--#{$prefix}theme-primary-80) !default;
989
- $df-button-outline-mirror-color-primary-active-border: var(--#{$prefix}theme-primary-20) !default;
990
- $df-button-outline-mirror-color-primary-active-foreground: var(--#{$prefix}theme-primary-20) !default;
991
- $df-button-outline-mirror-color-primary-activeHovered-background: var(--#{$prefix}theme-primary-90) !default;
992
- $df-button-outline-mirror-color-primary-activeHovered-border: var(--#{$prefix}theme-primary-30) !default;
993
- $df-button-outline-mirror-color-primary-activeHovered-foreground: var(--#{$prefix}theme-primary-30) !default;
994
- $df-button-outline-mirror-color-primary-activePressed-background: var(--#{$prefix}theme-primary-80) !default;
995
- $df-button-outline-mirror-color-primary-activePressed-border: var(--#{$prefix}theme-primary-20) !default;
996
- $df-button-outline-mirror-color-primary-activePressed-foreground: var(--#{$prefix}theme-primary-20) !default;
997
- $df-button-outline-mirror-color-primary-default-background: var(--#{$prefix}theme-neutral-100) !default;
998
- $df-button-outline-mirror-color-primary-default-border: var(--#{$prefix}theme-primary-50) !default;
999
- $df-button-outline-mirror-color-primary-default-foreground: var(--#{$prefix}theme-primary-50) !default;
1000
- $df-button-outline-mirror-color-primary-hovered-background: var(--#{$prefix}theme-primary-90) !default;
1001
- $df-button-outline-mirror-color-primary-hovered-border: var(--#{$prefix}theme-primary-30) !default;
1002
- $df-button-outline-mirror-color-primary-hovered-foreground: var(--#{$prefix}theme-primary-30) !default;
1003
- $df-button-outline-mirror-color-primary-pressed-background: var(--#{$prefix}theme-primary-80) !default;
1004
- $df-button-outline-mirror-color-primary-pressed-border: var(--#{$prefix}theme-primary-20) !default;
1005
- $df-button-outline-mirror-color-primary-pressed-foreground: var(--#{$prefix}theme-primary-20) !default;
1006
- $df-button-solid-basic-color-danger-active-background: var(--#{$prefix}color-danger-main-active-background) !default;
1007
- $df-button-solid-basic-color-danger-active-border: var(--#{$prefix}color-danger-main-active-border) !default;
1008
- $df-button-solid-basic-color-danger-active-foreground: var(--#{$prefix}color-danger-alt-default-foreground) !default;
1009
- $df-button-solid-basic-color-danger-activeHovered-background: var(--#{$prefix}color-danger-main-activeHovered-background) !default;
1010
- $df-button-solid-basic-color-danger-activeHovered-border: var(--#{$prefix}color-danger-main-activeHovered-border) !default;
1011
- $df-button-solid-basic-color-danger-activeHovered-foreground: var(--#{$prefix}color-danger-alt-default-foreground) !default;
1012
- $df-button-solid-basic-color-danger-activePressed-background: var(--#{$prefix}color-danger-main-activePressed-background) !default;
1013
- $df-button-solid-basic-color-danger-activePressed-border: var(--#{$prefix}color-danger-main-activePressed-border) !default;
1014
- $df-button-solid-basic-color-danger-activePressed-foreground: var(--#{$prefix}color-danger-alt-default-foreground) !default;
1015
- $df-button-solid-basic-color-danger-default-background: var(--#{$prefix}color-danger-main-default-background) !default;
1016
- $df-button-solid-basic-color-danger-default-border: var(--#{$prefix}color-danger-main-default-border) !default;
1017
- $df-button-solid-basic-color-danger-default-foreground: var(--#{$prefix}color-danger-alt-default-foreground) !default;
1018
- $df-button-solid-basic-color-danger-hovered-background: var(--#{$prefix}color-danger-main-hovered-background) !default;
1019
- $df-button-solid-basic-color-danger-hovered-border: var(--#{$prefix}color-danger-main-hovered-border) !default;
1020
- $df-button-solid-basic-color-danger-hovered-foreground: var(--#{$prefix}color-danger-alt-default-foreground) !default;
1021
- $df-button-solid-basic-color-danger-pressed-background: var(--#{$prefix}color-danger-main-pressed-background) !default;
1022
- $df-button-solid-basic-color-danger-pressed-border: var(--#{$prefix}color-danger-main-pressed-border) !default;
1023
- $df-button-solid-basic-color-danger-pressed-foreground: var(--#{$prefix}color-danger-alt-default-foreground) !default;
1024
- $df-button-solid-basic-color-disabled-background: var(--#{$prefix}color-disabled-alt-background) !default;
1025
- $df-button-solid-basic-color-disabled-foreground: var(--#{$prefix}color-disabled-alt-foreground) !default;
1026
- $df-button-solid-basic-color-neutral-active-background: var(--#{$prefix}color-neutral-main-active-background) !default;
1027
- $df-button-solid-basic-color-neutral-active-border: var(--#{$prefix}color-neutral-main-active-border) !default;
1028
- $df-button-solid-basic-color-neutral-active-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
1029
- $df-button-solid-basic-color-neutral-activeHovered-background: var(--#{$prefix}color-neutral-main-activeHovered-background) !default;
1030
- $df-button-solid-basic-color-neutral-activeHovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
1031
- $df-button-solid-basic-color-neutral-activeHovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
1032
- $df-button-solid-basic-color-neutral-activePressed-background: var(--#{$prefix}color-neutral-main-activePressed-background) !default;
1033
- $df-button-solid-basic-color-neutral-activePressed-border: var(--#{$prefix}color-neutral-main-active-border) !default;
1034
- $df-button-solid-basic-color-neutral-activePressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
1035
- $df-button-solid-basic-color-neutral-default-background: var(--#{$prefix}color-neutral-main-default-background) !default;
1036
- $df-button-solid-basic-color-neutral-default-border: var(--#{$prefix}color-neutral-main-default-border) !default;
1037
- $df-button-solid-basic-color-neutral-default-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
1038
- $df-button-solid-basic-color-neutral-hovered-background: var(--#{$prefix}color-neutral-main-hovered-background) !default;
1039
- $df-button-solid-basic-color-neutral-hovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
1040
- $df-button-solid-basic-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
1041
- $df-button-solid-basic-color-neutral-pressed-background: var(--#{$prefix}color-neutral-main-pressed-background) !default;
1042
- $df-button-solid-basic-color-neutral-pressed-border: var(--#{$prefix}color-neutral-main-pressed-border) !default;
1043
- $df-button-solid-basic-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-alt-default-foreground) !default;
1044
- $df-button-solid-basic-color-primary-active-background: var(--#{$prefix}color-primary-main-active-background) !default;
1045
- $df-button-solid-basic-color-primary-active-border: var(--#{$prefix}color-primary-main-active-border) !default;
1046
- $df-button-solid-basic-color-primary-active-foreground: var(--#{$prefix}color-primary-alt-default-foreground) !default;
1047
- $df-button-solid-basic-color-primary-activeHovered-background: var(--#{$prefix}color-primary-main-activeHovered-background) !default;
1048
- $df-button-solid-basic-color-primary-activeHovered-border: var(--#{$prefix}color-primary-main-activeHovered-border) !default;
1049
- $df-button-solid-basic-color-primary-activeHovered-foreground: var(--#{$prefix}color-primary-alt-default-foreground) !default;
1050
- $df-button-solid-basic-color-primary-activePressed-background: var(--#{$prefix}color-primary-main-activePressed-background) !default;
1051
- $df-button-solid-basic-color-primary-activePressed-border: var(--#{$prefix}color-primary-main-activePressed-border) !default;
1052
- $df-button-solid-basic-color-primary-activePressed-foreground: var(--#{$prefix}color-primary-alt-default-foreground) !default;
1053
- $df-button-solid-basic-color-primary-default-background: var(--#{$prefix}color-primary-main-default-background) !default;
1054
- $df-button-solid-basic-color-primary-default-border: var(--#{$prefix}color-primary-main-default-border) !default;
1055
- $df-button-solid-basic-color-primary-default-foreground: var(--#{$prefix}color-primary-alt-default-foreground) !default;
1056
- $df-button-solid-basic-color-primary-disabled-background: var(--#{$prefix}color-disabled-main-background) !default;
1057
- $df-button-solid-basic-color-primary-disabled-foreground: var(--#{$prefix}color-disabled-main-foreground) !default;
1058
- $df-button-solid-basic-color-primary-hovered-background: var(--#{$prefix}color-primary-main-hovered-background) !default;
1059
- $df-button-solid-basic-color-primary-hovered-border: var(--#{$prefix}color-primary-main-hovered-border) !default;
1060
- $df-button-solid-basic-color-primary-hovered-foreground: var(--#{$prefix}color-primary-alt-default-foreground) !default;
1061
- $df-button-solid-basic-color-primary-pressed-background: var(--#{$prefix}color-primary-main-pressed-background) !default;
1062
- $df-button-solid-basic-color-primary-pressed-border: var(--#{$prefix}color-primary-main-pressed-border) !default;
1063
- $df-button-solid-basic-color-primary-pressed-foreground: var(--#{$prefix}color-primary-alt-default-foreground) !default;
1064
- $df-button-solid-mirror-color-danger-active-background: var(--#{$prefix}theme-danger-20) !default;
1065
- $df-button-solid-mirror-color-danger-active-border: var(--#{$prefix}theme-danger-20) !default;
1066
- $df-button-solid-mirror-color-danger-active-foreground: var(--#{$prefix}theme-danger-90) !default;
1067
- $df-button-solid-mirror-color-danger-activeHovered-background: var(--#{$prefix}theme-danger-30) !default;
1068
- $df-button-solid-mirror-color-danger-activeHovered-border: var(--#{$prefix}theme-danger-30) !default;
1069
- $df-button-solid-mirror-color-danger-activeHovered-foreground: var(--#{$prefix}theme-danger-90) !default;
1070
- $df-button-solid-mirror-color-danger-activePressed-background: var(--#{$prefix}theme-danger-20) !default;
1071
- $df-button-solid-mirror-color-danger-activePressed-border: var(--#{$prefix}theme-danger-20) !default;
1072
- $df-button-solid-mirror-color-danger-activePressed-foreground: var(--#{$prefix}theme-danger-90) !default;
1073
- $df-button-solid-mirror-color-danger-default-background: var(--#{$prefix}theme-danger-50) !default;
1074
- $df-button-solid-mirror-color-danger-default-border: var(--#{$prefix}theme-danger-50) !default;
1075
- $df-button-solid-mirror-color-danger-default-foreground: var(--#{$prefix}theme-danger-90) !default;
1076
- $df-button-solid-mirror-color-danger-hovered-background: var(--#{$prefix}theme-danger-30) !default;
1077
- $df-button-solid-mirror-color-danger-hovered-border: var(--#{$prefix}theme-danger-30) !default;
1078
- $df-button-solid-mirror-color-danger-hovered-foreground: var(--#{$prefix}theme-danger-90) !default;
1079
- $df-button-solid-mirror-color-danger-pressed-background: var(--#{$prefix}theme-danger-20) !default;
1080
- $df-button-solid-mirror-color-danger-pressed-border: var(--#{$prefix}theme-danger-20) !default;
1081
- $df-button-solid-mirror-color-danger-pressed-foreground: var(--#{$prefix}theme-danger-90) !default;
1082
- $df-button-solid-mirror-color-disabled-background: var(--#{$prefix}theme-neutral-50) !default;
1083
- $df-button-solid-mirror-color-disabled-foreground: var(--#{$prefix}theme-neutral-30) !default;
1084
- $df-button-solid-mirror-color-neutral-active-background: var(--#{$prefix}theme-neutral-0) !default;
1085
- $df-button-solid-mirror-color-neutral-active-border: var(--#{$prefix}theme-neutral-0) !default;
1086
- $df-button-solid-mirror-color-neutral-active-foreground: var(--#{$prefix}theme-neutral-110) !default;
1087
- $df-button-solid-mirror-color-neutral-activeHovered-background: var(--#{$prefix}theme-neutral-10) !default;
1088
- $df-button-solid-mirror-color-neutral-activeHovered-border: var(--#{$prefix}theme-neutral-10) !default;
1089
- $df-button-solid-mirror-color-neutral-activeHovered-foreground: var(--#{$prefix}theme-neutral-110) !default;
1090
- $df-button-solid-mirror-color-neutral-activePressed-background: var(--#{$prefix}theme-neutral-0) !default;
1091
- $df-button-solid-mirror-color-neutral-activePressed-border: var(--#{$prefix}theme-neutral-0) !default;
1092
- $df-button-solid-mirror-color-neutral-activePressed-foreground: var(--#{$prefix}theme-neutral-110) !default;
1093
- $df-button-solid-mirror-color-neutral-default-background: var(--#{$prefix}theme-neutral-10) !default;
1094
- $df-button-solid-mirror-color-neutral-default-border: var(--#{$prefix}theme-neutral-10) !default;
1095
- $df-button-solid-mirror-color-neutral-default-foreground: var(--#{$prefix}theme-neutral-110) !default;
1096
- $df-button-solid-mirror-color-neutral-hovered-background: var(--#{$prefix}theme-neutral-10) !default;
1097
- $df-button-solid-mirror-color-neutral-hovered-border: var(--#{$prefix}theme-neutral-10) !default;
1098
- $df-button-solid-mirror-color-neutral-hovered-foreground: var(--#{$prefix}theme-neutral-110) !default;
1099
- $df-button-solid-mirror-color-neutral-pressed-background: var(--#{$prefix}theme-neutral-0) !default;
1100
- $df-button-solid-mirror-color-neutral-pressed-border: var(--#{$prefix}theme-neutral-0) !default;
1101
- $df-button-solid-mirror-color-neutral-pressed-foreground: var(--#{$prefix}theme-neutral-110) !default;
1102
- $df-button-solid-mirror-color-primary-active-background: var(--#{$prefix}theme-primary-20) !default;
1103
- $df-button-solid-mirror-color-primary-active-border: var(--#{$prefix}theme-primary-20) !default;
1104
- $df-button-solid-mirror-color-primary-active-foreground: var(--#{$prefix}theme-primary-90) !default;
1105
- $df-button-solid-mirror-color-primary-activeHovered-background: var(--#{$prefix}theme-primary-30) !default;
1106
- $df-button-solid-mirror-color-primary-activeHovered-border: var(--#{$prefix}theme-primary-30) !default;
1107
- $df-button-solid-mirror-color-primary-activeHovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1108
- $df-button-solid-mirror-color-primary-activePressed-background: var(--#{$prefix}theme-primary-20) !default;
1109
- $df-button-solid-mirror-color-primary-activePressed-border: var(--#{$prefix}theme-primary-20) !default;
1110
- $df-button-solid-mirror-color-primary-activePressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1111
- $df-button-solid-mirror-color-primary-default-background: var(--#{$prefix}theme-primary-50) !default;
1112
- $df-button-solid-mirror-color-primary-default-border: var(--#{$prefix}theme-primary-50) !default;
1113
- $df-button-solid-mirror-color-primary-default-foreground: var(--#{$prefix}theme-primary-90) !default;
1114
- $df-button-solid-mirror-color-primary-hovered-background: var(--#{$prefix}theme-primary-30) !default;
1115
- $df-button-solid-mirror-color-primary-hovered-border: var(--#{$prefix}theme-primary-30) !default;
1116
- $df-button-solid-mirror-color-primary-hovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1117
- $df-button-solid-mirror-color-primary-pressed-background: var(--#{$prefix}theme-primary-20) !default;
1118
- $df-button-solid-mirror-color-primary-pressed-border: var(--#{$prefix}theme-primary-20) !default;
1119
- $df-button-solid-mirror-color-primary-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1120
- $df-button-text-basic-color-danger-active-background: var(--#{$prefix}color-danger-alt-active-background) !default;
1121
- $df-button-text-basic-color-danger-active-border: var(--#{$prefix}color-danger-main-active-border) !default;
1122
- $df-button-text-basic-color-danger-active-foreground: var(--#{$prefix}color-danger-main-active-foreground) !default;
1123
- $df-button-text-basic-color-danger-activeHovered-background: var(--#{$prefix}color-danger-alt-activeHovered-background) !default;
1124
- $df-button-text-basic-color-danger-activeHovered-border: var(--#{$prefix}color-danger-main-pressed-border) !default;
1125
- $df-button-text-basic-color-danger-activeHovered-foreground: var(--#{$prefix}color-danger-main-activeHovered-foreground) !default;
1126
- $df-button-text-basic-color-danger-activePressed-background: var(--#{$prefix}color-danger-alt-activePressed-background) !default;
1127
- $df-button-text-basic-color-danger-activePressed-border: var(--#{$prefix}color-danger-main-activePressed-border) !default;
1128
- $df-button-text-basic-color-danger-activePressed-foreground: var(--#{$prefix}color-danger-main-activePressed-foreground) !default;
1129
- $df-button-text-basic-color-danger-default-background: var(--#{$prefix}color-danger-alt-default-background) !default;
1130
- $df-button-text-basic-color-danger-default-border: var(--#{$prefix}color-danger-main-default-border) !default;
1131
- $df-button-text-basic-color-danger-default-foreground: var(--#{$prefix}color-danger-main-default-foreground) !default;
1132
- $df-button-text-basic-color-danger-hovered-background: var(--#{$prefix}color-danger-alt-hovered-background) !default;
1133
- $df-button-text-basic-color-danger-hovered-border: var(--#{$prefix}color-danger-main-hovered-border) !default;
1134
- $df-button-text-basic-color-danger-hovered-foreground: var(--#{$prefix}color-danger-main-hovered-foreground) !default;
1135
- $df-button-text-basic-color-danger-pressed-background: var(--#{$prefix}color-danger-alt-pressed-background) !default;
1136
- $df-button-text-basic-color-danger-pressed-border: var(--#{$prefix}color-danger-main-pressed-border) !default;
1137
- $df-button-text-basic-color-danger-pressed-foreground: var(--#{$prefix}color-danger-main-pressed-foreground) !default;
1138
- $df-button-text-basic-color-disabled-background: var(--#{$prefix}color-neutral-alt-default-background) !default;
1139
- $df-button-text-basic-color-disabled-foreground: var(--#{$prefix}color-disabled-main-foreground) !default;
1140
- $df-button-text-basic-color-neutral-active-background: var(--#{$prefix}color-neutral-alt-active-background) !default;
1141
- $df-button-text-basic-color-neutral-active-border: var(--#{$prefix}color-neutral-main-active-border) !default;
1142
- $df-button-text-basic-color-neutral-active-foreground: var(--#{$prefix}color-neutral-main-active-foreground) !default;
1143
- $df-button-text-basic-color-neutral-activeHovered-background: var(--#{$prefix}color-neutral-alt-activeHovered-background) !default;
1144
- $df-button-text-basic-color-neutral-activeHovered-border: var(--#{$prefix}color-neutral-main-activeHovered-border) !default;
1145
- $df-button-text-basic-color-neutral-activeHovered-foreground: var(--#{$prefix}color-neutral-main-activeHovered-foreground) !default;
1146
- $df-button-text-basic-color-neutral-activePressed-background: var(--#{$prefix}color-neutral-alt-activePressed-background) !default;
1147
- $df-button-text-basic-color-neutral-activePressed-border: var(--#{$prefix}color-neutral-main-activePressed-border) !default;
1148
- $df-button-text-basic-color-neutral-activePressed-foreground: var(--#{$prefix}color-neutral-main-activePressed-foreground) !default;
1149
- $df-button-text-basic-color-neutral-default-background: var(--#{$prefix}color-neutral-alt-default-background) !default;
1150
- $df-button-text-basic-color-neutral-default-border: var(--#{$prefix}color-neutral-main-default-border) !default;
1151
- $df-button-text-basic-color-neutral-default-foreground: var(--#{$prefix}color-neutral-main-default-foreground) !default;
1152
- $df-button-text-basic-color-neutral-hovered-background: var(--#{$prefix}color-neutral-alt-hovered-background) !default;
1153
- $df-button-text-basic-color-neutral-hovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
1154
- $df-button-text-basic-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-main-hovered-foreground) !default;
1155
- $df-button-text-basic-color-neutral-pressed-background: var(--#{$prefix}color-neutral-alt-pressed-background) !default;
1156
- $df-button-text-basic-color-neutral-pressed-border: var(--#{$prefix}color-neutral-main-pressed-border) !default;
1157
- $df-button-text-basic-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-main-pressed-foreground) !default;
1158
- $df-button-text-basic-color-primary-active-background: var(--#{$prefix}color-primary-alt-active-background) !default;
1159
- $df-button-text-basic-color-primary-active-border: var(--#{$prefix}color-primary-main-active-border) !default;
1160
- $df-button-text-basic-color-primary-active-foreground: var(--#{$prefix}color-primary-main-active-foreground) !default;
1161
- $df-button-text-basic-color-primary-activeHovered-background: var(--#{$prefix}color-primary-alt-activeHovered-background) !default;
1162
- $df-button-text-basic-color-primary-activeHovered-border: var(--#{$prefix}color-primary-main-activeHovered-border) !default;
1163
- $df-button-text-basic-color-primary-activeHovered-foreground: var(--#{$prefix}color-primary-main-activeHovered-foreground) !default;
1164
- $df-button-text-basic-color-primary-activePressed-background: var(--#{$prefix}color-primary-alt-activePressed-background) !default;
1165
- $df-button-text-basic-color-primary-activePressed-border: var(--#{$prefix}color-primary-main-activePressed-border) !default;
1166
- $df-button-text-basic-color-primary-activePressed-foreground: var(--#{$prefix}color-primary-main-activePressed-foreground) !default;
1167
- $df-button-text-basic-color-primary-default-background: var(--#{$prefix}color-primary-alt-default-background) !default;
1168
- $df-button-text-basic-color-primary-default-border: var(--#{$prefix}color-primary-main-default-border) !default;
1169
- $df-button-text-basic-color-primary-default-foreground: var(--#{$prefix}color-primary-main-default-foreground) !default;
1170
- $df-button-text-basic-color-primary-hovered-background: var(--#{$prefix}color-primary-alt-hovered-background) !default;
1171
- $df-button-text-basic-color-primary-hovered-border: var(--#{$prefix}color-primary-main-hovered-border) !default;
1172
- $df-button-text-basic-color-primary-hovered-foreground: var(--#{$prefix}color-primary-main-hovered-foreground) !default;
1173
- $df-button-text-basic-color-primary-pressed-background: var(--#{$prefix}color-primary-alt-pressed-background) !default;
1174
- $df-button-text-basic-color-primary-pressed-border: var(--#{$prefix}color-primary-main-pressed-border) !default;
1175
- $df-button-text-basic-color-primary-pressed-foreground: var(--#{$prefix}color-primary-main-pressed-foreground) !default;
1176
- $df-button-text-mirror-color-danger-active-background: var(--#{$prefix}theme-danger-80) !default;
1177
- $df-button-text-mirror-color-danger-active-border: var(--#{$prefix}theme-danger-20) !default;
1178
- $df-button-text-mirror-color-danger-active-foreground: var(--#{$prefix}theme-danger-20) !default;
1179
- $df-button-text-mirror-color-danger-activeHovered-background: var(--#{$prefix}theme-danger-90) !default;
1180
- $df-button-text-mirror-color-danger-activeHovered-border: var(--#{$prefix}theme-danger-30) !default;
1181
- $df-button-text-mirror-color-danger-activeHovered-foreground: var(--#{$prefix}theme-danger-30) !default;
1182
- $df-button-text-mirror-color-danger-activePressed-background: var(--#{$prefix}theme-danger-80) !default;
1183
- $df-button-text-mirror-color-danger-activePressed-border: var(--#{$prefix}theme-danger-20) !default;
1184
- $df-button-text-mirror-color-danger-activePressed-foreground: var(--#{$prefix}theme-danger-20) !default;
1185
- $df-button-text-mirror-color-danger-default-background: var(--#{$prefix}theme-neutral-100) !default;
1186
- $df-button-text-mirror-color-danger-default-border: var(--#{$prefix}theme-danger-50) !default;
1187
- $df-button-text-mirror-color-danger-default-foreground: var(--#{$prefix}theme-danger-50) !default;
1188
- $df-button-text-mirror-color-danger-hovered-background: var(--#{$prefix}theme-danger-90) !default;
1189
- $df-button-text-mirror-color-danger-hovered-border: var(--#{$prefix}theme-danger-30) !default;
1190
- $df-button-text-mirror-color-danger-hovered-foreground: var(--#{$prefix}theme-danger-30) !default;
1191
- $df-button-text-mirror-color-danger-pressed-background: var(--#{$prefix}theme-danger-80) !default;
1192
- $df-button-text-mirror-color-danger-pressed-border: var(--#{$prefix}theme-danger-20) !default;
1193
- $df-button-text-mirror-color-danger-pressed-foreground: var(--#{$prefix}theme-danger-20) !default;
1194
- $df-button-text-mirror-color-disabled-background: var(--#{$prefix}theme-neutral-100) !default;
1195
- $df-button-text-mirror-color-disabled-border: var(--#{$prefix}theme-neutral-50) !default;
1196
- $df-button-text-mirror-color-disabled-foreground: var(--#{$prefix}theme-neutral-50) !default;
1197
- $df-button-text-mirror-color-neutral-active-background: var(--#{$prefix}theme-neutral-80) !default;
1198
- $df-button-text-mirror-color-neutral-active-border: var(--#{$prefix}theme-neutral-0) !default;
1199
- $df-button-text-mirror-color-neutral-active-foreground: var(--#{$prefix}theme-neutral-0) !default;
1200
- $df-button-text-mirror-color-neutral-activeHovered-background: var(--#{$prefix}theme-neutral-90) !default;
1201
- $df-button-text-mirror-color-neutral-activeHovered-border: var(--#{$prefix}theme-neutral-10) !default;
1202
- $df-button-text-mirror-color-neutral-activeHovered-foreground: var(--#{$prefix}theme-neutral-10) !default;
1203
- $df-button-text-mirror-color-neutral-activePressed-background: var(--#{$prefix}theme-neutral-80) !default;
1204
- $df-button-text-mirror-color-neutral-activePressed-border: var(--#{$prefix}theme-neutral-0) !default;
1205
- $df-button-text-mirror-color-neutral-activePressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1206
- $df-button-text-mirror-color-neutral-default-background: var(--#{$prefix}theme-neutral-100) !default;
1207
- $df-button-text-mirror-color-neutral-default-border: var(--#{$prefix}theme-neutral-30) !default;
1208
- $df-button-text-mirror-color-neutral-default-foreground: var(--#{$prefix}theme-neutral-30) !default;
1209
- $df-button-text-mirror-color-neutral-hovered-background: var(--#{$prefix}theme-neutral-90) !default;
1210
- $df-button-text-mirror-color-neutral-hovered-border: var(--#{$prefix}theme-neutral-10) !default;
1211
- $df-button-text-mirror-color-neutral-hovered-foreground: var(--#{$prefix}theme-neutral-10) !default;
1212
- $df-button-text-mirror-color-neutral-pressed-background: var(--#{$prefix}theme-neutral-80) !default;
1213
- $df-button-text-mirror-color-neutral-pressed-border: var(--#{$prefix}theme-neutral-0) !default;
1214
- $df-button-text-mirror-color-neutral-pressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1215
- $df-button-text-mirror-color-primary-active-background: var(--#{$prefix}theme-primary-80) !default;
1216
- $df-button-text-mirror-color-primary-active-border: var(--#{$prefix}theme-primary-20) !default;
1217
- $df-button-text-mirror-color-primary-active-foreground: var(--#{$prefix}theme-primary-20) !default;
1218
- $df-button-text-mirror-color-primary-activeHovered-background: var(--#{$prefix}theme-primary-90) !default;
1219
- $df-button-text-mirror-color-primary-activeHovered-border: var(--#{$prefix}theme-primary-30) !default;
1220
- $df-button-text-mirror-color-primary-activeHovered-foreground: var(--#{$prefix}theme-primary-30) !default;
1221
- $df-button-text-mirror-color-primary-activePressed-background: var(--#{$prefix}theme-primary-80) !default;
1222
- $df-button-text-mirror-color-primary-activePressed-border: var(--#{$prefix}theme-primary-20) !default;
1223
- $df-button-text-mirror-color-primary-activePressed-foreground: var(--#{$prefix}theme-primary-20) !default;
1224
- $df-button-text-mirror-color-primary-default-background: var(--#{$prefix}theme-neutral-100) !default;
1225
- $df-button-text-mirror-color-primary-default-border: var(--#{$prefix}theme-primary-50) !default;
1226
- $df-button-text-mirror-color-primary-default-foreground: var(--#{$prefix}theme-primary-50) !default;
1227
- $df-button-text-mirror-color-primary-hovered-background: var(--#{$prefix}theme-primary-90) !default;
1228
- $df-button-text-mirror-color-primary-hovered-border: var(--#{$prefix}theme-primary-30) !default;
1229
- $df-button-text-mirror-color-primary-hovered-foreground: var(--#{$prefix}theme-primary-30) !default;
1230
- $df-button-text-mirror-color-primary-pressed-background: var(--#{$prefix}theme-primary-80) !default;
1231
- $df-button-text-mirror-color-primary-pressed-border: var(--#{$prefix}theme-primary-20) !default;
1232
- $df-button-text-mirror-color-primary-pressed-foreground: var(--#{$prefix}theme-primary-20) !default;
1233
- $df-footer-color-inert-neutral-background: var(--#{$prefix}color-inert-neutral-main-background) !default;
1234
- $df-footer-color-inert-neutral-border: var(--#{$prefix}color-inert-neutral-main-border) !default;
1235
- $df-footer-color-inert-neutral-foreground: var(--#{$prefix}color-inert-neutral-main-foreground) !default;
1236
- $df-footer-color-link-primary-default-border: var(--#{$prefix}link-color-primary-default-border) !default;
1237
- $df-footer-color-link-primary-default-foreground: var(--#{$prefix}link-color-primary-default-foreground) !default;
1238
- $df-footer-color-link-primary-hovered-background: var(--#{$prefix}link-color-primary-hovered-background) !default;
1239
- $df-footer-color-link-primary-hovered-border: var(--#{$prefix}link-color-primary-hovered-border) !default;
1240
- $df-footer-color-link-primary-hovered-foreground: var(--#{$prefix}link-color-primary-hovered-foreground) !default;
1241
- $df-footer-color-link-primary-pressed-background: var(--#{$prefix}link-color-primary-pressed-background) !default;
1242
- $df-footer-color-link-primary-pressed-border: var(--#{$prefix}link-color-primary-pressed-border) !default;
1243
- $df-footer-color-link-primary-pressed-foreground: var(--#{$prefix}link-color-primary-pressed-foreground) !default;
1244
- $df-footer-color-link-visited-default-foreground: var(--#{$prefix}link-color-visited-default-foreground) !default;
1245
- $df-footer-color-link-visited-hovered-background: var(--#{$prefix}link-color-visited-hovered-background) !default;
1246
- $df-footer-color-link-visited-hovered-foreground: var(--#{$prefix}link-color-visited-hovered-foreground) !default;
1247
- $df-footer-color-link-visited-pressed-background: var(--#{$prefix}link-color-visited-pressed-background) !default;
1248
- $df-footer-color-link-visited-pressed-foreground: var(--#{$prefix}link-color-visited-pressed-foreground) !default;
1249
- $df-footer-color-logo-foreground: var(--#{$prefix}color-logo-main-foreground) !default;
1250
- $df-link-color-disabled-foreground: var(--#{$prefix}color-disabled-main-foreground) !default;
1251
- $df-link-color-neutral-default-border: var(--#{$prefix}color-neutral-main-default-border) !default;
1252
- $df-link-color-neutral-default-foreground: var(--#{$prefix}color-neutral-main-default-foreground) !default;
1253
- $df-link-color-neutral-hovered-background: var(--#{$prefix}color-neutral-alt-hovered-background) !default;
1254
- $df-link-color-neutral-hovered-border: var(--#{$prefix}color-neutral-main-hovered-border) !default;
1255
- $df-link-color-neutral-hovered-foreground: var(--#{$prefix}color-neutral-main-hovered-foreground) !default;
1256
- $df-link-color-neutral-pressed-background: var(--#{$prefix}color-neutral-alt-pressed-background) !default;
1257
- $df-link-color-neutral-pressed-border: var(--#{$prefix}color-neutral-main-pressed-border) !default;
1258
- $df-link-color-neutral-pressed-foreground: var(--#{$prefix}color-neutral-main-pressed-foreground) !default;
1259
- $df-link-color-primary-default-border: var(--#{$prefix}color-primary-main-default-border) !default;
1260
- $df-link-color-primary-default-foreground: var(--#{$prefix}color-primary-main-default-foreground) !default;
1261
- $df-link-color-primary-hovered-background: var(--#{$prefix}color-primary-alt-hovered-background) !default;
1262
- $df-link-color-primary-hovered-border: var(--#{$prefix}color-primary-main-hovered-border) !default;
1263
- $df-link-color-primary-hovered-foreground: var(--#{$prefix}color-primary-main-hovered-foreground) !default;
1264
- $df-link-color-primary-pressed-background: var(--#{$prefix}color-primary-alt-active-background) !default;
1265
- $df-link-color-primary-pressed-border: var(--#{$prefix}color-primary-main-pressed-border) !default;
1266
- $df-link-color-primary-pressed-foreground: var(--#{$prefix}color-primary-main-pressed-foreground) !default;
1267
- $df-link-color-visited-default-foreground: var(--#{$prefix}color-tip-main-default-foreground) !default;
1268
- $df-link-color-visited-hovered-background: var(--#{$prefix}color-tip-alt-hovered-background) !default;
1269
- $df-link-color-visited-hovered-foreground: var(--#{$prefix}color-tip-main-hovered-foreground) !default;
1270
- $df-link-color-visited-pressed-background: var(--#{$prefix}color-tip-alt-pressed-background) !default;
1271
- $df-link-color-visited-pressed-foreground: var(--#{$prefix}color-tip-main-pressed-foreground) !default;
1272
- $df-navbar-color-alt-active-border: var(--#{$prefix}theme-primary-90) !default;
1273
- $df-navbar-color-alt-active-foreground: var(--#{$prefix}theme-primary-90) !default;
1274
- $df-navbar-color-alt-activeHovered-background: var(--#{$prefix}theme-primary-20) !default;
1275
- $df-navbar-color-alt-activeHovered-border: var(--#{$prefix}theme-primary-90) !default;
1276
- $df-navbar-color-alt-activeHovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1277
- $df-navbar-color-alt-activePressed-border: var(--#{$prefix}theme-primary-90) !default;
1278
- $df-navbar-color-alt-activePressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1279
- $df-navbar-color-alt-default-border: var(--#{$prefix}theme-primary-90) !default;
1280
- $df-navbar-color-alt-default-foreground: var(--#{$prefix}theme-primary-90) !default;
1281
- $df-navbar-color-alt-hovered-background: var(--#{$prefix}theme-primary-20) !default;
1282
- $df-navbar-color-alt-hovered-border: var(--#{$prefix}theme-primary-90) !default;
1283
- $df-navbar-color-alt-hovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1284
- $df-navbar-color-alt-pressed-background: var(--#{$prefix}theme-primary-30) !default;
1285
- $df-navbar-color-alt-pressed-border: var(--#{$prefix}theme-primary-90) !default;
1286
- $df-navbar-color-alt-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1287
- $df-navbar-color-disabled-alt-border: var(--#{$prefix}color-disabled-main-foreground) !default;
1288
- $df-navbar-color-disabled-alt-foreground: var(--#{$prefix}color-disabled-main-foreground) !default;
1289
- $df-navbar-color-disabled-main-border: var(--#{$prefix}color-disabled-alt-foreground) !default;
1290
- $df-navbar-color-disabled-main-foreground: var(--#{$prefix}color-disabled-alt-foreground) !default;
1291
- $df-navbar-color-dropdown-alt-active-background: var(--#{$prefix}theme-primary-30) !default;
1292
- $df-navbar-color-dropdown-alt-active-border: var(--#{$prefix}theme-primary-90) !default;
1293
- $df-navbar-color-dropdown-alt-active-foreground: var(--#{$prefix}theme-primary-90) !default;
1294
- $df-navbar-color-dropdown-alt-activeHovered-background: var(--#{$prefix}theme-primary-20) !default;
1295
- $df-navbar-color-dropdown-alt-activeHovered-border: var(--#{$prefix}theme-primary-90) !default;
1296
- $df-navbar-color-dropdown-alt-activeHovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1297
- $df-navbar-color-dropdown-alt-activePressed-background: var(--#{$prefix}theme-primary-30) !default;
1298
- $df-navbar-color-dropdown-alt-activePressed-border: var(--#{$prefix}theme-primary-90) !default;
1299
- $df-navbar-color-dropdown-alt-activePressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1300
- $df-navbar-color-dropdown-alt-default-border: var(--#{$prefix}theme-primary-90) !default;
1301
- $df-navbar-color-dropdown-alt-default-foreground: var(--#{$prefix}theme-primary-90) !default;
1302
- $df-navbar-color-dropdown-alt-hovered-background: var(--#{$prefix}theme-primary-20) !default;
1303
- $df-navbar-color-dropdown-alt-hovered-border: var(--#{$prefix}theme-primary-90) !default;
1304
- $df-navbar-color-dropdown-alt-hovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1305
- $df-navbar-color-dropdown-alt-pressed-background: var(--#{$prefix}theme-primary-30) !default;
1306
- $df-navbar-color-dropdown-alt-pressed-border: var(--#{$prefix}theme-primary-90) !default;
1307
- $df-navbar-color-dropdown-alt-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1308
- $df-navbar-color-dropdown-main-active-background: var(--#{$prefix}theme-primary-60) !default;
1309
- $df-navbar-color-dropdown-main-active-border: var(--#{$prefix}theme-neutral-0) !default;
1310
- $df-navbar-color-dropdown-main-active-foreground: var(--#{$prefix}theme-neutral-0) !default;
1311
- $df-navbar-color-dropdown-main-activeHovered-background: var(--#{$prefix}theme-primary-70) !default;
1312
- $df-navbar-color-dropdown-main-activeHovered-border: var(--#{$prefix}theme-neutral-0) !default;
1313
- $df-navbar-color-dropdown-main-activeHovered-foreground: var(--#{$prefix}theme-neutral-0) !default;
1314
- $df-navbar-color-dropdown-main-activePressed-background: var(--#{$prefix}theme-primary-60) !default;
1315
- $df-navbar-color-dropdown-main-activePressed-border: var(--#{$prefix}theme-neutral-0) !default;
1316
- $df-navbar-color-dropdown-main-activePressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1317
- $df-navbar-color-dropdown-main-default-border: var(--#{$prefix}theme-neutral-0) !default;
1318
- $df-navbar-color-dropdown-main-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
1319
- $df-navbar-color-dropdown-main-hovered-background: var(--#{$prefix}theme-primary-70) !default;
1320
- $df-navbar-color-dropdown-main-hovered-border: var(--#{$prefix}theme-neutral-0) !default;
1321
- $df-navbar-color-dropdown-main-hovered-foreground: var(--#{$prefix}theme-neutral-0) !default;
1322
- $df-navbar-color-dropdown-main-pressed-background: var(--#{$prefix}theme-primary-60) !default;
1323
- $df-navbar-color-dropdown-main-pressed-border: var(--#{$prefix}theme-neutral-0) !default;
1324
- $df-navbar-color-dropdown-main-pressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1325
- $df-navbar-color-inert-alt-background: var(--#{$prefix}theme-neutral-0) !default;
1326
- $df-navbar-color-inert-alt-foreground: var(--#{$prefix}theme-primary-90) !default;
1327
- $df-navbar-color-inert-main-background: var(--#{$prefix}theme-primary-90) !default;
1328
- $df-navbar-color-inert-main-foreground: var(--#{$prefix}theme-neutral-0) !default;
1329
- $df-navbar-color-inert-subtext-foreground: var(--#{$prefix}color-subtext-foreground) !default;
1330
- $df-navbar-color-main-active-border: var(--#{$prefix}theme-neutral-0) !default;
1331
- $df-navbar-color-main-active-foreground: var(--#{$prefix}theme-neutral-0) !default;
1332
- $df-navbar-color-main-activeHovered-background: var(--#{$prefix}theme-primary-70) !default;
1333
- $df-navbar-color-main-activeHovered-border: var(--#{$prefix}theme-neutral-0) !default;
1334
- $df-navbar-color-main-activeHovered-foreground: var(--#{$prefix}theme-neutral-0) !default;
1335
- $df-navbar-color-main-activePressed-border: var(--#{$prefix}theme-neutral-0) !default;
1336
- $df-navbar-color-main-activePressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1337
- $df-navbar-color-main-default-border: var(--#{$prefix}theme-neutral-0) !default;
1338
- $df-navbar-color-main-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
1339
- $df-navbar-color-main-hovered-background: var(--#{$prefix}theme-primary-70) !default;
1340
- $df-navbar-color-main-hovered-border: var(--#{$prefix}theme-neutral-0) !default;
1341
- $df-navbar-color-main-hovered-foreground: var(--#{$prefix}theme-neutral-0) !default;
1342
- $df-navbar-color-main-pressed-background: var(--#{$prefix}theme-primary-60) !default;
1343
- $df-navbar-color-main-pressed-border: var(--#{$prefix}theme-neutral-0) !default;
1344
- $df-navbar-color-main-pressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1345
- $df-navbar-color-productName-alt-default-border: var(--#{$prefix}theme-primary-90) !default;
1346
- $df-navbar-color-productName-alt-default-foreground: var(--#{$prefix}theme-primary-90) !default;
1347
- $df-navbar-color-productName-alt-hovered-background: var(--#{$prefix}theme-primary-20) !default;
1348
- $df-navbar-color-productName-alt-hovered-border: var(--#{$prefix}theme-primary-90) !default;
1349
- $df-navbar-color-productName-alt-hovered-foreground: var(--#{$prefix}theme-primary-90) !default;
1350
- $df-navbar-color-productName-alt-pressed-background: var(--#{$prefix}theme-primary-30) !default;
1351
- $df-navbar-color-productName-alt-pressed-border: var(--#{$prefix}theme-primary-90) !default;
1352
- $df-navbar-color-productName-alt-pressed-foreground: var(--#{$prefix}theme-primary-90) !default;
1353
- $df-navbar-color-productName-main-default-border: var(--#{$prefix}theme-neutral-0) !default;
1354
- $df-navbar-color-productName-main-default-foreground: var(--#{$prefix}theme-neutral-0) !default;
1355
- $df-navbar-color-productName-main-hovered-background: var(--#{$prefix}theme-primary-70) !default;
1356
- $df-navbar-color-productName-main-hovered-border: var(--#{$prefix}theme-neutral-0) !default;
1357
- $df-navbar-color-productName-main-hovered-foreground: var(--#{$prefix}theme-neutral-0) !default;
1358
- $df-navbar-color-productName-main-pressed-background: var(--#{$prefix}theme-primary-60) !default;
1359
- $df-navbar-color-productName-main-pressed-border: var(--#{$prefix}theme-neutral-0) !default;
1360
- $df-navbar-color-productName-main-pressed-foreground: var(--#{$prefix}theme-neutral-0) !default;
1361
- :root {
1362
- --#{$prefix}borderRadius-focus-external-medium: #{$df-borderRadius-focus-external-medium};
1363
- --#{$prefix}borderRadius-focus-external-large: #{$df-borderRadius-focus-external-large};
1364
- --#{$prefix}borderRadius-focus-external-null: #{$df-borderRadius-focus-external-null};
1365
- --#{$prefix}borderRadius-focus-external-rounded: #{$df-borderRadius-focus-external-rounded};
1366
- --#{$prefix}borderRadius-focus-external-small: #{$df-borderRadius-focus-external-small};
1367
- --#{$prefix}borderRadius-focus-internal-medium: #{$df-borderRadius-focus-internal-medium};
1368
- --#{$prefix}borderRadius-focus-internal-large: #{$df-borderRadius-focus-internal-large};
1369
- --#{$prefix}borderRadius-focus-internal-null: #{$df-borderRadius-focus-internal-null};
1370
- --#{$prefix}borderRadius-focus-internal-rounded: #{$df-borderRadius-focus-internal-rounded};
1371
- --#{$prefix}borderRadius-focus-internal-small: #{$df-borderRadius-focus-internal-small};
1372
- --#{$prefix}borderRadius-main-small: #{$df-borderRadius-main-small};
1373
- --#{$prefix}borderRadius-main-medium: #{$df-borderRadius-main-medium};
1374
- --#{$prefix}borderRadius-main-large: #{$df-borderRadius-main-large};
1375
- --#{$prefix}borderRadius-main-null: #{$df-borderRadius-main-null};
1376
- --#{$prefix}borderRadius-main-rounded: #{$df-borderRadius-main-rounded};
1377
- --#{$prefix}colorPalette-canary-10: #{$df-colorPalette-canary-10};
1378
- --#{$prefix}colorPalette-canary-20: #{$df-colorPalette-canary-20};
1379
- --#{$prefix}colorPalette-canary-30: #{$df-colorPalette-canary-30};
1380
- --#{$prefix}colorPalette-canary-40: #{$df-colorPalette-canary-40};
1381
- --#{$prefix}colorPalette-canary-50: #{$df-colorPalette-canary-50};
1382
- --#{$prefix}colorPalette-canary-60: #{$df-colorPalette-canary-60};
1383
- --#{$prefix}colorPalette-canary-70: #{$df-colorPalette-canary-70};
1384
- --#{$prefix}colorPalette-canary-80: #{$df-colorPalette-canary-80};
1385
- --#{$prefix}colorPalette-canary-90: #{$df-colorPalette-canary-90};
1386
- --#{$prefix}colorPalette-canary-100: #{$df-colorPalette-canary-100};
1387
- --#{$prefix}colorPalette-cloud-0: #{$df-colorPalette-cloud-0};
1388
- --#{$prefix}colorPalette-cloud-10: #{$df-colorPalette-cloud-10};
1389
- --#{$prefix}colorPalette-cloud-20: #{$df-colorPalette-cloud-20};
1390
- --#{$prefix}colorPalette-cloud-30: #{$df-colorPalette-cloud-30};
1391
- --#{$prefix}colorPalette-cloud-40: #{$df-colorPalette-cloud-40};
1392
- --#{$prefix}colorPalette-cloud-50: #{$df-colorPalette-cloud-50};
1393
- --#{$prefix}colorPalette-cloud-60: #{$df-colorPalette-cloud-60};
1394
- --#{$prefix}colorPalette-cloud-70: #{$df-colorPalette-cloud-70};
1395
- --#{$prefix}colorPalette-cloud-80: #{$df-colorPalette-cloud-80};
1396
- --#{$prefix}colorPalette-cloud-90: #{$df-colorPalette-cloud-90};
1397
- --#{$prefix}colorPalette-cloud-100: #{$df-colorPalette-cloud-100};
1398
- --#{$prefix}colorPalette-cloud-110: #{$df-colorPalette-cloud-110};
1399
- --#{$prefix}colorPalette-crimson-10: #{$df-colorPalette-crimson-10};
1400
- --#{$prefix}colorPalette-crimson-20: #{$df-colorPalette-crimson-20};
1401
- --#{$prefix}colorPalette-crimson-30: #{$df-colorPalette-crimson-30};
1402
- --#{$prefix}colorPalette-crimson-40: #{$df-colorPalette-crimson-40};
1403
- --#{$prefix}colorPalette-crimson-50: #{$df-colorPalette-crimson-50};
1404
- --#{$prefix}colorPalette-crimson-60: #{$df-colorPalette-crimson-60};
1405
- --#{$prefix}colorPalette-crimson-70: #{$df-colorPalette-crimson-70};
1406
- --#{$prefix}colorPalette-crimson-80: #{$df-colorPalette-crimson-80};
1407
- --#{$prefix}colorPalette-crimson-90: #{$df-colorPalette-crimson-90};
1408
- --#{$prefix}colorPalette-crimson-100: #{$df-colorPalette-crimson-100};
1409
- --#{$prefix}colorPalette-forest-10: #{$df-colorPalette-forest-10};
1410
- --#{$prefix}colorPalette-forest-20: #{$df-colorPalette-forest-20};
1411
- --#{$prefix}colorPalette-forest-30: #{$df-colorPalette-forest-30};
1412
- --#{$prefix}colorPalette-forest-40: #{$df-colorPalette-forest-40};
1413
- --#{$prefix}colorPalette-forest-50: #{$df-colorPalette-forest-50};
1414
- --#{$prefix}colorPalette-forest-60: #{$df-colorPalette-forest-60};
1415
- --#{$prefix}colorPalette-forest-70: #{$df-colorPalette-forest-70};
1416
- --#{$prefix}colorPalette-forest-80: #{$df-colorPalette-forest-80};
1417
- --#{$prefix}colorPalette-forest-90: #{$df-colorPalette-forest-90};
1418
- --#{$prefix}colorPalette-forest-100: #{$df-colorPalette-forest-100};
1419
- --#{$prefix}colorPalette-fuchsia-10: #{$df-colorPalette-fuchsia-10};
1420
- --#{$prefix}colorPalette-fuchsia-20: #{$df-colorPalette-fuchsia-20};
1421
- --#{$prefix}colorPalette-fuchsia-30: #{$df-colorPalette-fuchsia-30};
1422
- --#{$prefix}colorPalette-fuchsia-40: #{$df-colorPalette-fuchsia-40};
1423
- --#{$prefix}colorPalette-fuchsia-50: #{$df-colorPalette-fuchsia-50};
1424
- --#{$prefix}colorPalette-fuchsia-60: #{$df-colorPalette-fuchsia-60};
1425
- --#{$prefix}colorPalette-fuchsia-70: #{$df-colorPalette-fuchsia-70};
1426
- --#{$prefix}colorPalette-fuchsia-80: #{$df-colorPalette-fuchsia-80};
1427
- --#{$prefix}colorPalette-fuchsia-90: #{$df-colorPalette-fuchsia-90};
1428
- --#{$prefix}colorPalette-fuchsia-100: #{$df-colorPalette-fuchsia-100};
1429
- --#{$prefix}colorPalette-pumpkin-10: #{$df-colorPalette-pumpkin-10};
1430
- --#{$prefix}colorPalette-pumpkin-20: #{$df-colorPalette-pumpkin-20};
1431
- --#{$prefix}colorPalette-pumpkin-30: #{$df-colorPalette-pumpkin-30};
1432
- --#{$prefix}colorPalette-pumpkin-40: #{$df-colorPalette-pumpkin-40};
1433
- --#{$prefix}colorPalette-pumpkin-50: #{$df-colorPalette-pumpkin-50};
1434
- --#{$prefix}colorPalette-pumpkin-60: #{$df-colorPalette-pumpkin-60};
1435
- --#{$prefix}colorPalette-pumpkin-70: #{$df-colorPalette-pumpkin-70};
1436
- --#{$prefix}colorPalette-pumpkin-80: #{$df-colorPalette-pumpkin-80};
1437
- --#{$prefix}colorPalette-pumpkin-90: #{$df-colorPalette-pumpkin-90};
1438
- --#{$prefix}colorPalette-pumpkin-100: #{$df-colorPalette-pumpkin-100};
1439
- --#{$prefix}colorPalette-sky-10: #{$df-colorPalette-sky-10};
1440
- --#{$prefix}colorPalette-sky-20: #{$df-colorPalette-sky-20};
1441
- --#{$prefix}colorPalette-sky-30: #{$df-colorPalette-sky-30};
1442
- --#{$prefix}colorPalette-sky-40: #{$df-colorPalette-sky-40};
1443
- --#{$prefix}colorPalette-sky-50: #{$df-colorPalette-sky-50};
1444
- --#{$prefix}colorPalette-sky-60: #{$df-colorPalette-sky-60};
1445
- --#{$prefix}colorPalette-sky-70: #{$df-colorPalette-sky-70};
1446
- --#{$prefix}colorPalette-sky-80: #{$df-colorPalette-sky-80};
1447
- --#{$prefix}colorPalette-sky-90: #{$df-colorPalette-sky-90};
1448
- --#{$prefix}colorPalette-sky-100: #{$df-colorPalette-sky-100};
1449
- --#{$prefix}colorPalette-violet-10: #{$df-colorPalette-violet-10};
1450
- --#{$prefix}colorPalette-violet-20: #{$df-colorPalette-violet-20};
1451
- --#{$prefix}colorPalette-violet-30: #{$df-colorPalette-violet-30};
1452
- --#{$prefix}colorPalette-violet-40: #{$df-colorPalette-violet-40};
1453
- --#{$prefix}colorPalette-violet-50: #{$df-colorPalette-violet-50};
1454
- --#{$prefix}colorPalette-violet-60: #{$df-colorPalette-violet-60};
1455
- --#{$prefix}colorPalette-violet-70: #{$df-colorPalette-violet-70};
1456
- --#{$prefix}colorPalette-violet-80: #{$df-colorPalette-violet-80};
1457
- --#{$prefix}colorPalette-violet-90: #{$df-colorPalette-violet-90};
1458
- --#{$prefix}colorPalette-violet-100: #{$df-colorPalette-violet-100};
1459
- --#{$prefix}icons-font-family: #{$df-icons-font-family};
1460
- --#{$prefix}icons-sizing-default: #{$df-icons-sizing-default};
1461
- --#{$prefix}icons-sizing-small: #{$df-icons-sizing-small};
1462
- --#{$prefix}icons-sizing-large: #{$df-icons-sizing-large};
1463
- --#{$prefix}icons-sizing-2xsmall: #{$df-icons-sizing-2xsmall};
1464
- --#{$prefix}icons-sizing-2xlarge: #{$df-icons-sizing-2xlarge};
1465
- --#{$prefix}icons-sizing-3xlarge: #{$df-icons-sizing-3xlarge};
1466
- --#{$prefix}icons-sizing-4xlarge: #{$df-icons-sizing-4xlarge};
1467
- --#{$prefix}icons-weight-light: #{$df-icons-weight-light};
1468
- --#{$prefix}icons-weight-regular: #{$df-icons-weight-regular};
1469
- --#{$prefix}icons-weight-solid: #{$df-icons-weight-solid};
1470
- --#{$prefix}spacing-0: #{$df-spacing-0};
1471
- --#{$prefix}spacing-1: #{$df-spacing-1};
1472
- --#{$prefix}spacing-2: #{$df-spacing-2};
1473
- --#{$prefix}spacing-3: #{$df-spacing-3};
1474
- --#{$prefix}spacing-4: #{$df-spacing-4};
1475
- --#{$prefix}spacing-5: #{$df-spacing-5};
1476
- --#{$prefix}spacing-6: #{$df-spacing-6};
1477
- --#{$prefix}spacing-7: #{$df-spacing-7};
1478
- --#{$prefix}spacing-8: #{$df-spacing-8};
1479
- --#{$prefix}spacing-9: #{$df-spacing-9};
1480
- --#{$prefix}spacing-10: #{$df-spacing-10};
1481
- --#{$prefix}spacing-11: #{$df-spacing-11};
1482
- --#{$prefix}spacing-12: #{$df-spacing-12};
1483
- --#{$prefix}typo-font-primaryFamily: #{$df-typo-font-primaryFamily};
1484
- --#{$prefix}typo-font-secondaryFamily: #{$df-typo-font-secondaryFamily};
1485
- --#{$prefix}typo-letterSpacing-xtraCondensed: #{$df-typo-letterSpacing-xtraCondensed};
1486
- --#{$prefix}typo-letterSpacing-condensed: #{$df-typo-letterSpacing-condensed};
1487
- --#{$prefix}typo-letterSpacing-normal: #{$df-typo-letterSpacing-normal};
1488
- --#{$prefix}typo-letterSpacing-spaced: #{$df-typo-letterSpacing-spaced};
1489
- --#{$prefix}typo-letterSpacing-xtraSpaced: #{$df-typo-letterSpacing-xtraSpaced};
1490
- --#{$prefix}typo-sizing-default: #{$df-typo-sizing-default};
1491
- --#{$prefix}typo-sizing-small: #{$df-typo-sizing-small};
1492
- --#{$prefix}typo-sizing-large: #{$df-typo-sizing-large};
1493
- --#{$prefix}typo-sizing-2xlarge: #{$df-typo-sizing-2xlarge};
1494
- --#{$prefix}typo-sizing-3xlarge: #{$df-typo-sizing-3xlarge};
1495
- --#{$prefix}typo-sizing-4xlarge: #{$df-typo-sizing-4xlarge};
1496
- --#{$prefix}typo-sizing-5xlarge: #{$df-typo-sizing-5xlarge};
1497
- --#{$prefix}typo-sizing-6xlarge: #{$df-typo-sizing-6xlarge};
1498
- --#{$prefix}typo-sizing-7xlarge: #{$df-typo-sizing-7xlarge};
1499
- --#{$prefix}typo-sizing-8xlarge: #{$df-typo-sizing-8xlarge};
1500
- --#{$prefix}typo-sizing-9xlarge: #{$df-typo-sizing-9xlarge};
1501
- --#{$prefix}typo-sizing-xsmall: #{$df-typo-sizing-xsmall};
1502
- --#{$prefix}typo-style-italic: #{$df-typo-style-italic};
1503
- --#{$prefix}typo-weight-light: #{$df-typo-weight-light};
1504
- --#{$prefix}typo-weight-regular: #{$df-typo-weight-regular};
1505
- --#{$prefix}typo-weight-medium: #{$df-typo-weight-medium};
1506
- --#{$prefix}typo-weight-bold: #{$df-typo-weight-bold};
1507
- --#{$prefix}theme-accent-10: #{$df-theme-accent-10};
1508
- --#{$prefix}theme-accent-20: #{$df-theme-accent-20};
1509
- --#{$prefix}theme-accent-30: #{$df-theme-accent-30};
1510
- --#{$prefix}theme-accent-40: #{$df-theme-accent-40};
1511
- --#{$prefix}theme-accent-50: #{$df-theme-accent-50};
1512
- --#{$prefix}theme-accent-60: #{$df-theme-accent-60};
1513
- --#{$prefix}theme-accent-70: #{$df-theme-accent-70};
1514
- --#{$prefix}theme-accent-80: #{$df-theme-accent-80};
1515
- --#{$prefix}theme-accent-90: #{$df-theme-accent-90};
1516
- --#{$prefix}theme-accent-100: #{$df-theme-accent-100};
1517
- --#{$prefix}theme-chromatic1-10: #{$df-theme-chromatic1-10};
1518
- --#{$prefix}theme-chromatic1-20: #{$df-theme-chromatic1-20};
1519
- --#{$prefix}theme-chromatic1-30: #{$df-theme-chromatic1-30};
1520
- --#{$prefix}theme-chromatic1-40: #{$df-theme-chromatic1-40};
1521
- --#{$prefix}theme-chromatic1-50: #{$df-theme-chromatic1-50};
1522
- --#{$prefix}theme-chromatic1-60: #{$df-theme-chromatic1-60};
1523
- --#{$prefix}theme-chromatic1-70: #{$df-theme-chromatic1-70};
1524
- --#{$prefix}theme-chromatic1-80: #{$df-theme-chromatic1-80};
1525
- --#{$prefix}theme-chromatic1-90: #{$df-theme-chromatic1-90};
1526
- --#{$prefix}theme-chromatic1-100: #{$df-theme-chromatic1-100};
1527
- --#{$prefix}theme-chromatic2-10: #{$df-theme-chromatic2-10};
1528
- --#{$prefix}theme-chromatic2-20: #{$df-theme-chromatic2-20};
1529
- --#{$prefix}theme-chromatic2-30: #{$df-theme-chromatic2-30};
1530
- --#{$prefix}theme-chromatic2-40: #{$df-theme-chromatic2-40};
1531
- --#{$prefix}theme-chromatic2-50: #{$df-theme-chromatic2-50};
1532
- --#{$prefix}theme-chromatic2-60: #{$df-theme-chromatic2-60};
1533
- --#{$prefix}theme-chromatic2-70: #{$df-theme-chromatic2-70};
1534
- --#{$prefix}theme-chromatic2-80: #{$df-theme-chromatic2-80};
1535
- --#{$prefix}theme-chromatic2-90: #{$df-theme-chromatic2-90};
1536
- --#{$prefix}theme-chromatic2-100: #{$df-theme-chromatic2-100};
1537
- --#{$prefix}theme-danger-10: #{$df-theme-danger-10};
1538
- --#{$prefix}theme-danger-20: #{$df-theme-danger-20};
1539
- --#{$prefix}theme-danger-30: #{$df-theme-danger-30};
1540
- --#{$prefix}theme-danger-40: #{$df-theme-danger-40};
1541
- --#{$prefix}theme-danger-50: #{$df-theme-danger-50};
1542
- --#{$prefix}theme-danger-60: #{$df-theme-danger-60};
1543
- --#{$prefix}theme-danger-70: #{$df-theme-danger-70};
1544
- --#{$prefix}theme-danger-80: #{$df-theme-danger-80};
1545
- --#{$prefix}theme-danger-90: #{$df-theme-danger-90};
1546
- --#{$prefix}theme-danger-100: #{$df-theme-danger-100};
1547
- --#{$prefix}theme-info-10: #{$df-theme-info-10};
1548
- --#{$prefix}theme-info-20: #{$df-theme-info-20};
1549
- --#{$prefix}theme-info-30: #{$df-theme-info-30};
1550
- --#{$prefix}theme-info-40: #{$df-theme-info-40};
1551
- --#{$prefix}theme-info-50: #{$df-theme-info-50};
1552
- --#{$prefix}theme-info-60: #{$df-theme-info-60};
1553
- --#{$prefix}theme-info-70: #{$df-theme-info-70};
1554
- --#{$prefix}theme-info-80: #{$df-theme-info-80};
1555
- --#{$prefix}theme-info-90: #{$df-theme-info-90};
1556
- --#{$prefix}theme-info-100: #{$df-theme-info-100};
1557
- --#{$prefix}theme-neutral-0: #{$df-theme-neutral-0};
1558
- --#{$prefix}theme-neutral-10: #{$df-theme-neutral-10};
1559
- --#{$prefix}theme-neutral-20: #{$df-theme-neutral-20};
1560
- --#{$prefix}theme-neutral-30: #{$df-theme-neutral-30};
1561
- --#{$prefix}theme-neutral-40: #{$df-theme-neutral-40};
1562
- --#{$prefix}theme-neutral-50: #{$df-theme-neutral-50};
1563
- --#{$prefix}theme-neutral-60: #{$df-theme-neutral-60};
1564
- --#{$prefix}theme-neutral-70: #{$df-theme-neutral-70};
1565
- --#{$prefix}theme-neutral-80: #{$df-theme-neutral-80};
1566
- --#{$prefix}theme-neutral-90: #{$df-theme-neutral-90};
1567
- --#{$prefix}theme-neutral-100: #{$df-theme-neutral-100};
1568
- --#{$prefix}theme-neutral-110: #{$df-theme-neutral-110};
1569
- --#{$prefix}theme-primary-10: #{$df-theme-primary-10};
1570
- --#{$prefix}theme-primary-20: #{$df-theme-primary-20};
1571
- --#{$prefix}theme-primary-30: #{$df-theme-primary-30};
1572
- --#{$prefix}theme-primary-40: #{$df-theme-primary-40};
1573
- --#{$prefix}theme-primary-50: #{$df-theme-primary-50};
1574
- --#{$prefix}theme-primary-60: #{$df-theme-primary-60};
1575
- --#{$prefix}theme-primary-70: #{$df-theme-primary-70};
1576
- --#{$prefix}theme-primary-80: #{$df-theme-primary-80};
1577
- --#{$prefix}theme-primary-90: #{$df-theme-primary-90};
1578
- --#{$prefix}theme-primary-100: #{$df-theme-primary-100};
1579
- --#{$prefix}theme-success-10: #{$df-theme-success-10};
1580
- --#{$prefix}theme-success-20: #{$df-theme-success-20};
1581
- --#{$prefix}theme-success-30: #{$df-theme-success-30};
1582
- --#{$prefix}theme-success-40: #{$df-theme-success-40};
1583
- --#{$prefix}theme-success-50: #{$df-theme-success-50};
1584
- --#{$prefix}theme-success-60: #{$df-theme-success-60};
1585
- --#{$prefix}theme-success-70: #{$df-theme-success-70};
1586
- --#{$prefix}theme-success-80: #{$df-theme-success-80};
1587
- --#{$prefix}theme-success-90: #{$df-theme-success-90};
1588
- --#{$prefix}theme-success-100: #{$df-theme-success-100};
1589
- --#{$prefix}theme-tip-10: #{$df-theme-tip-10};
1590
- --#{$prefix}theme-tip-20: #{$df-theme-tip-20};
1591
- --#{$prefix}theme-tip-30: #{$df-theme-tip-30};
1592
- --#{$prefix}theme-tip-40: #{$df-theme-tip-40};
1593
- --#{$prefix}theme-tip-50: #{$df-theme-tip-50};
1594
- --#{$prefix}theme-tip-60: #{$df-theme-tip-60};
1595
- --#{$prefix}theme-tip-70: #{$df-theme-tip-70};
1596
- --#{$prefix}theme-tip-80: #{$df-theme-tip-80};
1597
- --#{$prefix}theme-tip-90: #{$df-theme-tip-90};
1598
- --#{$prefix}theme-tip-100: #{$df-theme-tip-100};
1599
- --#{$prefix}theme-warning-10: #{$df-theme-warning-10};
1600
- --#{$prefix}theme-warning-20: #{$df-theme-warning-20};
1601
- --#{$prefix}theme-warning-30: #{$df-theme-warning-30};
1602
- --#{$prefix}theme-warning-40: #{$df-theme-warning-40};
1603
- --#{$prefix}theme-warning-50: #{$df-theme-warning-50};
1604
- --#{$prefix}theme-warning-60: #{$df-theme-warning-60};
1605
- --#{$prefix}theme-warning-70: #{$df-theme-warning-70};
1606
- --#{$prefix}theme-warning-80: #{$df-theme-warning-80};
1607
- --#{$prefix}theme-warning-90: #{$df-theme-warning-90};
1608
- --#{$prefix}theme-warning-100: #{$df-theme-warning-100};
1609
- --#{$prefix}color-accent-alt-active-background: #{$df-color-accent-alt-active-background};
1610
- --#{$prefix}color-accent-alt-activeHovered-background: #{$df-color-accent-alt-activeHovered-background};
1611
- --#{$prefix}color-accent-alt-activePressed-background: #{$df-color-accent-alt-activePressed-background};
1612
- --#{$prefix}color-accent-alt-default-background: #{$df-color-accent-alt-default-background};
1613
- --#{$prefix}color-accent-alt-default-foreground: #{$df-color-accent-alt-default-foreground};
1614
- --#{$prefix}color-accent-alt-hovered-background: #{$df-color-accent-alt-hovered-background};
1615
- --#{$prefix}color-accent-alt-pressed-background: #{$df-color-accent-alt-pressed-background};
1616
- --#{$prefix}color-accent-intense-background: #{$df-color-accent-intense-background};
1617
- --#{$prefix}color-accent-main-active-background: #{$df-color-accent-main-active-background};
1618
- --#{$prefix}color-accent-main-active-border: #{$df-color-accent-main-active-border};
1619
- --#{$prefix}color-accent-main-active-foreground: #{$df-color-accent-main-active-foreground};
1620
- --#{$prefix}color-accent-main-activeHovered-background: #{$df-color-accent-main-activeHovered-background};
1621
- --#{$prefix}color-accent-main-activeHovered-border: #{$df-color-accent-main-activeHovered-border};
1622
- --#{$prefix}color-accent-main-activeHovered-foreground: #{$df-color-accent-main-activeHovered-foreground};
1623
- --#{$prefix}color-accent-main-activePressed-background: #{$df-color-accent-main-activePressed-background};
1624
- --#{$prefix}color-accent-main-activePressed-border: #{$df-color-accent-main-activePressed-border};
1625
- --#{$prefix}color-accent-main-activePressed-foreground: #{$df-color-accent-main-activePressed-foreground};
1626
- --#{$prefix}color-accent-main-default-background: #{$df-color-accent-main-default-background};
1627
- --#{$prefix}color-accent-main-default-border: #{$df-color-accent-main-default-border};
1628
- --#{$prefix}color-accent-main-default-foreground: #{$df-color-accent-main-default-foreground};
1629
- --#{$prefix}color-accent-main-hovered-background: #{$df-color-accent-main-hovered-background};
1630
- --#{$prefix}color-accent-main-hovered-border: #{$df-color-accent-main-hovered-border};
1631
- --#{$prefix}color-accent-main-hovered-foreground: #{$df-color-accent-main-hovered-foreground};
1632
- --#{$prefix}color-accent-main-pressed-background: #{$df-color-accent-main-pressed-background};
1633
- --#{$prefix}color-accent-main-pressed-border: #{$df-color-accent-main-pressed-border};
1634
- --#{$prefix}color-accent-main-pressed-foreground: #{$df-color-accent-main-pressed-foreground};
1635
- --#{$prefix}color-accent-soft-active-background: #{$df-color-accent-soft-active-background};
1636
- --#{$prefix}color-accent-soft-active-foreground: #{$df-color-accent-soft-active-foreground};
1637
- --#{$prefix}color-accent-soft-activeHovered-background: #{$df-color-accent-soft-activeHovered-background};
1638
- --#{$prefix}color-accent-soft-activeHovered-foreground: #{$df-color-accent-soft-activeHovered-foreground};
1639
- --#{$prefix}color-accent-soft-activePressed-background: #{$df-color-accent-soft-activePressed-background};
1640
- --#{$prefix}color-accent-soft-activePressed-foreground: #{$df-color-accent-soft-activePressed-foreground};
1641
- --#{$prefix}color-accent-soft-default-background: #{$df-color-accent-soft-default-background};
1642
- --#{$prefix}color-accent-soft-default-foreground: #{$df-color-accent-soft-default-foreground};
1643
- --#{$prefix}color-accent-soft-hovered-background: #{$df-color-accent-soft-hovered-background};
1644
- --#{$prefix}color-accent-soft-hovered-foreground: #{$df-color-accent-soft-hovered-foreground};
1645
- --#{$prefix}color-accent-soft-pressed-background: #{$df-color-accent-soft-pressed-background};
1646
- --#{$prefix}color-accent-soft-pressed-foreground: #{$df-color-accent-soft-pressed-foreground};
1647
- --#{$prefix}color-accent-subtle-background: #{$df-color-accent-subtle-background};
1648
- --#{$prefix}color-addon-background: #{$df-color-addon-background};
1649
- --#{$prefix}color-backdrop-background: #{$df-color-backdrop-background};
1650
- --#{$prefix}color-chromatic1-alt-active-background: #{$df-color-chromatic1-alt-active-background};
1651
- --#{$prefix}color-chromatic1-alt-activeHovered-background: #{$df-color-chromatic1-alt-activeHovered-background};
1652
- --#{$prefix}color-chromatic1-alt-activePressed-background: #{$df-color-chromatic1-alt-activePressed-background};
1653
- --#{$prefix}color-chromatic1-alt-default-background: #{$df-color-chromatic1-alt-default-background};
1654
- --#{$prefix}color-chromatic1-alt-default-foreground: #{$df-color-chromatic1-alt-default-foreground};
1655
- --#{$prefix}color-chromatic1-alt-hovered-background: #{$df-color-chromatic1-alt-hovered-background};
1656
- --#{$prefix}color-chromatic1-alt-pressed-background: #{$df-color-chromatic1-alt-pressed-background};
1657
- --#{$prefix}color-chromatic1-main-active-background: #{$df-color-chromatic1-main-active-background};
1658
- --#{$prefix}color-chromatic1-main-active-border: #{$df-color-chromatic1-main-active-border};
1659
- --#{$prefix}color-chromatic1-main-active-foreground: #{$df-color-chromatic1-main-active-foreground};
1660
- --#{$prefix}color-chromatic1-main-activeHovered-background: #{$df-color-chromatic1-main-activeHovered-background};
1661
- --#{$prefix}color-chromatic1-main-activeHovered-border: #{$df-color-chromatic1-main-activeHovered-border};
1662
- --#{$prefix}color-chromatic1-main-activeHovered-foreground: #{$df-color-chromatic1-main-activeHovered-foreground};
1663
- --#{$prefix}color-chromatic1-main-activePressed-background: #{$df-color-chromatic1-main-activePressed-background};
1664
- --#{$prefix}color-chromatic1-main-activePressed-border: #{$df-color-chromatic1-main-activePressed-border};
1665
- --#{$prefix}color-chromatic1-main-activePressed-foreground: #{$df-color-chromatic1-main-activePressed-foreground};
1666
- --#{$prefix}color-chromatic1-main-default-background: #{$df-color-chromatic1-main-default-background};
1667
- --#{$prefix}color-chromatic1-main-default-border: #{$df-color-chromatic1-main-default-border};
1668
- --#{$prefix}color-chromatic1-main-default-foreground: #{$df-color-chromatic1-main-default-foreground};
1669
- --#{$prefix}color-chromatic1-main-hovered-background: #{$df-color-chromatic1-main-hovered-background};
1670
- --#{$prefix}color-chromatic1-main-hovered-border: #{$df-color-chromatic1-main-hovered-border};
1671
- --#{$prefix}color-chromatic1-main-hovered-foreground: #{$df-color-chromatic1-main-hovered-foreground};
1672
- --#{$prefix}color-chromatic1-main-pressed-background: #{$df-color-chromatic1-main-pressed-background};
1673
- --#{$prefix}color-chromatic1-main-pressed-border: #{$df-color-chromatic1-main-pressed-border};
1674
- --#{$prefix}color-chromatic1-main-pressed-foreground: #{$df-color-chromatic1-main-pressed-foreground};
1675
- --#{$prefix}color-chromatic1-soft-active-background: #{$df-color-chromatic1-soft-active-background};
1676
- --#{$prefix}color-chromatic1-soft-active-foreground: #{$df-color-chromatic1-soft-active-foreground};
1677
- --#{$prefix}color-chromatic1-soft-activeHovered-background: #{$df-color-chromatic1-soft-activeHovered-background};
1678
- --#{$prefix}color-chromatic1-soft-activeHovered-foreground: #{$df-color-chromatic1-soft-activeHovered-foreground};
1679
- --#{$prefix}color-chromatic1-soft-activePressed-background: #{$df-color-chromatic1-soft-activePressed-background};
1680
- --#{$prefix}color-chromatic1-soft-activePressed-foreground: #{$df-color-chromatic1-soft-activePressed-foreground};
1681
- --#{$prefix}color-chromatic1-soft-default-background: #{$df-color-chromatic1-soft-default-background};
1682
- --#{$prefix}color-chromatic1-soft-default-foreground: #{$df-color-chromatic1-soft-default-foreground};
1683
- --#{$prefix}color-chromatic1-soft-hovered-background: #{$df-color-chromatic1-soft-hovered-background};
1684
- --#{$prefix}color-chromatic1-soft-hovered-foreground: #{$df-color-chromatic1-soft-hovered-foreground};
1685
- --#{$prefix}color-chromatic1-soft-pressed-background: #{$df-color-chromatic1-soft-pressed-background};
1686
- --#{$prefix}color-chromatic1-soft-pressed-foreground: #{$df-color-chromatic1-soft-pressed-foreground};
1687
- --#{$prefix}color-chromatic1-subtle-background: #{$df-color-chromatic1-subtle-background};
1688
- --#{$prefix}color-chromatic2-alt-active-background: #{$df-color-chromatic2-alt-active-background};
1689
- --#{$prefix}color-chromatic2-alt-activeHovered-background: #{$df-color-chromatic2-alt-activeHovered-background};
1690
- --#{$prefix}color-chromatic2-alt-activePressed-background: #{$df-color-chromatic2-alt-activePressed-background};
1691
- --#{$prefix}color-chromatic2-alt-default-background: #{$df-color-chromatic2-alt-default-background};
1692
- --#{$prefix}color-chromatic2-alt-default-foreground: #{$df-color-chromatic2-alt-default-foreground};
1693
- --#{$prefix}color-chromatic2-alt-hovered-background: #{$df-color-chromatic2-alt-hovered-background};
1694
- --#{$prefix}color-chromatic2-alt-pressed-background: #{$df-color-chromatic2-alt-pressed-background};
1695
- --#{$prefix}color-chromatic2-main-active-background: #{$df-color-chromatic2-main-active-background};
1696
- --#{$prefix}color-chromatic2-main-active-border: #{$df-color-chromatic2-main-active-border};
1697
- --#{$prefix}color-chromatic2-main-active-foreground: #{$df-color-chromatic2-main-active-foreground};
1698
- --#{$prefix}color-chromatic2-main-activeHovered-background: #{$df-color-chromatic2-main-activeHovered-background};
1699
- --#{$prefix}color-chromatic2-main-activeHovered-border: #{$df-color-chromatic2-main-activeHovered-border};
1700
- --#{$prefix}color-chromatic2-main-activeHovered-foreground: #{$df-color-chromatic2-main-activeHovered-foreground};
1701
- --#{$prefix}color-chromatic2-main-activePressed-background: #{$df-color-chromatic2-main-activePressed-background};
1702
- --#{$prefix}color-chromatic2-main-activePressed-border: #{$df-color-chromatic2-main-activePressed-border};
1703
- --#{$prefix}color-chromatic2-main-activePressed-foreground: #{$df-color-chromatic2-main-activePressed-foreground};
1704
- --#{$prefix}color-chromatic2-main-default-background: #{$df-color-chromatic2-main-default-background};
1705
- --#{$prefix}color-chromatic2-main-default-border: #{$df-color-chromatic2-main-default-border};
1706
- --#{$prefix}color-chromatic2-main-default-foreground: #{$df-color-chromatic2-main-default-foreground};
1707
- --#{$prefix}color-chromatic2-main-hovered-background: #{$df-color-chromatic2-main-hovered-background};
1708
- --#{$prefix}color-chromatic2-main-hovered-border: #{$df-color-chromatic2-main-hovered-border};
1709
- --#{$prefix}color-chromatic2-main-hovered-foreground: #{$df-color-chromatic2-main-hovered-foreground};
1710
- --#{$prefix}color-chromatic2-main-pressed-background: #{$df-color-chromatic2-main-pressed-background};
1711
- --#{$prefix}color-chromatic2-main-pressed-border: #{$df-color-chromatic2-main-pressed-border};
1712
- --#{$prefix}color-chromatic2-main-pressed-foreground: #{$df-color-chromatic2-main-pressed-foreground};
1713
- --#{$prefix}color-chromatic2-soft-active-background: #{$df-color-chromatic2-soft-active-background};
1714
- --#{$prefix}color-chromatic2-soft-active-foreground: #{$df-color-chromatic2-soft-active-foreground};
1715
- --#{$prefix}color-chromatic2-soft-activeHovered-background: #{$df-color-chromatic2-soft-activeHovered-background};
1716
- --#{$prefix}color-chromatic2-soft-activeHovered-foreground: #{$df-color-chromatic2-soft-activeHovered-foreground};
1717
- --#{$prefix}color-chromatic2-soft-activePressed-background: #{$df-color-chromatic2-soft-activePressed-background};
1718
- --#{$prefix}color-chromatic2-soft-activePressed-foreground: #{$df-color-chromatic2-soft-activePressed-foreground};
1719
- --#{$prefix}color-chromatic2-soft-default-background: #{$df-color-chromatic2-soft-default-background};
1720
- --#{$prefix}color-chromatic2-soft-default-foreground: #{$df-color-chromatic2-soft-default-foreground};
1721
- --#{$prefix}color-chromatic2-soft-hovered-background: #{$df-color-chromatic2-soft-hovered-background};
1722
- --#{$prefix}color-chromatic2-soft-hovered-foreground: #{$df-color-chromatic2-soft-hovered-foreground};
1723
- --#{$prefix}color-chromatic2-soft-pressed-background: #{$df-color-chromatic2-soft-pressed-background};
1724
- --#{$prefix}color-chromatic2-soft-pressed-foreground: #{$df-color-chromatic2-soft-pressed-foreground};
1725
- --#{$prefix}color-chromatic2-subtle-background: #{$df-color-chromatic2-subtle-background};
1726
- --#{$prefix}color-danger-alt-active-background: #{$df-color-danger-alt-active-background};
1727
- --#{$prefix}color-danger-alt-activeHovered-background: #{$df-color-danger-alt-activeHovered-background};
1728
- --#{$prefix}color-danger-alt-activePressed-background: #{$df-color-danger-alt-activePressed-background};
1729
- --#{$prefix}color-danger-alt-default-background: #{$df-color-danger-alt-default-background};
1730
- --#{$prefix}color-danger-alt-default-foreground: #{$df-color-danger-alt-default-foreground};
1731
- --#{$prefix}color-danger-alt-hovered-background: #{$df-color-danger-alt-hovered-background};
1732
- --#{$prefix}color-danger-alt-pressed-background: #{$df-color-danger-alt-pressed-background};
1733
- --#{$prefix}color-danger-intense-background: #{$df-color-danger-intense-background};
1734
- --#{$prefix}color-danger-main-active-background: #{$df-color-danger-main-active-background};
1735
- --#{$prefix}color-danger-main-active-border: #{$df-color-danger-main-active-border};
1736
- --#{$prefix}color-danger-main-active-foreground: #{$df-color-danger-main-active-foreground};
1737
- --#{$prefix}color-danger-main-activeHovered-background: #{$df-color-danger-main-activeHovered-background};
1738
- --#{$prefix}color-danger-main-activeHovered-border: #{$df-color-danger-main-activeHovered-border};
1739
- --#{$prefix}color-danger-main-activeHovered-foreground: #{$df-color-danger-main-activeHovered-foreground};
1740
- --#{$prefix}color-danger-main-activePressed-background: #{$df-color-danger-main-activePressed-background};
1741
- --#{$prefix}color-danger-main-activePressed-border: #{$df-color-danger-main-activePressed-border};
1742
- --#{$prefix}color-danger-main-activePressed-foreground: #{$df-color-danger-main-activePressed-foreground};
1743
- --#{$prefix}color-danger-main-default-background: #{$df-color-danger-main-default-background};
1744
- --#{$prefix}color-danger-main-default-border: #{$df-color-danger-main-default-border};
1745
- --#{$prefix}color-danger-main-default-foreground: #{$df-color-danger-main-default-foreground};
1746
- --#{$prefix}color-danger-main-hovered-background: #{$df-color-danger-main-hovered-background};
1747
- --#{$prefix}color-danger-main-hovered-border: #{$df-color-danger-main-hovered-border};
1748
- --#{$prefix}color-danger-main-hovered-foreground: #{$df-color-danger-main-hovered-foreground};
1749
- --#{$prefix}color-danger-main-pressed-background: #{$df-color-danger-main-pressed-background};
1750
- --#{$prefix}color-danger-main-pressed-border: #{$df-color-danger-main-pressed-border};
1751
- --#{$prefix}color-danger-main-pressed-foreground: #{$df-color-danger-main-pressed-foreground};
1752
- --#{$prefix}color-danger-soft-active-background: #{$df-color-danger-soft-active-background};
1753
- --#{$prefix}color-danger-soft-active-foreground: #{$df-color-danger-soft-active-foreground};
1754
- --#{$prefix}color-danger-soft-activeHovered-background: #{$df-color-danger-soft-activeHovered-background};
1755
- --#{$prefix}color-danger-soft-activeHovered-foreground: #{$df-color-danger-soft-activeHovered-foreground};
1756
- --#{$prefix}color-danger-soft-activePressed-background: #{$df-color-danger-soft-activePressed-background};
1757
- --#{$prefix}color-danger-soft-activePressed-foreground: #{$df-color-danger-soft-activePressed-foreground};
1758
- --#{$prefix}color-danger-soft-default-background: #{$df-color-danger-soft-default-background};
1759
- --#{$prefix}color-danger-soft-default-foreground: #{$df-color-danger-soft-default-foreground};
1760
- --#{$prefix}color-danger-soft-hovered-background: #{$df-color-danger-soft-hovered-background};
1761
- --#{$prefix}color-danger-soft-hovered-foreground: #{$df-color-danger-soft-hovered-foreground};
1762
- --#{$prefix}color-danger-soft-pressed-background: #{$df-color-danger-soft-pressed-background};
1763
- --#{$prefix}color-danger-soft-pressed-foreground: #{$df-color-danger-soft-pressed-foreground};
1764
- --#{$prefix}color-danger-subtle-background: #{$df-color-danger-subtle-background};
1765
- --#{$prefix}color-disabled-alt-background: #{$df-color-disabled-alt-background};
1766
- --#{$prefix}color-disabled-alt-border: #{$df-color-disabled-alt-border};
1767
- --#{$prefix}color-disabled-alt-foreground: #{$df-color-disabled-alt-foreground};
1768
- --#{$prefix}color-disabled-main-background: #{$df-color-disabled-main-background};
1769
- --#{$prefix}color-disabled-main-border: #{$df-color-disabled-main-border};
1770
- --#{$prefix}color-disabled-main-foreground: #{$df-color-disabled-main-foreground};
1771
- --#{$prefix}color-focus-alt-border: #{$df-color-focus-alt-border};
1772
- --#{$prefix}color-focus-main-border: #{$df-color-focus-main-border};
1773
- --#{$prefix}color-icon-warning-foreground: #{$df-color-icon-warning-foreground};
1774
- --#{$prefix}color-inert-neutral-alt-background: #{$df-color-inert-neutral-alt-background};
1775
- --#{$prefix}color-inert-neutral-alt-foreground: #{$df-color-inert-neutral-alt-foreground};
1776
- --#{$prefix}color-inert-neutral-intense-background: #{$df-color-inert-neutral-intense-background};
1777
- --#{$prefix}color-inert-neutral-intense-foreground: #{$df-color-inert-neutral-intense-foreground};
1778
- --#{$prefix}color-inert-neutral-main-background: #{$df-color-inert-neutral-main-background};
1779
- --#{$prefix}color-inert-neutral-main-border: #{$df-color-inert-neutral-main-border};
1780
- --#{$prefix}color-inert-neutral-main-foreground: #{$df-color-inert-neutral-main-foreground};
1781
- --#{$prefix}color-inert-neutral-pageBackground: #{$df-color-inert-neutral-pageBackground};
1782
- --#{$prefix}color-inert-neutral-readonly-foreground: #{$df-color-inert-neutral-readonly-foreground};
1783
- --#{$prefix}color-inert-neutral-subtle-background: #{$df-color-inert-neutral-subtle-background};
1784
- --#{$prefix}color-info-alt-active-background: #{$df-color-info-alt-active-background};
1785
- --#{$prefix}color-info-alt-activeHovered-background: #{$df-color-info-alt-activeHovered-background};
1786
- --#{$prefix}color-info-alt-activePressed-background: #{$df-color-info-alt-activePressed-background};
1787
- --#{$prefix}color-info-alt-default-background: #{$df-color-info-alt-default-background};
1788
- --#{$prefix}color-info-alt-default-foreground: #{$df-color-info-alt-default-foreground};
1789
- --#{$prefix}color-info-alt-hovered-background: #{$df-color-info-alt-hovered-background};
1790
- --#{$prefix}color-info-alt-pressed-background: #{$df-color-info-alt-pressed-background};
1791
- --#{$prefix}color-info-main-active-background: #{$df-color-info-main-active-background};
1792
- --#{$prefix}color-info-main-active-border: #{$df-color-info-main-active-border};
1793
- --#{$prefix}color-info-main-active-foreground: #{$df-color-info-main-active-foreground};
1794
- --#{$prefix}color-info-main-activeHovered-background: #{$df-color-info-main-activeHovered-background};
1795
- --#{$prefix}color-info-main-activeHovered-border: #{$df-color-info-main-activeHovered-border};
1796
- --#{$prefix}color-info-main-activeHovered-foreground: #{$df-color-info-main-activeHovered-foreground};
1797
- --#{$prefix}color-info-main-activePressed-background: #{$df-color-info-main-activePressed-background};
1798
- --#{$prefix}color-info-main-activePressed-border: #{$df-color-info-main-activePressed-border};
1799
- --#{$prefix}color-info-main-activePressed-foreground: #{$df-color-info-main-activePressed-foreground};
1800
- --#{$prefix}color-info-main-default-background: #{$df-color-info-main-default-background};
1801
- --#{$prefix}color-info-main-default-border: #{$df-color-info-main-default-border};
1802
- --#{$prefix}color-info-main-default-foreground: #{$df-color-info-main-default-foreground};
1803
- --#{$prefix}color-info-main-hovered-background: #{$df-color-info-main-hovered-background};
1804
- --#{$prefix}color-info-main-hovered-border: #{$df-color-info-main-hovered-border};
1805
- --#{$prefix}color-info-main-hovered-foreground: #{$df-color-info-main-hovered-foreground};
1806
- --#{$prefix}color-info-main-pressed-background: #{$df-color-info-main-pressed-background};
1807
- --#{$prefix}color-info-main-pressed-border: #{$df-color-info-main-pressed-border};
1808
- --#{$prefix}color-info-main-pressed-foreground: #{$df-color-info-main-pressed-foreground};
1809
- --#{$prefix}color-info-soft-active-background: #{$df-color-info-soft-active-background};
1810
- --#{$prefix}color-info-soft-active-foreground: #{$df-color-info-soft-active-foreground};
1811
- --#{$prefix}color-info-soft-activeHovered-background: #{$df-color-info-soft-activeHovered-background};
1812
- --#{$prefix}color-info-soft-activeHovered-foreground: #{$df-color-info-soft-activeHovered-foreground};
1813
- --#{$prefix}color-info-soft-activePressed-background: #{$df-color-info-soft-activePressed-background};
1814
- --#{$prefix}color-info-soft-activePressed-foreground: #{$df-color-info-soft-activePressed-foreground};
1815
- --#{$prefix}color-info-soft-default-background: #{$df-color-info-soft-default-background};
1816
- --#{$prefix}color-info-soft-default-foreground: #{$df-color-info-soft-default-foreground};
1817
- --#{$prefix}color-info-soft-hovered-background: #{$df-color-info-soft-hovered-background};
1818
- --#{$prefix}color-info-soft-hovered-foreground: #{$df-color-info-soft-hovered-foreground};
1819
- --#{$prefix}color-info-soft-pressed-background: #{$df-color-info-soft-pressed-background};
1820
- --#{$prefix}color-info-soft-pressed-foreground: #{$df-color-info-soft-pressed-foreground};
1821
- --#{$prefix}color-info-subtle-background: #{$df-color-info-subtle-background};
1822
- --#{$prefix}color-input-border: #{$df-color-input-border};
1823
- --#{$prefix}color-logo-alt-background: #{$df-color-logo-alt-background};
1824
- --#{$prefix}color-logo-alt-foreground: #{$df-color-logo-alt-foreground};
1825
- --#{$prefix}color-logo-main-background: #{$df-color-logo-main-background};
1826
- --#{$prefix}color-logo-main-foreground: #{$df-color-logo-main-foreground};
1827
- --#{$prefix}color-neutral-alt-active-background: #{$df-color-neutral-alt-active-background};
1828
- --#{$prefix}color-neutral-alt-active-foreground: #{$df-color-neutral-alt-active-foreground};
1829
- --#{$prefix}color-neutral-alt-activeHovered-background: #{$df-color-neutral-alt-activeHovered-background};
1830
- --#{$prefix}color-neutral-alt-activeHovered-foreground: #{$df-color-neutral-alt-activeHovered-foreground};
1831
- --#{$prefix}color-neutral-alt-activePressed-background: #{$df-color-neutral-alt-activePressed-background};
1832
- --#{$prefix}color-neutral-alt-activePressed-foreground: #{$df-color-neutral-alt-activePressed-foreground};
1833
- --#{$prefix}color-neutral-alt-default-background: #{$df-color-neutral-alt-default-background};
1834
- --#{$prefix}color-neutral-alt-default-border: #{$df-color-neutral-alt-default-border};
1835
- --#{$prefix}color-neutral-alt-default-foreground: #{$df-color-neutral-alt-default-foreground};
1836
- --#{$prefix}color-neutral-alt-hovered-background: #{$df-color-neutral-alt-hovered-background};
1837
- --#{$prefix}color-neutral-alt-hovered-foreground: #{$df-color-neutral-alt-hovered-foreground};
1838
- --#{$prefix}color-neutral-alt-pressed-background: #{$df-color-neutral-alt-pressed-background};
1839
- --#{$prefix}color-neutral-alt-pressed-foreground: #{$df-color-neutral-alt-pressed-foreground};
1840
- --#{$prefix}color-neutral-intense-background: #{$df-color-neutral-intense-background};
1841
- --#{$prefix}color-neutral-intense-foreground: #{$df-color-neutral-intense-foreground};
1842
- --#{$prefix}color-neutral-main-active-background: #{$df-color-neutral-main-active-background};
1843
- --#{$prefix}color-neutral-main-active-border: #{$df-color-neutral-main-active-border};
1844
- --#{$prefix}color-neutral-main-active-foreground: #{$df-color-neutral-main-active-foreground};
1845
- --#{$prefix}color-neutral-main-activeHovered-background: #{$df-color-neutral-main-activeHovered-background};
1846
- --#{$prefix}color-neutral-main-activeHovered-border: #{$df-color-neutral-main-activeHovered-border};
1847
- --#{$prefix}color-neutral-main-activeHovered-foreground: #{$df-color-neutral-main-activeHovered-foreground};
1848
- --#{$prefix}color-neutral-main-activePressed-background: #{$df-color-neutral-main-activePressed-background};
1849
- --#{$prefix}color-neutral-main-activePressed-border: #{$df-color-neutral-main-activePressed-border};
1850
- --#{$prefix}color-neutral-main-activePressed-foreground: #{$df-color-neutral-main-activePressed-foreground};
1851
- --#{$prefix}color-neutral-main-default-background: #{$df-color-neutral-main-default-background};
1852
- --#{$prefix}color-neutral-main-default-border: #{$df-color-neutral-main-default-border};
1853
- --#{$prefix}color-neutral-main-default-foreground: #{$df-color-neutral-main-default-foreground};
1854
- --#{$prefix}color-neutral-main-hovered-background: #{$df-color-neutral-main-hovered-background};
1855
- --#{$prefix}color-neutral-main-hovered-border: #{$df-color-neutral-main-hovered-border};
1856
- --#{$prefix}color-neutral-main-hovered-foreground: #{$df-color-neutral-main-hovered-foreground};
1857
- --#{$prefix}color-neutral-main-pressed-background: #{$df-color-neutral-main-pressed-background};
1858
- --#{$prefix}color-neutral-main-pressed-border: #{$df-color-neutral-main-pressed-border};
1859
- --#{$prefix}color-neutral-main-pressed-foreground: #{$df-color-neutral-main-pressed-foreground};
1860
- --#{$prefix}color-neutral-soft-active-background: #{$df-color-neutral-soft-active-background};
1861
- --#{$prefix}color-neutral-soft-active-foreground: #{$df-color-neutral-soft-active-foreground};
1862
- --#{$prefix}color-neutral-soft-activeHovered-background: #{$df-color-neutral-soft-activeHovered-background};
1863
- --#{$prefix}color-neutral-soft-activeHovered-foreground: #{$df-color-neutral-soft-activeHovered-foreground};
1864
- --#{$prefix}color-neutral-soft-activePressed-background: #{$df-color-neutral-soft-activePressed-background};
1865
- --#{$prefix}color-neutral-soft-activePressed-foreground: #{$df-color-neutral-soft-activePressed-foreground};
1866
- --#{$prefix}color-neutral-soft-default-background: #{$df-color-neutral-soft-default-background};
1867
- --#{$prefix}color-neutral-soft-default-foreground: #{$df-color-neutral-soft-default-foreground};
1868
- --#{$prefix}color-neutral-soft-hovered-background: #{$df-color-neutral-soft-hovered-background};
1869
- --#{$prefix}color-neutral-soft-hovered-foreground: #{$df-color-neutral-soft-hovered-foreground};
1870
- --#{$prefix}color-neutral-soft-pressed-background: #{$df-color-neutral-soft-pressed-background};
1871
- --#{$prefix}color-neutral-soft-pressed-foreground: #{$df-color-neutral-soft-pressed-foreground};
1872
- --#{$prefix}color-primary-alt-active-background: #{$df-color-primary-alt-active-background};
1873
- --#{$prefix}color-primary-alt-activeHovered-background: #{$df-color-primary-alt-activeHovered-background};
1874
- --#{$prefix}color-primary-alt-activePressed-background: #{$df-color-primary-alt-activePressed-background};
1875
- --#{$prefix}color-primary-alt-default-background: #{$df-color-primary-alt-default-background};
1876
- --#{$prefix}color-primary-alt-default-foreground: #{$df-color-primary-alt-default-foreground};
1877
- --#{$prefix}color-primary-alt-hovered-background: #{$df-color-primary-alt-hovered-background};
1878
- --#{$prefix}color-primary-alt-pressed-background: #{$df-color-primary-alt-pressed-background};
1879
- --#{$prefix}color-primary-intense-background: #{$df-color-primary-intense-background};
1880
- --#{$prefix}color-primary-main-active-background: #{$df-color-primary-main-active-background};
1881
- --#{$prefix}color-primary-main-active-border: #{$df-color-primary-main-active-border};
1882
- --#{$prefix}color-primary-main-active-foreground: #{$df-color-primary-main-active-foreground};
1883
- --#{$prefix}color-primary-main-activeHovered-background: #{$df-color-primary-main-activeHovered-background};
1884
- --#{$prefix}color-primary-main-activeHovered-border: #{$df-color-primary-main-activeHovered-border};
1885
- --#{$prefix}color-primary-main-activeHovered-foreground: #{$df-color-primary-main-activeHovered-foreground};
1886
- --#{$prefix}color-primary-main-activePressed-background: #{$df-color-primary-main-activePressed-background};
1887
- --#{$prefix}color-primary-main-activePressed-border: #{$df-color-primary-main-activePressed-border};
1888
- --#{$prefix}color-primary-main-activePressed-foreground: #{$df-color-primary-main-activePressed-foreground};
1889
- --#{$prefix}color-primary-main-default-background: #{$df-color-primary-main-default-background};
1890
- --#{$prefix}color-primary-main-default-border: #{$df-color-primary-main-default-border};
1891
- --#{$prefix}color-primary-main-default-foreground: #{$df-color-primary-main-default-foreground};
1892
- --#{$prefix}color-primary-main-hovered-background: #{$df-color-primary-main-hovered-background};
1893
- --#{$prefix}color-primary-main-hovered-border: #{$df-color-primary-main-hovered-border};
1894
- --#{$prefix}color-primary-main-hovered-foreground: #{$df-color-primary-main-hovered-foreground};
1895
- --#{$prefix}color-primary-main-pressed-background: #{$df-color-primary-main-pressed-background};
1896
- --#{$prefix}color-primary-main-pressed-border: #{$df-color-primary-main-pressed-border};
1897
- --#{$prefix}color-primary-main-pressed-foreground: #{$df-color-primary-main-pressed-foreground};
1898
- --#{$prefix}color-primary-soft-active-background: #{$df-color-primary-soft-active-background};
1899
- --#{$prefix}color-primary-soft-active-foreground: #{$df-color-primary-soft-active-foreground};
1900
- --#{$prefix}color-primary-soft-activeHovered-background: #{$df-color-primary-soft-activeHovered-background};
1901
- --#{$prefix}color-primary-soft-activeHovered-foreground: #{$df-color-primary-soft-activeHovered-foreground};
1902
- --#{$prefix}color-primary-soft-activePressed-background: #{$df-color-primary-soft-activePressed-background};
1903
- --#{$prefix}color-primary-soft-activePressed-foreground: #{$df-color-primary-soft-activePressed-foreground};
1904
- --#{$prefix}color-primary-soft-default-background: #{$df-color-primary-soft-default-background};
1905
- --#{$prefix}color-primary-soft-default-foreground: #{$df-color-primary-soft-default-foreground};
1906
- --#{$prefix}color-primary-soft-hovered-background: #{$df-color-primary-soft-hovered-background};
1907
- --#{$prefix}color-primary-soft-hovered-foreground: #{$df-color-primary-soft-hovered-foreground};
1908
- --#{$prefix}color-primary-soft-pressed-background: #{$df-color-primary-soft-pressed-background};
1909
- --#{$prefix}color-primary-soft-pressed-foreground: #{$df-color-primary-soft-pressed-foreground};
1910
- --#{$prefix}color-primary-subtle-background: #{$df-color-primary-subtle-background};
1911
- --#{$prefix}color-separator-chromatic1-border: #{$df-color-separator-chromatic1-border};
1912
- --#{$prefix}color-separator-chromatic2-border: #{$df-color-separator-chromatic2-border};
1913
- --#{$prefix}color-separator-danger-border: #{$df-color-separator-danger-border};
1914
- --#{$prefix}color-separator-info-border: #{$df-color-separator-info-border};
1915
- --#{$prefix}color-separator-primary-border: #{$df-color-separator-primary-border};
1916
- --#{$prefix}color-separator-success-border: #{$df-color-separator-success-border};
1917
- --#{$prefix}color-separator-tip-border: #{$df-color-separator-tip-border};
1918
- --#{$prefix}color-separator-warning-border: #{$df-color-separator-warning-border};
1919
- --#{$prefix}color-spinner-border: #{$df-color-spinner-border};
1920
- --#{$prefix}color-subtext-foreground: #{$df-color-subtext-foreground};
1921
- --#{$prefix}color-success-alt-active-background: #{$df-color-success-alt-active-background};
1922
- --#{$prefix}color-success-alt-activeHovered-background: #{$df-color-success-alt-activeHovered-background};
1923
- --#{$prefix}color-success-alt-activePressed-background: #{$df-color-success-alt-activePressed-background};
1924
- --#{$prefix}color-success-alt-default-background: #{$df-color-success-alt-default-background};
1925
- --#{$prefix}color-success-alt-default-foreground: #{$df-color-success-alt-default-foreground};
1926
- --#{$prefix}color-success-alt-hovered-background: #{$df-color-success-alt-hovered-background};
1927
- --#{$prefix}color-success-alt-pressed-background: #{$df-color-success-alt-pressed-background};
1928
- --#{$prefix}color-success-main-active-background: #{$df-color-success-main-active-background};
1929
- --#{$prefix}color-success-main-active-border: #{$df-color-success-main-active-border};
1930
- --#{$prefix}color-success-main-active-foreground: #{$df-color-success-main-active-foreground};
1931
- --#{$prefix}color-success-main-activeHovered-background: #{$df-color-success-main-activeHovered-background};
1932
- --#{$prefix}color-success-main-activeHovered-border: #{$df-color-success-main-activeHovered-border};
1933
- --#{$prefix}color-success-main-activeHovered-foreground: #{$df-color-success-main-activeHovered-foreground};
1934
- --#{$prefix}color-success-main-activePressed-background: #{$df-color-success-main-activePressed-background};
1935
- --#{$prefix}color-success-main-activePressed-border: #{$df-color-success-main-activePressed-border};
1936
- --#{$prefix}color-success-main-activePressed-foreground: #{$df-color-success-main-activePressed-foreground};
1937
- --#{$prefix}color-success-main-default-background: #{$df-color-success-main-default-background};
1938
- --#{$prefix}color-success-main-default-border: #{$df-color-success-main-default-border};
1939
- --#{$prefix}color-success-main-default-foreground: #{$df-color-success-main-default-foreground};
1940
- --#{$prefix}color-success-main-hovered-background: #{$df-color-success-main-hovered-background};
1941
- --#{$prefix}color-success-main-hovered-border: #{$df-color-success-main-hovered-border};
1942
- --#{$prefix}color-success-main-hovered-foreground: #{$df-color-success-main-hovered-foreground};
1943
- --#{$prefix}color-success-main-pressed-background: #{$df-color-success-main-pressed-background};
1944
- --#{$prefix}color-success-main-pressed-border: #{$df-color-success-main-pressed-border};
1945
- --#{$prefix}color-success-main-pressed-foreground: #{$df-color-success-main-pressed-foreground};
1946
- --#{$prefix}color-success-soft-active-background: #{$df-color-success-soft-active-background};
1947
- --#{$prefix}color-success-soft-active-foreground: #{$df-color-success-soft-active-foreground};
1948
- --#{$prefix}color-success-soft-activeHovered-background: #{$df-color-success-soft-activeHovered-background};
1949
- --#{$prefix}color-success-soft-activeHovered-foreground: #{$df-color-success-soft-activeHovered-foreground};
1950
- --#{$prefix}color-success-soft-activePressed-background: #{$df-color-success-soft-activePressed-background};
1951
- --#{$prefix}color-success-soft-activePressed-foreground: #{$df-color-success-soft-activePressed-foreground};
1952
- --#{$prefix}color-success-soft-default-background: #{$df-color-success-soft-default-background};
1953
- --#{$prefix}color-success-soft-default-foreground: #{$df-color-success-soft-default-foreground};
1954
- --#{$prefix}color-success-soft-hovered-background: #{$df-color-success-soft-hovered-background};
1955
- --#{$prefix}color-success-soft-hovered-foreground: #{$df-color-success-soft-hovered-foreground};
1956
- --#{$prefix}color-success-soft-pressed-background: #{$df-color-success-soft-pressed-background};
1957
- --#{$prefix}color-success-soft-pressed-foreground: #{$df-color-success-soft-pressed-foreground};
1958
- --#{$prefix}color-success-subtle-background: #{$df-color-success-subtle-background};
1959
- --#{$prefix}color-tip-alt-active-background: #{$df-color-tip-alt-active-background};
1960
- --#{$prefix}color-tip-alt-activeHovered-background: #{$df-color-tip-alt-activeHovered-background};
1961
- --#{$prefix}color-tip-alt-activePressed-background: #{$df-color-tip-alt-activePressed-background};
1962
- --#{$prefix}color-tip-alt-default-background: #{$df-color-tip-alt-default-background};
1963
- --#{$prefix}color-tip-alt-hovered-background: #{$df-color-tip-alt-hovered-background};
1964
- --#{$prefix}color-tip-alt-pressed-background: #{$df-color-tip-alt-pressed-background};
1965
- --#{$prefix}color-tip-main-active-background: #{$df-color-tip-main-active-background};
1966
- --#{$prefix}color-tip-main-active-border: #{$df-color-tip-main-active-border};
1967
- --#{$prefix}color-tip-main-active-foreground: #{$df-color-tip-main-active-foreground};
1968
- --#{$prefix}color-tip-main-activeHovered-background: #{$df-color-tip-main-activeHovered-background};
1969
- --#{$prefix}color-tip-main-activeHovered-border: #{$df-color-tip-main-activeHovered-border};
1970
- --#{$prefix}color-tip-main-activeHovered-foreground: #{$df-color-tip-main-activeHovered-foreground};
1971
- --#{$prefix}color-tip-main-activePressed-background: #{$df-color-tip-main-activePressed-background};
1972
- --#{$prefix}color-tip-main-activePressed-border: #{$df-color-tip-main-activePressed-border};
1973
- --#{$prefix}color-tip-main-activePressed-foreground: #{$df-color-tip-main-activePressed-foreground};
1974
- --#{$prefix}color-tip-main-default-background: #{$df-color-tip-main-default-background};
1975
- --#{$prefix}color-tip-main-default-border: #{$df-color-tip-main-default-border};
1976
- --#{$prefix}color-tip-main-default-foreground: #{$df-color-tip-main-default-foreground};
1977
- --#{$prefix}color-tip-main-hovered-background: #{$df-color-tip-main-hovered-background};
1978
- --#{$prefix}color-tip-main-hovered-border: #{$df-color-tip-main-hovered-border};
1979
- --#{$prefix}color-tip-main-hovered-foreground: #{$df-color-tip-main-hovered-foreground};
1980
- --#{$prefix}color-tip-main-pressed-background: #{$df-color-tip-main-pressed-background};
1981
- --#{$prefix}color-tip-main-pressed-border: #{$df-color-tip-main-pressed-border};
1982
- --#{$prefix}color-tip-main-pressed-foreground: #{$df-color-tip-main-pressed-foreground};
1983
- --#{$prefix}color-tip-soft-active-background: #{$df-color-tip-soft-active-background};
1984
- --#{$prefix}color-tip-soft-active-foreground: #{$df-color-tip-soft-active-foreground};
1985
- --#{$prefix}color-tip-soft-activeHovered-background: #{$df-color-tip-soft-activeHovered-background};
1986
- --#{$prefix}color-tip-soft-activeHovered-foreground: #{$df-color-tip-soft-activeHovered-foreground};
1987
- --#{$prefix}color-tip-soft-activePressed-background: #{$df-color-tip-soft-activePressed-background};
1988
- --#{$prefix}color-tip-soft-activePressed-foreground: #{$df-color-tip-soft-activePressed-foreground};
1989
- --#{$prefix}color-tip-soft-default-background: #{$df-color-tip-soft-default-background};
1990
- --#{$prefix}color-tip-soft-default-foreground: #{$df-color-tip-soft-default-foreground};
1991
- --#{$prefix}color-tip-soft-hovered-background: #{$df-color-tip-soft-hovered-background};
1992
- --#{$prefix}color-tip-soft-hovered-foreground: #{$df-color-tip-soft-hovered-foreground};
1993
- --#{$prefix}color-tip-soft-pressed-background: #{$df-color-tip-soft-pressed-background};
1994
- --#{$prefix}color-tip-soft-pressed-foreground: #{$df-color-tip-soft-pressed-foreground};
1995
- --#{$prefix}color-tip-subtle-background: #{$df-color-tip-subtle-background};
1996
- --#{$prefix}color-toggle-background: #{$df-color-toggle-background};
1997
- --#{$prefix}color-toggle-border: #{$df-color-toggle-border};
1998
- --#{$prefix}color-warning-alt-active-background: #{$df-color-warning-alt-active-background};
1999
- --#{$prefix}color-warning-alt-activeHovered-background: #{$df-color-warning-alt-activeHovered-background};
2000
- --#{$prefix}color-warning-alt-activePressed-background: #{$df-color-warning-alt-activePressed-background};
2001
- --#{$prefix}color-warning-alt-default-background: #{$df-color-warning-alt-default-background};
2002
- --#{$prefix}color-warning-alt-default-foreground: #{$df-color-warning-alt-default-foreground};
2003
- --#{$prefix}color-warning-alt-hovered-background: #{$df-color-warning-alt-hovered-background};
2004
- --#{$prefix}color-warning-alt-pressed-background: #{$df-color-warning-alt-pressed-background};
2005
- --#{$prefix}color-warning-main-active-background: #{$df-color-warning-main-active-background};
2006
- --#{$prefix}color-warning-main-active-border: #{$df-color-warning-main-active-border};
2007
- --#{$prefix}color-warning-main-active-foreground: #{$df-color-warning-main-active-foreground};
2008
- --#{$prefix}color-warning-main-activeHovered-background: #{$df-color-warning-main-activeHovered-background};
2009
- --#{$prefix}color-warning-main-activeHovered-border: #{$df-color-warning-main-activeHovered-border};
2010
- --#{$prefix}color-warning-main-activeHovered-foreground: #{$df-color-warning-main-activeHovered-foreground};
2011
- --#{$prefix}color-warning-main-activePressed-background: #{$df-color-warning-main-activePressed-background};
2012
- --#{$prefix}color-warning-main-activePressed-border: #{$df-color-warning-main-activePressed-border};
2013
- --#{$prefix}color-warning-main-activePressed-foreground: #{$df-color-warning-main-activePressed-foreground};
2014
- --#{$prefix}color-warning-main-default-background: #{$df-color-warning-main-default-background};
2015
- --#{$prefix}color-warning-main-default-border: #{$df-color-warning-main-default-border};
2016
- --#{$prefix}color-warning-main-default-foreground: #{$df-color-warning-main-default-foreground};
2017
- --#{$prefix}color-warning-main-hovered-background: #{$df-color-warning-main-hovered-background};
2018
- --#{$prefix}color-warning-main-hovered-border: #{$df-color-warning-main-hovered-border};
2019
- --#{$prefix}color-warning-main-hovered-foreground: #{$df-color-warning-main-hovered-foreground};
2020
- --#{$prefix}color-warning-main-pressed-background: #{$df-color-warning-main-pressed-background};
2021
- --#{$prefix}color-warning-main-pressed-border: #{$df-color-warning-main-pressed-border};
2022
- --#{$prefix}color-warning-main-pressed-foreground: #{$df-color-warning-main-pressed-foreground};
2023
- --#{$prefix}color-warning-soft-active-background: #{$df-color-warning-soft-active-background};
2024
- --#{$prefix}color-warning-soft-active-foreground: #{$df-color-warning-soft-active-foreground};
2025
- --#{$prefix}color-warning-soft-activeHovered-background: #{$df-color-warning-soft-activeHovered-background};
2026
- --#{$prefix}color-warning-soft-activeHovered-foreground: #{$df-color-warning-soft-activeHovered-foreground};
2027
- --#{$prefix}color-warning-soft-activePressed-background: #{$df-color-warning-soft-activePressed-background};
2028
- --#{$prefix}color-warning-soft-activePressed-foreground: #{$df-color-warning-soft-activePressed-foreground};
2029
- --#{$prefix}color-warning-soft-default-background: #{$df-color-warning-soft-default-background};
2030
- --#{$prefix}color-warning-soft-default-foreground: #{$df-color-warning-soft-default-foreground};
2031
- --#{$prefix}color-warning-soft-hovered-background: #{$df-color-warning-soft-hovered-background};
2032
- --#{$prefix}color-warning-soft-hovered-foreground: #{$df-color-warning-soft-hovered-foreground};
2033
- --#{$prefix}color-warning-soft-pressed-background: #{$df-color-warning-soft-pressed-background};
2034
- --#{$prefix}color-warning-soft-pressed-foreground: #{$df-color-warning-soft-pressed-foreground};
2035
- --#{$prefix}color-warning-subtle-background: #{$df-color-warning-subtle-background};
2036
- --#{$prefix}badge-outline-color-chromatic1-default-border: #{$df-badge-outline-color-chromatic1-default-border};
2037
- --#{$prefix}badge-outline-color-chromatic1-default-foreground: #{$df-badge-outline-color-chromatic1-default-foreground};
2038
- --#{$prefix}badge-outline-color-chromatic1-hovered-background: #{$df-badge-outline-color-chromatic1-hovered-background};
2039
- --#{$prefix}badge-outline-color-chromatic1-hovered-border: #{$df-badge-outline-color-chromatic1-hovered-border};
2040
- --#{$prefix}badge-outline-color-chromatic1-hovered-foreground: #{$df-badge-outline-color-chromatic1-hovered-foreground};
2041
- --#{$prefix}badge-outline-color-chromatic1-pressed-background: #{$df-badge-outline-color-chromatic1-pressed-background};
2042
- --#{$prefix}badge-outline-color-chromatic1-pressed-border: #{$df-badge-outline-color-chromatic1-pressed-border};
2043
- --#{$prefix}badge-outline-color-chromatic1-pressed-foreground: #{$df-badge-outline-color-chromatic1-pressed-foreground};
2044
- --#{$prefix}badge-outline-color-chromatic2-default-border: #{$df-badge-outline-color-chromatic2-default-border};
2045
- --#{$prefix}badge-outline-color-chromatic2-default-foreground: #{$df-badge-outline-color-chromatic2-default-foreground};
2046
- --#{$prefix}badge-outline-color-chromatic2-hovered-background: #{$df-badge-outline-color-chromatic2-hovered-background};
2047
- --#{$prefix}badge-outline-color-chromatic2-hovered-border: #{$df-badge-outline-color-chromatic2-hovered-border};
2048
- --#{$prefix}badge-outline-color-chromatic2-hovered-foreground: #{$df-badge-outline-color-chromatic2-hovered-foreground};
2049
- --#{$prefix}badge-outline-color-chromatic2-pressed-background: #{$df-badge-outline-color-chromatic2-pressed-background};
2050
- --#{$prefix}badge-outline-color-chromatic2-pressed-border: #{$df-badge-outline-color-chromatic2-pressed-border};
2051
- --#{$prefix}badge-outline-color-chromatic2-pressed-foreground: #{$df-badge-outline-color-chromatic2-pressed-foreground};
2052
- --#{$prefix}badge-outline-color-danger-default-border: #{$df-badge-outline-color-danger-default-border};
2053
- --#{$prefix}badge-outline-color-danger-default-foreground: #{$df-badge-outline-color-danger-default-foreground};
2054
- --#{$prefix}badge-outline-color-danger-hovered-background: #{$df-badge-outline-color-danger-hovered-background};
2055
- --#{$prefix}badge-outline-color-danger-hovered-border: #{$df-badge-outline-color-danger-hovered-border};
2056
- --#{$prefix}badge-outline-color-danger-hovered-foreground: #{$df-badge-outline-color-danger-hovered-foreground};
2057
- --#{$prefix}badge-outline-color-danger-pressed-background: #{$df-badge-outline-color-danger-pressed-background};
2058
- --#{$prefix}badge-outline-color-danger-pressed-border: #{$df-badge-outline-color-danger-pressed-border};
2059
- --#{$prefix}badge-outline-color-danger-pressed-foreground: #{$df-badge-outline-color-danger-pressed-foreground};
2060
- --#{$prefix}badge-outline-color-disabled-default-border: #{$df-badge-outline-color-disabled-default-border};
2061
- --#{$prefix}badge-outline-color-disabled-default-foreground: #{$df-badge-outline-color-disabled-default-foreground};
2062
- --#{$prefix}badge-outline-color-focus-alt-border: #{$df-badge-outline-color-focus-alt-border};
2063
- --#{$prefix}badge-outline-color-focus-main-border: #{$df-badge-outline-color-focus-main-border};
2064
- --#{$prefix}badge-outline-color-info-default-border: #{$df-badge-outline-color-info-default-border};
2065
- --#{$prefix}badge-outline-color-info-default-foreground: #{$df-badge-outline-color-info-default-foreground};
2066
- --#{$prefix}badge-outline-color-info-hovered-background: #{$df-badge-outline-color-info-hovered-background};
2067
- --#{$prefix}badge-outline-color-info-hovered-border: #{$df-badge-outline-color-info-hovered-border};
2068
- --#{$prefix}badge-outline-color-info-hovered-foreground: #{$df-badge-outline-color-info-hovered-foreground};
2069
- --#{$prefix}badge-outline-color-info-pressed-background: #{$df-badge-outline-color-info-pressed-background};
2070
- --#{$prefix}badge-outline-color-info-pressed-border: #{$df-badge-outline-color-info-pressed-border};
2071
- --#{$prefix}badge-outline-color-info-pressed-foreground: #{$df-badge-outline-color-info-pressed-foreground};
2072
- --#{$prefix}badge-outline-color-neutral-default-border: #{$df-badge-outline-color-neutral-default-border};
2073
- --#{$prefix}badge-outline-color-neutral-default-foreground: #{$df-badge-outline-color-neutral-default-foreground};
2074
- --#{$prefix}badge-outline-color-neutral-hovered-background: #{$df-badge-outline-color-neutral-hovered-background};
2075
- --#{$prefix}badge-outline-color-neutral-hovered-border: #{$df-badge-outline-color-neutral-hovered-border};
2076
- --#{$prefix}badge-outline-color-neutral-hovered-foreground: #{$df-badge-outline-color-neutral-hovered-foreground};
2077
- --#{$prefix}badge-outline-color-neutral-pressed-background: #{$df-badge-outline-color-neutral-pressed-background};
2078
- --#{$prefix}badge-outline-color-neutral-pressed-border: #{$df-badge-outline-color-neutral-pressed-border};
2079
- --#{$prefix}badge-outline-color-neutral-pressed-foreground: #{$df-badge-outline-color-neutral-pressed-foreground};
2080
- --#{$prefix}badge-outline-color-success-default-border: #{$df-badge-outline-color-success-default-border};
2081
- --#{$prefix}badge-outline-color-success-default-foreground: #{$df-badge-outline-color-success-default-foreground};
2082
- --#{$prefix}badge-outline-color-success-hovered-background: #{$df-badge-outline-color-success-hovered-background};
2083
- --#{$prefix}badge-outline-color-success-hovered-border: #{$df-badge-outline-color-success-hovered-border};
2084
- --#{$prefix}badge-outline-color-success-hovered-foreground: #{$df-badge-outline-color-success-hovered-foreground};
2085
- --#{$prefix}badge-outline-color-success-pressed-background: #{$df-badge-outline-color-success-pressed-background};
2086
- --#{$prefix}badge-outline-color-success-pressed-border: #{$df-badge-outline-color-success-pressed-border};
2087
- --#{$prefix}badge-outline-color-success-pressed-foreground: #{$df-badge-outline-color-success-pressed-foreground};
2088
- --#{$prefix}badge-outline-color-tip-default-border: #{$df-badge-outline-color-tip-default-border};
2089
- --#{$prefix}badge-outline-color-tip-default-foreground: #{$df-badge-outline-color-tip-default-foreground};
2090
- --#{$prefix}badge-outline-color-tip-hovered-background: #{$df-badge-outline-color-tip-hovered-background};
2091
- --#{$prefix}badge-outline-color-tip-hovered-border: #{$df-badge-outline-color-tip-hovered-border};
2092
- --#{$prefix}badge-outline-color-tip-hovered-foreground: #{$df-badge-outline-color-tip-hovered-foreground};
2093
- --#{$prefix}badge-outline-color-tip-pressed-background: #{$df-badge-outline-color-tip-pressed-background};
2094
- --#{$prefix}badge-outline-color-tip-pressed-border: #{$df-badge-outline-color-tip-pressed-border};
2095
- --#{$prefix}badge-outline-color-tip-pressed-foreground: #{$df-badge-outline-color-tip-pressed-foreground};
2096
- --#{$prefix}badge-outline-color-warning-default-border: #{$df-badge-outline-color-warning-default-border};
2097
- --#{$prefix}badge-outline-color-warning-default-foreground: #{$df-badge-outline-color-warning-default-foreground};
2098
- --#{$prefix}badge-outline-color-warning-hovered-background: #{$df-badge-outline-color-warning-hovered-background};
2099
- --#{$prefix}badge-outline-color-warning-hovered-border: #{$df-badge-outline-color-warning-hovered-border};
2100
- --#{$prefix}badge-outline-color-warning-hovered-foreground: #{$df-badge-outline-color-warning-hovered-foreground};
2101
- --#{$prefix}badge-outline-color-warning-pressed-background: #{$df-badge-outline-color-warning-pressed-background};
2102
- --#{$prefix}badge-outline-color-warning-pressed-border: #{$df-badge-outline-color-warning-pressed-border};
2103
- --#{$prefix}badge-outline-color-warning-pressed-foreground: #{$df-badge-outline-color-warning-pressed-foreground};
2104
- --#{$prefix}badge-soft-color-chromatic1-default-background: #{$df-badge-soft-color-chromatic1-default-background};
2105
- --#{$prefix}badge-soft-color-chromatic1-default-border: #{$df-badge-soft-color-chromatic1-default-border};
2106
- --#{$prefix}badge-soft-color-chromatic1-default-foreground: #{$df-badge-soft-color-chromatic1-default-foreground};
2107
- --#{$prefix}badge-soft-color-chromatic1-hovered-background: #{$df-badge-soft-color-chromatic1-hovered-background};
2108
- --#{$prefix}badge-soft-color-chromatic1-hovered-border: #{$df-badge-soft-color-chromatic1-hovered-border};
2109
- --#{$prefix}badge-soft-color-chromatic1-hovered-foreground: #{$df-badge-soft-color-chromatic1-hovered-foreground};
2110
- --#{$prefix}badge-soft-color-chromatic1-pressed-background: #{$df-badge-soft-color-chromatic1-pressed-background};
2111
- --#{$prefix}badge-soft-color-chromatic1-pressed-border: #{$df-badge-soft-color-chromatic1-pressed-border};
2112
- --#{$prefix}badge-soft-color-chromatic1-pressed-foreground: #{$df-badge-soft-color-chromatic1-pressed-foreground};
2113
- --#{$prefix}badge-soft-color-chromatic2-default-background: #{$df-badge-soft-color-chromatic2-default-background};
2114
- --#{$prefix}badge-soft-color-chromatic2-default-border: #{$df-badge-soft-color-chromatic2-default-border};
2115
- --#{$prefix}badge-soft-color-chromatic2-default-foreground: #{$df-badge-soft-color-chromatic2-default-foreground};
2116
- --#{$prefix}badge-soft-color-chromatic2-hovered-background: #{$df-badge-soft-color-chromatic2-hovered-background};
2117
- --#{$prefix}badge-soft-color-chromatic2-hovered-border: #{$df-badge-soft-color-chromatic2-hovered-border};
2118
- --#{$prefix}badge-soft-color-chromatic2-hovered-foreground: #{$df-badge-soft-color-chromatic2-hovered-foreground};
2119
- --#{$prefix}badge-soft-color-chromatic2-pressed-background: #{$df-badge-soft-color-chromatic2-pressed-background};
2120
- --#{$prefix}badge-soft-color-chromatic2-pressed-border: #{$df-badge-soft-color-chromatic2-pressed-border};
2121
- --#{$prefix}badge-soft-color-chromatic2-pressed-foreground: #{$df-badge-soft-color-chromatic2-pressed-foreground};
2122
- --#{$prefix}badge-soft-color-danger-default-background: #{$df-badge-soft-color-danger-default-background};
2123
- --#{$prefix}badge-soft-color-danger-default-border: #{$df-badge-soft-color-danger-default-border};
2124
- --#{$prefix}badge-soft-color-danger-default-foreground: #{$df-badge-soft-color-danger-default-foreground};
2125
- --#{$prefix}badge-soft-color-danger-hovered-background: #{$df-badge-soft-color-danger-hovered-background};
2126
- --#{$prefix}badge-soft-color-danger-hovered-border: #{$df-badge-soft-color-danger-hovered-border};
2127
- --#{$prefix}badge-soft-color-danger-hovered-foreground: #{$df-badge-soft-color-danger-hovered-foreground};
2128
- --#{$prefix}badge-soft-color-danger-pressed-background: #{$df-badge-soft-color-danger-pressed-background};
2129
- --#{$prefix}badge-soft-color-danger-pressed-border: #{$df-badge-soft-color-danger-pressed-border};
2130
- --#{$prefix}badge-soft-color-danger-pressed-foreground: #{$df-badge-soft-color-danger-pressed-foreground};
2131
- --#{$prefix}badge-soft-color-disabled-default-background: #{$df-badge-soft-color-disabled-default-background};
2132
- --#{$prefix}badge-soft-color-disabled-default-border: #{$df-badge-soft-color-disabled-default-border};
2133
- --#{$prefix}badge-soft-color-disabled-default-foreground: #{$df-badge-soft-color-disabled-default-foreground};
2134
- --#{$prefix}badge-soft-color-focus-alt-border: #{$df-badge-soft-color-focus-alt-border};
2135
- --#{$prefix}badge-soft-color-focus-main-border: #{$df-badge-soft-color-focus-main-border};
2136
- --#{$prefix}badge-soft-color-info-default-background: #{$df-badge-soft-color-info-default-background};
2137
- --#{$prefix}badge-soft-color-info-default-border: #{$df-badge-soft-color-info-default-border};
2138
- --#{$prefix}badge-soft-color-info-default-foreground: #{$df-badge-soft-color-info-default-foreground};
2139
- --#{$prefix}badge-soft-color-info-hovered-background: #{$df-badge-soft-color-info-hovered-background};
2140
- --#{$prefix}badge-soft-color-info-hovered-border: #{$df-badge-soft-color-info-hovered-border};
2141
- --#{$prefix}badge-soft-color-info-hovered-foreground: #{$df-badge-soft-color-info-hovered-foreground};
2142
- --#{$prefix}badge-soft-color-info-pressed-background: #{$df-badge-soft-color-info-pressed-background};
2143
- --#{$prefix}badge-soft-color-info-pressed-border: #{$df-badge-soft-color-info-pressed-border};
2144
- --#{$prefix}badge-soft-color-info-pressed-foreground: #{$df-badge-soft-color-info-pressed-foreground};
2145
- --#{$prefix}badge-soft-color-neutral-default-background: #{$df-badge-soft-color-neutral-default-background};
2146
- --#{$prefix}badge-soft-color-neutral-default-border: #{$df-badge-soft-color-neutral-default-border};
2147
- --#{$prefix}badge-soft-color-neutral-default-foreground: #{$df-badge-soft-color-neutral-default-foreground};
2148
- --#{$prefix}badge-soft-color-neutral-hovered-background: #{$df-badge-soft-color-neutral-hovered-background};
2149
- --#{$prefix}badge-soft-color-neutral-hovered-border: #{$df-badge-soft-color-neutral-hovered-border};
2150
- --#{$prefix}badge-soft-color-neutral-hovered-foreground: #{$df-badge-soft-color-neutral-hovered-foreground};
2151
- --#{$prefix}badge-soft-color-neutral-pressed-background: #{$df-badge-soft-color-neutral-pressed-background};
2152
- --#{$prefix}badge-soft-color-neutral-pressed-border: #{$df-badge-soft-color-neutral-pressed-border};
2153
- --#{$prefix}badge-soft-color-neutral-pressed-foreground: #{$df-badge-soft-color-neutral-pressed-foreground};
2154
- --#{$prefix}badge-soft-color-success-default-background: #{$df-badge-soft-color-success-default-background};
2155
- --#{$prefix}badge-soft-color-success-default-border: #{$df-badge-soft-color-success-default-border};
2156
- --#{$prefix}badge-soft-color-success-default-foreground: #{$df-badge-soft-color-success-default-foreground};
2157
- --#{$prefix}badge-soft-color-success-hovered-background: #{$df-badge-soft-color-success-hovered-background};
2158
- --#{$prefix}badge-soft-color-success-hovered-border: #{$df-badge-soft-color-success-hovered-border};
2159
- --#{$prefix}badge-soft-color-success-hovered-foreground: #{$df-badge-soft-color-success-hovered-foreground};
2160
- --#{$prefix}badge-soft-color-success-pressed-background: #{$df-badge-soft-color-success-pressed-background};
2161
- --#{$prefix}badge-soft-color-success-pressed-border: #{$df-badge-soft-color-success-pressed-border};
2162
- --#{$prefix}badge-soft-color-success-pressed-foreground: #{$df-badge-soft-color-success-pressed-foreground};
2163
- --#{$prefix}badge-soft-color-tip-default-background: #{$df-badge-soft-color-tip-default-background};
2164
- --#{$prefix}badge-soft-color-tip-default-border: #{$df-badge-soft-color-tip-default-border};
2165
- --#{$prefix}badge-soft-color-tip-default-foreground: #{$df-badge-soft-color-tip-default-foreground};
2166
- --#{$prefix}badge-soft-color-tip-hovered-background: #{$df-badge-soft-color-tip-hovered-background};
2167
- --#{$prefix}badge-soft-color-tip-hovered-border: #{$df-badge-soft-color-tip-hovered-border};
2168
- --#{$prefix}badge-soft-color-tip-hovered-foreground: #{$df-badge-soft-color-tip-hovered-foreground};
2169
- --#{$prefix}badge-soft-color-tip-pressed-background: #{$df-badge-soft-color-tip-pressed-background};
2170
- --#{$prefix}badge-soft-color-tip-pressed-border: #{$df-badge-soft-color-tip-pressed-border};
2171
- --#{$prefix}badge-soft-color-tip-pressed-foreground: #{$df-badge-soft-color-tip-pressed-foreground};
2172
- --#{$prefix}badge-soft-color-warning-default-background: #{$df-badge-soft-color-warning-default-background};
2173
- --#{$prefix}badge-soft-color-warning-default-border: #{$df-badge-soft-color-warning-default-border};
2174
- --#{$prefix}badge-soft-color-warning-default-foreground: #{$df-badge-soft-color-warning-default-foreground};
2175
- --#{$prefix}badge-soft-color-warning-hovered-background: #{$df-badge-soft-color-warning-hovered-background};
2176
- --#{$prefix}badge-soft-color-warning-hovered-border: #{$df-badge-soft-color-warning-hovered-border};
2177
- --#{$prefix}badge-soft-color-warning-hovered-foreground: #{$df-badge-soft-color-warning-hovered-foreground};
2178
- --#{$prefix}badge-soft-color-warning-pressed-background: #{$df-badge-soft-color-warning-pressed-background};
2179
- --#{$prefix}badge-soft-color-warning-pressed-border: #{$df-badge-soft-color-warning-pressed-border};
2180
- --#{$prefix}badge-soft-color-warning-pressed-foreground: #{$df-badge-soft-color-warning-pressed-foreground};
2181
- --#{$prefix}badge-solid-color-chromatic1-default-background: #{$df-badge-solid-color-chromatic1-default-background};
2182
- --#{$prefix}badge-solid-color-chromatic1-default-foreground: #{$df-badge-solid-color-chromatic1-default-foreground};
2183
- --#{$prefix}badge-solid-color-chromatic1-hovered-background: #{$df-badge-solid-color-chromatic1-hovered-background};
2184
- --#{$prefix}badge-solid-color-chromatic1-hovered-foreground: #{$df-badge-solid-color-chromatic1-hovered-foreground};
2185
- --#{$prefix}badge-solid-color-chromatic1-pressed-background: #{$df-badge-solid-color-chromatic1-pressed-background};
2186
- --#{$prefix}badge-solid-color-chromatic1-pressed-foreground: #{$df-badge-solid-color-chromatic1-pressed-foreground};
2187
- --#{$prefix}badge-solid-color-chromatic2-default-background: #{$df-badge-solid-color-chromatic2-default-background};
2188
- --#{$prefix}badge-solid-color-chromatic2-default-foreground: #{$df-badge-solid-color-chromatic2-default-foreground};
2189
- --#{$prefix}badge-solid-color-chromatic2-hovered-background: #{$df-badge-solid-color-chromatic2-hovered-background};
2190
- --#{$prefix}badge-solid-color-chromatic2-hovered-foreground: #{$df-badge-solid-color-chromatic2-hovered-foreground};
2191
- --#{$prefix}badge-solid-color-chromatic2-pressed-background: #{$df-badge-solid-color-chromatic2-pressed-background};
2192
- --#{$prefix}badge-solid-color-chromatic2-pressed-foreground: #{$df-badge-solid-color-chromatic2-pressed-foreground};
2193
- --#{$prefix}badge-solid-color-danger-default-background: #{$df-badge-solid-color-danger-default-background};
2194
- --#{$prefix}badge-solid-color-danger-default-foreground: #{$df-badge-solid-color-danger-default-foreground};
2195
- --#{$prefix}badge-solid-color-danger-hovered-background: #{$df-badge-solid-color-danger-hovered-background};
2196
- --#{$prefix}badge-solid-color-danger-hovered-foreground: #{$df-badge-solid-color-danger-hovered-foreground};
2197
- --#{$prefix}badge-solid-color-danger-pressed-background: #{$df-badge-solid-color-danger-pressed-background};
2198
- --#{$prefix}badge-solid-color-danger-pressed-foreground: #{$df-badge-solid-color-danger-pressed-foreground};
2199
- --#{$prefix}badge-solid-color-disabled-default-background: #{$df-badge-solid-color-disabled-default-background};
2200
- --#{$prefix}badge-solid-color-disabled-default-foreground: #{$df-badge-solid-color-disabled-default-foreground};
2201
- --#{$prefix}badge-solid-color-focus-alt-border: #{$df-badge-solid-color-focus-alt-border};
2202
- --#{$prefix}badge-solid-color-focus-main-border: #{$df-badge-solid-color-focus-main-border};
2203
- --#{$prefix}badge-solid-color-info-default-background: #{$df-badge-solid-color-info-default-background};
2204
- --#{$prefix}badge-solid-color-info-default-foreground: #{$df-badge-solid-color-info-default-foreground};
2205
- --#{$prefix}badge-solid-color-info-hovered-background: #{$df-badge-solid-color-info-hovered-background};
2206
- --#{$prefix}badge-solid-color-info-hovered-foreground: #{$df-badge-solid-color-info-hovered-foreground};
2207
- --#{$prefix}badge-solid-color-info-pressed-background: #{$df-badge-solid-color-info-pressed-background};
2208
- --#{$prefix}badge-solid-color-info-pressed-foreground: #{$df-badge-solid-color-info-pressed-foreground};
2209
- --#{$prefix}badge-solid-color-neutral-alt-default-background: #{$df-badge-solid-color-neutral-alt-default-background};
2210
- --#{$prefix}badge-solid-color-neutral-alt-default-foreground: #{$df-badge-solid-color-neutral-alt-default-foreground};
2211
- --#{$prefix}badge-solid-color-neutral-alt-hovered-background: #{$df-badge-solid-color-neutral-alt-hovered-background};
2212
- --#{$prefix}badge-solid-color-neutral-alt-hovered-foreground: #{$df-badge-solid-color-neutral-alt-hovered-foreground};
2213
- --#{$prefix}badge-solid-color-neutral-alt-pressed-background: #{$df-badge-solid-color-neutral-alt-pressed-background};
2214
- --#{$prefix}badge-solid-color-neutral-alt-pressed-foreground: #{$df-badge-solid-color-neutral-alt-pressed-foreground};
2215
- --#{$prefix}badge-solid-color-neutral-default-background: #{$df-badge-solid-color-neutral-default-background};
2216
- --#{$prefix}badge-solid-color-neutral-default-foreground: #{$df-badge-solid-color-neutral-default-foreground};
2217
- --#{$prefix}badge-solid-color-neutral-hovered-background: #{$df-badge-solid-color-neutral-hovered-background};
2218
- --#{$prefix}badge-solid-color-neutral-hovered-foreground: #{$df-badge-solid-color-neutral-hovered-foreground};
2219
- --#{$prefix}badge-solid-color-neutral-pressed-background: #{$df-badge-solid-color-neutral-pressed-background};
2220
- --#{$prefix}badge-solid-color-neutral-pressed-foreground: #{$df-badge-solid-color-neutral-pressed-foreground};
2221
- --#{$prefix}badge-solid-color-success-default-background: #{$df-badge-solid-color-success-default-background};
2222
- --#{$prefix}badge-solid-color-success-default-foreground: #{$df-badge-solid-color-success-default-foreground};
2223
- --#{$prefix}badge-solid-color-success-hovered-background: #{$df-badge-solid-color-success-hovered-background};
2224
- --#{$prefix}badge-solid-color-success-hovered-foreground: #{$df-badge-solid-color-success-hovered-foreground};
2225
- --#{$prefix}badge-solid-color-success-pressed-background: #{$df-badge-solid-color-success-pressed-background};
2226
- --#{$prefix}badge-solid-color-success-pressed-foreground: #{$df-badge-solid-color-success-pressed-foreground};
2227
- --#{$prefix}badge-solid-color-tip-default-background: #{$df-badge-solid-color-tip-default-background};
2228
- --#{$prefix}badge-solid-color-tip-default-foreground: #{$df-badge-solid-color-tip-default-foreground};
2229
- --#{$prefix}badge-solid-color-tip-hovered-background: #{$df-badge-solid-color-tip-hovered-background};
2230
- --#{$prefix}badge-solid-color-tip-hovered-foreground: #{$df-badge-solid-color-tip-hovered-foreground};
2231
- --#{$prefix}badge-solid-color-tip-pressed-background: #{$df-badge-solid-color-tip-pressed-background};
2232
- --#{$prefix}badge-solid-color-tip-pressed-foreground: #{$df-badge-solid-color-tip-pressed-foreground};
2233
- --#{$prefix}badge-solid-color-warning-default-background: #{$df-badge-solid-color-warning-default-background};
2234
- --#{$prefix}badge-solid-color-warning-default-foreground: #{$df-badge-solid-color-warning-default-foreground};
2235
- --#{$prefix}badge-solid-color-warning-hovered-background: #{$df-badge-solid-color-warning-hovered-background};
2236
- --#{$prefix}badge-solid-color-warning-hovered-foreground: #{$df-badge-solid-color-warning-hovered-foreground};
2237
- --#{$prefix}badge-solid-color-warning-pressed-background: #{$df-badge-solid-color-warning-pressed-background};
2238
- --#{$prefix}badge-solid-color-warning-pressed-foreground: #{$df-badge-solid-color-warning-pressed-foreground};
2239
- --#{$prefix}button-borderRadius-focus-medium: #{$df-button-borderRadius-focus-medium};
2240
- --#{$prefix}button-borderRadius-focus-large: #{$df-button-borderRadius-focus-large};
2241
- --#{$prefix}button-borderRadius-focus-null: #{$df-button-borderRadius-focus-null};
2242
- --#{$prefix}button-borderRadius-focus-rounded: #{$df-button-borderRadius-focus-rounded};
2243
- --#{$prefix}button-borderRadius-focus-small: #{$df-button-borderRadius-focus-small};
2244
- --#{$prefix}button-borderRadius-main-small: #{$df-button-borderRadius-main-small};
2245
- --#{$prefix}button-borderRadius-main-medium: #{$df-button-borderRadius-main-medium};
2246
- --#{$prefix}button-borderRadius-main-large: #{$df-button-borderRadius-main-large};
2247
- --#{$prefix}button-borderRadius-main-null: #{$df-button-borderRadius-main-null};
2248
- --#{$prefix}button-borderRadius-main-rounded: #{$df-button-borderRadius-main-rounded};
2249
- --#{$prefix}button-outline-basic-color-danger-active-background: #{$df-button-outline-basic-color-danger-active-background};
2250
- --#{$prefix}button-outline-basic-color-danger-active-border: #{$df-button-outline-basic-color-danger-active-border};
2251
- --#{$prefix}button-outline-basic-color-danger-active-foreground: #{$df-button-outline-basic-color-danger-active-foreground};
2252
- --#{$prefix}button-outline-basic-color-danger-activeHovered-background: #{$df-button-outline-basic-color-danger-activeHovered-background};
2253
- --#{$prefix}button-outline-basic-color-danger-activeHovered-border: #{$df-button-outline-basic-color-danger-activeHovered-border};
2254
- --#{$prefix}button-outline-basic-color-danger-activeHovered-foreground: #{$df-button-outline-basic-color-danger-activeHovered-foreground};
2255
- --#{$prefix}button-outline-basic-color-danger-activePressed-background: #{$df-button-outline-basic-color-danger-activePressed-background};
2256
- --#{$prefix}button-outline-basic-color-danger-activePressed-border: #{$df-button-outline-basic-color-danger-activePressed-border};
2257
- --#{$prefix}button-outline-basic-color-danger-activePressed-foreground: #{$df-button-outline-basic-color-danger-activePressed-foreground};
2258
- --#{$prefix}button-outline-basic-color-danger-default-background: #{$df-button-outline-basic-color-danger-default-background};
2259
- --#{$prefix}button-outline-basic-color-danger-default-border: #{$df-button-outline-basic-color-danger-default-border};
2260
- --#{$prefix}button-outline-basic-color-danger-default-foreground: #{$df-button-outline-basic-color-danger-default-foreground};
2261
- --#{$prefix}button-outline-basic-color-danger-hovered-background: #{$df-button-outline-basic-color-danger-hovered-background};
2262
- --#{$prefix}button-outline-basic-color-danger-hovered-border: #{$df-button-outline-basic-color-danger-hovered-border};
2263
- --#{$prefix}button-outline-basic-color-danger-hovered-foreground: #{$df-button-outline-basic-color-danger-hovered-foreground};
2264
- --#{$prefix}button-outline-basic-color-danger-pressed-background: #{$df-button-outline-basic-color-danger-pressed-background};
2265
- --#{$prefix}button-outline-basic-color-danger-pressed-border: #{$df-button-outline-basic-color-danger-pressed-border};
2266
- --#{$prefix}button-outline-basic-color-danger-pressed-foreground: #{$df-button-outline-basic-color-danger-pressed-foreground};
2267
- --#{$prefix}button-outline-basic-color-disabled-background: #{$df-button-outline-basic-color-disabled-background};
2268
- --#{$prefix}button-outline-basic-color-disabled-border: #{$df-button-outline-basic-color-disabled-border};
2269
- --#{$prefix}button-outline-basic-color-disabled-foreground: #{$df-button-outline-basic-color-disabled-foreground};
2270
- --#{$prefix}button-outline-basic-color-neutral-active-background: #{$df-button-outline-basic-color-neutral-active-background};
2271
- --#{$prefix}button-outline-basic-color-neutral-active-border: #{$df-button-outline-basic-color-neutral-active-border};
2272
- --#{$prefix}button-outline-basic-color-neutral-active-foreground: #{$df-button-outline-basic-color-neutral-active-foreground};
2273
- --#{$prefix}button-outline-basic-color-neutral-activeHovered-background: #{$df-button-outline-basic-color-neutral-activeHovered-background};
2274
- --#{$prefix}button-outline-basic-color-neutral-activeHovered-border: #{$df-button-outline-basic-color-neutral-activeHovered-border};
2275
- --#{$prefix}button-outline-basic-color-neutral-activeHovered-foreground: #{$df-button-outline-basic-color-neutral-activeHovered-foreground};
2276
- --#{$prefix}button-outline-basic-color-neutral-activePressed-background: #{$df-button-outline-basic-color-neutral-activePressed-background};
2277
- --#{$prefix}button-outline-basic-color-neutral-activePressed-border: #{$df-button-outline-basic-color-neutral-activePressed-border};
2278
- --#{$prefix}button-outline-basic-color-neutral-activePressed-foreground: #{$df-button-outline-basic-color-neutral-activePressed-foreground};
2279
- --#{$prefix}button-outline-basic-color-neutral-default-background: #{$df-button-outline-basic-color-neutral-default-background};
2280
- --#{$prefix}button-outline-basic-color-neutral-default-border: #{$df-button-outline-basic-color-neutral-default-border};
2281
- --#{$prefix}button-outline-basic-color-neutral-default-foreground: #{$df-button-outline-basic-color-neutral-default-foreground};
2282
- --#{$prefix}button-outline-basic-color-neutral-hovered-background: #{$df-button-outline-basic-color-neutral-hovered-background};
2283
- --#{$prefix}button-outline-basic-color-neutral-hovered-border: #{$df-button-outline-basic-color-neutral-hovered-border};
2284
- --#{$prefix}button-outline-basic-color-neutral-hovered-foreground: #{$df-button-outline-basic-color-neutral-hovered-foreground};
2285
- --#{$prefix}button-outline-basic-color-neutral-pressed-background: #{$df-button-outline-basic-color-neutral-pressed-background};
2286
- --#{$prefix}button-outline-basic-color-neutral-pressed-border: #{$df-button-outline-basic-color-neutral-pressed-border};
2287
- --#{$prefix}button-outline-basic-color-neutral-pressed-foreground: #{$df-button-outline-basic-color-neutral-pressed-foreground};
2288
- --#{$prefix}button-outline-basic-color-primary-active-background: #{$df-button-outline-basic-color-primary-active-background};
2289
- --#{$prefix}button-outline-basic-color-primary-active-border: #{$df-button-outline-basic-color-primary-active-border};
2290
- --#{$prefix}button-outline-basic-color-primary-active-foreground: #{$df-button-outline-basic-color-primary-active-foreground};
2291
- --#{$prefix}button-outline-basic-color-primary-activeHovered-background: #{$df-button-outline-basic-color-primary-activeHovered-background};
2292
- --#{$prefix}button-outline-basic-color-primary-activeHovered-border: #{$df-button-outline-basic-color-primary-activeHovered-border};
2293
- --#{$prefix}button-outline-basic-color-primary-activeHovered-foreground: #{$df-button-outline-basic-color-primary-activeHovered-foreground};
2294
- --#{$prefix}button-outline-basic-color-primary-activePressed-background: #{$df-button-outline-basic-color-primary-activePressed-background};
2295
- --#{$prefix}button-outline-basic-color-primary-activePressed-border: #{$df-button-outline-basic-color-primary-activePressed-border};
2296
- --#{$prefix}button-outline-basic-color-primary-activePressed-foreground: #{$df-button-outline-basic-color-primary-activePressed-foreground};
2297
- --#{$prefix}button-outline-basic-color-primary-default-background: #{$df-button-outline-basic-color-primary-default-background};
2298
- --#{$prefix}button-outline-basic-color-primary-default-border: #{$df-button-outline-basic-color-primary-default-border};
2299
- --#{$prefix}button-outline-basic-color-primary-default-foreground: #{$df-button-outline-basic-color-primary-default-foreground};
2300
- --#{$prefix}button-outline-basic-color-primary-hovered-background: #{$df-button-outline-basic-color-primary-hovered-background};
2301
- --#{$prefix}button-outline-basic-color-primary-hovered-border: #{$df-button-outline-basic-color-primary-hovered-border};
2302
- --#{$prefix}button-outline-basic-color-primary-hovered-foreground: #{$df-button-outline-basic-color-primary-hovered-foreground};
2303
- --#{$prefix}button-outline-basic-color-primary-pressed-background: #{$df-button-outline-basic-color-primary-pressed-background};
2304
- --#{$prefix}button-outline-basic-color-primary-pressed-border: #{$df-button-outline-basic-color-primary-pressed-border};
2305
- --#{$prefix}button-outline-basic-color-primary-pressed-foreground: #{$df-button-outline-basic-color-primary-pressed-foreground};
2306
- --#{$prefix}button-outline-mirror-color-danger-active-background: #{$df-button-outline-mirror-color-danger-active-background};
2307
- --#{$prefix}button-outline-mirror-color-danger-active-border: #{$df-button-outline-mirror-color-danger-active-border};
2308
- --#{$prefix}button-outline-mirror-color-danger-active-foreground: #{$df-button-outline-mirror-color-danger-active-foreground};
2309
- --#{$prefix}button-outline-mirror-color-danger-activeHovered-background: #{$df-button-outline-mirror-color-danger-activeHovered-background};
2310
- --#{$prefix}button-outline-mirror-color-danger-activeHovered-border: #{$df-button-outline-mirror-color-danger-activeHovered-border};
2311
- --#{$prefix}button-outline-mirror-color-danger-activeHovered-foreground: #{$df-button-outline-mirror-color-danger-activeHovered-foreground};
2312
- --#{$prefix}button-outline-mirror-color-danger-activePressed-background: #{$df-button-outline-mirror-color-danger-activePressed-background};
2313
- --#{$prefix}button-outline-mirror-color-danger-activePressed-border: #{$df-button-outline-mirror-color-danger-activePressed-border};
2314
- --#{$prefix}button-outline-mirror-color-danger-activePressed-foreground: #{$df-button-outline-mirror-color-danger-activePressed-foreground};
2315
- --#{$prefix}button-outline-mirror-color-danger-default-background: #{$df-button-outline-mirror-color-danger-default-background};
2316
- --#{$prefix}button-outline-mirror-color-danger-default-border: #{$df-button-outline-mirror-color-danger-default-border};
2317
- --#{$prefix}button-outline-mirror-color-danger-default-foreground: #{$df-button-outline-mirror-color-danger-default-foreground};
2318
- --#{$prefix}button-outline-mirror-color-danger-hovered-background: #{$df-button-outline-mirror-color-danger-hovered-background};
2319
- --#{$prefix}button-outline-mirror-color-danger-hovered-border: #{$df-button-outline-mirror-color-danger-hovered-border};
2320
- --#{$prefix}button-outline-mirror-color-danger-hovered-foreground: #{$df-button-outline-mirror-color-danger-hovered-foreground};
2321
- --#{$prefix}button-outline-mirror-color-danger-pressed-background: #{$df-button-outline-mirror-color-danger-pressed-background};
2322
- --#{$prefix}button-outline-mirror-color-danger-pressed-border: #{$df-button-outline-mirror-color-danger-pressed-border};
2323
- --#{$prefix}button-outline-mirror-color-danger-pressed-foreground: #{$df-button-outline-mirror-color-danger-pressed-foreground};
2324
- --#{$prefix}button-outline-mirror-color-disabled-background: #{$df-button-outline-mirror-color-disabled-background};
2325
- --#{$prefix}button-outline-mirror-color-disabled-border: #{$df-button-outline-mirror-color-disabled-border};
2326
- --#{$prefix}button-outline-mirror-color-disabled-foreground: #{$df-button-outline-mirror-color-disabled-foreground};
2327
- --#{$prefix}button-outline-mirror-color-neutral-active-background: #{$df-button-outline-mirror-color-neutral-active-background};
2328
- --#{$prefix}button-outline-mirror-color-neutral-active-border: #{$df-button-outline-mirror-color-neutral-active-border};
2329
- --#{$prefix}button-outline-mirror-color-neutral-active-foreground: #{$df-button-outline-mirror-color-neutral-active-foreground};
2330
- --#{$prefix}button-outline-mirror-color-neutral-activeHovered-background: #{$df-button-outline-mirror-color-neutral-activeHovered-background};
2331
- --#{$prefix}button-outline-mirror-color-neutral-activeHovered-border: #{$df-button-outline-mirror-color-neutral-activeHovered-border};
2332
- --#{$prefix}button-outline-mirror-color-neutral-activeHovered-foreground: #{$df-button-outline-mirror-color-neutral-activeHovered-foreground};
2333
- --#{$prefix}button-outline-mirror-color-neutral-activePressed-background: #{$df-button-outline-mirror-color-neutral-activePressed-background};
2334
- --#{$prefix}button-outline-mirror-color-neutral-activePressed-border: #{$df-button-outline-mirror-color-neutral-activePressed-border};
2335
- --#{$prefix}button-outline-mirror-color-neutral-activePressed-foreground: #{$df-button-outline-mirror-color-neutral-activePressed-foreground};
2336
- --#{$prefix}button-outline-mirror-color-neutral-default-background: #{$df-button-outline-mirror-color-neutral-default-background};
2337
- --#{$prefix}button-outline-mirror-color-neutral-default-border: #{$df-button-outline-mirror-color-neutral-default-border};
2338
- --#{$prefix}button-outline-mirror-color-neutral-default-foreground: #{$df-button-outline-mirror-color-neutral-default-foreground};
2339
- --#{$prefix}button-outline-mirror-color-neutral-hovered-background: #{$df-button-outline-mirror-color-neutral-hovered-background};
2340
- --#{$prefix}button-outline-mirror-color-neutral-hovered-border: #{$df-button-outline-mirror-color-neutral-hovered-border};
2341
- --#{$prefix}button-outline-mirror-color-neutral-hovered-foreground: #{$df-button-outline-mirror-color-neutral-hovered-foreground};
2342
- --#{$prefix}button-outline-mirror-color-neutral-pressed-background: #{$df-button-outline-mirror-color-neutral-pressed-background};
2343
- --#{$prefix}button-outline-mirror-color-neutral-pressed-border: #{$df-button-outline-mirror-color-neutral-pressed-border};
2344
- --#{$prefix}button-outline-mirror-color-neutral-pressed-foreground: #{$df-button-outline-mirror-color-neutral-pressed-foreground};
2345
- --#{$prefix}button-outline-mirror-color-primary-active-background: #{$df-button-outline-mirror-color-primary-active-background};
2346
- --#{$prefix}button-outline-mirror-color-primary-active-border: #{$df-button-outline-mirror-color-primary-active-border};
2347
- --#{$prefix}button-outline-mirror-color-primary-active-foreground: #{$df-button-outline-mirror-color-primary-active-foreground};
2348
- --#{$prefix}button-outline-mirror-color-primary-activeHovered-background: #{$df-button-outline-mirror-color-primary-activeHovered-background};
2349
- --#{$prefix}button-outline-mirror-color-primary-activeHovered-border: #{$df-button-outline-mirror-color-primary-activeHovered-border};
2350
- --#{$prefix}button-outline-mirror-color-primary-activeHovered-foreground: #{$df-button-outline-mirror-color-primary-activeHovered-foreground};
2351
- --#{$prefix}button-outline-mirror-color-primary-activePressed-background: #{$df-button-outline-mirror-color-primary-activePressed-background};
2352
- --#{$prefix}button-outline-mirror-color-primary-activePressed-border: #{$df-button-outline-mirror-color-primary-activePressed-border};
2353
- --#{$prefix}button-outline-mirror-color-primary-activePressed-foreground: #{$df-button-outline-mirror-color-primary-activePressed-foreground};
2354
- --#{$prefix}button-outline-mirror-color-primary-default-background: #{$df-button-outline-mirror-color-primary-default-background};
2355
- --#{$prefix}button-outline-mirror-color-primary-default-border: #{$df-button-outline-mirror-color-primary-default-border};
2356
- --#{$prefix}button-outline-mirror-color-primary-default-foreground: #{$df-button-outline-mirror-color-primary-default-foreground};
2357
- --#{$prefix}button-outline-mirror-color-primary-hovered-background: #{$df-button-outline-mirror-color-primary-hovered-background};
2358
- --#{$prefix}button-outline-mirror-color-primary-hovered-border: #{$df-button-outline-mirror-color-primary-hovered-border};
2359
- --#{$prefix}button-outline-mirror-color-primary-hovered-foreground: #{$df-button-outline-mirror-color-primary-hovered-foreground};
2360
- --#{$prefix}button-outline-mirror-color-primary-pressed-background: #{$df-button-outline-mirror-color-primary-pressed-background};
2361
- --#{$prefix}button-outline-mirror-color-primary-pressed-border: #{$df-button-outline-mirror-color-primary-pressed-border};
2362
- --#{$prefix}button-outline-mirror-color-primary-pressed-foreground: #{$df-button-outline-mirror-color-primary-pressed-foreground};
2363
- --#{$prefix}button-solid-basic-color-danger-active-background: #{$df-button-solid-basic-color-danger-active-background};
2364
- --#{$prefix}button-solid-basic-color-danger-active-border: #{$df-button-solid-basic-color-danger-active-border};
2365
- --#{$prefix}button-solid-basic-color-danger-active-foreground: #{$df-button-solid-basic-color-danger-active-foreground};
2366
- --#{$prefix}button-solid-basic-color-danger-activeHovered-background: #{$df-button-solid-basic-color-danger-activeHovered-background};
2367
- --#{$prefix}button-solid-basic-color-danger-activeHovered-border: #{$df-button-solid-basic-color-danger-activeHovered-border};
2368
- --#{$prefix}button-solid-basic-color-danger-activeHovered-foreground: #{$df-button-solid-basic-color-danger-activeHovered-foreground};
2369
- --#{$prefix}button-solid-basic-color-danger-activePressed-background: #{$df-button-solid-basic-color-danger-activePressed-background};
2370
- --#{$prefix}button-solid-basic-color-danger-activePressed-border: #{$df-button-solid-basic-color-danger-activePressed-border};
2371
- --#{$prefix}button-solid-basic-color-danger-activePressed-foreground: #{$df-button-solid-basic-color-danger-activePressed-foreground};
2372
- --#{$prefix}button-solid-basic-color-danger-default-background: #{$df-button-solid-basic-color-danger-default-background};
2373
- --#{$prefix}button-solid-basic-color-danger-default-border: #{$df-button-solid-basic-color-danger-default-border};
2374
- --#{$prefix}button-solid-basic-color-danger-default-foreground: #{$df-button-solid-basic-color-danger-default-foreground};
2375
- --#{$prefix}button-solid-basic-color-danger-hovered-background: #{$df-button-solid-basic-color-danger-hovered-background};
2376
- --#{$prefix}button-solid-basic-color-danger-hovered-border: #{$df-button-solid-basic-color-danger-hovered-border};
2377
- --#{$prefix}button-solid-basic-color-danger-hovered-foreground: #{$df-button-solid-basic-color-danger-hovered-foreground};
2378
- --#{$prefix}button-solid-basic-color-danger-pressed-background: #{$df-button-solid-basic-color-danger-pressed-background};
2379
- --#{$prefix}button-solid-basic-color-danger-pressed-border: #{$df-button-solid-basic-color-danger-pressed-border};
2380
- --#{$prefix}button-solid-basic-color-danger-pressed-foreground: #{$df-button-solid-basic-color-danger-pressed-foreground};
2381
- --#{$prefix}button-solid-basic-color-disabled-background: #{$df-button-solid-basic-color-disabled-background};
2382
- --#{$prefix}button-solid-basic-color-disabled-foreground: #{$df-button-solid-basic-color-disabled-foreground};
2383
- --#{$prefix}button-solid-basic-color-neutral-active-background: #{$df-button-solid-basic-color-neutral-active-background};
2384
- --#{$prefix}button-solid-basic-color-neutral-active-border: #{$df-button-solid-basic-color-neutral-active-border};
2385
- --#{$prefix}button-solid-basic-color-neutral-active-foreground: #{$df-button-solid-basic-color-neutral-active-foreground};
2386
- --#{$prefix}button-solid-basic-color-neutral-activeHovered-background: #{$df-button-solid-basic-color-neutral-activeHovered-background};
2387
- --#{$prefix}button-solid-basic-color-neutral-activeHovered-border: #{$df-button-solid-basic-color-neutral-activeHovered-border};
2388
- --#{$prefix}button-solid-basic-color-neutral-activeHovered-foreground: #{$df-button-solid-basic-color-neutral-activeHovered-foreground};
2389
- --#{$prefix}button-solid-basic-color-neutral-activePressed-background: #{$df-button-solid-basic-color-neutral-activePressed-background};
2390
- --#{$prefix}button-solid-basic-color-neutral-activePressed-border: #{$df-button-solid-basic-color-neutral-activePressed-border};
2391
- --#{$prefix}button-solid-basic-color-neutral-activePressed-foreground: #{$df-button-solid-basic-color-neutral-activePressed-foreground};
2392
- --#{$prefix}button-solid-basic-color-neutral-default-background: #{$df-button-solid-basic-color-neutral-default-background};
2393
- --#{$prefix}button-solid-basic-color-neutral-default-border: #{$df-button-solid-basic-color-neutral-default-border};
2394
- --#{$prefix}button-solid-basic-color-neutral-default-foreground: #{$df-button-solid-basic-color-neutral-default-foreground};
2395
- --#{$prefix}button-solid-basic-color-neutral-hovered-background: #{$df-button-solid-basic-color-neutral-hovered-background};
2396
- --#{$prefix}button-solid-basic-color-neutral-hovered-border: #{$df-button-solid-basic-color-neutral-hovered-border};
2397
- --#{$prefix}button-solid-basic-color-neutral-hovered-foreground: #{$df-button-solid-basic-color-neutral-hovered-foreground};
2398
- --#{$prefix}button-solid-basic-color-neutral-pressed-background: #{$df-button-solid-basic-color-neutral-pressed-background};
2399
- --#{$prefix}button-solid-basic-color-neutral-pressed-border: #{$df-button-solid-basic-color-neutral-pressed-border};
2400
- --#{$prefix}button-solid-basic-color-neutral-pressed-foreground: #{$df-button-solid-basic-color-neutral-pressed-foreground};
2401
- --#{$prefix}button-solid-basic-color-primary-active-background: #{$df-button-solid-basic-color-primary-active-background};
2402
- --#{$prefix}button-solid-basic-color-primary-active-border: #{$df-button-solid-basic-color-primary-active-border};
2403
- --#{$prefix}button-solid-basic-color-primary-active-foreground: #{$df-button-solid-basic-color-primary-active-foreground};
2404
- --#{$prefix}button-solid-basic-color-primary-activeHovered-background: #{$df-button-solid-basic-color-primary-activeHovered-background};
2405
- --#{$prefix}button-solid-basic-color-primary-activeHovered-border: #{$df-button-solid-basic-color-primary-activeHovered-border};
2406
- --#{$prefix}button-solid-basic-color-primary-activeHovered-foreground: #{$df-button-solid-basic-color-primary-activeHovered-foreground};
2407
- --#{$prefix}button-solid-basic-color-primary-activePressed-background: #{$df-button-solid-basic-color-primary-activePressed-background};
2408
- --#{$prefix}button-solid-basic-color-primary-activePressed-border: #{$df-button-solid-basic-color-primary-activePressed-border};
2409
- --#{$prefix}button-solid-basic-color-primary-activePressed-foreground: #{$df-button-solid-basic-color-primary-activePressed-foreground};
2410
- --#{$prefix}button-solid-basic-color-primary-default-background: #{$df-button-solid-basic-color-primary-default-background};
2411
- --#{$prefix}button-solid-basic-color-primary-default-border: #{$df-button-solid-basic-color-primary-default-border};
2412
- --#{$prefix}button-solid-basic-color-primary-default-foreground: #{$df-button-solid-basic-color-primary-default-foreground};
2413
- --#{$prefix}button-solid-basic-color-primary-disabled-background: #{$df-button-solid-basic-color-primary-disabled-background};
2414
- --#{$prefix}button-solid-basic-color-primary-disabled-foreground: #{$df-button-solid-basic-color-primary-disabled-foreground};
2415
- --#{$prefix}button-solid-basic-color-primary-hovered-background: #{$df-button-solid-basic-color-primary-hovered-background};
2416
- --#{$prefix}button-solid-basic-color-primary-hovered-border: #{$df-button-solid-basic-color-primary-hovered-border};
2417
- --#{$prefix}button-solid-basic-color-primary-hovered-foreground: #{$df-button-solid-basic-color-primary-hovered-foreground};
2418
- --#{$prefix}button-solid-basic-color-primary-pressed-background: #{$df-button-solid-basic-color-primary-pressed-background};
2419
- --#{$prefix}button-solid-basic-color-primary-pressed-border: #{$df-button-solid-basic-color-primary-pressed-border};
2420
- --#{$prefix}button-solid-basic-color-primary-pressed-foreground: #{$df-button-solid-basic-color-primary-pressed-foreground};
2421
- --#{$prefix}button-solid-mirror-color-danger-active-background: #{$df-button-solid-mirror-color-danger-active-background};
2422
- --#{$prefix}button-solid-mirror-color-danger-active-border: #{$df-button-solid-mirror-color-danger-active-border};
2423
- --#{$prefix}button-solid-mirror-color-danger-active-foreground: #{$df-button-solid-mirror-color-danger-active-foreground};
2424
- --#{$prefix}button-solid-mirror-color-danger-activeHovered-background: #{$df-button-solid-mirror-color-danger-activeHovered-background};
2425
- --#{$prefix}button-solid-mirror-color-danger-activeHovered-border: #{$df-button-solid-mirror-color-danger-activeHovered-border};
2426
- --#{$prefix}button-solid-mirror-color-danger-activeHovered-foreground: #{$df-button-solid-mirror-color-danger-activeHovered-foreground};
2427
- --#{$prefix}button-solid-mirror-color-danger-activePressed-background: #{$df-button-solid-mirror-color-danger-activePressed-background};
2428
- --#{$prefix}button-solid-mirror-color-danger-activePressed-border: #{$df-button-solid-mirror-color-danger-activePressed-border};
2429
- --#{$prefix}button-solid-mirror-color-danger-activePressed-foreground: #{$df-button-solid-mirror-color-danger-activePressed-foreground};
2430
- --#{$prefix}button-solid-mirror-color-danger-default-background: #{$df-button-solid-mirror-color-danger-default-background};
2431
- --#{$prefix}button-solid-mirror-color-danger-default-border: #{$df-button-solid-mirror-color-danger-default-border};
2432
- --#{$prefix}button-solid-mirror-color-danger-default-foreground: #{$df-button-solid-mirror-color-danger-default-foreground};
2433
- --#{$prefix}button-solid-mirror-color-danger-hovered-background: #{$df-button-solid-mirror-color-danger-hovered-background};
2434
- --#{$prefix}button-solid-mirror-color-danger-hovered-border: #{$df-button-solid-mirror-color-danger-hovered-border};
2435
- --#{$prefix}button-solid-mirror-color-danger-hovered-foreground: #{$df-button-solid-mirror-color-danger-hovered-foreground};
2436
- --#{$prefix}button-solid-mirror-color-danger-pressed-background: #{$df-button-solid-mirror-color-danger-pressed-background};
2437
- --#{$prefix}button-solid-mirror-color-danger-pressed-border: #{$df-button-solid-mirror-color-danger-pressed-border};
2438
- --#{$prefix}button-solid-mirror-color-danger-pressed-foreground: #{$df-button-solid-mirror-color-danger-pressed-foreground};
2439
- --#{$prefix}button-solid-mirror-color-disabled-background: #{$df-button-solid-mirror-color-disabled-background};
2440
- --#{$prefix}button-solid-mirror-color-disabled-foreground: #{$df-button-solid-mirror-color-disabled-foreground};
2441
- --#{$prefix}button-solid-mirror-color-neutral-active-background: #{$df-button-solid-mirror-color-neutral-active-background};
2442
- --#{$prefix}button-solid-mirror-color-neutral-active-border: #{$df-button-solid-mirror-color-neutral-active-border};
2443
- --#{$prefix}button-solid-mirror-color-neutral-active-foreground: #{$df-button-solid-mirror-color-neutral-active-foreground};
2444
- --#{$prefix}button-solid-mirror-color-neutral-activeHovered-background: #{$df-button-solid-mirror-color-neutral-activeHovered-background};
2445
- --#{$prefix}button-solid-mirror-color-neutral-activeHovered-border: #{$df-button-solid-mirror-color-neutral-activeHovered-border};
2446
- --#{$prefix}button-solid-mirror-color-neutral-activeHovered-foreground: #{$df-button-solid-mirror-color-neutral-activeHovered-foreground};
2447
- --#{$prefix}button-solid-mirror-color-neutral-activePressed-background: #{$df-button-solid-mirror-color-neutral-activePressed-background};
2448
- --#{$prefix}button-solid-mirror-color-neutral-activePressed-border: #{$df-button-solid-mirror-color-neutral-activePressed-border};
2449
- --#{$prefix}button-solid-mirror-color-neutral-activePressed-foreground: #{$df-button-solid-mirror-color-neutral-activePressed-foreground};
2450
- --#{$prefix}button-solid-mirror-color-neutral-default-background: #{$df-button-solid-mirror-color-neutral-default-background};
2451
- --#{$prefix}button-solid-mirror-color-neutral-default-border: #{$df-button-solid-mirror-color-neutral-default-border};
2452
- --#{$prefix}button-solid-mirror-color-neutral-default-foreground: #{$df-button-solid-mirror-color-neutral-default-foreground};
2453
- --#{$prefix}button-solid-mirror-color-neutral-hovered-background: #{$df-button-solid-mirror-color-neutral-hovered-background};
2454
- --#{$prefix}button-solid-mirror-color-neutral-hovered-border: #{$df-button-solid-mirror-color-neutral-hovered-border};
2455
- --#{$prefix}button-solid-mirror-color-neutral-hovered-foreground: #{$df-button-solid-mirror-color-neutral-hovered-foreground};
2456
- --#{$prefix}button-solid-mirror-color-neutral-pressed-background: #{$df-button-solid-mirror-color-neutral-pressed-background};
2457
- --#{$prefix}button-solid-mirror-color-neutral-pressed-border: #{$df-button-solid-mirror-color-neutral-pressed-border};
2458
- --#{$prefix}button-solid-mirror-color-neutral-pressed-foreground: #{$df-button-solid-mirror-color-neutral-pressed-foreground};
2459
- --#{$prefix}button-solid-mirror-color-primary-active-background: #{$df-button-solid-mirror-color-primary-active-background};
2460
- --#{$prefix}button-solid-mirror-color-primary-active-border: #{$df-button-solid-mirror-color-primary-active-border};
2461
- --#{$prefix}button-solid-mirror-color-primary-active-foreground: #{$df-button-solid-mirror-color-primary-active-foreground};
2462
- --#{$prefix}button-solid-mirror-color-primary-activeHovered-background: #{$df-button-solid-mirror-color-primary-activeHovered-background};
2463
- --#{$prefix}button-solid-mirror-color-primary-activeHovered-border: #{$df-button-solid-mirror-color-primary-activeHovered-border};
2464
- --#{$prefix}button-solid-mirror-color-primary-activeHovered-foreground: #{$df-button-solid-mirror-color-primary-activeHovered-foreground};
2465
- --#{$prefix}button-solid-mirror-color-primary-activePressed-background: #{$df-button-solid-mirror-color-primary-activePressed-background};
2466
- --#{$prefix}button-solid-mirror-color-primary-activePressed-border: #{$df-button-solid-mirror-color-primary-activePressed-border};
2467
- --#{$prefix}button-solid-mirror-color-primary-activePressed-foreground: #{$df-button-solid-mirror-color-primary-activePressed-foreground};
2468
- --#{$prefix}button-solid-mirror-color-primary-default-background: #{$df-button-solid-mirror-color-primary-default-background};
2469
- --#{$prefix}button-solid-mirror-color-primary-default-border: #{$df-button-solid-mirror-color-primary-default-border};
2470
- --#{$prefix}button-solid-mirror-color-primary-default-foreground: #{$df-button-solid-mirror-color-primary-default-foreground};
2471
- --#{$prefix}button-solid-mirror-color-primary-hovered-background: #{$df-button-solid-mirror-color-primary-hovered-background};
2472
- --#{$prefix}button-solid-mirror-color-primary-hovered-border: #{$df-button-solid-mirror-color-primary-hovered-border};
2473
- --#{$prefix}button-solid-mirror-color-primary-hovered-foreground: #{$df-button-solid-mirror-color-primary-hovered-foreground};
2474
- --#{$prefix}button-solid-mirror-color-primary-pressed-background: #{$df-button-solid-mirror-color-primary-pressed-background};
2475
- --#{$prefix}button-solid-mirror-color-primary-pressed-border: #{$df-button-solid-mirror-color-primary-pressed-border};
2476
- --#{$prefix}button-solid-mirror-color-primary-pressed-foreground: #{$df-button-solid-mirror-color-primary-pressed-foreground};
2477
- --#{$prefix}button-text-basic-color-danger-active-background: #{$df-button-text-basic-color-danger-active-background};
2478
- --#{$prefix}button-text-basic-color-danger-active-border: #{$df-button-text-basic-color-danger-active-border};
2479
- --#{$prefix}button-text-basic-color-danger-active-foreground: #{$df-button-text-basic-color-danger-active-foreground};
2480
- --#{$prefix}button-text-basic-color-danger-activeHovered-background: #{$df-button-text-basic-color-danger-activeHovered-background};
2481
- --#{$prefix}button-text-basic-color-danger-activeHovered-border: #{$df-button-text-basic-color-danger-activeHovered-border};
2482
- --#{$prefix}button-text-basic-color-danger-activeHovered-foreground: #{$df-button-text-basic-color-danger-activeHovered-foreground};
2483
- --#{$prefix}button-text-basic-color-danger-activePressed-background: #{$df-button-text-basic-color-danger-activePressed-background};
2484
- --#{$prefix}button-text-basic-color-danger-activePressed-border: #{$df-button-text-basic-color-danger-activePressed-border};
2485
- --#{$prefix}button-text-basic-color-danger-activePressed-foreground: #{$df-button-text-basic-color-danger-activePressed-foreground};
2486
- --#{$prefix}button-text-basic-color-danger-default-background: #{$df-button-text-basic-color-danger-default-background};
2487
- --#{$prefix}button-text-basic-color-danger-default-border: #{$df-button-text-basic-color-danger-default-border};
2488
- --#{$prefix}button-text-basic-color-danger-default-foreground: #{$df-button-text-basic-color-danger-default-foreground};
2489
- --#{$prefix}button-text-basic-color-danger-hovered-background: #{$df-button-text-basic-color-danger-hovered-background};
2490
- --#{$prefix}button-text-basic-color-danger-hovered-border: #{$df-button-text-basic-color-danger-hovered-border};
2491
- --#{$prefix}button-text-basic-color-danger-hovered-foreground: #{$df-button-text-basic-color-danger-hovered-foreground};
2492
- --#{$prefix}button-text-basic-color-danger-pressed-background: #{$df-button-text-basic-color-danger-pressed-background};
2493
- --#{$prefix}button-text-basic-color-danger-pressed-border: #{$df-button-text-basic-color-danger-pressed-border};
2494
- --#{$prefix}button-text-basic-color-danger-pressed-foreground: #{$df-button-text-basic-color-danger-pressed-foreground};
2495
- --#{$prefix}button-text-basic-color-disabled-background: #{$df-button-text-basic-color-disabled-background};
2496
- --#{$prefix}button-text-basic-color-disabled-foreground: #{$df-button-text-basic-color-disabled-foreground};
2497
- --#{$prefix}button-text-basic-color-neutral-active-background: #{$df-button-text-basic-color-neutral-active-background};
2498
- --#{$prefix}button-text-basic-color-neutral-active-border: #{$df-button-text-basic-color-neutral-active-border};
2499
- --#{$prefix}button-text-basic-color-neutral-active-foreground: #{$df-button-text-basic-color-neutral-active-foreground};
2500
- --#{$prefix}button-text-basic-color-neutral-activeHovered-background: #{$df-button-text-basic-color-neutral-activeHovered-background};
2501
- --#{$prefix}button-text-basic-color-neutral-activeHovered-border: #{$df-button-text-basic-color-neutral-activeHovered-border};
2502
- --#{$prefix}button-text-basic-color-neutral-activeHovered-foreground: #{$df-button-text-basic-color-neutral-activeHovered-foreground};
2503
- --#{$prefix}button-text-basic-color-neutral-activePressed-background: #{$df-button-text-basic-color-neutral-activePressed-background};
2504
- --#{$prefix}button-text-basic-color-neutral-activePressed-border: #{$df-button-text-basic-color-neutral-activePressed-border};
2505
- --#{$prefix}button-text-basic-color-neutral-activePressed-foreground: #{$df-button-text-basic-color-neutral-activePressed-foreground};
2506
- --#{$prefix}button-text-basic-color-neutral-default-background: #{$df-button-text-basic-color-neutral-default-background};
2507
- --#{$prefix}button-text-basic-color-neutral-default-border: #{$df-button-text-basic-color-neutral-default-border};
2508
- --#{$prefix}button-text-basic-color-neutral-default-foreground: #{$df-button-text-basic-color-neutral-default-foreground};
2509
- --#{$prefix}button-text-basic-color-neutral-hovered-background: #{$df-button-text-basic-color-neutral-hovered-background};
2510
- --#{$prefix}button-text-basic-color-neutral-hovered-border: #{$df-button-text-basic-color-neutral-hovered-border};
2511
- --#{$prefix}button-text-basic-color-neutral-hovered-foreground: #{$df-button-text-basic-color-neutral-hovered-foreground};
2512
- --#{$prefix}button-text-basic-color-neutral-pressed-background: #{$df-button-text-basic-color-neutral-pressed-background};
2513
- --#{$prefix}button-text-basic-color-neutral-pressed-border: #{$df-button-text-basic-color-neutral-pressed-border};
2514
- --#{$prefix}button-text-basic-color-neutral-pressed-foreground: #{$df-button-text-basic-color-neutral-pressed-foreground};
2515
- --#{$prefix}button-text-basic-color-primary-active-background: #{$df-button-text-basic-color-primary-active-background};
2516
- --#{$prefix}button-text-basic-color-primary-active-border: #{$df-button-text-basic-color-primary-active-border};
2517
- --#{$prefix}button-text-basic-color-primary-active-foreground: #{$df-button-text-basic-color-primary-active-foreground};
2518
- --#{$prefix}button-text-basic-color-primary-activeHovered-background: #{$df-button-text-basic-color-primary-activeHovered-background};
2519
- --#{$prefix}button-text-basic-color-primary-activeHovered-border: #{$df-button-text-basic-color-primary-activeHovered-border};
2520
- --#{$prefix}button-text-basic-color-primary-activeHovered-foreground: #{$df-button-text-basic-color-primary-activeHovered-foreground};
2521
- --#{$prefix}button-text-basic-color-primary-activePressed-background: #{$df-button-text-basic-color-primary-activePressed-background};
2522
- --#{$prefix}button-text-basic-color-primary-activePressed-border: #{$df-button-text-basic-color-primary-activePressed-border};
2523
- --#{$prefix}button-text-basic-color-primary-activePressed-foreground: #{$df-button-text-basic-color-primary-activePressed-foreground};
2524
- --#{$prefix}button-text-basic-color-primary-default-background: #{$df-button-text-basic-color-primary-default-background};
2525
- --#{$prefix}button-text-basic-color-primary-default-border: #{$df-button-text-basic-color-primary-default-border};
2526
- --#{$prefix}button-text-basic-color-primary-default-foreground: #{$df-button-text-basic-color-primary-default-foreground};
2527
- --#{$prefix}button-text-basic-color-primary-hovered-background: #{$df-button-text-basic-color-primary-hovered-background};
2528
- --#{$prefix}button-text-basic-color-primary-hovered-border: #{$df-button-text-basic-color-primary-hovered-border};
2529
- --#{$prefix}button-text-basic-color-primary-hovered-foreground: #{$df-button-text-basic-color-primary-hovered-foreground};
2530
- --#{$prefix}button-text-basic-color-primary-pressed-background: #{$df-button-text-basic-color-primary-pressed-background};
2531
- --#{$prefix}button-text-basic-color-primary-pressed-border: #{$df-button-text-basic-color-primary-pressed-border};
2532
- --#{$prefix}button-text-basic-color-primary-pressed-foreground: #{$df-button-text-basic-color-primary-pressed-foreground};
2533
- --#{$prefix}button-text-mirror-color-danger-active-background: #{$df-button-text-mirror-color-danger-active-background};
2534
- --#{$prefix}button-text-mirror-color-danger-active-border: #{$df-button-text-mirror-color-danger-active-border};
2535
- --#{$prefix}button-text-mirror-color-danger-active-foreground: #{$df-button-text-mirror-color-danger-active-foreground};
2536
- --#{$prefix}button-text-mirror-color-danger-activeHovered-background: #{$df-button-text-mirror-color-danger-activeHovered-background};
2537
- --#{$prefix}button-text-mirror-color-danger-activeHovered-border: #{$df-button-text-mirror-color-danger-activeHovered-border};
2538
- --#{$prefix}button-text-mirror-color-danger-activeHovered-foreground: #{$df-button-text-mirror-color-danger-activeHovered-foreground};
2539
- --#{$prefix}button-text-mirror-color-danger-activePressed-background: #{$df-button-text-mirror-color-danger-activePressed-background};
2540
- --#{$prefix}button-text-mirror-color-danger-activePressed-border: #{$df-button-text-mirror-color-danger-activePressed-border};
2541
- --#{$prefix}button-text-mirror-color-danger-activePressed-foreground: #{$df-button-text-mirror-color-danger-activePressed-foreground};
2542
- --#{$prefix}button-text-mirror-color-danger-default-background: #{$df-button-text-mirror-color-danger-default-background};
2543
- --#{$prefix}button-text-mirror-color-danger-default-border: #{$df-button-text-mirror-color-danger-default-border};
2544
- --#{$prefix}button-text-mirror-color-danger-default-foreground: #{$df-button-text-mirror-color-danger-default-foreground};
2545
- --#{$prefix}button-text-mirror-color-danger-hovered-background: #{$df-button-text-mirror-color-danger-hovered-background};
2546
- --#{$prefix}button-text-mirror-color-danger-hovered-border: #{$df-button-text-mirror-color-danger-hovered-border};
2547
- --#{$prefix}button-text-mirror-color-danger-hovered-foreground: #{$df-button-text-mirror-color-danger-hovered-foreground};
2548
- --#{$prefix}button-text-mirror-color-danger-pressed-background: #{$df-button-text-mirror-color-danger-pressed-background};
2549
- --#{$prefix}button-text-mirror-color-danger-pressed-border: #{$df-button-text-mirror-color-danger-pressed-border};
2550
- --#{$prefix}button-text-mirror-color-danger-pressed-foreground: #{$df-button-text-mirror-color-danger-pressed-foreground};
2551
- --#{$prefix}button-text-mirror-color-disabled-background: #{$df-button-text-mirror-color-disabled-background};
2552
- --#{$prefix}button-text-mirror-color-disabled-border: #{$df-button-text-mirror-color-disabled-border};
2553
- --#{$prefix}button-text-mirror-color-disabled-foreground: #{$df-button-text-mirror-color-disabled-foreground};
2554
- --#{$prefix}button-text-mirror-color-neutral-active-background: #{$df-button-text-mirror-color-neutral-active-background};
2555
- --#{$prefix}button-text-mirror-color-neutral-active-border: #{$df-button-text-mirror-color-neutral-active-border};
2556
- --#{$prefix}button-text-mirror-color-neutral-active-foreground: #{$df-button-text-mirror-color-neutral-active-foreground};
2557
- --#{$prefix}button-text-mirror-color-neutral-activeHovered-background: #{$df-button-text-mirror-color-neutral-activeHovered-background};
2558
- --#{$prefix}button-text-mirror-color-neutral-activeHovered-border: #{$df-button-text-mirror-color-neutral-activeHovered-border};
2559
- --#{$prefix}button-text-mirror-color-neutral-activeHovered-foreground: #{$df-button-text-mirror-color-neutral-activeHovered-foreground};
2560
- --#{$prefix}button-text-mirror-color-neutral-activePressed-background: #{$df-button-text-mirror-color-neutral-activePressed-background};
2561
- --#{$prefix}button-text-mirror-color-neutral-activePressed-border: #{$df-button-text-mirror-color-neutral-activePressed-border};
2562
- --#{$prefix}button-text-mirror-color-neutral-activePressed-foreground: #{$df-button-text-mirror-color-neutral-activePressed-foreground};
2563
- --#{$prefix}button-text-mirror-color-neutral-default-background: #{$df-button-text-mirror-color-neutral-default-background};
2564
- --#{$prefix}button-text-mirror-color-neutral-default-border: #{$df-button-text-mirror-color-neutral-default-border};
2565
- --#{$prefix}button-text-mirror-color-neutral-default-foreground: #{$df-button-text-mirror-color-neutral-default-foreground};
2566
- --#{$prefix}button-text-mirror-color-neutral-hovered-background: #{$df-button-text-mirror-color-neutral-hovered-background};
2567
- --#{$prefix}button-text-mirror-color-neutral-hovered-border: #{$df-button-text-mirror-color-neutral-hovered-border};
2568
- --#{$prefix}button-text-mirror-color-neutral-hovered-foreground: #{$df-button-text-mirror-color-neutral-hovered-foreground};
2569
- --#{$prefix}button-text-mirror-color-neutral-pressed-background: #{$df-button-text-mirror-color-neutral-pressed-background};
2570
- --#{$prefix}button-text-mirror-color-neutral-pressed-border: #{$df-button-text-mirror-color-neutral-pressed-border};
2571
- --#{$prefix}button-text-mirror-color-neutral-pressed-foreground: #{$df-button-text-mirror-color-neutral-pressed-foreground};
2572
- --#{$prefix}button-text-mirror-color-primary-active-background: #{$df-button-text-mirror-color-primary-active-background};
2573
- --#{$prefix}button-text-mirror-color-primary-active-border: #{$df-button-text-mirror-color-primary-active-border};
2574
- --#{$prefix}button-text-mirror-color-primary-active-foreground: #{$df-button-text-mirror-color-primary-active-foreground};
2575
- --#{$prefix}button-text-mirror-color-primary-activeHovered-background: #{$df-button-text-mirror-color-primary-activeHovered-background};
2576
- --#{$prefix}button-text-mirror-color-primary-activeHovered-border: #{$df-button-text-mirror-color-primary-activeHovered-border};
2577
- --#{$prefix}button-text-mirror-color-primary-activeHovered-foreground: #{$df-button-text-mirror-color-primary-activeHovered-foreground};
2578
- --#{$prefix}button-text-mirror-color-primary-activePressed-background: #{$df-button-text-mirror-color-primary-activePressed-background};
2579
- --#{$prefix}button-text-mirror-color-primary-activePressed-border: #{$df-button-text-mirror-color-primary-activePressed-border};
2580
- --#{$prefix}button-text-mirror-color-primary-activePressed-foreground: #{$df-button-text-mirror-color-primary-activePressed-foreground};
2581
- --#{$prefix}button-text-mirror-color-primary-default-background: #{$df-button-text-mirror-color-primary-default-background};
2582
- --#{$prefix}button-text-mirror-color-primary-default-border: #{$df-button-text-mirror-color-primary-default-border};
2583
- --#{$prefix}button-text-mirror-color-primary-default-foreground: #{$df-button-text-mirror-color-primary-default-foreground};
2584
- --#{$prefix}button-text-mirror-color-primary-hovered-background: #{$df-button-text-mirror-color-primary-hovered-background};
2585
- --#{$prefix}button-text-mirror-color-primary-hovered-border: #{$df-button-text-mirror-color-primary-hovered-border};
2586
- --#{$prefix}button-text-mirror-color-primary-hovered-foreground: #{$df-button-text-mirror-color-primary-hovered-foreground};
2587
- --#{$prefix}button-text-mirror-color-primary-pressed-background: #{$df-button-text-mirror-color-primary-pressed-background};
2588
- --#{$prefix}button-text-mirror-color-primary-pressed-border: #{$df-button-text-mirror-color-primary-pressed-border};
2589
- --#{$prefix}button-text-mirror-color-primary-pressed-foreground: #{$df-button-text-mirror-color-primary-pressed-foreground};
2590
- --#{$prefix}footer-color-inert-neutral-background: #{$df-footer-color-inert-neutral-background};
2591
- --#{$prefix}footer-color-inert-neutral-border: #{$df-footer-color-inert-neutral-border};
2592
- --#{$prefix}footer-color-inert-neutral-foreground: #{$df-footer-color-inert-neutral-foreground};
2593
- --#{$prefix}footer-color-link-primary-default-border: #{$df-footer-color-link-primary-default-border};
2594
- --#{$prefix}footer-color-link-primary-default-foreground: #{$df-footer-color-link-primary-default-foreground};
2595
- --#{$prefix}footer-color-link-primary-hovered-background: #{$df-footer-color-link-primary-hovered-background};
2596
- --#{$prefix}footer-color-link-primary-hovered-border: #{$df-footer-color-link-primary-hovered-border};
2597
- --#{$prefix}footer-color-link-primary-hovered-foreground: #{$df-footer-color-link-primary-hovered-foreground};
2598
- --#{$prefix}footer-color-link-primary-pressed-background: #{$df-footer-color-link-primary-pressed-background};
2599
- --#{$prefix}footer-color-link-primary-pressed-border: #{$df-footer-color-link-primary-pressed-border};
2600
- --#{$prefix}footer-color-link-primary-pressed-foreground: #{$df-footer-color-link-primary-pressed-foreground};
2601
- --#{$prefix}footer-color-link-visited-default-foreground: #{$df-footer-color-link-visited-default-foreground};
2602
- --#{$prefix}footer-color-link-visited-hovered-background: #{$df-footer-color-link-visited-hovered-background};
2603
- --#{$prefix}footer-color-link-visited-hovered-foreground: #{$df-footer-color-link-visited-hovered-foreground};
2604
- --#{$prefix}footer-color-link-visited-pressed-background: #{$df-footer-color-link-visited-pressed-background};
2605
- --#{$prefix}footer-color-link-visited-pressed-foreground: #{$df-footer-color-link-visited-pressed-foreground};
2606
- --#{$prefix}footer-color-logo-foreground: #{$df-footer-color-logo-foreground};
2607
- --#{$prefix}link-color-disabled-foreground: #{$df-link-color-disabled-foreground};
2608
- --#{$prefix}link-color-neutral-default-border: #{$df-link-color-neutral-default-border};
2609
- --#{$prefix}link-color-neutral-default-foreground: #{$df-link-color-neutral-default-foreground};
2610
- --#{$prefix}link-color-neutral-hovered-background: #{$df-link-color-neutral-hovered-background};
2611
- --#{$prefix}link-color-neutral-hovered-border: #{$df-link-color-neutral-hovered-border};
2612
- --#{$prefix}link-color-neutral-hovered-foreground: #{$df-link-color-neutral-hovered-foreground};
2613
- --#{$prefix}link-color-neutral-pressed-background: #{$df-link-color-neutral-pressed-background};
2614
- --#{$prefix}link-color-neutral-pressed-border: #{$df-link-color-neutral-pressed-border};
2615
- --#{$prefix}link-color-neutral-pressed-foreground: #{$df-link-color-neutral-pressed-foreground};
2616
- --#{$prefix}link-color-primary-default-border: #{$df-link-color-primary-default-border};
2617
- --#{$prefix}link-color-primary-default-foreground: #{$df-link-color-primary-default-foreground};
2618
- --#{$prefix}link-color-primary-hovered-background: #{$df-link-color-primary-hovered-background};
2619
- --#{$prefix}link-color-primary-hovered-border: #{$df-link-color-primary-hovered-border};
2620
- --#{$prefix}link-color-primary-hovered-foreground: #{$df-link-color-primary-hovered-foreground};
2621
- --#{$prefix}link-color-primary-pressed-background: #{$df-link-color-primary-pressed-background};
2622
- --#{$prefix}link-color-primary-pressed-border: #{$df-link-color-primary-pressed-border};
2623
- --#{$prefix}link-color-primary-pressed-foreground: #{$df-link-color-primary-pressed-foreground};
2624
- --#{$prefix}link-color-visited-default-foreground: #{$df-link-color-visited-default-foreground};
2625
- --#{$prefix}link-color-visited-hovered-background: #{$df-link-color-visited-hovered-background};
2626
- --#{$prefix}link-color-visited-hovered-foreground: #{$df-link-color-visited-hovered-foreground};
2627
- --#{$prefix}link-color-visited-pressed-background: #{$df-link-color-visited-pressed-background};
2628
- --#{$prefix}link-color-visited-pressed-foreground: #{$df-link-color-visited-pressed-foreground};
2629
- --#{$prefix}navbar-color-alt-active-border: #{$df-navbar-color-alt-active-border};
2630
- --#{$prefix}navbar-color-alt-active-foreground: #{$df-navbar-color-alt-active-foreground};
2631
- --#{$prefix}navbar-color-alt-activeHovered-background: #{$df-navbar-color-alt-activeHovered-background};
2632
- --#{$prefix}navbar-color-alt-activeHovered-border: #{$df-navbar-color-alt-activeHovered-border};
2633
- --#{$prefix}navbar-color-alt-activeHovered-foreground: #{$df-navbar-color-alt-activeHovered-foreground};
2634
- --#{$prefix}navbar-color-alt-activePressed-border: #{$df-navbar-color-alt-activePressed-border};
2635
- --#{$prefix}navbar-color-alt-activePressed-foreground: #{$df-navbar-color-alt-activePressed-foreground};
2636
- --#{$prefix}navbar-color-alt-default-border: #{$df-navbar-color-alt-default-border};
2637
- --#{$prefix}navbar-color-alt-default-foreground: #{$df-navbar-color-alt-default-foreground};
2638
- --#{$prefix}navbar-color-alt-hovered-background: #{$df-navbar-color-alt-hovered-background};
2639
- --#{$prefix}navbar-color-alt-hovered-border: #{$df-navbar-color-alt-hovered-border};
2640
- --#{$prefix}navbar-color-alt-hovered-foreground: #{$df-navbar-color-alt-hovered-foreground};
2641
- --#{$prefix}navbar-color-alt-pressed-background: #{$df-navbar-color-alt-pressed-background};
2642
- --#{$prefix}navbar-color-alt-pressed-border: #{$df-navbar-color-alt-pressed-border};
2643
- --#{$prefix}navbar-color-alt-pressed-foreground: #{$df-navbar-color-alt-pressed-foreground};
2644
- --#{$prefix}navbar-color-disabled-alt-border: #{$df-navbar-color-disabled-alt-border};
2645
- --#{$prefix}navbar-color-disabled-alt-foreground: #{$df-navbar-color-disabled-alt-foreground};
2646
- --#{$prefix}navbar-color-disabled-main-border: #{$df-navbar-color-disabled-main-border};
2647
- --#{$prefix}navbar-color-disabled-main-foreground: #{$df-navbar-color-disabled-main-foreground};
2648
- --#{$prefix}navbar-color-dropdown-alt-active-background: #{$df-navbar-color-dropdown-alt-active-background};
2649
- --#{$prefix}navbar-color-dropdown-alt-active-border: #{$df-navbar-color-dropdown-alt-active-border};
2650
- --#{$prefix}navbar-color-dropdown-alt-active-foreground: #{$df-navbar-color-dropdown-alt-active-foreground};
2651
- --#{$prefix}navbar-color-dropdown-alt-activeHovered-background: #{$df-navbar-color-dropdown-alt-activeHovered-background};
2652
- --#{$prefix}navbar-color-dropdown-alt-activeHovered-border: #{$df-navbar-color-dropdown-alt-activeHovered-border};
2653
- --#{$prefix}navbar-color-dropdown-alt-activeHovered-foreground: #{$df-navbar-color-dropdown-alt-activeHovered-foreground};
2654
- --#{$prefix}navbar-color-dropdown-alt-activePressed-background: #{$df-navbar-color-dropdown-alt-activePressed-background};
2655
- --#{$prefix}navbar-color-dropdown-alt-activePressed-border: #{$df-navbar-color-dropdown-alt-activePressed-border};
2656
- --#{$prefix}navbar-color-dropdown-alt-activePressed-foreground: #{$df-navbar-color-dropdown-alt-activePressed-foreground};
2657
- --#{$prefix}navbar-color-dropdown-alt-default-border: #{$df-navbar-color-dropdown-alt-default-border};
2658
- --#{$prefix}navbar-color-dropdown-alt-default-foreground: #{$df-navbar-color-dropdown-alt-default-foreground};
2659
- --#{$prefix}navbar-color-dropdown-alt-hovered-background: #{$df-navbar-color-dropdown-alt-hovered-background};
2660
- --#{$prefix}navbar-color-dropdown-alt-hovered-border: #{$df-navbar-color-dropdown-alt-hovered-border};
2661
- --#{$prefix}navbar-color-dropdown-alt-hovered-foreground: #{$df-navbar-color-dropdown-alt-hovered-foreground};
2662
- --#{$prefix}navbar-color-dropdown-alt-pressed-background: #{$df-navbar-color-dropdown-alt-pressed-background};
2663
- --#{$prefix}navbar-color-dropdown-alt-pressed-border: #{$df-navbar-color-dropdown-alt-pressed-border};
2664
- --#{$prefix}navbar-color-dropdown-alt-pressed-foreground: #{$df-navbar-color-dropdown-alt-pressed-foreground};
2665
- --#{$prefix}navbar-color-dropdown-main-active-background: #{$df-navbar-color-dropdown-main-active-background};
2666
- --#{$prefix}navbar-color-dropdown-main-active-border: #{$df-navbar-color-dropdown-main-active-border};
2667
- --#{$prefix}navbar-color-dropdown-main-active-foreground: #{$df-navbar-color-dropdown-main-active-foreground};
2668
- --#{$prefix}navbar-color-dropdown-main-activeHovered-background: #{$df-navbar-color-dropdown-main-activeHovered-background};
2669
- --#{$prefix}navbar-color-dropdown-main-activeHovered-border: #{$df-navbar-color-dropdown-main-activeHovered-border};
2670
- --#{$prefix}navbar-color-dropdown-main-activeHovered-foreground: #{$df-navbar-color-dropdown-main-activeHovered-foreground};
2671
- --#{$prefix}navbar-color-dropdown-main-activePressed-background: #{$df-navbar-color-dropdown-main-activePressed-background};
2672
- --#{$prefix}navbar-color-dropdown-main-activePressed-border: #{$df-navbar-color-dropdown-main-activePressed-border};
2673
- --#{$prefix}navbar-color-dropdown-main-activePressed-foreground: #{$df-navbar-color-dropdown-main-activePressed-foreground};
2674
- --#{$prefix}navbar-color-dropdown-main-default-border: #{$df-navbar-color-dropdown-main-default-border};
2675
- --#{$prefix}navbar-color-dropdown-main-default-foreground: #{$df-navbar-color-dropdown-main-default-foreground};
2676
- --#{$prefix}navbar-color-dropdown-main-hovered-background: #{$df-navbar-color-dropdown-main-hovered-background};
2677
- --#{$prefix}navbar-color-dropdown-main-hovered-border: #{$df-navbar-color-dropdown-main-hovered-border};
2678
- --#{$prefix}navbar-color-dropdown-main-hovered-foreground: #{$df-navbar-color-dropdown-main-hovered-foreground};
2679
- --#{$prefix}navbar-color-dropdown-main-pressed-background: #{$df-navbar-color-dropdown-main-pressed-background};
2680
- --#{$prefix}navbar-color-dropdown-main-pressed-border: #{$df-navbar-color-dropdown-main-pressed-border};
2681
- --#{$prefix}navbar-color-dropdown-main-pressed-foreground: #{$df-navbar-color-dropdown-main-pressed-foreground};
2682
- --#{$prefix}navbar-color-inert-alt-background: #{$df-navbar-color-inert-alt-background};
2683
- --#{$prefix}navbar-color-inert-alt-foreground: #{$df-navbar-color-inert-alt-foreground};
2684
- --#{$prefix}navbar-color-inert-main-background: #{$df-navbar-color-inert-main-background};
2685
- --#{$prefix}navbar-color-inert-main-foreground: #{$df-navbar-color-inert-main-foreground};
2686
- --#{$prefix}navbar-color-inert-subtext-foreground: #{$df-navbar-color-inert-subtext-foreground};
2687
- --#{$prefix}navbar-color-main-active-border: #{$df-navbar-color-main-active-border};
2688
- --#{$prefix}navbar-color-main-active-foreground: #{$df-navbar-color-main-active-foreground};
2689
- --#{$prefix}navbar-color-main-activeHovered-background: #{$df-navbar-color-main-activeHovered-background};
2690
- --#{$prefix}navbar-color-main-activeHovered-border: #{$df-navbar-color-main-activeHovered-border};
2691
- --#{$prefix}navbar-color-main-activeHovered-foreground: #{$df-navbar-color-main-activeHovered-foreground};
2692
- --#{$prefix}navbar-color-main-activePressed-border: #{$df-navbar-color-main-activePressed-border};
2693
- --#{$prefix}navbar-color-main-activePressed-foreground: #{$df-navbar-color-main-activePressed-foreground};
2694
- --#{$prefix}navbar-color-main-default-border: #{$df-navbar-color-main-default-border};
2695
- --#{$prefix}navbar-color-main-default-foreground: #{$df-navbar-color-main-default-foreground};
2696
- --#{$prefix}navbar-color-main-hovered-background: #{$df-navbar-color-main-hovered-background};
2697
- --#{$prefix}navbar-color-main-hovered-border: #{$df-navbar-color-main-hovered-border};
2698
- --#{$prefix}navbar-color-main-hovered-foreground: #{$df-navbar-color-main-hovered-foreground};
2699
- --#{$prefix}navbar-color-main-pressed-background: #{$df-navbar-color-main-pressed-background};
2700
- --#{$prefix}navbar-color-main-pressed-border: #{$df-navbar-color-main-pressed-border};
2701
- --#{$prefix}navbar-color-main-pressed-foreground: #{$df-navbar-color-main-pressed-foreground};
2702
- --#{$prefix}navbar-color-productName-alt-default-border: #{$df-navbar-color-productName-alt-default-border};
2703
- --#{$prefix}navbar-color-productName-alt-default-foreground: #{$df-navbar-color-productName-alt-default-foreground};
2704
- --#{$prefix}navbar-color-productName-alt-hovered-background: #{$df-navbar-color-productName-alt-hovered-background};
2705
- --#{$prefix}navbar-color-productName-alt-hovered-border: #{$df-navbar-color-productName-alt-hovered-border};
2706
- --#{$prefix}navbar-color-productName-alt-hovered-foreground: #{$df-navbar-color-productName-alt-hovered-foreground};
2707
- --#{$prefix}navbar-color-productName-alt-pressed-background: #{$df-navbar-color-productName-alt-pressed-background};
2708
- --#{$prefix}navbar-color-productName-alt-pressed-border: #{$df-navbar-color-productName-alt-pressed-border};
2709
- --#{$prefix}navbar-color-productName-alt-pressed-foreground: #{$df-navbar-color-productName-alt-pressed-foreground};
2710
- --#{$prefix}navbar-color-productName-main-default-border: #{$df-navbar-color-productName-main-default-border};
2711
- --#{$prefix}navbar-color-productName-main-default-foreground: #{$df-navbar-color-productName-main-default-foreground};
2712
- --#{$prefix}navbar-color-productName-main-hovered-background: #{$df-navbar-color-productName-main-hovered-background};
2713
- --#{$prefix}navbar-color-productName-main-hovered-border: #{$df-navbar-color-productName-main-hovered-border};
2714
- --#{$prefix}navbar-color-productName-main-hovered-foreground: #{$df-navbar-color-productName-main-hovered-foreground};
2715
- --#{$prefix}navbar-color-productName-main-pressed-background: #{$df-navbar-color-productName-main-pressed-background};
2716
- --#{$prefix}navbar-color-productName-main-pressed-border: #{$df-navbar-color-productName-main-pressed-border};
2717
- --#{$prefix}navbar-color-productName-main-pressed-foreground: #{$df-navbar-color-productName-main-pressed-foreground};
2718
- }
2719
- :root {
2720
- /* Computed colors */
2721
- --#{$prefix}theme-neutral-0-rgb: 255, 255, 255;
2722
- --#{$prefix}theme-neutral-0-color: var(--#{$prefix}theme-neutral-100);
2723
- --#{$prefix}theme-neutral-0-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2724
- --#{$prefix}theme-neutral-10-rgb: 250, 250, 250;
2725
- --#{$prefix}theme-neutral-10-color: var(--#{$prefix}theme-neutral-100);
2726
- --#{$prefix}theme-neutral-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2727
- --#{$prefix}theme-neutral-20-rgb: 242, 242, 242;
2728
- --#{$prefix}theme-neutral-20-color: var(--#{$prefix}theme-neutral-100);
2729
- --#{$prefix}theme-neutral-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2730
- --#{$prefix}theme-neutral-30-rgb: 230, 230, 230;
2731
- --#{$prefix}theme-neutral-30-color: var(--#{$prefix}theme-neutral-100);
2732
- --#{$prefix}theme-neutral-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2733
- --#{$prefix}theme-neutral-40-rgb: 204, 204, 204;
2734
- --#{$prefix}theme-neutral-40-color: var(--#{$prefix}theme-neutral-100);
2735
- --#{$prefix}theme-neutral-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2736
- --#{$prefix}theme-neutral-50-rgb: 179, 179, 179;
2737
- --#{$prefix}theme-neutral-50-color: var(--#{$prefix}theme-neutral-100);
2738
- --#{$prefix}theme-neutral-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2739
- --#{$prefix}theme-neutral-60-rgb: 153, 153, 153;
2740
- --#{$prefix}theme-neutral-60-color: var(--#{$prefix}theme-neutral-100);
2741
- --#{$prefix}theme-neutral-60-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2742
- --#{$prefix}theme-neutral-70-rgb: 128, 128, 128;
2743
- --#{$prefix}theme-neutral-70-color: var(--#{$prefix}theme-neutral-110);
2744
- --#{$prefix}theme-neutral-70-color-rgb: var(--#{$prefix}theme-neutral-110-rgb);
2745
- --#{$prefix}theme-neutral-80-rgb: 102, 102, 102;
2746
- --#{$prefix}theme-neutral-80-color: var(--#{$prefix}theme-neutral-0);
2747
- --#{$prefix}theme-neutral-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2748
- --#{$prefix}theme-neutral-90-rgb: 51, 51, 51;
2749
- --#{$prefix}theme-neutral-90-color: var(--#{$prefix}theme-neutral-0);
2750
- --#{$prefix}theme-neutral-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2751
- --#{$prefix}theme-neutral-100-rgb: 26, 26, 26;
2752
- --#{$prefix}theme-neutral-100-color: var(--#{$prefix}theme-neutral-0);
2753
- --#{$prefix}theme-neutral-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2754
- --#{$prefix}theme-neutral-110-rgb: 0, 0, 0;
2755
- --#{$prefix}theme-neutral-110-color: var(--#{$prefix}theme-neutral-0);
2756
- --#{$prefix}theme-neutral-110-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2757
- --#{$prefix}theme-primary-10-rgb: 235, 243, 255;
2758
- --#{$prefix}theme-primary-10-color: var(--#{$prefix}theme-neutral-100);
2759
- --#{$prefix}theme-primary-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2760
- --#{$prefix}theme-primary-20-rgb: 197, 213, 249;
2761
- --#{$prefix}theme-primary-20-color: var(--#{$prefix}theme-neutral-100);
2762
- --#{$prefix}theme-primary-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2763
- --#{$prefix}theme-primary-30-rgb: 159, 198, 255;
2764
- --#{$prefix}theme-primary-30-color: var(--#{$prefix}theme-neutral-100);
2765
- --#{$prefix}theme-primary-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2766
- --#{$prefix}theme-primary-40-rgb: 97, 162, 255;
2767
- --#{$prefix}theme-primary-40-color: var(--#{$prefix}theme-neutral-100);
2768
- --#{$prefix}theme-primary-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2769
- --#{$prefix}theme-primary-50-rgb: 58, 139, 255;
2770
- --#{$prefix}theme-primary-50-color: var(--#{$prefix}theme-neutral-100);
2771
- --#{$prefix}theme-primary-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2772
- --#{$prefix}theme-primary-60-rgb: 12, 102, 225;
2773
- --#{$prefix}theme-primary-60-color: var(--#{$prefix}theme-neutral-0);
2774
- --#{$prefix}theme-primary-60-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2775
- --#{$prefix}theme-primary-70-rgb: 16, 78, 164;
2776
- --#{$prefix}theme-primary-70-color: var(--#{$prefix}theme-neutral-0);
2777
- --#{$prefix}theme-primary-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2778
- --#{$prefix}theme-primary-80-rgb: 10, 47, 98;
2779
- --#{$prefix}theme-primary-80-color: var(--#{$prefix}theme-neutral-0);
2780
- --#{$prefix}theme-primary-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2781
- --#{$prefix}theme-primary-90-rgb: 0, 8, 53;
2782
- --#{$prefix}theme-primary-90-color: var(--#{$prefix}theme-neutral-0);
2783
- --#{$prefix}theme-primary-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2784
- --#{$prefix}theme-primary-100-rgb: 0, 5, 33;
2785
- --#{$prefix}theme-primary-100-color: var(--#{$prefix}theme-neutral-0);
2786
- --#{$prefix}theme-primary-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2787
- --#{$prefix}theme-danger-10-rgb: 255, 238, 237;
2788
- --#{$prefix}theme-danger-10-color: var(--#{$prefix}theme-neutral-100);
2789
- --#{$prefix}theme-danger-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2790
- --#{$prefix}theme-danger-20-rgb: 255, 215, 215;
2791
- --#{$prefix}theme-danger-20-color: var(--#{$prefix}theme-neutral-100);
2792
- --#{$prefix}theme-danger-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2793
- --#{$prefix}theme-danger-30-rgb: 255, 151, 148;
2794
- --#{$prefix}theme-danger-30-color: var(--#{$prefix}theme-neutral-100);
2795
- --#{$prefix}theme-danger-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2796
- --#{$prefix}theme-danger-40-rgb: 255, 116, 113;
2797
- --#{$prefix}theme-danger-40-color: var(--#{$prefix}theme-neutral-100);
2798
- --#{$prefix}theme-danger-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2799
- --#{$prefix}theme-danger-50-rgb: 255, 81, 77;
2800
- --#{$prefix}theme-danger-50-color: var(--#{$prefix}theme-neutral-100);
2801
- --#{$prefix}theme-danger-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2802
- --#{$prefix}theme-danger-60-rgb: 223, 49, 39;
2803
- --#{$prefix}theme-danger-60-color: var(--#{$prefix}theme-neutral-0);
2804
- --#{$prefix}theme-danger-60-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2805
- --#{$prefix}theme-danger-70-rgb: 178, 39, 31;
2806
- --#{$prefix}theme-danger-70-color: var(--#{$prefix}theme-neutral-0);
2807
- --#{$prefix}theme-danger-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2808
- --#{$prefix}theme-danger-80-rgb: 134, 29, 23;
2809
- --#{$prefix}theme-danger-80-color: var(--#{$prefix}theme-neutral-0);
2810
- --#{$prefix}theme-danger-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2811
- --#{$prefix}theme-danger-90-rgb: 86, 9, 0;
2812
- --#{$prefix}theme-danger-90-color: var(--#{$prefix}theme-neutral-0);
2813
- --#{$prefix}theme-danger-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2814
- --#{$prefix}theme-danger-100-rgb: 67, 15, 12;
2815
- --#{$prefix}theme-danger-100-color: var(--#{$prefix}theme-neutral-0);
2816
- --#{$prefix}theme-danger-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2817
- --#{$prefix}theme-warning-10-rgb: 255, 240, 230;
2818
- --#{$prefix}theme-warning-10-color: var(--#{$prefix}theme-neutral-100);
2819
- --#{$prefix}theme-warning-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2820
- --#{$prefix}theme-warning-20-rgb: 255, 217, 196;
2821
- --#{$prefix}theme-warning-20-color: var(--#{$prefix}theme-neutral-100);
2822
- --#{$prefix}theme-warning-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2823
- --#{$prefix}theme-warning-30-rgb: 255, 163, 102;
2824
- --#{$prefix}theme-warning-30-color: var(--#{$prefix}theme-neutral-100);
2825
- --#{$prefix}theme-warning-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2826
- --#{$prefix}theme-warning-40-rgb: 255, 136, 56;
2827
- --#{$prefix}theme-warning-40-color: var(--#{$prefix}theme-neutral-100);
2828
- --#{$prefix}theme-warning-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2829
- --#{$prefix}theme-warning-50-rgb: 255, 121, 32;
2830
- --#{$prefix}theme-warning-50-color: var(--#{$prefix}theme-neutral-100);
2831
- --#{$prefix}theme-warning-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2832
- --#{$prefix}theme-warning-60-rgb: 250, 100, 0;
2833
- --#{$prefix}theme-warning-60-color: var(--#{$prefix}theme-neutral-100);
2834
- --#{$prefix}theme-warning-60-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2835
- --#{$prefix}theme-warning-70-rgb: 199, 73, 5;
2836
- --#{$prefix}theme-warning-70-color: var(--#{$prefix}theme-neutral-0);
2837
- --#{$prefix}theme-warning-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2838
- --#{$prefix}theme-warning-80-rgb: 134, 55, 1;
2839
- --#{$prefix}theme-warning-80-color: var(--#{$prefix}theme-neutral-0);
2840
- --#{$prefix}theme-warning-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2841
- --#{$prefix}theme-warning-90-rgb: 91, 37, 0;
2842
- --#{$prefix}theme-warning-90-color: var(--#{$prefix}theme-neutral-0);
2843
- --#{$prefix}theme-warning-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2844
- --#{$prefix}theme-warning-100-rgb: 59, 24, 0;
2845
- --#{$prefix}theme-warning-100-color: var(--#{$prefix}theme-neutral-0);
2846
- --#{$prefix}theme-warning-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2847
- --#{$prefix}theme-success-10-rgb: 240, 255, 236;
2848
- --#{$prefix}theme-success-10-color: var(--#{$prefix}theme-neutral-100);
2849
- --#{$prefix}theme-success-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2850
- --#{$prefix}theme-success-20-rgb: 200, 255, 192;
2851
- --#{$prefix}theme-success-20-color: var(--#{$prefix}theme-neutral-100);
2852
- --#{$prefix}theme-success-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2853
- --#{$prefix}theme-success-30-rgb: 190, 255, 171;
2854
- --#{$prefix}theme-success-30-color: var(--#{$prefix}theme-neutral-100);
2855
- --#{$prefix}theme-success-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2856
- --#{$prefix}theme-success-40-rgb: 168, 255, 143;
2857
- --#{$prefix}theme-success-40-color: var(--#{$prefix}theme-neutral-100);
2858
- --#{$prefix}theme-success-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2859
- --#{$prefix}theme-success-50-rgb: 146, 255, 115;
2860
- --#{$prefix}theme-success-50-color: var(--#{$prefix}theme-neutral-100);
2861
- --#{$prefix}theme-success-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2862
- --#{$prefix}theme-success-60-rgb: 75, 168, 65;
2863
- --#{$prefix}theme-success-60-color: var(--#{$prefix}theme-neutral-100);
2864
- --#{$prefix}theme-success-60-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2865
- --#{$prefix}theme-success-70-rgb: 58, 134, 46;
2866
- --#{$prefix}theme-success-70-color: var(--#{$prefix}theme-neutral-0);
2867
- --#{$prefix}theme-success-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2868
- --#{$prefix}theme-success-80-rgb: 25, 87, 29;
2869
- --#{$prefix}theme-success-80-color: var(--#{$prefix}theme-neutral-0);
2870
- --#{$prefix}theme-success-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2871
- --#{$prefix}theme-success-90-rgb: 2, 58, 0;
2872
- --#{$prefix}theme-success-90-color: var(--#{$prefix}theme-neutral-0);
2873
- --#{$prefix}theme-success-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2874
- --#{$prefix}theme-success-100-rgb: 15, 25, 11;
2875
- --#{$prefix}theme-success-100-color: var(--#{$prefix}theme-neutral-0);
2876
- --#{$prefix}theme-success-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2877
- --#{$prefix}theme-info-10-rgb: 235, 243, 255;
2878
- --#{$prefix}theme-info-10-color: var(--#{$prefix}theme-neutral-100);
2879
- --#{$prefix}theme-info-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2880
- --#{$prefix}theme-info-20-rgb: 197, 213, 249;
2881
- --#{$prefix}theme-info-20-color: var(--#{$prefix}theme-neutral-100);
2882
- --#{$prefix}theme-info-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2883
- --#{$prefix}theme-info-30-rgb: 159, 198, 255;
2884
- --#{$prefix}theme-info-30-color: var(--#{$prefix}theme-neutral-100);
2885
- --#{$prefix}theme-info-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2886
- --#{$prefix}theme-info-40-rgb: 97, 162, 255;
2887
- --#{$prefix}theme-info-40-color: var(--#{$prefix}theme-neutral-100);
2888
- --#{$prefix}theme-info-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2889
- --#{$prefix}theme-info-50-rgb: 58, 139, 255;
2890
- --#{$prefix}theme-info-50-color: var(--#{$prefix}theme-neutral-100);
2891
- --#{$prefix}theme-info-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2892
- --#{$prefix}theme-info-60-rgb: 12, 102, 225;
2893
- --#{$prefix}theme-info-60-color: var(--#{$prefix}theme-neutral-0);
2894
- --#{$prefix}theme-info-60-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2895
- --#{$prefix}theme-info-70-rgb: 16, 78, 164;
2896
- --#{$prefix}theme-info-70-color: var(--#{$prefix}theme-neutral-0);
2897
- --#{$prefix}theme-info-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2898
- --#{$prefix}theme-info-80-rgb: 10, 47, 98;
2899
- --#{$prefix}theme-info-80-color: var(--#{$prefix}theme-neutral-0);
2900
- --#{$prefix}theme-info-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2901
- --#{$prefix}theme-info-90-rgb: 0, 8, 53;
2902
- --#{$prefix}theme-info-90-color: var(--#{$prefix}theme-neutral-0);
2903
- --#{$prefix}theme-info-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2904
- --#{$prefix}theme-info-100-rgb: 0, 5, 33;
2905
- --#{$prefix}theme-info-100-color: var(--#{$prefix}theme-neutral-0);
2906
- --#{$prefix}theme-info-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2907
- --#{$prefix}theme-tip-10-rgb: 248, 238, 255;
2908
- --#{$prefix}theme-tip-10-color: var(--#{$prefix}theme-neutral-100);
2909
- --#{$prefix}theme-tip-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2910
- --#{$prefix}theme-tip-20-rgb: 228, 199, 255;
2911
- --#{$prefix}theme-tip-20-color: var(--#{$prefix}theme-neutral-100);
2912
- --#{$prefix}theme-tip-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2913
- --#{$prefix}theme-tip-30-rgb: 211, 150, 255;
2914
- --#{$prefix}theme-tip-30-color: var(--#{$prefix}theme-neutral-100);
2915
- --#{$prefix}theme-tip-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2916
- --#{$prefix}theme-tip-40-rgb: 197, 115, 255;
2917
- --#{$prefix}theme-tip-40-color: var(--#{$prefix}theme-neutral-100);
2918
- --#{$prefix}theme-tip-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2919
- --#{$prefix}theme-tip-50-rgb: 182, 80, 255;
2920
- --#{$prefix}theme-tip-50-color: var(--#{$prefix}theme-neutral-100);
2921
- --#{$prefix}theme-tip-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2922
- --#{$prefix}theme-tip-60-rgb: 146, 64, 204;
2923
- --#{$prefix}theme-tip-60-color: var(--#{$prefix}theme-neutral-0);
2924
- --#{$prefix}theme-tip-60-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2925
- --#{$prefix}theme-tip-70-rgb: 109, 48, 153;
2926
- --#{$prefix}theme-tip-70-color: var(--#{$prefix}theme-neutral-0);
2927
- --#{$prefix}theme-tip-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2928
- --#{$prefix}theme-tip-80-rgb: 70, 27, 100;
2929
- --#{$prefix}theme-tip-80-color: var(--#{$prefix}theme-neutral-0);
2930
- --#{$prefix}theme-tip-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2931
- --#{$prefix}theme-tip-90-rgb: 38, 0, 90;
2932
- --#{$prefix}theme-tip-90-color: var(--#{$prefix}theme-neutral-0);
2933
- --#{$prefix}theme-tip-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2934
- --#{$prefix}theme-tip-100-rgb: 22, 0, 51;
2935
- --#{$prefix}theme-tip-100-color: var(--#{$prefix}theme-neutral-0);
2936
- --#{$prefix}theme-tip-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2937
- --#{$prefix}theme-accent-10-rgb: 248, 238, 255;
2938
- --#{$prefix}theme-accent-10-color: var(--#{$prefix}theme-neutral-100);
2939
- --#{$prefix}theme-accent-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2940
- --#{$prefix}theme-accent-20-rgb: 228, 199, 255;
2941
- --#{$prefix}theme-accent-20-color: var(--#{$prefix}theme-neutral-100);
2942
- --#{$prefix}theme-accent-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2943
- --#{$prefix}theme-accent-30-rgb: 211, 150, 255;
2944
- --#{$prefix}theme-accent-30-color: var(--#{$prefix}theme-neutral-100);
2945
- --#{$prefix}theme-accent-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2946
- --#{$prefix}theme-accent-40-rgb: 197, 115, 255;
2947
- --#{$prefix}theme-accent-40-color: var(--#{$prefix}theme-neutral-100);
2948
- --#{$prefix}theme-accent-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2949
- --#{$prefix}theme-accent-50-rgb: 182, 80, 255;
2950
- --#{$prefix}theme-accent-50-color: var(--#{$prefix}theme-neutral-100);
2951
- --#{$prefix}theme-accent-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2952
- --#{$prefix}theme-accent-60-rgb: 146, 64, 204;
2953
- --#{$prefix}theme-accent-60-color: var(--#{$prefix}theme-neutral-0);
2954
- --#{$prefix}theme-accent-60-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2955
- --#{$prefix}theme-accent-70-rgb: 109, 48, 153;
2956
- --#{$prefix}theme-accent-70-color: var(--#{$prefix}theme-neutral-0);
2957
- --#{$prefix}theme-accent-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2958
- --#{$prefix}theme-accent-80-rgb: 70, 27, 100;
2959
- --#{$prefix}theme-accent-80-color: var(--#{$prefix}theme-neutral-0);
2960
- --#{$prefix}theme-accent-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2961
- --#{$prefix}theme-accent-90-rgb: 38, 0, 90;
2962
- --#{$prefix}theme-accent-90-color: var(--#{$prefix}theme-neutral-0);
2963
- --#{$prefix}theme-accent-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2964
- --#{$prefix}theme-accent-100-rgb: 22, 0, 51;
2965
- --#{$prefix}theme-accent-100-color: var(--#{$prefix}theme-neutral-0);
2966
- --#{$prefix}theme-accent-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2967
- --#{$prefix}theme-chromatic1-10-rgb: 255, 252, 230;
2968
- --#{$prefix}theme-chromatic1-10-color: var(--#{$prefix}theme-neutral-100);
2969
- --#{$prefix}theme-chromatic1-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2970
- --#{$prefix}theme-chromatic1-20-rgb: 255, 254, 176;
2971
- --#{$prefix}theme-chromatic1-20-color: var(--#{$prefix}theme-neutral-100);
2972
- --#{$prefix}theme-chromatic1-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2973
- --#{$prefix}theme-chromatic1-30-rgb: 253, 240, 146;
2974
- --#{$prefix}theme-chromatic1-30-color: var(--#{$prefix}theme-neutral-100);
2975
- --#{$prefix}theme-chromatic1-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2976
- --#{$prefix}theme-chromatic1-40-rgb: 253, 235, 109;
2977
- --#{$prefix}theme-chromatic1-40-color: var(--#{$prefix}theme-neutral-100);
2978
- --#{$prefix}theme-chromatic1-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2979
- --#{$prefix}theme-chromatic1-50-rgb: 252, 230, 73;
2980
- --#{$prefix}theme-chromatic1-50-color: var(--#{$prefix}theme-neutral-100);
2981
- --#{$prefix}theme-chromatic1-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2982
- --#{$prefix}theme-chromatic1-60-rgb: 233, 207, 28;
2983
- --#{$prefix}theme-chromatic1-60-color: var(--#{$prefix}theme-neutral-100);
2984
- --#{$prefix}theme-chromatic1-60-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2985
- --#{$prefix}theme-chromatic1-70-rgb: 170, 155, 45;
2986
- --#{$prefix}theme-chromatic1-70-color: var(--#{$prefix}theme-neutral-100);
2987
- --#{$prefix}theme-chromatic1-70-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
2988
- --#{$prefix}theme-chromatic1-80-rgb: 116, 105, 28;
2989
- --#{$prefix}theme-chromatic1-80-color: var(--#{$prefix}theme-neutral-0);
2990
- --#{$prefix}theme-chromatic1-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2991
- --#{$prefix}theme-chromatic1-90-rgb: 86, 74, 0;
2992
- --#{$prefix}theme-chromatic1-90-color: var(--#{$prefix}theme-neutral-0);
2993
- --#{$prefix}theme-chromatic1-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2994
- --#{$prefix}theme-chromatic1-100-rgb: 42, 37, 0;
2995
- --#{$prefix}theme-chromatic1-100-color: var(--#{$prefix}theme-neutral-0);
2996
- --#{$prefix}theme-chromatic1-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
2997
- --#{$prefix}theme-chromatic2-10-rgb: 255, 238, 247;
2998
- --#{$prefix}theme-chromatic2-10-color: var(--#{$prefix}theme-neutral-100);
2999
- --#{$prefix}theme-chromatic2-10-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
3000
- --#{$prefix}theme-chromatic2-20-rgb: 252, 197, 249;
3001
- --#{$prefix}theme-chromatic2-20-color: var(--#{$prefix}theme-neutral-100);
3002
- --#{$prefix}theme-chromatic2-20-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
3003
- --#{$prefix}theme-chromatic2-30-rgb: 255, 155, 227;
3004
- --#{$prefix}theme-chromatic2-30-color: var(--#{$prefix}theme-neutral-100);
3005
- --#{$prefix}theme-chromatic2-30-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
3006
- --#{$prefix}theme-chromatic2-40-rgb: 255, 121, 189;
3007
- --#{$prefix}theme-chromatic2-40-color: var(--#{$prefix}theme-neutral-100);
3008
- --#{$prefix}theme-chromatic2-40-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
3009
- --#{$prefix}theme-chromatic2-50-rgb: 255, 88, 172;
3010
- --#{$prefix}theme-chromatic2-50-color: var(--#{$prefix}theme-neutral-100);
3011
- --#{$prefix}theme-chromatic2-50-color-rgb: var(--#{$prefix}theme-neutral-100-rgb);
3012
- --#{$prefix}theme-chromatic2-60-rgb: 204, 70, 138;
3013
- --#{$prefix}theme-chromatic2-60-color: var(--#{$prefix}theme-neutral-110);
3014
- --#{$prefix}theme-chromatic2-60-color-rgb: var(--#{$prefix}theme-neutral-110-rgb);
3015
- --#{$prefix}theme-chromatic2-70-rgb: 153, 53, 103;
3016
- --#{$prefix}theme-chromatic2-70-color: var(--#{$prefix}theme-neutral-0);
3017
- --#{$prefix}theme-chromatic2-70-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
3018
- --#{$prefix}theme-chromatic2-80-rgb: 102, 35, 69;
3019
- --#{$prefix}theme-chromatic2-80-color: var(--#{$prefix}theme-neutral-0);
3020
- --#{$prefix}theme-chromatic2-80-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
3021
- --#{$prefix}theme-chromatic2-90-rgb: 79, 2, 48;
3022
- --#{$prefix}theme-chromatic2-90-color: var(--#{$prefix}theme-neutral-0);
3023
- --#{$prefix}theme-chromatic2-90-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
3024
- --#{$prefix}theme-chromatic2-100-rgb: 52, 0, 31;
3025
- --#{$prefix}theme-chromatic2-100-color: var(--#{$prefix}theme-neutral-0);
3026
- --#{$prefix}theme-chromatic2-100-color-rgb: var(--#{$prefix}theme-neutral-0-rgb);
3027
- }
3028
- /* --- END THEME Auto-generated --- */