@clickhouse/click-ui 0.2.0-rc.6 → 0.2.0-rc.7

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 (68) hide show
  1. package/README.md +67 -0
  2. package/dist/cjs/click-ui.css +3861 -0
  3. package/dist/cjs/components/Button/Button.css +261 -0
  4. package/dist/cjs/components/Button/Button.module.css.cjs +38 -0
  5. package/dist/cjs/components/Button/Button.module.css.cjs.map +1 -0
  6. package/dist/cjs/components/Button/index.cjs +42 -126
  7. package/dist/cjs/components/Button/index.cjs.map +1 -1
  8. package/dist/cjs/components/ButtonGroup/index.cjs +1 -1
  9. package/dist/cjs/components/ButtonGroup/index.cjs.map +1 -1
  10. package/dist/cjs/components/DatePicker/Common.cjs +21 -25
  11. package/dist/cjs/components/DatePicker/Common.cjs.map +1 -1
  12. package/dist/cjs/components/DatePicker/DateTimeRangePicker.cjs +23 -15
  13. package/dist/cjs/components/DatePicker/DateTimeRangePicker.cjs.map +1 -1
  14. package/dist/cjs/components/GenericMenu/index.cjs +1 -1
  15. package/dist/cjs/components/GenericMenu/index.cjs.map +1 -1
  16. package/dist/cjs/lib/cva.cjs +15 -0
  17. package/dist/cjs/lib/cva.cjs.map +1 -0
  18. package/dist/cjs/providers/ThemeProvider.cjs +4 -0
  19. package/dist/cjs/providers/ThemeProvider.cjs.map +1 -1
  20. package/dist/cjs/theme/styles/tokens-dark.css +1806 -0
  21. package/dist/cjs/theme/styles/tokens-light.css +1795 -0
  22. package/dist/cjs/theme/theme.config.json.cjs +12 -0
  23. package/dist/cjs/theme/theme.config.json.cjs.map +1 -0
  24. package/dist/cjs/theme/tokens/variables.dark.cjs +2 -4
  25. package/dist/cjs/theme/tokens/variables.dark.cjs.map +1 -1
  26. package/dist/cjs/theme/tokens/variables.light.cjs +1 -6
  27. package/dist/cjs/theme/tokens/variables.light.cjs.map +1 -1
  28. package/dist/cjs/utils/localStorage.cjs +3 -1
  29. package/dist/cjs/utils/localStorage.cjs.map +1 -1
  30. package/dist/esm/click-ui.css +3861 -0
  31. package/dist/esm/components/Button/Button.css +261 -0
  32. package/dist/esm/components/Button/Button.module.css.js +25 -0
  33. package/dist/esm/components/Button/Button.module.css.js.map +1 -0
  34. package/dist/esm/components/Button/index.js +42 -126
  35. package/dist/esm/components/Button/index.js.map +1 -1
  36. package/dist/esm/components/ButtonGroup/index.js +1 -1
  37. package/dist/esm/components/ButtonGroup/index.js.map +1 -1
  38. package/dist/esm/components/DatePicker/Common.js +21 -25
  39. package/dist/esm/components/DatePicker/Common.js.map +1 -1
  40. package/dist/esm/components/DatePicker/DateTimeRangePicker.js +23 -15
  41. package/dist/esm/components/DatePicker/DateTimeRangePicker.js.map +1 -1
  42. package/dist/esm/components/GenericMenu/index.js +1 -1
  43. package/dist/esm/components/GenericMenu/index.js.map +1 -1
  44. package/dist/esm/lib/cva.js +7 -0
  45. package/dist/esm/lib/cva.js.map +1 -0
  46. package/dist/esm/providers/ThemeProvider.js +4 -0
  47. package/dist/esm/providers/ThemeProvider.js.map +1 -1
  48. package/dist/esm/theme/styles/tokens-dark.css +1806 -0
  49. package/dist/esm/theme/styles/tokens-light.css +1795 -0
  50. package/dist/esm/theme/theme.config.json.js +7 -0
  51. package/dist/esm/theme/theme.config.json.js.map +1 -0
  52. package/dist/esm/theme/tokens/variables.dark.js +2 -4
  53. package/dist/esm/theme/tokens/variables.dark.js.map +1 -1
  54. package/dist/esm/theme/tokens/variables.light.js +1 -6
  55. package/dist/esm/theme/tokens/variables.light.js.map +1 -1
  56. package/dist/esm/utils/localStorage.js +3 -1
  57. package/dist/esm/utils/localStorage.js.map +1 -1
  58. package/dist/types/components/Button/Button.d.ts +25 -2
  59. package/dist/types/components/DatePicker/DateTimeRangePicker.d.ts +5 -2
  60. package/dist/types/components/DatePicker/index.d.ts +1 -1
  61. package/dist/types/lib/cva.d.ts +3 -0
  62. package/dist/types/theme/theme.config.json.d.ts +6 -0
  63. package/dist/types/theme/theme.core.d.ts +0 -7
  64. package/dist/types/theme/tokens/variables.dark.d.ts +0 -2
  65. package/dist/types/theme/tokens/variables.light.d.ts +0 -5
  66. package/dist/types/utils/dom.d.ts +1 -1
  67. package/dist/types/utils/localStorage.d.ts +1 -1
  68. package/package.json +25 -8
@@ -0,0 +1,1795 @@
1
+ :root,
2
+ [data-cui-theme="light"] {
3
+ --click-accordion-sm-icon-size-height: 1rem;
4
+ --click-accordion-sm-icon-size-width: 1rem;
5
+ --click-accordion-sm-space-gap: 0.25rem;
6
+ --click-accordion-sm-typography-label-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
7
+ --click-accordion-sm-typography-label-hover: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
8
+ --click-accordion-sm-typography-label-active: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
9
+ --click-accordion-md-icon-size-height: 1.25rem;
10
+ --click-accordion-md-icon-size-width: 1.25rem;
11
+ --click-accordion-md-space-gap: 0.25rem;
12
+ --click-accordion-md-typography-label-default: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
13
+ --click-accordion-md-typography-label-hover: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
14
+ --click-accordion-md-typography-label-active: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
15
+ --click-accordion-lg-icon-size-height: 1.5rem;
16
+ --click-accordion-lg-icon-size-width: 1.5rem;
17
+ --click-accordion-lg-space-gap: 0.25rem;
18
+ --click-accordion-lg-typography-label-default: 500 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
19
+ --click-accordion-lg-typography-label-hover: 500 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
20
+ --click-accordion-lg-typography-label-active: 500 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
21
+ --click-accordion-color-default-label-default: #161517;
22
+ --click-accordion-color-default-label-hover: lch(13.917 1.3308 305.43);
23
+ --click-accordion-color-default-label-active: #161517;
24
+ --click-accordion-color-default-icon-default: #161517;
25
+ --click-accordion-color-default-icon-hover: lch(13.917 1.3308 305.43);
26
+ --click-accordion-color-default-icon-active: #161517;
27
+ --click-accordion-color-link-label-default: #437eef;
28
+ --click-accordion-color-link-label-hover: #104ec6;
29
+ --click-accordion-color-link-label-active: #437eef;
30
+ --click-accordion-color-link-icon-default: #437eef;
31
+ --click-accordion-color-link-icon-hover: lch(40.786 66.387 286.32);
32
+ --click-accordion-color-link-icon-active: #437eef;
33
+ --click-alert-medium-space-y: 0.75rem;
34
+ --click-alert-medium-space-x: 0.75rem;
35
+ --click-alert-medium-space-gap: 0;
36
+ --click-alert-medium-space-banner: 0.5rem;
37
+ --click-alert-medium-typography-title-default: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
38
+ --click-alert-medium-typography-text-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
39
+ --click-alert-medium-icon-height: 1.25rem;
40
+ --click-alert-medium-icon-width: 1.25rem;
41
+ --click-alert-small-space-y: 0.5rem;
42
+ --click-alert-small-space-x: 0.75rem;
43
+ --click-alert-small-space-gap: 0;
44
+ --click-alert-small-space-banner: 0.25rem;
45
+ --click-alert-small-icon-height: 1rem;
46
+ --click-alert-small-icon-width: 1rem;
47
+ --click-alert-small-typography-title-default: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
48
+ --click-alert-small-typography-text-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
49
+ --click-alert-radii-center: 0;
50
+ --click-alert-radii-end: 0.25rem;
51
+ --click-alert-color-background-default: #ffffff;
52
+ --click-alert-color-background-success: rgb(20% 100% 26.667% / 0.1);
53
+ --click-alert-color-background-neutral: rgb(41.176% 43.137% 47.451% / 0.1);
54
+ --click-alert-color-background-danger: rgb(100% 13.725% 13.725% / 0.1);
55
+ --click-alert-color-background-warning: rgb(100% 46.667% 16.078% / 0.1);
56
+ --click-alert-color-background-info: rgb(26.275% 49.412% 93.725% / 0.1);
57
+ --click-alert-color-text-default: #696e79;
58
+ --click-alert-color-text-success: #008a0b;
59
+ --click-alert-color-text-neutral: #53575f;
60
+ --click-alert-color-text-danger: #c10000;
61
+ --click-alert-color-text-warning: #a33c00;
62
+ --click-alert-color-text-info: #437eef;
63
+ --click-alert-color-iconBackground-default: #ffffff;
64
+ --click-alert-color-iconBackground-success: rgb(20% 100% 26.667% / 0);
65
+ --click-alert-color-iconBackground-neutral: rgb(41.176% 43.137% 47.451% / 0);
66
+ --click-alert-color-iconBackground-danger: rgb(100% 13.725% 13.725% / 0);
67
+ --click-alert-color-iconBackground-warning: rgb(100% 46.667% 16.078% / 0);
68
+ --click-alert-color-iconBackground-info: rgb(26.275% 49.412% 93.725% / 0);
69
+ --click-alert-color-iconForeground-default: #696e79;
70
+ --click-alert-color-iconForeground-success: lch(49.786 70.246 135.31 / 0.75);
71
+ --click-alert-color-iconForeground-neutral: lch(36.838 5.2307 266.96 / 0.75);
72
+ --click-alert-color-iconForeground-danger: lch(41.001 86.638 40.858 / 0.75);
73
+ --click-alert-color-iconForeground-warning: lch(40.227 66.602 51.059 / 0.75);
74
+ --click-alert-color-iconForeground-info: lch(53.426 64.605 278.98 / 0.75);
75
+ --click-avatar-typography-label-sm-default: 600 0.6875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
76
+ --click-avatar-typography-label-sm-hover: 600 0.6875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
77
+ --click-avatar-typography-label-sm-active: 600 0.6875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
78
+ --click-avatar-typography-label-md-default: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
79
+ --click-avatar-typography-label-md-hover: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
80
+ --click-avatar-typography-label-md-active: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
81
+ --click-avatar-size-label-width: 1.5rem;
82
+ --click-avatar-size-width: 1.5rem;
83
+ --click-avatar-size-height: 1.5rem;
84
+ --click-avatar-radii-all: 9999px;
85
+ --click-avatar-color-background-default: #696e79;
86
+ --click-avatar-color-background-hover: #9a9ea7;
87
+ --click-avatar-color-background-active: #9a9ea7;
88
+ --click-avatar-color-text-default: #ffffff;
89
+ --click-avatar-color-text-hover: #ffffff;
90
+ --click-avatar-color-text-active: #ffffff;
91
+ --click-badge-space-md-x: 0.75rem;
92
+ --click-badge-space-md-y: 0.125rem;
93
+ --click-badge-space-md-gap: 0.25rem;
94
+ --click-badge-space-sm-x: 0.5rem;
95
+ --click-badge-space-sm-y: 0.1563rem;
96
+ --click-badge-space-sm-gap: 0.125rem;
97
+ --click-badge-typography-label-md-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
98
+ --click-badge-typography-label-sm-default: 500 0.625rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
99
+ --click-badge-radii-all: 9999px;
100
+ --click-badge-stroke: 1px;
101
+ --click-badge-icon-md-size-height: 0.75rem;
102
+ --click-badge-icon-md-size-width: 0.75rem;
103
+ --click-badge-icon-sm-size-height: 0.625rem;
104
+ --click-badge-icon-sm-size-width: 0.625rem;
105
+ --click-badge-opaque-color-background-default: #f6f7fa;
106
+ --click-badge-opaque-color-background-success: rgb(20% 100% 26.667% / 0.1);
107
+ --click-badge-opaque-color-background-neutral: rgb(41.176% 43.137% 47.451% / 0.1);
108
+ --click-badge-opaque-color-background-danger: rgb(100% 13.725% 13.725% / 0.1);
109
+ --click-badge-opaque-color-background-disabled: #dfdfdf;
110
+ --click-badge-opaque-color-background-info: rgb(26.275% 49.412% 93.725% / 0.1);
111
+ --click-badge-opaque-color-background-warning: rgb(100% 46.667% 16.078% / 0.1);
112
+ --click-badge-opaque-color-text-default: #696e79;
113
+ --click-badge-opaque-color-text-success: #008a0b;
114
+ --click-badge-opaque-color-text-neutral: #53575f;
115
+ --click-badge-opaque-color-text-danger: #c10000;
116
+ --click-badge-opaque-color-text-disabled: #a0a0a0;
117
+ --click-badge-opaque-color-text-info: #437eef;
118
+ --click-badge-opaque-color-text-warning: #a33c00;
119
+ --click-badge-opaque-color-stroke-default: #e6e7e9;
120
+ --click-badge-opaque-color-stroke-success: rgb(20% 100% 26.667% / 0.05);
121
+ --click-badge-opaque-color-stroke-neutral: rgb(41.176% 43.137% 47.451% / 0.1);
122
+ --click-badge-opaque-color-stroke-danger: rgb(100% 13.725% 13.725% / 0.05);
123
+ --click-badge-opaque-color-stroke-disabled: rgb(83.078% 83.078% 83.078%);
124
+ --click-badge-opaque-color-stroke-info: rgb(26.275% 49.412% 93.725% / 0.05);
125
+ --click-badge-opaque-color-stroke-warning: rgb(100% 46.667% 16.078% / 0.05);
126
+ --click-badge-solid-color-background-default: #a0a0a0;
127
+ --click-badge-solid-color-background-success: #008a0b;
128
+ --click-badge-solid-color-background-neutral: #606060;
129
+ --click-badge-solid-color-background-danger: #c10000;
130
+ --click-badge-solid-color-background-disabled: #dfdfdf;
131
+ --click-badge-solid-color-background-info: #104ec6;
132
+ --click-badge-solid-color-background-warning: #d64f00;
133
+ --click-badge-solid-color-text-default: #ffffff;
134
+ --click-badge-solid-color-text-success: #ffffff;
135
+ --click-badge-solid-color-text-neutral: #ffffff;
136
+ --click-badge-solid-color-text-danger: #ffffff;
137
+ --click-badge-solid-color-text-disabled: #a0a0a0;
138
+ --click-badge-solid-color-text-info: #ffffff;
139
+ --click-badge-solid-color-text-warning: #ffffff;
140
+ --click-badge-solid-color-stroke-default: #e6e7e9;
141
+ --click-badge-solid-color-stroke-success: rgb(20% 100% 26.667% / 0.05);
142
+ --click-badge-solid-color-stroke-neutral: rgb(41.176% 43.137% 47.451% / 0.1);
143
+ --click-badge-solid-color-stroke-danger: rgb(100% 13.725% 13.725% / 0.05);
144
+ --click-badge-solid-color-stroke-disabled: rgb(83.078% 83.078% 83.078%);
145
+ --click-badge-solid-color-stroke-info: rgb(26.275% 49.412% 93.725% / 0.05);
146
+ --click-badge-solid-color-stroke-warning: rgb(100% 46.667% 16.078% / 0.05);
147
+ --click-bigStat-space-all: 1rem;
148
+ --click-bigStat-space-sm-gap: 0;
149
+ --click-bigStat-space-lg-gap: 0.5rem;
150
+ --click-bigStat-radii-all: 0.25rem;
151
+ --click-bigStat-stroke: 1px;
152
+ --click-bigStat-typography-lg-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
153
+ --click-bigStat-typography-lg-label-muted: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
154
+ --click-bigStat-typography-lg-title-default: 700 2rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
155
+ --click-bigStat-typography-lg-title-muted: 700 2rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
156
+ --click-bigStat-typography-sm-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
157
+ --click-bigStat-typography-sm-label-muted: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
158
+ --click-bigStat-typography-sm-title-default: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
159
+ --click-bigStat-typography-sm-title-muted: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
160
+ --click-bigStat-color-stroke-default: #e6e7e9;
161
+ --click-bigStat-color-stroke-muted: #e6e7e9;
162
+ --click-bigStat-color-stroke-danger: #c10000;
163
+ --click-bigStat-color-background-default: #ffffff;
164
+ --click-bigStat-color-background-muted: #f6f7fa;
165
+ --click-bigStat-color-label-default: #696e79;
166
+ --click-bigStat-color-label-muted: #696e79;
167
+ --click-bigStat-color-label-danger: #c10000;
168
+ --click-bigStat-color-title-default: lch(11.126 1.374 305.43);
169
+ --click-bigStat-color-title-muted: lch(11.126 1.374 305.43);
170
+ --click-button-radii-all: 0.25rem;
171
+ --click-button-basic-space-x: 1rem;
172
+ --click-button-basic-space-y: 0.2813rem;
173
+ --click-button-basic-space-gap: 0.5rem;
174
+ --click-button-basic-space-group: 0.5rem;
175
+ --click-button-basic-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
176
+ --click-button-basic-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
177
+ --click-button-basic-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
178
+ --click-button-basic-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
179
+ --click-button-basic-typography-mobile-label-default: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
180
+ --click-button-basic-typography-mobile-label-hover: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
181
+ --click-button-basic-typography-mobile-label-active: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
182
+ --click-button-basic-size-icon-height: 0.9688rem;
183
+ --click-button-basic-size-icon-all: 0.9688rem;
184
+ --click-button-basic-size-icon-width: 0.9688rem;
185
+ --click-button-basic-color-primary-background-default: #302e32;
186
+ --click-button-basic-color-primary-background-hover: lch(29.47 4.1845 266.96);
187
+ --click-button-basic-color-primary-background-active: #161517;
188
+ --click-button-basic-color-primary-background-disabled: #dfdfdf;
189
+ --click-button-basic-color-primary-background-loading: linear-gradient(90deg, rgb(76, 76, 76, 0.1) 0%, rgb(76, 76, 76) 100%);
190
+ --click-button-basic-color-primary-stroke-default: #302e32;
191
+ --click-button-basic-color-primary-stroke-hover: lch(29.47 4.1845 266.96);
192
+ --click-button-basic-color-primary-stroke-active: #161517;
193
+ --click-button-basic-color-primary-stroke-disabled: #dfdfdf;
194
+ --click-button-basic-color-primary-text-default: #ffffff;
195
+ --click-button-basic-color-primary-text-hover: #ffffff;
196
+ --click-button-basic-color-primary-text-active: #ffffff;
197
+ --click-button-basic-color-primary-text-disabled: #a0a0a0;
198
+ --click-button-basic-color-secondary-background-default: rgba(0, 0, 0, 0);
199
+ --click-button-basic-color-secondary-background-hover: #f6f7fa;
200
+ --click-button-basic-color-secondary-background-active: lch(95.274 1.5364 271.98);
201
+ --click-button-basic-color-secondary-background-disabled: #dfdfdf;
202
+ --click-button-basic-color-secondary-background-loading: linear-gradient(90deg, rgb(232, 233, 235, 0.1) 0%, rgb(232, 233, 235) 100%);
203
+ --click-button-basic-color-secondary-stroke-default: #e6e7e9;
204
+ --click-button-basic-color-secondary-stroke-hover: #e6e7e9;
205
+ --click-button-basic-color-secondary-stroke-active: #cccfd3;
206
+ --click-button-basic-color-secondary-stroke-disabled: #dfdfdf;
207
+ --click-button-basic-color-secondary-text-default: #161517;
208
+ --click-button-basic-color-secondary-text-hover: #161517;
209
+ --click-button-basic-color-secondary-text-active: #161517;
210
+ --click-button-basic-color-secondary-text-disabled: #a0a0a0;
211
+ --click-button-basic-color-danger-text-default: #c10000;
212
+ --click-button-basic-color-danger-text-hover: #c10000;
213
+ --click-button-basic-color-danger-text-active: #c10000;
214
+ --click-button-basic-color-danger-text-disabled: #a0a0a0;
215
+ --click-button-basic-color-danger-background-default: rgb(100% 13.725% 13.725% / 0.1);
216
+ --click-button-basic-color-danger-background-hover: rgb(100% 13.725% 13.725% / 0.2);
217
+ --click-button-basic-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.3);
218
+ --click-button-basic-color-danger-background-disabled: #dfdfdf;
219
+ --click-button-basic-color-danger-background-loading: linear-gradient(90deg, rgba(255, 211, 211, 0.1) 0%, rgb(255, 211, 211) 100%);
220
+ --click-button-basic-color-danger-stroke-default: rgb(100% 13.725% 13.725% / 0.1);
221
+ --click-button-basic-color-danger-stroke-hover: rgb(100% 13.725% 13.725% / 0.05);
222
+ --click-button-basic-color-danger-stroke-active: rgb(100% 13.725% 13.725% / 0.05);
223
+ --click-button-basic-color-danger-stroke-disabled: #dfdfdf;
224
+ --click-button-basic-color-empty-text-default: #437eef;
225
+ --click-button-basic-color-empty-text-hover: #104ec6;
226
+ --click-button-basic-color-empty-text-active: #437eef;
227
+ --click-button-basic-color-empty-text-disabled: #a0a0a0;
228
+ --click-button-basic-color-empty-background-default: rgba(0, 0, 0, 0);
229
+ --click-button-basic-color-empty-background-hover: #f6f7fa;
230
+ --click-button-basic-color-empty-background-active: rgba(0, 0, 0, 0);
231
+ --click-button-basic-color-empty-background-disabled: rgba(0, 0, 0, 0);
232
+ --click-button-basic-color-empty-background-loading: linear-gradient(90deg, rgba(240, 242, 248, 0.1) 0%, rgb(240, 242, 248) 100%);
233
+ --click-button-basic-color-empty-stroke-default: rgba(0, 0, 0, 0);
234
+ --click-button-basic-color-empty-stroke-hover: rgba(0, 0, 0, 0);
235
+ --click-button-basic-color-empty-stroke-active: rgba(0, 0, 0, 0);
236
+ --click-button-basic-color-empty-stroke-disabled: rgba(0, 0, 0, 0);
237
+ --click-button-iconButton-default-space-x: 0.4375rem;
238
+ --click-button-iconButton-default-space-y: 0.4375rem;
239
+ --click-button-iconButton-size-small: 0.75rem;
240
+ --click-button-iconButton-size-medium: 1rem;
241
+ --click-button-iconButton-size-large: 1.25rem;
242
+ --click-button-iconButton-radii-all: 0.25rem;
243
+ --click-button-iconButton-sm-space-x: 0.25rem;
244
+ --click-button-iconButton-sm-space-y: 0.25rem;
245
+ --click-button-iconButton-xs-space-x: 0;
246
+ --click-button-iconButton-xs-space-y: 0;
247
+ --click-button-iconButton-color-primary-background-default: rgba(0, 0, 0, 0);
248
+ --click-button-iconButton-color-primary-background-hover: #f6f7fa;
249
+ --click-button-iconButton-color-primary-background-active: rgb(86.824% 87.176% 88.235%);
250
+ --click-button-iconButton-color-primary-stroke-default: rgba(0, 0, 0, 0);
251
+ --click-button-iconButton-color-primary-stroke-hover: #f6f7fa;
252
+ --click-button-iconButton-color-primary-stroke-active: rgb(86.824% 87.176% 88.235%);
253
+ --click-button-iconButton-color-primary-text-default: #161517;
254
+ --click-button-iconButton-color-primary-text-hover: #161517;
255
+ --click-button-iconButton-color-primary-text-active: #161517;
256
+ --click-button-iconButton-color-secondary-background-default: #302e32;
257
+ --click-button-iconButton-color-secondary-background-hover: lch(29.47 4.1845 266.96);
258
+ --click-button-iconButton-color-secondary-background-active: lch(6.5908 1.3668 305.43);
259
+ --click-button-iconButton-color-secondary-stroke-default: rgba(0, 0, 0, 0);
260
+ --click-button-iconButton-color-secondary-stroke-hover: lch(29.47 4.1845 266.96);
261
+ --click-button-iconButton-color-secondary-stroke-active: lch(6.5908 1.3668 305.43);
262
+ --click-button-iconButton-color-secondary-text-default: #ffffff;
263
+ --click-button-iconButton-color-secondary-text-hover: #ffffff;
264
+ --click-button-iconButton-color-secondary-text-active: #ffffff;
265
+ --click-button-iconButton-color-disabled-background-default: #dfdfdf;
266
+ --click-button-iconButton-color-disabled-text-default: #a0a0a0;
267
+ --click-button-iconButton-color-danger-background-default: rgb(100% 13.725% 13.725% / 0.1);
268
+ --click-button-iconButton-color-danger-background-hover: rgb(100% 13.725% 13.725% / 0.2);
269
+ --click-button-iconButton-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.3);
270
+ --click-button-iconButton-color-danger-text-default: #c10000;
271
+ --click-button-iconButton-color-danger-text-hover: #c10000;
272
+ --click-button-iconButton-color-danger-text-active: #c10000;
273
+ --click-button-iconButton-color-danger-stroke-default: rgb(100% 13.725% 13.725% / 0.1);
274
+ --click-button-iconButton-color-danger-stroke-hover: rgb(100% 13.725% 13.725% / 0.2);
275
+ --click-button-iconButton-color-danger-stroke-active: rgb(100% 13.725% 13.725% / 0.3);
276
+ --click-button-iconButton-color-ghost-background-default: rgba(0, 0, 0, 0);
277
+ --click-button-iconButton-color-ghost-background-hover: rgba(0, 0, 0, 0);
278
+ --click-button-iconButton-color-ghost-background-active: rgb(0% 0% 0% / 0);
279
+ --click-button-iconButton-color-ghost-stroke-default: rgba(0, 0, 0, 0);
280
+ --click-button-iconButton-color-ghost-stroke-hover: rgba(0, 0, 0, 0);
281
+ --click-button-iconButton-color-ghost-stroke-active: rgba(0, 0, 0, 0);
282
+ --click-button-iconButton-color-ghost-text-default: #696e79;
283
+ --click-button-iconButton-color-ghost-text-hover: #161517;
284
+ --click-button-iconButton-color-ghost-text-active: #161517;
285
+ --click-button-iconButton-color-info-background-default: rgb(26.275% 49.412% 93.725% / 0.1);
286
+ --click-button-iconButton-color-info-background-hover: #d0dffb;
287
+ --click-button-iconButton-color-info-background-active: #a1bef7;
288
+ --click-button-iconButton-color-info-text-default: #437eef;
289
+ --click-button-iconButton-color-info-text-hover: #437eef;
290
+ --click-button-iconButton-color-info-text-active: #437eef;
291
+ --click-button-iconButton-color-info-stroke-default: rgb(26.275% 49.412% 93.725% / 0.1);
292
+ --click-button-iconButton-color-info-stroke-hover: #d0dffb;
293
+ --click-button-iconButton-color-info-stroke-active: #a1bef7;
294
+ --click-button-stroke: 1px;
295
+ --click-button-split-icon-space-y: 0.4375rem;
296
+ --click-button-split-icon-space-x: 0.3438rem;
297
+ --click-button-split-space-x: 1rem;
298
+ --click-button-split-space-y: 0.2813rem;
299
+ --click-button-split-space-gap: 0.5rem;
300
+ --click-button-split-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
301
+ --click-button-split-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
302
+ --click-button-split-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
303
+ --click-button-split-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
304
+ --click-button-split-typography-mobile-label-default: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
305
+ --click-button-split-typography-mobile-label-hover: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
306
+ --click-button-split-typography-mobile-label-active: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
307
+ --click-button-split-primary-divide-default: lch(23.301 2.6341 306.08);
308
+ --click-button-split-primary-divide-active: lch(16.375 2.3568 306.08);
309
+ --click-button-split-primary-divide-hover: lch(33.055 3.2737 266.96);
310
+ --click-button-split-primary-divide-disabled: lch(75.5 0 none);
311
+ --click-button-split-primary-background-main-default: #302e32;
312
+ --click-button-split-primary-background-main-hover: lch(26.965 3.8288 266.96);
313
+ --click-button-split-primary-background-main-active: lch(6.348 1.3164 305.43);
314
+ --click-button-split-primary-background-main-disabled: #dfdfdf;
315
+ --click-button-split-primary-background-action-default: #161517;
316
+ --click-button-split-primary-background-action-hover: lch(25.617 3.6374 266.96);
317
+ --click-button-split-primary-background-action-active: lch(3.4689 0.71935 305.43);
318
+ --click-button-split-primary-background-action-disabled: lch(84.382 0 none);
319
+ --click-button-split-primary-text-default: #ffffff;
320
+ --click-button-split-primary-text-hover: #ffffff;
321
+ --click-button-split-primary-text-active: #ffffff;
322
+ --click-button-split-primary-text-disabled: #a0a0a0;
323
+ --click-button-split-primary-stroke-default: rgba(0, 0, 0, 0);
324
+ --click-button-split-primary-stroke-hover: rgba(0, 0, 0, 0);
325
+ --click-button-split-primary-stroke-active: rgba(0, 0, 0, 0);
326
+ --click-button-split-primary-stroke-disabled: rgba(0, 0, 0, 0);
327
+ --click-button-split-secondary-divide-default: lch(92.029 1.0472 265.86);
328
+ --click-button-split-secondary-divide-hover: lch(92.449 0.99207 265.86);
329
+ --click-button-split-secondary-divide-active: #cccfd3;
330
+ --click-button-split-secondary-divide-disabled: lch(75.5 0 none);
331
+ --click-button-split-secondary-background-main-default: rgba(0, 0, 0, 0);
332
+ --click-button-split-secondary-background-main-hover: #f6f7fa;
333
+ --click-button-split-secondary-background-main-active: lch(95.274 1.5364 271.98);
334
+ --click-button-split-secondary-background-main-disabled: #dfdfdf;
335
+ --click-button-split-secondary-background-action-default: #f6f7fa;
336
+ --click-button-split-secondary-background-action-hover: lch(94.788 1.5286 271.98);
337
+ --click-button-split-secondary-background-action-active: lch(92.892 1.498 271.98);
338
+ --click-button-split-secondary-background-action-disabled: lch(84.382 0 none);
339
+ --click-button-split-secondary-text-default: #161517;
340
+ --click-button-split-secondary-text-hover: #161517;
341
+ --click-button-split-secondary-text-active: #161517;
342
+ --click-button-split-secondary-text-disabled: #a0a0a0;
343
+ --click-button-split-secondary-stroke-default: #e6e7e9;
344
+ --click-button-split-secondary-stroke-hover: #e6e7e9;
345
+ --click-button-split-secondary-stroke-active: #cccfd3;
346
+ --click-button-split-secondary-stroke-disabled: rgba(0, 0, 0, 0);
347
+ --click-button-mobile-button-space-x: 0.75rem;
348
+ --click-button-mobile-button-space-y: 0.5rem;
349
+ --click-button-mobile-button-space-gap: 0.5rem;
350
+ --click-button-mobile-basic-size-icon-all: 1.25rem;
351
+ --click-button-group-radii-button-default-all: 2px;
352
+ --click-button-group-radii-button-borderless-all: 0.25rem;
353
+ --click-button-group-radii-panel-all: 0.25rem;
354
+ --click-button-group-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
355
+ --click-button-group-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
356
+ --click-button-group-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
357
+ --click-button-group-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
358
+ --click-button-group-typography-mobile-label-default: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
359
+ --click-button-group-typography-mobile-label-hover: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
360
+ --click-button-group-typography-mobile-label-active: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
361
+ --click-button-group-space-panel-default-x: 3px;
362
+ --click-button-group-space-panel-default-y: 3px;
363
+ --click-button-group-space-panel-default-gap: 3px;
364
+ --click-button-group-space-panel-borderless-x: 0;
365
+ --click-button-group-space-panel-borderless-y: 0;
366
+ --click-button-group-space-panel-borderless-gap: 0.25rem;
367
+ --click-button-group-space-button-default-y: 1.5px;
368
+ --click-button-group-space-button-default-x: 0.75rem;
369
+ --click-button-group-space-button-borderless-y: 5.5px;
370
+ --click-button-group-space-button-borderless-x: 1rem;
371
+ --click-button-group-color-background-default: rgba(0, 0, 0, 0);
372
+ --click-button-group-color-background-hover: #f6f7fa;
373
+ --click-button-group-color-background-active: lch(95.274 1.5364 271.98);
374
+ --click-button-group-color-background-disabled: rgba(0, 0, 0, 0);
375
+ --click-button-group-color-background-disabled-active: lch(76.219 1.2291 271.98);
376
+ --click-button-group-color-background-panel: rgba(0, 0, 0, 0);
377
+ --click-button-group-color-text-default: #505050;
378
+ --click-button-group-color-text-hover: #505050;
379
+ --click-button-group-color-text-active: #161517;
380
+ --click-button-group-color-text-disabled: #a0a0a0;
381
+ --click-button-group-color-text-disabled-active: #a0a0a0;
382
+ --click-button-group-color-stroke-default: rgba(0, 0, 0, 0);
383
+ --click-button-group-color-stroke-hover: rgba(0, 0, 0, 0);
384
+ --click-button-group-color-stroke-active: rgba(0, 0, 0, 0);
385
+ --click-button-group-color-stroke-disabled: rgba(0, 0, 0, 0);
386
+ --click-button-group-color-stroke-disabled-active: rgba(0, 0, 0, 0);
387
+ --click-button-group-color-stroke-panel: #e6e7e9;
388
+ --click-button-group-color-panel-stroke-default: #e6e7e9;
389
+ --click-button-group-color-panel-stroke-borderless: rgba(0, 0, 0, 0);
390
+ --click-button-alignLeft-size-icon-all: 0.9688rem;
391
+ --click-button-alignLeft-space-x: 1rem;
392
+ --click-button-alignLeft-space-y: 0.3438rem;
393
+ --click-button-alignLeft-space-gap: 0.5rem;
394
+ --click-button-alignLeft-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
395
+ --click-button-alignLeft-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
396
+ --click-button-alignLeft-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
397
+ --click-button-alignLeft-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
398
+ --click-button-alignLeft-typography-mobile-label-default: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
399
+ --click-button-alignLeft-typography-mobile-label-hover: 500 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
400
+ --click-button-alignLeft-typography-mobile-label-active: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
401
+ --click-button-alignedLeft-color-background-default: rgba(0, 0, 0, 0);
402
+ --click-button-alignedLeft-color-background-hover: #f6f7fa;
403
+ --click-button-alignedLeft-color-background-active: lch(95.274 1.5364 271.98);
404
+ --click-button-alignedLeft-color-stroke-default: #e6e7e9;
405
+ --click-button-alignedLeft-color-stroke-hover: #e6e7e9;
406
+ --click-button-alignedLeft-color-stroke-active: #cccfd3;
407
+ --click-button-alignedLeft-color-text-default: #161517;
408
+ --click-button-alignedLeft-color-text-hover: #161517;
409
+ --click-button-alignedLeft-color-text-active: #161517;
410
+ --click-card-secondary-space-all: 1rem;
411
+ --click-card-secondary-space-gap: 1rem;
412
+ --click-card-secondary-space-link-gap: 0.5rem;
413
+ --click-card-secondary-radii-all: 0.25rem;
414
+ --click-card-secondary-icon-size-all: 2rem;
415
+ --click-card-secondary-stroke: 1px;
416
+ --click-card-secondary-color-background-default: #ffffff;
417
+ --click-card-secondary-color-background-hover: #f6f7fa;
418
+ --click-card-secondary-color-background-active: lch(92.358 1.4894 271.98);
419
+ --click-card-secondary-color-background-disabled: #dfdfdf;
420
+ --click-card-secondary-color-title-default: lch(11.126 1.374 305.43);
421
+ --click-card-secondary-color-title-hover: lch(11.126 1.374 305.43);
422
+ --click-card-secondary-color-title-active: lch(11.126 1.374 305.43);
423
+ --click-card-secondary-color-title-disabled: #a0a0a0;
424
+ --click-card-secondary-color-description-default: #696e79;
425
+ --click-card-secondary-color-description-hover: #696e79;
426
+ --click-card-secondary-color-description-active: #696e79;
427
+ --click-card-secondary-color-description-disabled: #a0a0a0;
428
+ --click-card-secondary-color-link-default: #161517;
429
+ --click-card-secondary-color-link-hover: #437eef;
430
+ --click-card-secondary-color-link-active: #161517;
431
+ --click-card-secondary-color-link-disabled: #a0a0a0;
432
+ --click-card-secondary-color-stroke-default: #e6e7e9;
433
+ --click-card-secondary-color-stroke-hover: #e6e7e9;
434
+ --click-card-secondary-color-stroke-active: lch(87.029 1.0472 265.86);
435
+ --click-card-secondary-color-stroke-disabled: #dfdfdf;
436
+ --click-card-typography-title-default: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
437
+ --click-card-typography-title-hover: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
438
+ --click-card-typography-title-active: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
439
+ --click-card-typography-title-disabled: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
440
+ --click-card-typography-description-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
441
+ --click-card-typography-description-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
442
+ --click-card-typography-description-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
443
+ --click-card-typography-description-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
444
+ --click-card-typography-link-default: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
445
+ --click-card-typography-link-hover: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
446
+ --click-card-typography-link-active: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
447
+ --click-card-typography-link-disabled: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
448
+ --click-card-primary-size-icon-sm-all: 2rem;
449
+ --click-card-primary-size-icon-md-all: 4rem;
450
+ --click-card-primary-space-md-y: 1.5rem;
451
+ --click-card-primary-space-md-x: 1.5rem;
452
+ --click-card-primary-space-md-gap: 0.75rem;
453
+ --click-card-primary-space-sm-y: 1.5rem;
454
+ --click-card-primary-space-sm-x: 1.5rem;
455
+ --click-card-primary-space-sm-gap: 0.25rem;
456
+ --click-card-primary-radii-all: 0.25rem;
457
+ --click-card-primary-stroke: 1px;
458
+ --click-card-primary-color-background-default: #ffffff;
459
+ --click-card-primary-color-background-hover: #f6f7fa;
460
+ --click-card-primary-color-background-active: #ffffff;
461
+ --click-card-primary-color-background-disabled: #dfdfdf;
462
+ --click-card-primary-color-title-default: lch(11.126 1.374 305.43);
463
+ --click-card-primary-color-title-hover: lch(11.126 1.374 305.43);
464
+ --click-card-primary-color-title-active: lch(11.126 1.374 305.43);
465
+ --click-card-primary-color-title-disabled: #a0a0a0;
466
+ --click-card-primary-color-description-default: #696e79;
467
+ --click-card-primary-color-description-hover: #696e79;
468
+ --click-card-primary-color-description-active: #696e79;
469
+ --click-card-primary-color-description-disabled: #a0a0a0;
470
+ --click-card-primary-color-stroke-default: #e6e7e9;
471
+ --click-card-primary-color-stroke-hover: #e6e7e9;
472
+ --click-card-primary-color-stroke-active: #151515;
473
+ --click-card-primary-color-stroke-disabled: #dfdfdf;
474
+ --click-card-shadow: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
475
+ --click-card-horizontal-radii-all: 0.25rem;
476
+ --click-card-horizontal-typography-title-default: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
477
+ --click-card-horizontal-typography-title-hover: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
478
+ --click-card-horizontal-typography-title-active: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
479
+ --click-card-horizontal-typography-title-disabled: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
480
+ --click-card-horizontal-typography-description-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
481
+ --click-card-horizontal-typography-description-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
482
+ --click-card-horizontal-typography-description-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
483
+ --click-card-horizontal-typography-description-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
484
+ --click-card-horizontal-icon-size-all: 1.5rem;
485
+ --click-card-horizontal-space-md-y: 0.75rem;
486
+ --click-card-horizontal-space-md-x: 1rem;
487
+ --click-card-horizontal-space-md-gap: 1rem;
488
+ --click-card-horizontal-space-sm-y: 0.5rem;
489
+ --click-card-horizontal-space-sm-x: 0.75rem;
490
+ --click-card-horizontal-space-sm-gap: 0.75rem;
491
+ --click-card-horizontal-default-color-background-default: #ffffff;
492
+ --click-card-horizontal-default-color-background-hover: #f6f7fa;
493
+ --click-card-horizontal-default-color-background-active: #ffffff;
494
+ --click-card-horizontal-default-color-background-disabled: #dfdfdf;
495
+ --click-card-horizontal-default-color-title-default: lch(11.126 1.374 305.43);
496
+ --click-card-horizontal-default-color-title-hover: lch(11.126 1.374 305.43);
497
+ --click-card-horizontal-default-color-title-active: lch(11.126 1.374 305.43);
498
+ --click-card-horizontal-default-color-title-disabled: #a0a0a0;
499
+ --click-card-horizontal-default-color-description-default: #696e79;
500
+ --click-card-horizontal-default-color-description-hover: #696e79;
501
+ --click-card-horizontal-default-color-description-active: #696e79;
502
+ --click-card-horizontal-default-color-description-disabled: #a0a0a0;
503
+ --click-card-horizontal-default-color-stroke-default: #e6e7e9;
504
+ --click-card-horizontal-default-color-stroke-hover: #e6e7e9;
505
+ --click-card-horizontal-default-color-stroke-active: #151515;
506
+ --click-card-horizontal-default-color-stroke-disabled: #dfdfdf;
507
+ --click-card-horizontal-muted-color-background-default: #f6f7fa;
508
+ --click-card-horizontal-muted-color-background-hover: #ffffff;
509
+ --click-card-horizontal-muted-color-background-active: #f6f7fa;
510
+ --click-card-horizontal-muted-color-background-disabled: #dfdfdf;
511
+ --click-card-horizontal-muted-color-title-default: lch(11.126 1.374 305.43);
512
+ --click-card-horizontal-muted-color-title-hover: lch(11.126 1.374 305.43);
513
+ --click-card-horizontal-muted-color-title-active: lch(11.126 1.374 305.43);
514
+ --click-card-horizontal-muted-color-title-disabled: #a0a0a0;
515
+ --click-card-horizontal-muted-color-description-default: #696e79;
516
+ --click-card-horizontal-muted-color-description-hover: #696e79;
517
+ --click-card-horizontal-muted-color-description-active: #696e79;
518
+ --click-card-horizontal-muted-color-description-disabled: #a0a0a0;
519
+ --click-card-horizontal-muted-color-stroke-default: #e6e7e9;
520
+ --click-card-horizontal-muted-color-stroke-hover: #e6e7e9;
521
+ --click-card-horizontal-muted-color-stroke-active: #151515;
522
+ --click-card-horizontal-muted-color-stroke-disabled: #dfdfdf;
523
+ --click-card-promotion-radii-all: 0.25rem;
524
+ --click-card-promotion-typography-text-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
525
+ --click-card-promotion-space-y: 5.5px;
526
+ --click-card-promotion-space-x: 0.75rem;
527
+ --click-card-promotion-space-gap: 0.75rem;
528
+ --click-card-promotion-icon-size-all: 1rem;
529
+ --click-card-promotion-color-background-default: #f6f7fa;
530
+ --click-card-promotion-color-background-hover: #e6e7e9;
531
+ --click-card-promotion-color-background-active: lch(89.777 1.0803 265.86);
532
+ --click-card-promotion-color-icon-default: #161517;
533
+ --click-card-promotion-color-icon-hover: #161517;
534
+ --click-card-promotion-color-icon-active: #161517;
535
+ --click-card-promotion-color-stroke-default: linear-gradient(174deg, #ABABAB 7.59%, #D4D4D4 30.01%);
536
+ --click-card-promotion-color-stroke-hover: linear-gradient(174deg, #ABABAB 7.59%, #D4D4D4 30.01%);
537
+ --click-card-promotion-color-stroke-active: linear-gradient(174deg, #ABABAB 7.59%, #D4D4D4 30.01%);
538
+ --click-card-promotion-color-stroke-focus: #151515;
539
+ --click-card-promotion-color-text-default: #161517;
540
+ --click-card-promotion-color-text-hover: #161517;
541
+ --click-card-promotion-color-text-active: #161517;
542
+ --click-checkbox-radii-all: 0.125rem;
543
+ --click-checkbox-space-all: 1px;
544
+ --click-checkbox-space-gap: 0.5rem;
545
+ --click-checkbox-size-all: 1rem;
546
+ --click-checkbox-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
547
+ --click-checkbox-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
548
+ --click-checkbox-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
549
+ --click-checkbox-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
550
+ --click-checkbox-color-variations-default-background-default: #f6f7fa;
551
+ --click-checkbox-color-variations-default-background-hover: #f6f7fa;
552
+ --click-checkbox-color-variations-default-background-active: #161517;
553
+ --click-checkbox-color-variations-default-background-disabled: #dfdfdf;
554
+ --click-checkbox-color-variations-default-stroke-default: #b3b6bd;
555
+ --click-checkbox-color-variations-default-stroke-hover: #b3b6bd;
556
+ --click-checkbox-color-variations-default-stroke-active: #161517;
557
+ --click-checkbox-color-variations-default-stroke-disabled: #c0c0c0;
558
+ --click-checkbox-color-variations-default-check-default: #ffffff;
559
+ --click-checkbox-color-variations-default-check-hover: #ffffff;
560
+ --click-checkbox-color-variations-default-check-active: #ffffff;
561
+ --click-checkbox-color-variations-default-check-disabled: #a0a0a0;
562
+ --click-checkbox-color-variations-var1-background-default: #f6f7fa;
563
+ --click-checkbox-color-variations-var1-background-hover: #f6f7fa;
564
+ --click-checkbox-color-variations-var1-background-active: #00e513;
565
+ --click-checkbox-color-variations-var1-background-disabled: #dfdfdf;
566
+ --click-checkbox-color-variations-var1-stroke-default: #62de85;
567
+ --click-checkbox-color-variations-var1-stroke-hover: #62de85;
568
+ --click-checkbox-color-variations-var1-stroke-active: #62de85;
569
+ --click-checkbox-color-variations-var1-stroke-disabled: #c0c0c0;
570
+ --click-checkbox-color-variations-var1-check-default: #ffffff;
571
+ --click-checkbox-color-variations-var1-check-hover: #ffffff;
572
+ --click-checkbox-color-variations-var1-check-active: #ffffff;
573
+ --click-checkbox-color-variations-var1-check-disabled: #a0a0a0;
574
+ --click-checkbox-color-variations-var2-background-default: #f6f7fa;
575
+ --click-checkbox-color-variations-var2-background-hover: #f6f7fa;
576
+ --click-checkbox-color-variations-var2-background-active: #437eef;
577
+ --click-checkbox-color-variations-var2-background-disabled: #dfdfdf;
578
+ --click-checkbox-color-variations-var2-stroke-default: #6d9bf3;
579
+ --click-checkbox-color-variations-var2-stroke-hover: #6d9bf3;
580
+ --click-checkbox-color-variations-var2-stroke-active: #6d9bf3;
581
+ --click-checkbox-color-variations-var2-stroke-disabled: #c0c0c0;
582
+ --click-checkbox-color-variations-var2-check-default: #ffffff;
583
+ --click-checkbox-color-variations-var2-check-hover: #ffffff;
584
+ --click-checkbox-color-variations-var2-check-active: #ffffff;
585
+ --click-checkbox-color-variations-var2-check-disabled: #a0a0a0;
586
+ --click-checkbox-color-variations-var3-background-default: #f6f7fa;
587
+ --click-checkbox-color-variations-var3-background-hover: #f6f7fa;
588
+ --click-checkbox-color-variations-var3-background-active: #fb32c9;
589
+ --click-checkbox-color-variations-var3-background-disabled: #dfdfdf;
590
+ --click-checkbox-color-variations-var3-stroke-default: #fb64d6;
591
+ --click-checkbox-color-variations-var3-stroke-hover: #fb64d6;
592
+ --click-checkbox-color-variations-var3-stroke-active: #fb64d6;
593
+ --click-checkbox-color-variations-var3-stroke-disabled: #c0c0c0;
594
+ --click-checkbox-color-variations-var3-check-default: #ffffff;
595
+ --click-checkbox-color-variations-var3-check-hover: #ffffff;
596
+ --click-checkbox-color-variations-var3-check-active: #ffffff;
597
+ --click-checkbox-color-variations-var3-check-disabled: #a0a0a0;
598
+ --click-checkbox-color-variations-var4-background-default: #f6f7fa;
599
+ --click-checkbox-color-variations-var4-background-hover: #f6f7fa;
600
+ --click-checkbox-color-variations-var4-background-active: #ff7729;
601
+ --click-checkbox-color-variations-var4-background-disabled: #dfdfdf;
602
+ --click-checkbox-color-variations-var4-stroke-default: #ff9457;
603
+ --click-checkbox-color-variations-var4-stroke-hover: #ff9457;
604
+ --click-checkbox-color-variations-var4-stroke-active: #ff9457;
605
+ --click-checkbox-color-variations-var4-stroke-disabled: #c0c0c0;
606
+ --click-checkbox-color-variations-var4-check-default: #ffffff;
607
+ --click-checkbox-color-variations-var4-check-hover: #ffffff;
608
+ --click-checkbox-color-variations-var4-check-active: #ffffff;
609
+ --click-checkbox-color-variations-var4-check-disabled: #a0a0a0;
610
+ --click-checkbox-color-variations-var5-background-default: #f6f7fa;
611
+ --click-checkbox-color-variations-var5-background-hover: #f6f7fa;
612
+ --click-checkbox-color-variations-var5-background-active: #089b83;
613
+ --click-checkbox-color-variations-var5-background-disabled: #dfdfdf;
614
+ --click-checkbox-color-variations-var5-stroke-default: #089b83;
615
+ --click-checkbox-color-variations-var5-stroke-hover: #089b83;
616
+ --click-checkbox-color-variations-var5-stroke-active: #089b83;
617
+ --click-checkbox-color-variations-var5-stroke-disabled: #c0c0c0;
618
+ --click-checkbox-color-variations-var5-check-default: #ffffff;
619
+ --click-checkbox-color-variations-var5-check-hover: #ffffff;
620
+ --click-checkbox-color-variations-var5-check-active: #ffffff;
621
+ --click-checkbox-color-variations-var5-check-disabled: #a0a0a0;
622
+ --click-checkbox-color-variations-var6-background-default: #f6f7fa;
623
+ --click-checkbox-color-variations-var6-background-hover: #f6f7fa;
624
+ --click-checkbox-color-variations-var6-background-active: #bb33ff;
625
+ --click-checkbox-color-variations-var6-background-disabled: #dfdfdf;
626
+ --click-checkbox-color-variations-var6-stroke-default: #cc66ff;
627
+ --click-checkbox-color-variations-var6-stroke-hover: #bb33ff;
628
+ --click-checkbox-color-variations-var6-stroke-active: #bb33ff;
629
+ --click-checkbox-color-variations-var6-stroke-disabled: #c0c0c0;
630
+ --click-checkbox-color-variations-var6-check-default: #ffffff;
631
+ --click-checkbox-color-variations-var6-check-hover: #ffffff;
632
+ --click-checkbox-color-variations-var6-check-active: #ffffff;
633
+ --click-checkbox-color-variations-var6-check-disabled: #a0a0a0;
634
+ --click-checkbox-color-check-default: #ffffff;
635
+ --click-checkbox-color-check-hover: #ffffff;
636
+ --click-checkbox-color-check-active: #ffffff;
637
+ --click-checkbox-color-check-disabled: #a0a0a0;
638
+ --click-checkbox-color-background-default: #f6f7fa;
639
+ --click-checkbox-color-background-hover: #f6f7fa;
640
+ --click-checkbox-color-background-active: #161517;
641
+ --click-checkbox-color-background-disabled: #dfdfdf;
642
+ --click-checkbox-color-stroke-default: #b3b6bd;
643
+ --click-checkbox-color-stroke-hover: #b3b6bd;
644
+ --click-checkbox-color-stroke-active: #161517;
645
+ --click-checkbox-color-stroke-disabled: #c0c0c0;
646
+ --click-codeblock-space-x: 1rem;
647
+ --click-codeblock-space-y: 1rem;
648
+ --click-codeblock-space-gap: 1.5rem;
649
+ --click-codeblock-radii-all: 0.25rem;
650
+ --click-codeblock-stroke: 1px;
651
+ --click-codeblock-typography-text-default: 500 0.875rem/1.7 "Inconsolata", Consolas, "SFMono Regular", monospace;
652
+ --click-codeblock-numbers-size-width: 1.5rem;
653
+ --click-codeblock-darkMode-color-background-default: #282828;
654
+ --click-codeblock-darkMode-color-text-default: #ffffff;
655
+ --click-codeblock-darkMode-color-numbers-default: #c0c0c0;
656
+ --click-codeblock-darkMode-color-button-background-default: #282828;
657
+ --click-codeblock-darkMode-color-button-background-hover: #53575f;
658
+ --click-codeblock-darkMode-color-button-foreground-default: #ffffff;
659
+ --click-codeblock-darkMode-color-stroke-default: #282828;
660
+ --click-codeblock-lightMode-color-background-default: #f6f7fa;
661
+ --click-codeblock-lightMode-color-text-default: #282828;
662
+ --click-codeblock-lightMode-color-numbers-default: #808080;
663
+ --click-codeblock-lightMode-color-button-background-default: #f6f7fa;
664
+ --click-codeblock-lightMode-color-button-background-hover: #53575f;
665
+ --click-codeblock-lightMode-color-button-foreground-default: #a0a0a0;
666
+ --click-codeblock-lightMode-color-stroke-default: #282828;
667
+ --click-codeblock-monacoTheme-parameter-foreground: #53575f;
668
+ --click-codeblock-monacoTheme-parameter-background: rgb(41.176% 43.137% 47.451% / 0.1);
669
+ --click-codeInline-space-x: 0.25rem;
670
+ --click-codeInline-stroke: 1px;
671
+ --click-codeInline-typography-text-default: 500 0.875rem/1.7 "Inconsolata", Consolas, "SFMono Regular", monospace;
672
+ --click-codeInline-radii-all: 0.25rem;
673
+ --click-codeInline-color-background-default: #f6f7fa;
674
+ --click-codeInline-color-text-default: #161517;
675
+ --click-codeInline-color-stroke-default: #e6e7e9;
676
+ --click-container-space-none: 0;
677
+ --click-container-space-xxs: 0.25rem;
678
+ --click-container-space-xs: 0.5rem;
679
+ --click-container-space-sm: 0.75rem;
680
+ --click-container-space-md: 1rem;
681
+ --click-container-space-lg: 1.5rem;
682
+ --click-container-space-xl: 2rem;
683
+ --click-container-space-xxl: 4rem;
684
+ --click-container-gap-none: 0;
685
+ --click-container-gap-xxs: 0.25rem;
686
+ --click-container-gap-xs: 0.5rem;
687
+ --click-container-gap-sm: 0.75rem;
688
+ --click-container-gap-md: 1rem;
689
+ --click-container-gap-lg: 1.5rem;
690
+ --click-container-gap-xl: 2rem;
691
+ --click-container-gap-xxl: 4rem;
692
+ --click-datePicker-dateOption-space-gap: 2px;
693
+ --click-datePicker-dateOption-radii-default: 0.25rem;
694
+ --click-datePicker-dateOption-radii-range: 0;
695
+ --click-datePicker-dateOption-stroke: 1px;
696
+ --click-datePicker-dateOption-size-height: 2rem;
697
+ --click-datePicker-dateOption-size-width: 2rem;
698
+ --click-datePicker-dateOption-typography-label-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
699
+ --click-datePicker-dateOption-typography-label-hover: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
700
+ --click-datePicker-dateOption-typography-label-active: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
701
+ --click-datePicker-dateOption-typography-label-disabled: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
702
+ --click-datePicker-dateOption-typography-label-range: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
703
+ --click-datePicker-dateOption-color-label-default: #161517;
704
+ --click-datePicker-dateOption-color-label-hover: #161517;
705
+ --click-datePicker-dateOption-color-label-active: #ffffff;
706
+ --click-datePicker-dateOption-color-label-disabled: #a0a0a0;
707
+ --click-datePicker-dateOption-color-label-range: #161517;
708
+ --click-datePicker-dateOption-color-background-default: #ffffff;
709
+ --click-datePicker-dateOption-color-background-hover: #ffffff;
710
+ --click-datePicker-dateOption-color-background-active: #151515;
711
+ --click-datePicker-dateOption-color-background-disabled: #ffffff;
712
+ --click-datePicker-dateOption-color-background-range: #e6e7e9;
713
+ --click-datePicker-dateOption-color-stroke-default: #ffffff;
714
+ --click-datePicker-dateOption-color-stroke-hover: #151515;
715
+ --click-datePicker-dateOption-color-stroke-active: #151515;
716
+ --click-datePicker-dateOption-color-stroke-disabled: #ffffff;
717
+ --click-datePicker-dateOption-color-stroke-range: #e6e7e9;
718
+ --click-datePicker-space-gap: 0.25rem;
719
+ --click-datePicker-typography-daytitle-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
720
+ --click-datePicker-typography-title-default: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
721
+ --click-datePicker-color-title-default: lch(11.126 1.374 305.43);
722
+ --click-datePicker-color-daytitle-default: #696e79;
723
+ --click-dialog-space-y: 1.5rem;
724
+ --click-dialog-space-x: 2rem;
725
+ --click-dialog-space-gap: 1rem;
726
+ --click-dialog-title-space-gap: 0.25rem;
727
+ --click-dialog-radii-all: 0.5rem;
728
+ --click-dialog-shadow-default: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
729
+ --click-dialog-stroke-default: 1px solid #e6e7e9;
730
+ --click-dialog-typography-title-default: 700 1.25rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
731
+ --click-dialog-typography-description-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
732
+ --click-dialog-color-background-default: #ffffff;
733
+ --click-dialog-color-title-default: lch(11.126 1.374 305.43);
734
+ --click-dialog-color-description-default: #696e79;
735
+ --click-dialog-color-opaqueBackground-default: lch(6.7738 0 none / 0.75);
736
+ --click-docs-typography-titles-lg: 600 2rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
737
+ --click-docs-typography-titles-md: 700 1.25rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
738
+ --click-docs-typography-titles-sm: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
739
+ --click-docs-typography-text-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
740
+ --click-docs-typography-breadcrumbs-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
741
+ --click-docs-typography-breadcrumbs-active: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
742
+ --click-docs-typography-toc-title-default: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
743
+ --click-docs-typography-toc-item-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
744
+ --click-docs-typography-toc-item-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
745
+ --click-docs-typography-toc-item-active: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
746
+ --click-field-typography-label-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
747
+ --click-field-typography-label-hover: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
748
+ --click-field-typography-label-active: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
749
+ --click-field-typography-label-disabled: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
750
+ --click-field-typography-label-error: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
751
+ --click-field-typography-fieldText-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
752
+ --click-field-typography-fieldText-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
753
+ --click-field-typography-fieldText-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
754
+ --click-field-typography-fieldText-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
755
+ --click-field-typography-fieldText-error: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
756
+ --click-field-typography-placeholder-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
757
+ --click-field-typography-format-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
758
+ --click-field-typography-format-hover: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
759
+ --click-field-typography-format-active: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
760
+ --click-field-typography-format-disabled: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
761
+ --click-field-typography-format-error: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
762
+ --click-field-typography-genericLabel-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
763
+ --click-field-typography-genericLabel-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
764
+ --click-field-typography-genericLabel-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
765
+ --click-field-typography-genericLabel-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
766
+ --click-field-typography-genericLabel-error: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
767
+ --click-field-type-mobile-label: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
768
+ --click-field-type-mobile-field-value: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
769
+ --click-field-space-x: 0.75rem;
770
+ --click-field-space-y: 0.2813rem;
771
+ --click-field-space-gap: 0.5rem;
772
+ --click-field-size-icon: 1rem;
773
+ --click-field-radii-all: 0.25rem;
774
+ --click-field-mobile-space-x: 0.75rem;
775
+ --click-field-mobile-space-y: 0.5rem;
776
+ --click-field-mobile-space-gap: 0.5rem;
777
+ --click-field-color-genericLabel-default: #161517;
778
+ --click-field-color-genericLabel-hover: #161517;
779
+ --click-field-color-genericLabel-active: #161517;
780
+ --click-field-color-genericLabel-disabled: #a0a0a0;
781
+ --click-field-color-background-default: #fbfcff;
782
+ --click-field-color-background-hover: #f6f7fa;
783
+ --click-field-color-background-active: #ffffff;
784
+ --click-field-color-background-disabled: #dfdfdf;
785
+ --click-field-color-background-error: #ffffff;
786
+ --click-field-color-text-default: #302e32;
787
+ --click-field-color-text-hover: #302e32;
788
+ --click-field-color-text-active: #161517;
789
+ --click-field-color-text-disabled: #a0a0a0;
790
+ --click-field-color-text-error: #c10000;
791
+ --click-field-color-stroke-default: #e6e7e9;
792
+ --click-field-color-stroke-hover: #cccfd3;
793
+ --click-field-color-stroke-active: #161517;
794
+ --click-field-color-stroke-disabled: #dfdfdf;
795
+ --click-field-color-stroke-error: #c10000;
796
+ --click-field-color-label-default: #696e79;
797
+ --click-field-color-label-hover: #696e79;
798
+ --click-field-color-label-active: #161517;
799
+ --click-field-color-label-disabled: #a0a0a0;
800
+ --click-field-color-label-error: #c10000;
801
+ --click-field-color-placeholder-default: #9a9ea7;
802
+ --click-field-color-placeholder-disabled: #b3b6bd;
803
+ --click-field-color-format-default: lch(71.998 4.1843 268.48);
804
+ --click-field-color-format-hover: lch(71.998 4.1843 268.48);
805
+ --click-field-color-format-active: lch(71.998 4.1843 268.48);
806
+ --click-field-color-format-disabled: #a0a0a0;
807
+ --click-field-color-format-error: lch(71.998 4.1843 268.48);
808
+ --click-fileUpload-sm-icon-size-height: 1.5rem;
809
+ --click-fileUpload-sm-icon-size-width: 1.5rem;
810
+ --click-fileUpload-sm-space-gap: 0.75rem;
811
+ --click-fileUpload-sm-space-x: 1rem;
812
+ --click-fileUpload-sm-space-y: 0.5rem;
813
+ --click-fileUpload-sm-radii-all: 0.25rem;
814
+ --click-fileUpload-sm-color-icon-default: #696e79;
815
+ --click-fileUpload-md-icon-size-height: 2rem;
816
+ --click-fileUpload-md-icon-size-width: 2rem;
817
+ --click-fileUpload-md-space-gap: 0.5rem;
818
+ --click-fileUpload-md-space-x: 1rem;
819
+ --click-fileUpload-md-space-y: 0.75rem;
820
+ --click-fileUpload-md-radii-all: 0.5rem;
821
+ --click-fileUpload-md-color-icon-default: #161517;
822
+ --click-fileUpload-typography-title-default: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
823
+ --click-fileUpload-typography-description-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
824
+ --click-fileUpload-hasFile-space-gap: 0.75rem;
825
+ --click-fileUpload-hasFile-header-space-gap: 0.5rem;
826
+ --click-fileUpload-transitions-all: all 100ms ease-in 0ms;
827
+ --click-fileUpload-color-background-default: #ffffff;
828
+ --click-fileUpload-color-background-hover: #ffffff;
829
+ --click-fileUpload-color-background-active: #f6f7fa;
830
+ --click-fileUpload-color-background-error: rgb(100% 13.725% 13.725% / 0.1);
831
+ --click-fileUpload-color-stroke-default: #e6e7e9;
832
+ --click-fileUpload-color-stroke-hover: #e6e7e9;
833
+ --click-fileUpload-color-stroke-active: #b3b6bd;
834
+ --click-fileUpload-color-stroke-error: rgba(0, 0, 0, 0);
835
+ --click-fileUpload-color-title-default: #161517;
836
+ --click-fileUpload-color-title-hover: #161517;
837
+ --click-fileUpload-color-title-active: #161517;
838
+ --click-fileUpload-color-title-error: #c10000;
839
+ --click-fileUpload-color-description-default: #696e79;
840
+ --click-fileUpload-color-description-hover: #696e79;
841
+ --click-fileUpload-color-description-active: #696e79;
842
+ --click-fileUpload-color-description-error: #c10000;
843
+ --click-flyout-space-default-x: 0;
844
+ --click-flyout-space-default-y: 1.5rem;
845
+ --click-flyout-space-default-gap: 1rem;
846
+ --click-flyout-space-default-top: 0;
847
+ --click-flyout-space-default-content-x: 1.5rem;
848
+ --click-flyout-space-default-content-y: 1.5rem;
849
+ --click-flyout-space-default-content-row-gap: 0.25rem;
850
+ --click-flyout-space-default-content-column-gap: 1rem;
851
+ --click-flyout-space-inline-x: 0;
852
+ --click-flyout-space-inline-y: 0.75rem;
853
+ --click-flyout-space-inline-gap: 0.75rem;
854
+ --click-flyout-space-inline-top: 3.5rem;
855
+ --click-flyout-space-inline-content-x: 0.75rem;
856
+ --click-flyout-space-inline-content-y: 0.75rem;
857
+ --click-flyout-space-inline-content-row-gap: 0.25rem;
858
+ --click-flyout-space-inline-content-column-gap: 0.75rem;
859
+ --click-flyout-shadow-default: -5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08);
860
+ --click-flyout-shadow-reverse: 5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08);
861
+ --click-flyout-size-default-width: 27.5rem;
862
+ --click-flyout-size-default-height: 100%;
863
+ --click-flyout-size-wide-width: 37.5rem;
864
+ --click-flyout-size-wide-height: 100vh;
865
+ --click-flyout-size-narrow-width: 21rem;
866
+ --click-flyout-size-narrow-height: 100%;
867
+ --click-flyout-size-widest-width: 55rem;
868
+ --click-flyout-size-widest-height: 100vh;
869
+ --click-flyout-typography-default-description-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
870
+ --click-flyout-typography-default-title-default: 700 1.25rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
871
+ --click-flyout-typography-inline-description-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
872
+ --click-flyout-typography-inline-title-default: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
873
+ --click-flyout-color-background-default: #ffffff;
874
+ --click-flyout-color-title-default: lch(11.126 1.374 305.43);
875
+ --click-flyout-color-description-default: #696e79;
876
+ --click-flyout-color-stroke-default: #e6e7e9;
877
+ --click-genericMenu-item-space-x: 1rem;
878
+ --click-genericMenu-item-space-y: 0.3438rem;
879
+ --click-genericMenu-item-space-gap: 0.5rem;
880
+ --click-genericMenu-item-icon-size-height: 0.9688rem;
881
+ --click-genericMenu-item-icon-size-width: 0.9688rem;
882
+ --click-genericMenu-item-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
883
+ --click-genericMenu-item-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
884
+ --click-genericMenu-item-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
885
+ --click-genericMenu-item-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
886
+ --click-genericMenu-item-typography-sectionHeader-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
887
+ --click-genericMenu-item-typography-subtext-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
888
+ --click-genericMenu-item-typography-subtext-hover: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
889
+ --click-genericMenu-item-typography-subtext-active: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
890
+ --click-genericMenu-item-typography-subtext-disabled: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
891
+ --click-genericMenu-item-two-lines-space-x: 1rem;
892
+ --click-genericMenu-item-two-lines-space-y: 0.3438rem;
893
+ --click-genericMenu-item-two-lines-space-gap: 0.75rem;
894
+ --click-genericMenu-item-size-minWidth: 180px;
895
+ --click-genericMenu-item-color-default-text-default: #161517;
896
+ --click-genericMenu-item-color-default-text-hover: #161517;
897
+ --click-genericMenu-item-color-default-text-active: #161517;
898
+ --click-genericMenu-item-color-default-text-disabled: #a0a0a0;
899
+ --click-genericMenu-item-color-default-text-muted: #696e79;
900
+ --click-genericMenu-item-color-default-background-default: #ffffff;
901
+ --click-genericMenu-item-color-default-background-hover: #f6f7fa;
902
+ --click-genericMenu-item-color-default-background-active: #ffffff;
903
+ --click-genericMenu-item-color-default-background-disabled: #ffffff;
904
+ --click-genericMenu-item-color-default-stroke-default: #e6e7e9;
905
+ --click-genericMenu-item-color-format-default: lch(71.998 4.1843 268.48);
906
+ --click-genericMenu-item-color-format-hover: lch(71.998 4.1843 268.48);
907
+ --click-genericMenu-item-color-format-active: lch(71.998 4.1843 268.48);
908
+ --click-genericMenu-item-color-format-disabled: #a0a0a0;
909
+ --click-genericMenu-item-color-subtext-default: #696e79;
910
+ --click-genericMenu-item-color-subtext-hover: #696e79;
911
+ --click-genericMenu-item-color-subtext-active: #696e79;
912
+ --click-genericMenu-item-color-subtext-disabled: #c0c0c0;
913
+ --click-genericMenu-item-color-danger-text-default: #c10000;
914
+ --click-genericMenu-item-color-danger-text-hover: #c10000;
915
+ --click-genericMenu-item-color-danger-text-active: #c10000;
916
+ --click-genericMenu-item-color-danger-text-disabled: #a0a0a0;
917
+ --click-genericMenu-item-color-danger-background-default: #ffffff;
918
+ --click-genericMenu-item-color-danger-background-hover: rgb(100% 13.725% 13.725% / 0.2);
919
+ --click-genericMenu-item-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.3);
920
+ --click-genericMenu-item-color-danger-background-disabled: #ffffff;
921
+ --click-genericMenu-itemCustom-typography-label-sm: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
922
+ --click-genericMenu-itemCustom-typography-label-lg: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
923
+ --click-genericMenu-button-space-gap: 0.25rem;
924
+ --click-genericMenu-button-space-y: 0.5rem;
925
+ --click-genericMenu-button-typography-label-default: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
926
+ --click-genericMenu-button-typography-label-hover: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
927
+ --click-genericMenu-button-typography-label-active: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
928
+ --click-genericMenu-button-color-background-default: #f6f7fa;
929
+ --click-genericMenu-button-color-label-default: #696e79;
930
+ --click-genericMenu-button-color-stroke-default: #e6e7e9;
931
+ --click-genericMenu-panel-radii-all: 0.25rem;
932
+ --click-genericMenu-panel-shadow-default: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
933
+ --click-genericMenu-panel-size-height: 2rem;
934
+ --click-genericMenu-panel-color-background-default: #ffffff;
935
+ --click-genericMenu-panel-color-stroke-default: #e6e7e9;
936
+ --click-genericMenu-autocomplete-typography-results-label-default: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
937
+ --click-genericMenu-autocomplete-typography-search-placeholder-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
938
+ --click-genericMenu-autocomplete-typography-search-term-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
939
+ --click-genericMenu-autocomplete-search-stroke-default: 2px solid #e6e7e9;
940
+ --click-genericMenu-autocomplete-color-placeholder-default: #9a9ea7;
941
+ --click-genericMenu-autocomplete-color-searchTerm-default: #161517;
942
+ --click-genericMenu-autocomplete-color-background-default: #ffffff;
943
+ --click-genericMenu-autocomplete-color-stroke-default: #e6e7e9;
944
+ --click-genericMenu-sectionHeader-space-bottom: 0.3438rem;
945
+ --click-genericMenu-sectionHeader-space-top: 0.5rem;
946
+ --click-genericMenu-placeholder-space-gap: 0.5rem;
947
+ --click-grid-header-cell-space-y: 0.4375rem;
948
+ --click-grid-header-cell-space-x: 0.5rem;
949
+ --click-grid-header-cell-size-height: 2rem;
950
+ --click-grid-header-cell-color-background-default: #f6f7fa;
951
+ --click-grid-header-cell-color-background-selectIndirect: lch(95.61 5.8361 264.18);
952
+ --click-grid-header-cell-color-background-selectDirect: #e7effd;
953
+ --click-grid-header-cell-color-title-default: #696e79;
954
+ --click-grid-header-cell-color-title-selectIndirect: #161517;
955
+ --click-grid-header-cell-color-title-selectDirect: #161517;
956
+ --click-grid-header-cell-color-stroke-default: lch(89.319 1.0747 265.86);
957
+ --click-grid-header-cell-color-stroke-selectIndirect: #e7effd;
958
+ --click-grid-header-cell-color-stroke-selectDirect: lch(86.135 15.126 266.4);
959
+ --click-grid-header-title-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
960
+ --click-grid-body-cell-space-y: 5.5px;
961
+ --click-grid-body-cell-space-x: 0.5rem;
962
+ --click-grid-body-cell-size-height: 2rem;
963
+ --click-grid-body-cell-color-background-default: #ffffff;
964
+ --click-grid-body-cell-color-background-selectIndirect: lch(94.146 7.7815 264.18 / 0.2);
965
+ --click-grid-body-cell-color-background-selectDirect: lch(94.146 7.7815 264.18 / 0.2);
966
+ --click-grid-body-cell-color-stroke-default: #e6e7e9;
967
+ --click-grid-body-cell-color-stroke-selectIndirect: #d0dffb;
968
+ --click-grid-body-cell-color-stroke-selectDirect: #437eef;
969
+ --click-grid-body-cell-color-text-default: lch(7.1704 1.4351 305.43);
970
+ --click-grid-body-cell-color-text-selectIndirect: #161517;
971
+ --click-grid-body-cell-color-text-selectDirect: #161517;
972
+ --click-grid-cell-text-default: 500 0.875rem/1.5 "Inconsolata", Consolas, "SFMono Regular", monospace;
973
+ --click-grid-radii-none: 0;
974
+ --click-grid-radii-sm: 0.25rem;
975
+ --click-grid-radii-md: 0.5rem;
976
+ --click-grid-radii-lg: 0.75rem;
977
+ --click-grid-global-color-stroke-default: #e6e7e9;
978
+ --click-grid-global-color-background-default: #ffffff;
979
+ --click-gridContainer-gap-none: 0;
980
+ --click-gridContainer-gap-xxs: 0.25rem;
981
+ --click-gridContainer-gap-xs: 0.5rem;
982
+ --click-gridContainer-gap-sm: 0.75rem;
983
+ --click-gridContainer-gap-md: 1rem;
984
+ --click-gridContainer-gap-lg: 1.5rem;
985
+ --click-gridContainer-gap-xl: 2rem;
986
+ --click-gridContainer-gap-xxl: 4rem;
987
+ --click-gridContainer-gap-unset: '';
988
+ --click-icon-space-xs-all: 0.25rem;
989
+ --click-icon-space-sm-all: 0.25rem;
990
+ --click-icon-space-md-all: 0.365rem;
991
+ --click-icon-space-lg-all: 0.5rem;
992
+ --click-icon-space-xl-all: 0.75rem;
993
+ --click-icon-space-xxl-all: 1rem;
994
+ --click-icon-color-background-default: rgba(0, 0, 0, 0);
995
+ --click-icon-color-background-success: rgb(20% 100% 26.667% / 0.1);
996
+ --click-icon-color-background-neutral: rgb(41.176% 43.137% 47.451% / 0.1);
997
+ --click-icon-color-background-danger: rgb(100% 13.725% 13.725% / 0.1);
998
+ --click-icon-color-background-info: rgb(26.275% 49.412% 93.725% / 0.1);
999
+ --click-icon-color-background-warning: rgb(100% 46.667% 16.078% / 0.1);
1000
+ --click-icon-color-text-default: rgba(0, 0, 0, 0);
1001
+ --click-icon-color-text-success: #008a0b;
1002
+ --click-icon-color-text-neutral: #53575f;
1003
+ --click-icon-color-text-danger: #c10000;
1004
+ --click-icon-color-text-info: #437eef;
1005
+ --click-icon-color-text-warning: #a33c00;
1006
+ --click-icon-color-stroke-default: rgba(0, 0, 0, 0);
1007
+ --click-icon-color-stroke-success: rgb(20% 100% 26.667% / 0.05);
1008
+ --click-icon-color-stroke-neutral: rgb(41.176% 43.137% 47.451% / 0.1);
1009
+ --click-icon-color-stroke-danger: rgb(100% 13.725% 13.725% / 0.05);
1010
+ --click-icon-color-stroke-info: rgb(26.275% 49.412% 93.725% / 0.05);
1011
+ --click-icon-color-stroke-warning: rgb(100% 46.667% 16.078% / 0.05);
1012
+ --click-image-sm-size-height: 1rem;
1013
+ --click-image-sm-size-width: 1rem;
1014
+ --click-image-xs-size-height: 0.75rem;
1015
+ --click-image-xs-size-width: 0.75rem;
1016
+ --click-image-md-size-height: 1.25rem;
1017
+ --click-image-md-size-width: 1.25rem;
1018
+ --click-image-lg-size-height: 1.5rem;
1019
+ --click-image-lg-size-width: 1.5rem;
1020
+ --click-image-xl-size-height: 2rem;
1021
+ --click-image-xl-size-width: 2rem;
1022
+ --click-image-xxl-size-height: 4rem;
1023
+ --click-image-xxl-size-width: 4rem;
1024
+ --click-image-borderWidth-default: 1.5px;
1025
+ --click-image-borderWidth-thin: 1px;
1026
+ --click-image-color-stroke: #161517;
1027
+ --click-link-space-md-gap: 0.25rem;
1028
+ --click-link-space-sm-gap: 2px;
1029
+ --click-link-icon-size-sm-height: 0.75rem;
1030
+ --click-link-icon-size-sm-width: 0.75rem;
1031
+ --click-link-icon-size-md-height: 1rem;
1032
+ --click-link-icon-size-md-width: 1rem;
1033
+ --click-panel-strokeWidth-default: 1px;
1034
+ --click-panel-radii-none: 0;
1035
+ --click-panel-radii-sm: 0.25rem;
1036
+ --click-panel-radii-md: 0.5rem;
1037
+ --click-panel-radii-lg: 0.75rem;
1038
+ --click-panel-stroke-default: 1px solid #e6e7e9;
1039
+ --click-panel-shadow-default: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
1040
+ --click-panel-space-y-none: 0;
1041
+ --click-panel-space-y-xs: 0.5rem;
1042
+ --click-panel-space-y-sm: 0.75rem;
1043
+ --click-panel-space-y-md: 1rem;
1044
+ --click-panel-space-y-lg: 1.5rem;
1045
+ --click-panel-space-y-xl: 2rem;
1046
+ --click-panel-space-x-none: 0;
1047
+ --click-panel-space-x-xs: 0.5rem;
1048
+ --click-panel-space-x-sm: 0.75rem;
1049
+ --click-panel-space-x-md: 1rem;
1050
+ --click-panel-space-x-lg: 1.5rem;
1051
+ --click-panel-space-x-xl: 2rem;
1052
+ --click-panel-space-gap-none: 0;
1053
+ --click-panel-space-gap-xs: 0.5rem;
1054
+ --click-panel-space-gap-sm: 0.75rem;
1055
+ --click-panel-space-gap-md: 1rem;
1056
+ --click-panel-space-gap-lg: 1.5rem;
1057
+ --click-panel-space-gap-xl: 2rem;
1058
+ --click-panel-color-background-default: #ffffff;
1059
+ --click-panel-color-background-muted: #f6f7fa;
1060
+ --click-panel-color-background-transparent: rgba(0, 0, 0, 0);
1061
+ --click-panel-color-stroke-default: #e6e7e9;
1062
+ --click-popover-space-y: 1rem;
1063
+ --click-popover-space-x: 1.5rem;
1064
+ --click-popover-space-gap: 0.75rem;
1065
+ --click-popover-radii-all: 0.25rem;
1066
+ --click-popover-shadow-default: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
1067
+ --click-popover-icon-size-height: 1.25rem;
1068
+ --click-popover-icon-size-width: 1.25rem;
1069
+ --click-popover-color-panel-background-default: #ffffff;
1070
+ --click-popover-color-panel-stroke-default: #e6e7e9;
1071
+ --click-radio-radii-all: 9999px;
1072
+ --click-radio-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1073
+ --click-radio-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1074
+ --click-radio-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1075
+ --click-radio-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1076
+ --click-radio-color-background-default: #f6f7fa;
1077
+ --click-radio-color-background-hover: #f6f7fa;
1078
+ --click-radio-color-background-active: #161517;
1079
+ --click-radio-color-background-disabled: #dfdfdf;
1080
+ --click-radio-color-stroke-default: #b3b6bd;
1081
+ --click-radio-color-stroke-hover: #b3b6bd;
1082
+ --click-radio-color-stroke-active: #151515;
1083
+ --click-radio-color-stroke-disabled: #c0c0c0;
1084
+ --click-radio-color-indicator-default: #ffffff;
1085
+ --click-radio-color-indicator-hover: #f6f7fa;
1086
+ --click-radio-color-indicator-active: #ffffff;
1087
+ --click-radio-color-indicator-disabled: #a0a0a0;
1088
+ --click-separator-horizontal-space-y-xs: 0;
1089
+ --click-separator-horizontal-space-y-sm: 0.25rem;
1090
+ --click-separator-horizontal-space-y-md: 0.5rem;
1091
+ --click-separator-horizontal-space-y-ml: 0.75rem;
1092
+ --click-separator-horizontal-space-y-lg: 1rem;
1093
+ --click-separator-horizontal-space-y-xl: 1.5rem;
1094
+ --click-separator-horizontal-space-y-xxl: 2rem;
1095
+ --click-separator-horizontal-space-x-all: 0;
1096
+ --click-separator-vertical-space-x-xs: 0;
1097
+ --click-separator-vertical-space-x-sm: 0.25rem;
1098
+ --click-separator-vertical-space-x-md: 0.5rem;
1099
+ --click-separator-vertical-space-x-lg: 1rem;
1100
+ --click-separator-vertical-space-x-xl: 1.5rem;
1101
+ --click-separator-vertical-space-x-xxl: 2rem;
1102
+ --click-separator-vertical-space-y-all: 0;
1103
+ --click-separator-color-stroke-default: #e6e7e9;
1104
+ --click-sidebar-navigation-item-radii-all: 0.25rem;
1105
+ --click-sidebar-navigation-item-default-space-right: 0.75rem;
1106
+ --click-sidebar-navigation-item-default-space-y: 0.2813rem;
1107
+ --click-sidebar-navigation-item-default-space-gap: 0.75rem;
1108
+ --click-sidebar-navigation-item-default-space-left: 0;
1109
+ --click-sidebar-navigation-item-typography-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1110
+ --click-sidebar-navigation-item-typography-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1111
+ --click-sidebar-navigation-item-typography-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1112
+ --click-sidebar-navigation-item-typography-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1113
+ --click-sidebar-navigation-item-mobile-typography-default: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1114
+ --click-sidebar-navigation-item-mobile-typography-hover: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1115
+ --click-sidebar-navigation-item-mobile-typography-active: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1116
+ --click-sidebar-navigation-item-mobile-space-left: 0;
1117
+ --click-sidebar-navigation-item-mobile-space-right: 0.75rem;
1118
+ --click-sidebar-navigation-item-mobile-space-y: 0.75rem;
1119
+ --click-sidebar-navigation-item-mobile-space-gap: 0.75rem;
1120
+ --click-sidebar-navigation-item-collapsible-space-left: 0;
1121
+ --click-sidebar-navigation-item-collapsible-space-right: 0.75rem;
1122
+ --click-sidebar-navigation-item-collapsible-space-y: 0.2813rem;
1123
+ --click-sidebar-navigation-item-collapsible-space-gap: 0.75rem;
1124
+ --click-sidebar-navigation-item-icon-size-height: 1rem;
1125
+ --click-sidebar-navigation-item-icon-size-width: 1rem;
1126
+ --click-sidebar-navigation-item-global-gap: 2px;
1127
+ --click-sidebar-navigation-title-typography-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1128
+ --click-sidebar-navigation-title-typography-hover: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1129
+ --click-sidebar-navigation-title-typography-active: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1130
+ --click-sidebar-navigation-title-typography-disabled: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1131
+ --click-sidebar-navigation-subItem-default-space-left: 2.75rem;
1132
+ --click-sidebar-navigation-subItem-default-space-right: 0.75rem;
1133
+ --click-sidebar-navigation-subItem-default-space-y: 0.2813rem;
1134
+ --click-sidebar-navigation-subItem-mobile-space-left: 2.75rem;
1135
+ --click-sidebar-navigation-subItem-mobile-space-right: 0.75rem;
1136
+ --click-sidebar-navigation-subItem-mobile-space-y: 0.75rem;
1137
+ --click-sidebar-navigation-subItem-mobile-space-gap: 0.75rem;
1138
+ --click-sidebar-navigation-subItem-mobile-typography-default: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1139
+ --click-sidebar-navigation-subItem-mobile-typography-hover: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1140
+ --click-sidebar-navigation-subItem-mobile-typography-active: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1141
+ --click-sidebar-navigation-subItem-radii-all: 0.25rem;
1142
+ --click-sidebar-navigation-subItem-typography-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1143
+ --click-sidebar-navigation-subItem-typography-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1144
+ --click-sidebar-navigation-subItem-typography-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1145
+ --click-sidebar-navigation-subItem-typography-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1146
+ --click-sidebar-navigation-dragControl-separator-size-height: 0.125rem;
1147
+ --click-sidebar-main-color-background-default: #ffffff;
1148
+ --click-sidebar-main-color-text-default: #161517;
1149
+ --click-sidebar-main-color-text-muted: #696e79;
1150
+ --click-sidebar-main-color-stroke-default: #e6e7e9;
1151
+ --click-sidebar-main-navigation-item-color-background-default: rgba(0, 0, 0, 0);
1152
+ --click-sidebar-main-navigation-item-color-background-hover: lch(91.609 1.1023 265.86 / 0.6);
1153
+ --click-sidebar-main-navigation-item-color-background-active: #e6e7e9;
1154
+ --click-sidebar-main-navigation-item-color-text-default: #161517;
1155
+ --click-sidebar-main-navigation-item-color-text-hover: #161517;
1156
+ --click-sidebar-main-navigation-item-color-text-active: #161517;
1157
+ --click-sidebar-main-navigation-item-color-text-muted: #696e79;
1158
+ --click-sidebar-main-navigation-item-color-text-disabled: #a0a0a0;
1159
+ --click-sidebar-main-navigation-item-color-icon-default: #696e79;
1160
+ --click-sidebar-main-navigation-item-color-icon-disabled: #a0a0a0;
1161
+ --click-sidebar-main-navigation-title-color-default: #696e79;
1162
+ --click-sidebar-main-navigation-title-color-hover: #696e79;
1163
+ --click-sidebar-main-navigation-title-color-active: #696e79;
1164
+ --click-sidebar-main-navigation-subItem-color-text-default: #696e79;
1165
+ --click-sidebar-main-navigation-subItem-color-text-hover: #161517;
1166
+ --click-sidebar-main-navigation-subItem-color-text-active: #161517;
1167
+ --click-sidebar-main-navigation-subItem-color-text-disabled: #a0a0a0;
1168
+ --click-sidebar-main-navigation-subItem-color-background-default: rgba(0, 0, 0, 0);
1169
+ --click-sidebar-main-navigation-subItem-color-background-hover: lch(91.609 1.1023 265.86 / 0.6);
1170
+ --click-sidebar-main-navigation-subItem-color-background-active: rgba(0, 0, 0, 0);
1171
+ --click-sidebar-main-navigation-subItem-color-background-disabled: rgba(0, 0, 0, 0);
1172
+ --click-sidebar-main-navigation-subItem-color-icon-default: #696e79;
1173
+ --click-sidebar-main-navigation-subItem-color-icon-disabled: #a0a0a0;
1174
+ --click-sidebar-main-navigation-dragControl-separator-color-default: #161517;
1175
+ --click-sidebar-sqlSidebar-navigation-item-color-text-disabled: #a0a0a0;
1176
+ --click-sidebar-sqlSidebar-navigation-item-color-text-default: #161517;
1177
+ --click-sidebar-sqlSidebar-navigation-item-color-text-hover: #161517;
1178
+ --click-sidebar-sqlSidebar-navigation-item-color-text-active: #161517;
1179
+ --click-sidebar-sqlSidebar-navigation-item-color-text-muted: #696e79;
1180
+ --click-sidebar-sqlSidebar-navigation-item-color-background-default: rgba(0, 0, 0, 0);
1181
+ --click-sidebar-sqlSidebar-navigation-item-color-background-hover: lch(91.609 1.1023 265.86 / 0.6);
1182
+ --click-sidebar-sqlSidebar-navigation-item-color-background-active: #e6e7e9;
1183
+ --click-sidebar-sqlSidebar-navigation-item-color-icon-default: #696e79;
1184
+ --click-sidebar-sqlSidebar-navigation-title-color-default: #696e79;
1185
+ --click-sidebar-sqlSidebar-navigation-title-color-hover: #696e79;
1186
+ --click-sidebar-sqlSidebar-navigation-title-color-active: #696e79;
1187
+ --click-sidebar-sqlSidebar-navigation-subItem-color-text-default: #696e79;
1188
+ --click-sidebar-sqlSidebar-navigation-subItem-color-text-hover: #161517;
1189
+ --click-sidebar-sqlSidebar-navigation-subItem-color-text-active: #161517;
1190
+ --click-sidebar-sqlSidebar-navigation-subItem-color-text-disabled: #a0a0a0;
1191
+ --click-sidebar-sqlSidebar-navigation-subItem-color-background-default: rgba(0, 0, 0, 0);
1192
+ --click-sidebar-sqlSidebar-navigation-subItem-color-background-hover: lch(91.609 1.1023 265.86 / 0.6);
1193
+ --click-sidebar-sqlSidebar-navigation-subItem-color-background-active: rgba(0, 0, 0, 0);
1194
+ --click-sidebar-sqlSidebar-navigation-dragControl-separator-color-default: #161517;
1195
+ --click-sidebar-sqlSidebar-color-background-default: #f6f7fa;
1196
+ --click-sidebar-sqlSidebar-color-stroke-default: #e6e7e9;
1197
+ --click-spacer-horizontal-space-y-xs: 0;
1198
+ --click-spacer-horizontal-space-y-sm: 0.25rem;
1199
+ --click-spacer-horizontal-space-y-md: 0.5rem;
1200
+ --click-spacer-horizontal-space-y-ml: 0.75rem;
1201
+ --click-spacer-horizontal-space-y-lg: 1rem;
1202
+ --click-spacer-horizontal-space-y-xl: 1.5rem;
1203
+ --click-spacer-horizontal-space-y-xxl: 2rem;
1204
+ --click-spacer-horizontal-space-x-all: 0;
1205
+ --click-stepper-vertical-numbered-connector-size-width: 0.1875rem;
1206
+ --click-stepper-vertical-numbered-connector-stroke-default: 2px;
1207
+ --click-stepper-vertical-numbered-connector-color-stroke-incomplete: #c0c0c0;
1208
+ --click-stepper-vertical-numbered-connector-color-stroke-complete: #1f1f1c;
1209
+ --click-stepper-vertical-numbered-connector-color-stroke-active: #c0c0c0;
1210
+ --click-stepper-vertical-numbered-typography-title-default: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1211
+ --click-stepper-vertical-numbered-step-typography-number-default: 700 0.625rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1212
+ --click-stepper-vertical-numbered-step-size-height: 1.5rem;
1213
+ --click-stepper-vertical-numbered-step-size-width: 1.5rem;
1214
+ --click-stepper-vertical-numbered-step-size-icon-height: 0.75rem;
1215
+ --click-stepper-vertical-numbered-step-size-icon-width: 0.75rem;
1216
+ --click-stepper-vertical-numbered-step-stroke-default: 2px;
1217
+ --click-stepper-vertical-numbered-step-radii-default: 9999px;
1218
+ --click-stepper-vertical-numbered-step-color-stroke-incomplete: #c0c0c0;
1219
+ --click-stepper-vertical-numbered-step-color-stroke-complete: #1f1f1c;
1220
+ --click-stepper-vertical-numbered-step-color-stroke-active: #1f1f1c;
1221
+ --click-stepper-vertical-numbered-step-color-background-incomplete: #ffffff;
1222
+ --click-stepper-vertical-numbered-step-color-background-complete: #ffffff;
1223
+ --click-stepper-vertical-numbered-step-color-background-active: #1f1f1c;
1224
+ --click-stepper-vertical-numbered-step-color-icon-incomplete: #1f1f1c;
1225
+ --click-stepper-vertical-numbered-step-color-icon-complete: #1f1f1c;
1226
+ --click-stepper-vertical-numbered-step-color-icon-active: #ffffff;
1227
+ --click-stepper-vertical-numbered-content-space-gap-x: 1rem;
1228
+ --click-stepper-vertical-numbered-content-space-gap-y: 0.5rem;
1229
+ --click-stepper-vertical-numbered-content-space-left: 2.75rem;
1230
+ --click-stepper-vertical-numbered-content-space-bottom-default: 2.5rem;
1231
+ --click-stepper-vertical-numbered-content-space-bottom-active: 1.5rem;
1232
+ --click-stepper-vertical-numbered-color-title-incomplete: #c0c0c0;
1233
+ --click-stepper-vertical-numbered-color-title-complete: #696e79;
1234
+ --click-stepper-vertical-numbered-color-title-active: #161517;
1235
+ --click-stepper-vertical-bulleted-connector-size-width: 0.1875rem;
1236
+ --click-stepper-vertical-bulleted-connector-stroke-default: 2px;
1237
+ --click-stepper-vertical-bulleted-connector-color-stroke-incomplete: #c0c0c0;
1238
+ --click-stepper-vertical-bulleted-connector-color-stroke-complete: #1f1f1c;
1239
+ --click-stepper-vertical-bulleted-connector-color-stroke-active: #c0c0c0;
1240
+ --click-stepper-vertical-bulleted-step-size-height: 1rem;
1241
+ --click-stepper-vertical-bulleted-step-size-width: 1rem;
1242
+ --click-stepper-vertical-bulleted-step-size-icon-height: 0.75rem;
1243
+ --click-stepper-vertical-bulleted-step-size-icon-width: 0.75rem;
1244
+ --click-stepper-vertical-bulleted-step-radii-default: 9999px;
1245
+ --click-stepper-vertical-bulleted-step-stroke-default: 2px;
1246
+ --click-stepper-vertical-bulleted-step-color-stroke-incomplete: #c0c0c0;
1247
+ --click-stepper-vertical-bulleted-step-color-stroke-complete: #1f1f1c;
1248
+ --click-stepper-vertical-bulleted-step-color-stroke-active: #1f1f1c;
1249
+ --click-stepper-vertical-bulleted-step-color-background-incomplete: #ffffff;
1250
+ --click-stepper-vertical-bulleted-step-color-background-complete: #ffffff;
1251
+ --click-stepper-vertical-bulleted-step-color-background-active: #ffffff;
1252
+ --click-stepper-vertical-bulleted-step-color-icon-incomplete: #ffffff;
1253
+ --click-stepper-vertical-bulleted-step-color-icon-complete: #1f1f1c;
1254
+ --click-stepper-vertical-bulleted-step-color-icon-active: #ffffff;
1255
+ --click-stepper-vertical-bulleted-typography-title-default: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1256
+ --click-stepper-vertical-bulleted-content-space-gap-x: 1rem;
1257
+ --click-stepper-vertical-bulleted-content-space-gap-y: 0.5rem;
1258
+ --click-stepper-vertical-bulleted-content-space-left: 2.25rem;
1259
+ --click-stepper-vertical-bulleted-content-space-bottom-default: 2.5rem;
1260
+ --click-stepper-vertical-bulleted-content-space-bottom-active: 1.5rem;
1261
+ --click-stepper-vertical-bulleted-color-title-incomplete: #c0c0c0;
1262
+ --click-stepper-vertical-bulleted-color-title-complete: #696e79;
1263
+ --click-stepper-vertical-bulleted-color-title-active: #161517;
1264
+ --click-switch-space-gap: 0.5rem;
1265
+ --click-switch-radii-all: 9999px;
1266
+ --click-switch-size-width: 2rem;
1267
+ --click-switch-size-height: 1rem;
1268
+ --click-switch-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1269
+ --click-switch-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1270
+ --click-switch-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1271
+ --click-switch-typography-label-disabled: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1272
+ --click-switch-color-background-default: #cccfd3;
1273
+ --click-switch-color-background-active: #151515;
1274
+ --click-switch-color-background-disabled: #dfdfdf;
1275
+ --click-switch-color-stroke-default: #cccfd3;
1276
+ --click-switch-color-stroke-active: #161517;
1277
+ --click-switch-color-stroke-disabled: #dfdfdf;
1278
+ --click-switch-color-indicator-default: #ffffff;
1279
+ --click-switch-color-indicator-active: #ffffff;
1280
+ --click-switch-color-indicator-disabled: #a0a0a0;
1281
+ --click-table-header-title-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1282
+ --click-table-header-cell-space-md-y: 0.75rem;
1283
+ --click-table-header-cell-space-md-x: 1rem;
1284
+ --click-table-header-cell-space-sm-y: 0.5rem;
1285
+ --click-table-header-cell-space-sm-x: 1rem;
1286
+ --click-table-header-color-background-default: #f6f7fa;
1287
+ --click-table-header-color-background-hover: #f6f7fa;
1288
+ --click-table-header-color-background-active: #e7effd;
1289
+ --click-table-header-color-title-default: #161517;
1290
+ --click-table-header-color-icon-default: #161517;
1291
+ --click-table-header-color-checkbox-background-default: #cccfd3;
1292
+ --click-table-header-color-checkbox-border-default: #808691;
1293
+ --click-table-cell-text-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1294
+ --click-table-cell-label-default: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1295
+ --click-table-cell-stroke: 1px;
1296
+ --click-table-radii-all: 0.25rem;
1297
+ --click-table-body-cell-space-md-y: 1rem;
1298
+ --click-table-body-cell-space-md-x: 1rem;
1299
+ --click-table-body-cell-space-sm-y: 0.5rem;
1300
+ --click-table-body-cell-space-sm-x: 1rem;
1301
+ --click-table-mobile-cell-space-y: 1rem;
1302
+ --click-table-mobile-cell-space-x: 1rem;
1303
+ --click-table-mobile-cell-space-gap: 0.5rem;
1304
+ --click-table-row-color-background-default: #ffffff;
1305
+ --click-table-row-color-background-hover: lch(94.146 7.7815 264.18 / 0.2);
1306
+ --click-table-row-color-background-active: lch(94.146 7.7815 264.18 / 0.2);
1307
+ --click-table-row-color-stroke-default: #e6e7e9;
1308
+ --click-table-row-color-text-default: #161517;
1309
+ --click-table-row-color-text-disabled: #a0a0a0;
1310
+ --click-table-row-color-link-default: #437eef;
1311
+ --click-table-row-color-label-default: #696e79;
1312
+ --click-table-row-color-barChart-default: #dfdfdf;
1313
+ --click-table-row-color-barChart-hover: #c0c0c0;
1314
+ --click-table-global-color-stroke-default: #e6e7e9;
1315
+ --click-table-global-color-background-default: #ffffff;
1316
+ --click-tabs-space-y: 0.5rem;
1317
+ --click-tabs-space-x: 0.75rem;
1318
+ --click-tabs-radii-all: 0.25rem;
1319
+ --click-tabs-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1320
+ --click-tabs-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1321
+ --click-tabs-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1322
+ --click-tabs-basic-strokeWidth-default: 1px;
1323
+ --click-tabs-basic-strokeWidth-hover: 1px;
1324
+ --click-tabs-basic-strokeWidth-active: 2px;
1325
+ --click-tabs-basic-strokeWidth-global: 1px;
1326
+ --click-tabs-basic-color-background-default: rgba(0, 0, 0, 0);
1327
+ --click-tabs-basic-color-background-hover: #f6f7fa;
1328
+ --click-tabs-basic-color-background-active: rgba(0, 0, 0, 0);
1329
+ --click-tabs-basic-color-text-default: #696e79;
1330
+ --click-tabs-basic-color-text-hover: #161517;
1331
+ --click-tabs-basic-color-text-active: #161517;
1332
+ --click-tabs-basic-color-stroke-default: rgba(0, 0, 0, 0);
1333
+ --click-tabs-basic-color-stroke-hover: rgba(0, 0, 0, 0);
1334
+ --click-tabs-basic-color-stroke-active: #151515;
1335
+ --click-tabs-basic-color-global-default: #e6e7e9;
1336
+ --click-tabs-fileTabs-icon-size-height: 1rem;
1337
+ --click-tabs-fileTabs-icon-size-width: 1rem;
1338
+ --click-tabs-fileTabs-space-y: 1.0625rem;
1339
+ --click-tabs-fileTabs-space-x: 1rem;
1340
+ --click-tabs-fileTabs-space-gap: 0.75rem;
1341
+ --click-tabs-fileTabs-typography-label-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1342
+ --click-tabs-fileTabs-typography-label-hover: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1343
+ --click-tabs-fileTabs-typography-label-active: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1344
+ --click-tabs-fileTabs-radii-all: 0;
1345
+ --click-tabs-fileTabs-color-background-default: #f6f7fa;
1346
+ --click-tabs-fileTabs-color-background-hover: #ffffff;
1347
+ --click-tabs-fileTabs-color-background-active: #ffffff;
1348
+ --click-tabs-fileTabs-color-text-default: #696e79;
1349
+ --click-tabs-fileTabs-color-text-hover: #161517;
1350
+ --click-tabs-fileTabs-color-text-active: #161517;
1351
+ --click-tabs-fileTabs-color-stroke-default: #e6e7e9;
1352
+ --click-tabs-fileTabs-color-stroke-hover: #e6e7e9;
1353
+ --click-tabs-fileTabs-color-stroke-active: #e6e7e9;
1354
+ --click-tabs-fileTabs-color-closeButton-background-default: rgba(0, 0, 0, 0);
1355
+ --click-tabs-fileTabs-color-closeButton-background-hover: #e6e7e9;
1356
+ --click-toast-icon-size-height: 1rem;
1357
+ --click-toast-icon-size-width: 1rem;
1358
+ --click-toast-space-title-gap: 0.5rem;
1359
+ --click-toast-space-y: 0.75rem;
1360
+ --click-toast-space-x: 0.75rem;
1361
+ --click-toast-space-gap: 0.5rem;
1362
+ --click-toast-radii-all: 0.25rem;
1363
+ --click-toast-shadow: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
1364
+ --click-toast-typography-title-default: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1365
+ --click-toast-typography-description-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1366
+ --click-toast-size-width: 20.75rem;
1367
+ --click-toast-color-title-default: lch(11.126 1.374 305.43);
1368
+ --click-toast-color-description-default: #696e79;
1369
+ --click-toast-color-stroke-default: #e6e7e9;
1370
+ --click-toast-color-icon-default: lch(11.126 1.374 305.43);
1371
+ --click-toast-color-icon-success: #008a0b;
1372
+ --click-toast-color-icon-warning: #a33c00;
1373
+ --click-toast-color-icon-danger: #c10000;
1374
+ --click-tooltip-radii-all: 0.25rem;
1375
+ --click-tooltip-space-x: 0.75rem;
1376
+ --click-tooltip-space-y: 0.5rem;
1377
+ --click-tooltip-typography-label-default: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1378
+ --click-tooltip-color-background-default: lch(10.767 0 none / 0.85);
1379
+ --click-tooltip-color-label-default: #ffffff;
1380
+ --click-dashboards-chartWidget-space-gap: 1rem;
1381
+ --click-dashboards-chartWidget-space-element-gap: 0.5rem;
1382
+ --click-dashboards-chartWidget-borderWidth-default: 1px;
1383
+ --click-dashboards-chartWidget-stroke-default: 1px solid #e6e7e9;
1384
+ --click-dashboards-chartWidget-stroke-element-default: 1px solid #e6e7e9;
1385
+ --click-dashboards-chartWidget-stroke-hover: 1px solid #b3b6bd;
1386
+ --click-dashboards-chartWidget-stroke-selected: 1px solid #151515;
1387
+ --click-dashboards-chartWidget-element-radii-all: 0.25rem;
1388
+ --click-dashboards-chartWidget-radii-all: 0.25rem;
1389
+ --click-dashboards-chartWidget-typography-title-default: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1390
+ --click-dashboards-chartWidget-typography-description-default-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1391
+ --click-dashboards-chartWidget-typography-label-default-default: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1392
+ --click-dashboards-chartWidget-shadow-default: 0;
1393
+ --click-dashboards-chartWidget-shadow-hover: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
1394
+ --click-dashboards-chartWidget-size-icon-all-drag: 1.25rem;
1395
+ --click-dashboards-chartWidget-size-icon-all-menu: 1.5rem;
1396
+ --click-dashboards-chartWidget-size-icon-all-resize: 0.75rem;
1397
+ --click-dashboards-chartWidget-color-background-default: #ffffff;
1398
+ --click-dashboards-chartWidget-color-background-hover: #ffffff;
1399
+ --click-dashboards-chartWidget-color-background-selected: #ffffff;
1400
+ --click-dashboards-chartWidget-color-stroke-default: #e6e7e9;
1401
+ --click-dashboards-chartWidget-color-stroke-hover: #b3b6bd;
1402
+ --click-dashboards-chartWidget-color-stroke-selected: #151515;
1403
+ --click-dashboards-chartWidget-color-title-default: lch(11.126 1.374 305.43);
1404
+ --click-dashboards-chartWidget-color-description-default: #696e79;
1405
+ --click-dashboards-chartWidget-color-legend-default: #696e79;
1406
+ --click-dashboards-chartWidget-color-legend-hover: #696e79;
1407
+ --click-dashboards-chartWidget-color-legend-selected: #161517;
1408
+ --click-dashboards-chartWidget-color-element-stroke-default: #e6e7e9;
1409
+ --click-dashboards-chartWidget-color-icon-default: #161517;
1410
+ --click-dashboards-chartWidget-color-icon-hover: #161517;
1411
+ --click-dashboards-chartWidget-color-icon-selected: #151515;
1412
+ --click-dashboards-chartWidget-color-opacity-bar-default: 0.2;
1413
+ --click-dashboards-chartWidget-color-opacity-bar-hover: 0.5;
1414
+ --click-dashboards-chartWidget-color-label-default: #696e79;
1415
+ --click-dashboards-chartWidget-color-label-hover: #696e79;
1416
+ --click-dashboards-chartWidget-color-label-selected: #696e79;
1417
+ --click-global-color-stroke-default: #e6e7e9;
1418
+ --click-global-color-stroke-muted: lch(91.609 1.1023 265.86);
1419
+ --click-global-color-stroke-intense: #b3b6bd;
1420
+ --click-global-color-accent-default: #151515;
1421
+ --click-global-color-background-default: #ffffff;
1422
+ --click-global-color-background-muted: #f6f7fa;
1423
+ --click-global-color-text-default: #161517;
1424
+ --click-global-color-text-muted: #696e79;
1425
+ --click-global-color-text-disabled: #a0a0a0;
1426
+ --click-global-color-text-link-default: #437eef;
1427
+ --click-global-color-text-link-hover: #104ec6;
1428
+ --click-global-color-text-danger: #c10000;
1429
+ --click-global-color-title-default: lch(11.126 1.374 305.43);
1430
+ --click-global-color-title-muted: #696e79;
1431
+ --click-global-color-outline-default: #437eef;
1432
+ --click-global-color-shadow-default: lch(6.7738 0 none / 0.15);
1433
+ --click-feedback-color-info-background: rgb(26.275% 49.412% 93.725% / 0.1);
1434
+ --click-feedback-color-info-foreground: #437eef;
1435
+ --click-feedback-color-success-background: rgb(20% 100% 26.667% / 0.1);
1436
+ --click-feedback-color-success-foreground: #008a0b;
1437
+ --click-feedback-color-warning-background: rgb(100% 46.667% 16.078% / 0.1);
1438
+ --click-feedback-color-warning-foreground: #a33c00;
1439
+ --click-feedback-color-danger-background: rgb(100% 13.725% 13.725% / 0.1);
1440
+ --click-feedback-color-danger-foreground: #c10000;
1441
+ --click-feedback-color-neutral-background: rgb(41.176% 43.137% 47.451% / 0.1);
1442
+ --click-feedback-color-neutral-foreground: #53575f;
1443
+ --click-feedback-color-neutral-stroke: #e6e7e9;
1444
+ --click-storybook-global-background: #ffffff;
1445
+ --click-chart-color-default-blue: #437eef;
1446
+ --click-chart-color-default-orange: #ff7729;
1447
+ --click-chart-color-default-green: #00e513;
1448
+ --click-chart-color-default-fuchsia: #fb32c9;
1449
+ --click-chart-color-default-yellow: #eef400;
1450
+ --click-chart-color-default-violet: #bb33ff;
1451
+ --click-chart-color-default-babyblue: #00cbeb;
1452
+ --click-chart-color-default-red: #ff2323;
1453
+ --click-chart-color-default-teal: #089b83;
1454
+ --click-chart-color-default-sunrise: #ffc300;
1455
+ --click-chart-color-default-slate: #9a9ea7;
1456
+ --click-chart-color-label-default: #161517;
1457
+ --click-chart-color-label-deselected: lch(6.9377 1.4387 305.43 / 0.3);
1458
+ --click-chart-bars-color-blue: #437eef;
1459
+ --click-chart-bars-color-orange: #ff7729;
1460
+ --click-chart-bars-color-green: #00e513;
1461
+ --click-chart-bars-color-fuchsia: #fb32c9;
1462
+ --click-chart-bars-color-yellow: #eef400;
1463
+ --click-chart-bars-color-violet: #bb33ff;
1464
+ --click-chart-bars-color-babyblue: #00cbeb;
1465
+ --click-chart-bars-color-red: #ff2323;
1466
+ --click-chart-bars-color-teal: #089b83;
1467
+ --click-chart-bars-color-sunrise: #ffc300;
1468
+ --click-chart-bars-color-slate: #9a9ea7;
1469
+ --click-serviceCard-color-background-default: #fbfcff;
1470
+ --click-serviceCard-color-background-hover: #fbfcff;
1471
+ --click-serviceCard-color-stroke-default: #e6e7e9;
1472
+ --click-serviceCard-color-stroke-hover: #cccfd3;
1473
+ --click-gareth-test-main-text: #161517;
1474
+ --click-gareth-test-main-danger: #c10000;
1475
+ --transition-default: all 100ms ease-in 0ms;
1476
+ --transition-duration-slow: 300ms;
1477
+ --transition-duration-smooth: 150ms;
1478
+ --transition-duration-medium: 100ms;
1479
+ --transition-duration-fast: 50ms;
1480
+ --transition-delay-slow: 100ms;
1481
+ --transition-delay-fast: 0ms;
1482
+ --transition-function-ease: ease;
1483
+ --transition-function-ease-in: ease-in;
1484
+ --transition-function-ease-in-out: ease-in-out;
1485
+ --transition-function-linear: linear;
1486
+ --grid-header-cell-borderWidth-default: 1px;
1487
+ --grid-header-cell-borderWidth-selectIndirect: 1px;
1488
+ --grid-header-cell-borderWidth-selectDirect: 1px;
1489
+ --grid-body-cell-borderWidth-default: 1px;
1490
+ --grid-body-cell-borderWidth-selectIndirect: 1px;
1491
+ --grid-body-cell-borderWidth-selectDirect: 2px;
1492
+ --palette-brand-50: #ffffe8;
1493
+ --palette-brand-100: #feffc2;
1494
+ --palette-brand-200: #fdffa3;
1495
+ --palette-brand-300: #faff69;
1496
+ --palette-brand-400: #eef400;
1497
+ --palette-brand-500: #c7cc00;
1498
+ --palette-brand-600: #959900;
1499
+ --palette-brand-700: #686b00;
1500
+ --palette-brand-800: #3c4601;
1501
+ --palette-brand-900: #333300;
1502
+ --palette-brand-base: #fbff46;
1503
+ --palette-neutral-0: #ffffff;
1504
+ --palette-neutral-100: #f9f9f9;
1505
+ --palette-neutral-200: #dfdfdf;
1506
+ --palette-neutral-300: #c0c0c0;
1507
+ --palette-neutral-400: #a0a0a0;
1508
+ --palette-neutral-500: #808080;
1509
+ --palette-neutral-600: #606060;
1510
+ --palette-neutral-650: #505050;
1511
+ --palette-neutral-700: #414141;
1512
+ --palette-neutral-712: #323232;
1513
+ --palette-neutral-725: #282828;
1514
+ --palette-neutral-750: #1f1f1c;
1515
+ --palette-neutral-800: #1d1d1d;
1516
+ --palette-neutral-900: #151515;
1517
+ --palette-neutral-base: #212121;
1518
+ --palette-slate-25: #fbfcff;
1519
+ --palette-slate-50: #f6f7fa;
1520
+ --palette-slate-100: #e6e7e9;
1521
+ --palette-slate-200: #cccfd3;
1522
+ --palette-slate-300: #b3b6bd;
1523
+ --palette-slate-400: #9a9ea7;
1524
+ --palette-slate-500: #808691;
1525
+ --palette-slate-600: #696e79;
1526
+ --palette-slate-700: #53575f;
1527
+ --palette-slate-800: #302e32;
1528
+ --palette-slate-900: #161517;
1529
+ --palette-slate-base: #373439;
1530
+ --palette-slate-50a: lch(49.809 30.506 276.77 / 0.06);
1531
+ --palette-indigo-50: #f4f1fc;
1532
+ --palette-indigo-100: #e4e2e9;
1533
+ --palette-indigo-200: #c8c5d3;
1534
+ --palette-indigo-300: #ada8bd;
1535
+ --palette-indigo-400: #918ba7;
1536
+ --palette-indigo-500: #766e91;
1537
+ --palette-indigo-600: #5e5874;
1538
+ --palette-indigo-700: #474257;
1539
+ --palette-indigo-800: #23212c;
1540
+ --palette-indigo-900: #18161d;
1541
+ --palette-indigo-base: #2f2c3a;
1542
+ --palette-info-50: #e7effd;
1543
+ --palette-info-100: #d0dffb;
1544
+ --palette-info-200: #a1bef7;
1545
+ --palette-info-300: #6d9bf3;
1546
+ --palette-info-400: #437eef;
1547
+ --palette-info-500: #1d64ec;
1548
+ --palette-info-600: #104ec6;
1549
+ --palette-info-650: #0d3e9b;
1550
+ --palette-info-700: #0d3e9b;
1551
+ --palette-info-800: #092b6c;
1552
+ --palette-info-900: #061c47;
1553
+ --palette-info-base: #4781f0;
1554
+ --palette-success-50: #e5ffe8;
1555
+ --palette-success-100: #ccffd0;
1556
+ --palette-success-200: #99ffa1;
1557
+ --palette-success-300: #66ff73;
1558
+ --palette-success-400: #33ff44;
1559
+ --palette-success-500: #00e513;
1560
+ --palette-success-600: #00bd10;
1561
+ --palette-success-700: #008a0b;
1562
+ --palette-success-800: #006108;
1563
+ --palette-success-850: #004206;
1564
+ --palette-success-900: #004206;
1565
+ --palette-success-base: #62de85;
1566
+ --palette-warning-50: #ffe2d1;
1567
+ --palette-warning-100: #ffcbad;
1568
+ --palette-warning-200: #ffb88f;
1569
+ --palette-warning-300: #ff9457;
1570
+ --palette-warning-400: #ff7729;
1571
+ --palette-warning-500: #f55a00;
1572
+ --palette-warning-600: #d64f00;
1573
+ --palette-warning-700: #a33c00;
1574
+ --palette-warning-800: #7a2d00;
1575
+ --palette-warning-900: #471a00;
1576
+ --palette-warning-base: #ffa63d;
1577
+ --palette-danger-50: #ffdddd;
1578
+ --palette-danger-100: #ffbaba;
1579
+ --palette-danger-200: #ff9898;
1580
+ --palette-danger-300: #ff7575;
1581
+ --palette-danger-400: #ff2323;
1582
+ --palette-danger-500: #f10000;
1583
+ --palette-danger-600: #c10000;
1584
+ --palette-danger-700: #910000;
1585
+ --palette-danger-800: #610000;
1586
+ --palette-danger-900: #300000;
1587
+ --palette-danger-base: #ff5353;
1588
+ --palette-gradients-base: linear-gradient(229.65deg, #292924 15.78%, #0F0F0F 88.39%);
1589
+ --palette-gradients-yellowToblack: linear-gradient(132deg, #FAFF69 8%, #292929 30%);
1590
+ --palette-gradients-whiteToblack: linear-gradient(132deg, #FFFFFF 8%, #292929 30%);
1591
+ --palette-gradients-transparent: rgba(0, 0, 0, 0);
1592
+ --palette-utility-transparent: rgba(0, 0, 0, 0);
1593
+ --palette-teal-50: #e6fefa;
1594
+ --palette-teal-100: #cffcf4;
1595
+ --palette-teal-200: #a3faec;
1596
+ --palette-teal-300: #6df8e1;
1597
+ --palette-teal-400: #0cedc8;
1598
+ --palette-teal-500: #0bd0af;
1599
+ --palette-teal-600: #089b83;
1600
+ --palette-teal-700: #067462;
1601
+ --palette-teal-800: #045245;
1602
+ --palette-teal-850: #004237;
1603
+ --palette-teal-900: #03352d;
1604
+ --palette-violet-50: #f6e5ff;
1605
+ --palette-violet-100: #eeccff;
1606
+ --palette-violet-200: #dd99ff;
1607
+ --palette-violet-300: #cc66ff;
1608
+ --palette-violet-400: #bb33ff;
1609
+ --palette-violet-500: #aa00ff;
1610
+ --palette-violet-600: #8800cc;
1611
+ --palette-violet-700: #660099;
1612
+ --palette-violet-800: #440066;
1613
+ --palette-violet-850: #33004d;
1614
+ --palette-violet-900: #220033;
1615
+ --palette-fuchsia-50: #fbeff8;
1616
+ --palette-fuchsia-100: #fbc9ef;
1617
+ --palette-fuchsia-200: #fb97e2;
1618
+ --palette-fuchsia-300: #fb64d6;
1619
+ --palette-fuchsia-400: #fb32c9;
1620
+ --palette-fuchsia-500: #fb00bc;
1621
+ --palette-fuchsia-600: #cc0099;
1622
+ --palette-fuchsia-700: #990073;
1623
+ --palette-fuchsia-800: #66004d;
1624
+ --palette-fuchsia-850: #4d0039;
1625
+ --palette-fuchsia-900: #330026;
1626
+ --palette-sunrise-50: #fff3cc;
1627
+ --palette-sunrise-100: #ffe799;
1628
+ --palette-sunrise-200: #ffdb66;
1629
+ --palette-sunrise-300: #ffcf33;
1630
+ --palette-sunrise-400: #ffc300;
1631
+ --palette-sunrise-500: #e0ac00;
1632
+ --palette-sunrise-600: #b28800;
1633
+ --palette-sunrise-700: #8a6900;
1634
+ --palette-sunrise-800: #574200;
1635
+ --palette-sunrise-900: #332700;
1636
+ --palette-babyblue-50: #dbfaff;
1637
+ --palette-babyblue-100: #bdf6ff;
1638
+ --palette-babyblue-200: #8aefff;
1639
+ --palette-babyblue-300: #33e4ff;
1640
+ --palette-babyblue-400: #00cbeb;
1641
+ --palette-babyblue-500: #00b5d1;
1642
+ --palette-babyblue-600: #008599;
1643
+ --palette-babyblue-700: #006170;
1644
+ --palette-babyblue-800: #00424d;
1645
+ --palette-babyblue-900: #002c33;
1646
+ --sizes-0: 0;
1647
+ --sizes-1: 1px;
1648
+ --sizes-2: 0.25rem;
1649
+ --sizes-3: 0.5rem;
1650
+ --sizes-4: 0.75rem;
1651
+ --sizes-5: 1rem;
1652
+ --sizes-6: 1.25rem;
1653
+ --sizes-7: 1.5rem;
1654
+ --sizes-8: 1.75rem;
1655
+ --sizes-9: 2rem;
1656
+ --sizes-10: 2.5rem;
1657
+ --sizes-11: 4rem;
1658
+ --typography-font-families-regular: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1659
+ --typography-font-families-mono: "Inconsolata", Consolas, "SFMono Regular", monospace;
1660
+ --typography-font-families-display: 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1661
+ --typography-font-weights-1: 400;
1662
+ --typography-font-weights-2: 500;
1663
+ --typography-font-weights-3: 600;
1664
+ --typography-font-weights-4: 700;
1665
+ --typography-font-sizes-0: 0.625rem;
1666
+ --typography-font-sizes-1: 0.75rem;
1667
+ --typography-font-sizes-2: 0.875rem;
1668
+ --typography-font-sizes-3: 1rem;
1669
+ --typography-font-sizes-4: 1.125rem;
1670
+ --typography-font-sizes-5: 1.25rem;
1671
+ --typography-font-sizes-6: 2rem;
1672
+ --typography-font-sizes-base: 16px;
1673
+ --typography-font-line-height-1: 1.5;
1674
+ --typography-font-line-height-2: 1.6;
1675
+ --typography-font-line-height-3: 1.7;
1676
+ --typography-font-line-height-4: 1.3;
1677
+ --typography-styles-product-titles-xs: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1678
+ --typography-styles-product-titles-sm: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1679
+ --typography-styles-product-titles-md: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1680
+ --typography-styles-product-titles-lg: 700 1.125rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1681
+ --typography-styles-product-titles-xl: 700 1.25rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1682
+ --typography-styles-product-titles-2xl: 600 2rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1683
+ --typography-styles-product-text-normal-xs: 400 0.625rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1684
+ --typography-styles-product-text-normal-sm: 400 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1685
+ --typography-styles-product-text-normal-md: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1686
+ --typography-styles-product-text-normal-lg: 400 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1687
+ --typography-styles-product-text-medium-xs: 500 0.625rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1688
+ --typography-styles-product-text-medium-sm: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1689
+ --typography-styles-product-text-medium-md: 500 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1690
+ --typography-styles-product-text-medium-lg: 500 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1691
+ --typography-styles-product-text-semibold-xs: 600 0.625rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1692
+ --typography-styles-product-text-semibold-sm: 600 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1693
+ --typography-styles-product-text-semibold-md: 600 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1694
+ --typography-styles-product-text-semibold-lg: 600 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1695
+ --typography-styles-product-text-mono-xs: 500 0.625rem/1.6 "Inconsolata", Consolas, "SFMono Regular", monospace;
1696
+ --typography-styles-product-text-mono-sm: 500 0.75rem/1.6 "Inconsolata", Consolas, "SFMono Regular", monospace;
1697
+ --typography-styles-product-text-mono-md: 500 0.875rem/1.7 "Inconsolata", Consolas, "SFMono Regular", monospace;
1698
+ --typography-styles-product-text-mono-lg: 500 1rem/1.6 "Inconsolata", Consolas, "SFMono Regular", monospace;
1699
+ --typography-styles-product-text-bold-xs: 700 0.625rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1700
+ --typography-styles-product-text-bold-sm: 700 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1701
+ --typography-styles-product-text-bold-md: 700 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1702
+ --typography-styles-product-text-bold-lg: 700 1rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1703
+ --typography-styles-brand-titles-xs: 600 20px/1.5 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1704
+ --typography-styles-brand-titles-sm: 600 24px/1.5 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1705
+ --typography-styles-brand-titles-md: 600 36px/1.3 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1706
+ --typography-styles-brand-titles-lg: 600 56px/1.3 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1707
+ --typography-styles-brand-titles-xl: 700 64px/1.3 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1708
+ --typography-styles-brand-titles-2xl: 700 80px/1.3 'Basier Square', "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1709
+ --typography-styles-field-md: 400 0.875rem/1.6 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1710
+ --border-radii-0: 0;
1711
+ --border-radii-1: 0.25rem;
1712
+ --border-radii-2: 0.5rem;
1713
+ --border-radii-3: 0.75rem;
1714
+ --border-radii-full: 9999px;
1715
+ --border-width-1: 1px;
1716
+ --border-width-2: 2px;
1717
+ --spaces-0: 0;
1718
+ --spaces-1: 0.25rem;
1719
+ --spaces-2: 0.5rem;
1720
+ --spaces-3: 0.75rem;
1721
+ --spaces-4: 1rem;
1722
+ --spaces-5: 1.5rem;
1723
+ --spaces-6: 2rem;
1724
+ --spaces-7: 2.5rem;
1725
+ --spaces-8: 4rem;
1726
+ --shadow-1: 0 4px 6px -1px lch(6.7738 0 none / 0.15), 0 2px 4px -1px lch(6.7738 0 none / 0.15);
1727
+ --shadow-2: 0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1);
1728
+ --shadow-3: -5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08);
1729
+ --shadow-4: 5px 0 20px 0 rgba(0, 0, 0, 0.08), 6px 0 10px 0 rgba(0, 0, 0, 0.08);
1730
+ --shadow-5: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
1731
+ --breakpoint-sizes-sm: 640px;
1732
+ --breakpoint-sizes-md: 768px;
1733
+ --breakpoint-sizes-lg: 1024px;
1734
+ --breakpoint-sizes-xl: 1280px;
1735
+ --breakpoint-sizes-2xl: 1536px;
1736
+ --global-color-gradients-yellowToBlack: linear-gradient(132deg, #faff69 8%, #292929 30%);
1737
+ --global-color-gradients-whiteToBlack: linear-gradient(132deg, #ffffff 8%, #292929 30%);
1738
+ --global-color-background-default: #ffffff;
1739
+ --global-color-background-muted: #f6f7fa;
1740
+ --global-color-background-sidebar: #ffffff;
1741
+ --global-color-background-split: #f6f7fa;
1742
+ --global-color-background-muted_a: lch(49.809 30.506 276.77 / 0.06);
1743
+ --global-color-stroke-default: #e6e7e9;
1744
+ --global-color-stroke-muted: #e6e7e9;
1745
+ --global-color-stroke-intense: #b3b6bd;
1746
+ --global-color-stroke-split: #e6e7e9;
1747
+ --global-color-accent-default: #151515;
1748
+ --global-color-text-default: #161517;
1749
+ --global-color-text-muted: #696e79;
1750
+ --global-color-text-disabled: #a0a0a0;
1751
+ --global-color-text-link-default: #437eef;
1752
+ --global-color-text-link-hover: #104ec6;
1753
+ --global-color-outline-default: #437eef;
1754
+ --global-color-shadow-default: lch(6.7738 0 none / 0.15);
1755
+ --global-color-feedback-info-background: #e7effd;
1756
+ --global-color-feedback-info-foreground: #437eef;
1757
+ --global-color-feedback-success-background: #e5ffe8;
1758
+ --global-color-feedback-success-foreground: #008a0b;
1759
+ --global-color-feedback-warning-background: #ffe2d1;
1760
+ --global-color-feedback-warning-foreground: #a33c00;
1761
+ --global-color-feedback-danger-background: #ffdddd;
1762
+ --global-color-feedback-danger-foreground: #c10000;
1763
+ --global-color-feedback-neutral-background: #f6f7fa;
1764
+ --global-color-feedback-neutral-foreground: #53575f;
1765
+ --global-color-feedback-neutral-stroke: #e6e7e9;
1766
+ --global-color-chart-default-blue: #437eef;
1767
+ --global-color-chart-default-orange: #ff7729;
1768
+ --global-color-chart-default-green: #00e513;
1769
+ --global-color-chart-default-fuchsia: #fb32c9;
1770
+ --global-color-chart-default-yellow: #eef400;
1771
+ --global-color-chart-default-violet: #bb33ff;
1772
+ --global-color-chart-default-babyblue: #00cbeb;
1773
+ --global-color-chart-default-red: #ff2323;
1774
+ --global-color-chart-default-danger: #ff2323;
1775
+ --global-color-chart-default-teal: #089b83;
1776
+ --global-color-chart-default-sunrise: #ffc300;
1777
+ --global-color-chart-default-slate: #9a9ea7;
1778
+ --global-color-chart-bars-blue: #437eef;
1779
+ --global-color-chart-bars-orange: #ff7729;
1780
+ --global-color-chart-bars-green: #00e513;
1781
+ --global-color-chart-bars-fuchsia: #fb32c9;
1782
+ --global-color-chart-bars-yellow: #eef400;
1783
+ --global-color-chart-bars-violet: #bb33ff;
1784
+ --global-color-chart-bars-babyblue: #00cbeb;
1785
+ --global-color-chart-bars-red: #ff2323;
1786
+ --global-color-chart-bars-teal: #089b83;
1787
+ --global-color-chart-bars-sunrise: #ffc300;
1788
+ --global-color-chart-bars-slate: #9a9ea7;
1789
+ --global-color-chart-label-default: #161517;
1790
+ --global-color-chart-label-deselected: lch(6.9377 1.4387 305.43 / 0.3);
1791
+ --global-color-iconButton-badge-foreground: #437eef;
1792
+ --global-color-iconButton-badge-background: #e7effd;
1793
+ --global-color-icon-background: linear-gradient(132deg, #FFFFFF 8%, #292929 30%);
1794
+ --name: light;
1795
+ }