@peak-ai/canvas 1.4.11 → 1.4.12-rc.12

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 (184) hide show
  1. package/package.json +6 -44
  2. package/plugins/helpers/styled-info-button.js +2 -0
  3. package/plugins/helpers/styled-info-button.js.map +1 -0
  4. package/.babelrc +0 -14
  5. package/.eslintcache +0 -1
  6. package/.eslintignore +0 -5
  7. package/.eslintrc.js +0 -29
  8. package/dist/package.json +0 -62
  9. package/dist/plugins/helpers/styled-info-button.js +0 -2
  10. package/dist/plugins/helpers/styled-info-button.js.map +0 -1
  11. package/scripts/build.ts +0 -88
  12. package/src/GrapesjsCanvas.tsx +0 -340
  13. package/src/constants/index.ts +0 -27
  14. package/src/helpers/compiled-table.css +0 -2429
  15. package/src/helpers/css.ts +0 -2515
  16. package/src/helpers/date-picker.ts +0 -807
  17. package/src/helpers/index.ts +0 -13
  18. package/src/helpers/merge-json.ts +0 -106
  19. package/src/index.styles.ts +0 -58
  20. package/src/index.ts +0 -9
  21. package/src/plugins/grapejs-plugin.tsx +0 -139
  22. package/src/plugins/helpers/custom-modal.tsx +0 -111
  23. package/src/plugins/helpers/data-table.tsx +0 -300
  24. package/src/plugins/helpers/extra.tsx +0 -164
  25. package/src/plugins/helpers/query-details-modal.tsx +0 -240
  26. package/src/plugins/helpers/query-loading-modal.tsx +0 -36
  27. package/src/plugins/helpers/render-components.tsx +0 -1211
  28. package/src/plugins/helpers/styled-info-button.tsx +0 -320
  29. package/src/public/canvas.css +0 -42
  30. package/src/public/components-css/table/table-output.css +0 -2436
  31. package/src/public/components-css/table/table.css +0 -30
  32. package/src/public/output.css +0 -2336
  33. package/src/public/table.css +0 -135
  34. package/src/shadcn/components/icons/AiAvatarIcon.tsx +0 -47
  35. package/src/shadcn/components/icons/Co_driver Expanding button copy.svg +0 -21
  36. package/src/shadcn/components/icons/ai-avatar.svg +0 -7
  37. package/src/shadcn/components/icons/thinking.gif +0 -0
  38. package/src/shadcn/components/ui/button.tsx +0 -132
  39. package/src/shadcn/components/ui/card.tsx +0 -92
  40. package/src/shadcn/components/ui/chart.tsx +0 -324
  41. package/src/shadcn/components/ui/checkbox.tsx +0 -27
  42. package/src/shadcn/components/ui/component-wrapper.tsx +0 -61
  43. package/src/shadcn/components/ui/date-filter.tsx +0 -816
  44. package/src/shadcn/components/ui/error-container.tsx +0 -125
  45. package/src/shadcn/components/ui/error-wrapper.tsx +0 -124
  46. package/src/shadcn/components/ui/filter.tsx +0 -366
  47. package/src/shadcn/components/ui/hover-card.tsx +0 -36
  48. package/src/shadcn/components/ui/input.tsx +0 -20
  49. package/src/shadcn/components/ui/label.tsx +0 -24
  50. package/src/shadcn/components/ui/pagination.tsx +0 -213
  51. package/src/shadcn/components/ui/scroll-area.tsx +0 -59
  52. package/src/shadcn/components/ui/search.tsx +0 -149
  53. package/src/shadcn/components/ui/separator.tsx +0 -26
  54. package/src/shadcn/components/ui/skeleton.tsx +0 -69
  55. package/src/shadcn/components/ui/table.tsx +0 -196
  56. package/src/shadcn/components/ui/tabs.tsx +0 -55
  57. package/src/shadcn/components/ui/textarea.tsx +0 -18
  58. package/src/shadcn/components/ui/tooltip.tsx +0 -87
  59. package/src/shadcn/utils.ts +0 -6
  60. package/src/types/grapesjs-tailwind.d.ts +0 -61
  61. package/tailwind.config.js +0 -5
  62. package/tooling/tailwind-compiler/index.js +0 -99
  63. package/tooling/tailwind-compiler/package.json +0 -11
  64. package/tooling/tailwind-compiler/yarn.lock +0 -123
  65. package/tsconfig.build.json +0 -15
  66. package/tsconfig.json +0 -8
  67. /package/{dist/GrapesjsCanvas.d.ts → GrapesjsCanvas.d.ts} +0 -0
  68. /package/{dist/GrapesjsCanvas.js → GrapesjsCanvas.js} +0 -0
  69. /package/{dist/GrapesjsCanvas.js.map → GrapesjsCanvas.js.map} +0 -0
  70. /package/{dist/constants → constants}/index.d.ts +0 -0
  71. /package/{dist/constants → constants}/index.js +0 -0
  72. /package/{dist/constants → constants}/index.js.map +0 -0
  73. /package/{dist/helpers → helpers}/compiled-table.css +0 -0
  74. /package/{dist/helpers → helpers}/css.d.ts +0 -0
  75. /package/{dist/helpers → helpers}/css.js +0 -0
  76. /package/{dist/helpers → helpers}/css.js.map +0 -0
  77. /package/{dist/helpers → helpers}/date-picker.d.ts +0 -0
  78. /package/{dist/helpers → helpers}/date-picker.js +0 -0
  79. /package/{dist/helpers → helpers}/date-picker.js.map +0 -0
  80. /package/{dist/helpers → helpers}/index.d.ts +0 -0
  81. /package/{dist/helpers → helpers}/index.js +0 -0
  82. /package/{dist/helpers → helpers}/index.js.map +0 -0
  83. /package/{dist/helpers → helpers}/merge-json.d.ts +0 -0
  84. /package/{dist/helpers → helpers}/merge-json.js +0 -0
  85. /package/{dist/helpers → helpers}/merge-json.js.map +0 -0
  86. /package/{dist/index.d.ts → index.d.ts} +0 -0
  87. /package/{dist/index.js → index.js} +0 -0
  88. /package/{dist/index.js.map → index.js.map} +0 -0
  89. /package/{dist/index.styles.d.ts → index.styles.d.ts} +0 -0
  90. /package/{dist/index.styles.js → index.styles.js} +0 -0
  91. /package/{dist/index.styles.js.map → index.styles.js.map} +0 -0
  92. /package/{dist/plugins → plugins}/grapejs-plugin.d.ts +0 -0
  93. /package/{dist/plugins → plugins}/grapejs-plugin.js +0 -0
  94. /package/{dist/plugins → plugins}/grapejs-plugin.js.map +0 -0
  95. /package/{dist/plugins → plugins}/helpers/custom-modal.d.ts +0 -0
  96. /package/{dist/plugins → plugins}/helpers/custom-modal.js +0 -0
  97. /package/{dist/plugins → plugins}/helpers/custom-modal.js.map +0 -0
  98. /package/{dist/plugins → plugins}/helpers/data-table.d.ts +0 -0
  99. /package/{dist/plugins → plugins}/helpers/data-table.js +0 -0
  100. /package/{dist/plugins → plugins}/helpers/data-table.js.map +0 -0
  101. /package/{dist/plugins → plugins}/helpers/extra.d.ts +0 -0
  102. /package/{dist/plugins → plugins}/helpers/extra.js +0 -0
  103. /package/{dist/plugins → plugins}/helpers/extra.js.map +0 -0
  104. /package/{dist/plugins → plugins}/helpers/query-details-modal.d.ts +0 -0
  105. /package/{dist/plugins → plugins}/helpers/query-details-modal.js +0 -0
  106. /package/{dist/plugins → plugins}/helpers/query-details-modal.js.map +0 -0
  107. /package/{dist/plugins → plugins}/helpers/query-loading-modal.d.ts +0 -0
  108. /package/{dist/plugins → plugins}/helpers/query-loading-modal.js +0 -0
  109. /package/{dist/plugins → plugins}/helpers/query-loading-modal.js.map +0 -0
  110. /package/{dist/plugins → plugins}/helpers/render-components.d.ts +0 -0
  111. /package/{dist/plugins → plugins}/helpers/render-components.js +0 -0
  112. /package/{dist/plugins → plugins}/helpers/render-components.js.map +0 -0
  113. /package/{dist/plugins → plugins}/helpers/styled-info-button.d.ts +0 -0
  114. /package/{dist/shadcn → shadcn}/components/icons/AiAvatarIcon.d.ts +0 -0
  115. /package/{dist/shadcn → shadcn}/components/icons/AiAvatarIcon.js +0 -0
  116. /package/{dist/shadcn → shadcn}/components/icons/AiAvatarIcon.js.map +0 -0
  117. /package/{dist/shadcn → shadcn}/components/ui/button.d.ts +0 -0
  118. /package/{dist/shadcn → shadcn}/components/ui/button.js +0 -0
  119. /package/{dist/shadcn → shadcn}/components/ui/button.js.map +0 -0
  120. /package/{dist/shadcn → shadcn}/components/ui/card.d.ts +0 -0
  121. /package/{dist/shadcn → shadcn}/components/ui/card.js +0 -0
  122. /package/{dist/shadcn → shadcn}/components/ui/card.js.map +0 -0
  123. /package/{dist/shadcn → shadcn}/components/ui/chart.d.ts +0 -0
  124. /package/{dist/shadcn → shadcn}/components/ui/chart.js +0 -0
  125. /package/{dist/shadcn → shadcn}/components/ui/chart.js.map +0 -0
  126. /package/{dist/shadcn → shadcn}/components/ui/checkbox.d.ts +0 -0
  127. /package/{dist/shadcn → shadcn}/components/ui/checkbox.js +0 -0
  128. /package/{dist/shadcn → shadcn}/components/ui/checkbox.js.map +0 -0
  129. /package/{dist/shadcn → shadcn}/components/ui/component-wrapper.d.ts +0 -0
  130. /package/{dist/shadcn → shadcn}/components/ui/component-wrapper.js +0 -0
  131. /package/{dist/shadcn → shadcn}/components/ui/component-wrapper.js.map +0 -0
  132. /package/{dist/shadcn → shadcn}/components/ui/date-filter.d.ts +0 -0
  133. /package/{dist/shadcn → shadcn}/components/ui/date-filter.js +0 -0
  134. /package/{dist/shadcn → shadcn}/components/ui/date-filter.js.map +0 -0
  135. /package/{dist/shadcn → shadcn}/components/ui/error-container.d.ts +0 -0
  136. /package/{dist/shadcn → shadcn}/components/ui/error-container.js +0 -0
  137. /package/{dist/shadcn → shadcn}/components/ui/error-container.js.map +0 -0
  138. /package/{dist/shadcn → shadcn}/components/ui/error-wrapper.d.ts +0 -0
  139. /package/{dist/shadcn → shadcn}/components/ui/error-wrapper.js +0 -0
  140. /package/{dist/shadcn → shadcn}/components/ui/error-wrapper.js.map +0 -0
  141. /package/{dist/shadcn → shadcn}/components/ui/filter.d.ts +0 -0
  142. /package/{dist/shadcn → shadcn}/components/ui/filter.js +0 -0
  143. /package/{dist/shadcn → shadcn}/components/ui/filter.js.map +0 -0
  144. /package/{dist/shadcn → shadcn}/components/ui/hover-card.d.ts +0 -0
  145. /package/{dist/shadcn → shadcn}/components/ui/hover-card.js +0 -0
  146. /package/{dist/shadcn → shadcn}/components/ui/hover-card.js.map +0 -0
  147. /package/{dist/shadcn → shadcn}/components/ui/input.d.ts +0 -0
  148. /package/{dist/shadcn → shadcn}/components/ui/input.js +0 -0
  149. /package/{dist/shadcn → shadcn}/components/ui/input.js.map +0 -0
  150. /package/{dist/shadcn → shadcn}/components/ui/label.d.ts +0 -0
  151. /package/{dist/shadcn → shadcn}/components/ui/label.js +0 -0
  152. /package/{dist/shadcn → shadcn}/components/ui/label.js.map +0 -0
  153. /package/{dist/shadcn → shadcn}/components/ui/pagination.d.ts +0 -0
  154. /package/{dist/shadcn → shadcn}/components/ui/pagination.js +0 -0
  155. /package/{dist/shadcn → shadcn}/components/ui/pagination.js.map +0 -0
  156. /package/{dist/shadcn → shadcn}/components/ui/scroll-area.d.ts +0 -0
  157. /package/{dist/shadcn → shadcn}/components/ui/scroll-area.js +0 -0
  158. /package/{dist/shadcn → shadcn}/components/ui/scroll-area.js.map +0 -0
  159. /package/{dist/shadcn → shadcn}/components/ui/search.d.ts +0 -0
  160. /package/{dist/shadcn → shadcn}/components/ui/search.js +0 -0
  161. /package/{dist/shadcn → shadcn}/components/ui/search.js.map +0 -0
  162. /package/{dist/shadcn → shadcn}/components/ui/separator.d.ts +0 -0
  163. /package/{dist/shadcn → shadcn}/components/ui/separator.js +0 -0
  164. /package/{dist/shadcn → shadcn}/components/ui/separator.js.map +0 -0
  165. /package/{dist/shadcn → shadcn}/components/ui/skeleton.d.ts +0 -0
  166. /package/{dist/shadcn → shadcn}/components/ui/skeleton.js +0 -0
  167. /package/{dist/shadcn → shadcn}/components/ui/skeleton.js.map +0 -0
  168. /package/{dist/shadcn → shadcn}/components/ui/table.d.ts +0 -0
  169. /package/{dist/shadcn → shadcn}/components/ui/table.js +0 -0
  170. /package/{dist/shadcn → shadcn}/components/ui/table.js.map +0 -0
  171. /package/{dist/shadcn → shadcn}/components/ui/tabs.d.ts +0 -0
  172. /package/{dist/shadcn → shadcn}/components/ui/tabs.js +0 -0
  173. /package/{dist/shadcn → shadcn}/components/ui/tabs.js.map +0 -0
  174. /package/{dist/shadcn → shadcn}/components/ui/textarea.d.ts +0 -0
  175. /package/{dist/shadcn → shadcn}/components/ui/textarea.js +0 -0
  176. /package/{dist/shadcn → shadcn}/components/ui/textarea.js.map +0 -0
  177. /package/{dist/shadcn → shadcn}/components/ui/tooltip.d.ts +0 -0
  178. /package/{dist/shadcn → shadcn}/components/ui/tooltip.js +0 -0
  179. /package/{dist/shadcn → shadcn}/components/ui/tooltip.js.map +0 -0
  180. /package/{dist/shadcn → shadcn}/utils.d.ts +0 -0
  181. /package/{dist/shadcn → shadcn}/utils.js +0 -0
  182. /package/{dist/shadcn → shadcn}/utils.js.map +0 -0
  183. /package/{dist/types → types}/grapesjs-tailwind.d.js +0 -0
  184. /package/{dist/types → types}/grapesjs-tailwind.d.js.map +0 -0
@@ -1,2515 +0,0 @@
1
- export const tailwindCompiledCss = `/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
2
- :root, :host {
3
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
4
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
6
- "Courier New", monospace;
7
- --color-red-300: oklch(80.8% 0.114 19.571);
8
- --color-red-600: oklch(57.7% 0.245 27.325);
9
- --color-green-300: oklch(87.1% 0.15 154.449);
10
- --color-blue-50: oklch(97% 0.014 254.604);
11
- --color-blue-500: oklch(62.3% 0.214 259.815);
12
- --color-blue-600: oklch(54.6% 0.245 262.881);
13
- --color-blue-700: oklch(48.8% 0.243 264.376);
14
- --color-slate-100: oklch(96.8% 0.007 247.896);
15
- --color-gray-50: oklch(98.5% 0.002 247.839);
16
- --color-gray-100: oklch(96.7% 0.003 264.542);
17
- --color-gray-200: oklch(92.8% 0.006 264.531);
18
- --color-gray-300: oklch(87.2% 0.01 258.338);
19
- --color-gray-400: oklch(70.7% 0.022 261.325);
20
- --color-gray-500: oklch(55.1% 0.027 264.364);
21
- --color-gray-600: oklch(44.6% 0.03 256.802);
22
- --color-gray-700: oklch(37.3% 0.034 259.733);
23
- --color-gray-800: oklch(27.8% 0.033 256.848);
24
- --color-gray-900: oklch(21% 0.034 264.665);
25
- --color-black: #000;
26
- --color-white: #fff;
27
- --spacing: 0.25rem;
28
- --container-md: 28rem;
29
- --text-xs: 0.75rem;
30
- --text-xs--line-height: calc(1 / 0.75);
31
- --text-sm: 0.875rem;
32
- --text-sm--line-height: calc(1.25 / 0.875);
33
- --text-base: 1rem;
34
- --text-base--line-height: calc(1.5 / 1);
35
- --text-lg: 1.125rem;
36
- --text-lg--line-height: calc(1.75 / 1.125);
37
- --text-xl: 1.25rem;
38
- --text-xl--line-height: calc(1.75 / 1.25);
39
- --text-2xl: 1.5rem;
40
- --text-2xl--line-height: calc(2 / 1.5);
41
- --text-3xl: 1.875rem;
42
- --text-3xl--line-height: calc(2.25 / 1.875);
43
- --text-4xl: 2.25rem;
44
- --text-4xl--line-height: calc(2.5 / 2.25);
45
- --text-5xl: 3rem;
46
- --text-5xl--line-height: 1;
47
- --font-weight-medium: 500;
48
- --font-weight-semibold: 600;
49
- --font-weight-bold: 700;
50
- --leading-relaxed: 1.625;
51
- --radius-sm: calc(0.625rem - 4px);
52
- --radius-md: calc(0.625rem - 2px);
53
- --radius-lg: 0.625rem;
54
- --radius-xl: calc(0.625rem + 4px);
55
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
56
- --animate-spin: spin 1s linear infinite;
57
- --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
58
- --aspect-video: 16 / 9;
59
- --default-transition-duration: 150ms;
60
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
61
- --default-font-family: var(--font-sans);
62
- --default-mono-font-family: var(--font-mono);
63
- --color-border: oklch(0.922 0 0);
64
- }
65
- *, ::after, ::before, ::backdrop, ::file-selector-button {
66
- box-sizing: border-box;
67
- margin: 0;
68
- padding: 0;
69
- border: 0 solid;
70
- }
71
- html, :host {
72
- line-height: 1.5;
73
- -webkit-text-size-adjust: 100%;
74
- -moz-tab-size: 4;
75
- -o-tab-size: 4;
76
- tab-size: 4;
77
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
78
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
79
- font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
80
- font-feature-settings: normal;
81
- font-feature-settings: var(--default-font-feature-settings, normal);
82
- font-variation-settings: normal;
83
- font-variation-settings: var(--default-font-variation-settings, normal);
84
- -webkit-tap-highlight-color: transparent;
85
- }
86
- hr {
87
- height: 0;
88
- color: inherit;
89
- border-top-width: 1px;
90
- }
91
- abbr:where([title]) {
92
- -webkit-text-decoration: underline dotted;
93
- text-decoration: underline dotted;
94
- }
95
- h1, h2, h3, h4, h5, h6 {
96
- font-size: inherit;
97
- font-weight: inherit;
98
- }
99
- a {
100
- color: inherit;
101
- -webkit-text-decoration: inherit;
102
- text-decoration: inherit;
103
- }
104
- b, strong {
105
- font-weight: bolder;
106
- }
107
- code, kbd, samp, pre {
108
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
109
- "Courier New", monospace;
110
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
111
- font-feature-settings: normal;
112
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
113
- font-variation-settings: normal;
114
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
115
- font-size: 1em;
116
- }
117
- small {
118
- font-size: 80%;
119
- }
120
- sub, sup {
121
- font-size: 75%;
122
- line-height: 0;
123
- position: relative;
124
- vertical-align: baseline;
125
- }
126
- sub {
127
- bottom: -0.25em;
128
- }
129
- sup {
130
- top: -0.5em;
131
- }
132
- table {
133
- text-indent: 0;
134
- border-color: inherit;
135
- border-collapse: collapse;
136
- }
137
- :-moz-focusring {
138
- outline: auto;
139
- }
140
- progress {
141
- vertical-align: baseline;
142
- }
143
- summary {
144
- display: list-item;
145
- }
146
- ol, ul, menu {
147
- list-style: none;
148
- }
149
- img, svg, video, canvas, audio, iframe, embed, object {
150
- display: block;
151
- vertical-align: middle;
152
- }
153
- img, video {
154
- max-width: 100%;
155
- height: auto;
156
- }
157
- button, input, select, optgroup, textarea, ::file-selector-button {
158
- font: inherit;
159
- font-feature-settings: inherit;
160
- font-variation-settings: inherit;
161
- letter-spacing: inherit;
162
- color: inherit;
163
- border-radius: 0;
164
- background-color: transparent;
165
- opacity: 1;
166
- }
167
- :where(select:is([multiple], [size])) optgroup {
168
- font-weight: bolder;
169
- }
170
- :where(select:is([multiple], [size])) optgroup option {
171
- padding-inline-start: 20px;
172
- }
173
- ::file-selector-button {
174
- margin-inline-end: 4px;
175
- }
176
- ::-moz-placeholder {
177
- opacity: 1;
178
- }
179
- ::placeholder {
180
- opacity: 1;
181
- }
182
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
183
- ::-moz-placeholder {
184
- color: currentcolor;
185
- @supports (color: color-mix(in lab, red, red)) {
186
- color: color-mix(in oklab, currentcolor 50%, transparent);
187
- }
188
- }
189
- ::placeholder {
190
- color: currentcolor;
191
- @supports (color: color-mix(in lab, red, red)) {
192
- color: color-mix(in oklab, currentcolor 50%, transparent);
193
- }
194
- }
195
- }
196
- textarea {
197
- resize: vertical;
198
- }
199
- ::-webkit-search-decoration {
200
- -webkit-appearance: none;
201
- }
202
- ::-webkit-date-and-time-value {
203
- min-height: 1lh;
204
- text-align: inherit;
205
- }
206
- ::-webkit-datetime-edit {
207
- display: inline-flex;
208
- }
209
- ::-webkit-datetime-edit-fields-wrapper {
210
- padding: 0;
211
- }
212
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
213
- padding-block: 0;
214
- }
215
- :-moz-ui-invalid {
216
- box-shadow: none;
217
- }
218
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
219
- -webkit-appearance: button;
220
- -moz-appearance: button;
221
- appearance: button;
222
- }
223
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
224
- height: auto;
225
- }
226
- [hidden]:where(:not([hidden="until-found"])) {
227
- display: none !important;
228
- }
229
- .\\@container\\/card-header {
230
- container-type: inline-size;
231
- container-name: card-header;
232
- }
233
- .pointer-events-none {
234
- pointer-events: none;
235
- }
236
- .sr-only {
237
- position: absolute;
238
- width: 1px;
239
- height: 1px;
240
- padding: 0;
241
- margin: -1px;
242
- overflow: hidden;
243
- clip: rect(0, 0, 0, 0);
244
- white-space: nowrap;
245
- border-width: 0;
246
- }
247
- .absolute {
248
- position: absolute;
249
- }
250
- .fixed {
251
- position: fixed;
252
- }
253
- .relative {
254
- position: relative;
255
- }
256
- .sticky {
257
- position: sticky;
258
- }
259
- .top-0 {
260
- top: calc(0.25rem * 0);
261
- top: calc(var(--spacing) * 0);
262
- }
263
- .top-1 {
264
- top: calc(0.25rem * 1);
265
- top: calc(var(--spacing) * 1);
266
- }
267
- .top-2 {
268
- top: calc(0.25rem * 2);
269
- top: calc(var(--spacing) * 2);
270
- }
271
- .top-7 {
272
- top: calc(0.25rem * 7);
273
- top: calc(var(--spacing) * 7);
274
- }
275
- .top-full {
276
- top: 100%;
277
- }
278
- .right-0 {
279
- right: calc(0.25rem * 0);
280
- right: calc(var(--spacing) * 0);
281
- }
282
- .right-2 {
283
- right: calc(0.25rem * 2);
284
- right: calc(var(--spacing) * 2);
285
- }
286
- .right-3 {
287
- right: calc(0.25rem * 3);
288
- right: calc(var(--spacing) * 3);
289
- }
290
- .right-10 {
291
- right: calc(0.25rem * 10);
292
- right: calc(var(--spacing) * 10);
293
- }
294
- .left-0 {
295
- left: calc(0.25rem * 0);
296
- left: calc(var(--spacing) * 0);
297
- }
298
- .left-1 {
299
- left: calc(0.25rem * 1);
300
- left: calc(var(--spacing) * 1);
301
- }
302
- .\\!z-\\[9999\\] {
303
- z-index: 9999 !important;
304
- }
305
- .z-2 {
306
- z-index: 2;
307
- }
308
- .z-10 {
309
- z-index: 10;
310
- }
311
- .z-50 {
312
- z-index: 50;
313
- }
314
- .z-\\[9999\\] {
315
- z-index: 9999;
316
- }
317
- .col-start-2 {
318
- grid-column-start: 2;
319
- }
320
- .row-span-2 {
321
- grid-row: span 2 / span 2;
322
- }
323
- .row-start-1 {
324
- grid-row-start: 1;
325
- }
326
- .container {
327
- width: 100%;
328
- max-width: 40rem;
329
- max-width: 48rem;
330
- max-width: 64rem;
331
- max-width: 80rem;
332
- max-width: 96rem
333
- }
334
- .-m-0 {
335
- margin: calc(0.25rem * -0);
336
- margin: calc(var(--spacing) * -0);
337
- }
338
- .-m-0\\.5 {
339
- margin: calc(0.25rem * -0.5);
340
- margin: calc(var(--spacing) * -0.5);
341
- }
342
- .-mx-1 {
343
- margin-inline: calc(0.25rem * -1);
344
- margin-inline: calc(var(--spacing) * -1);
345
- }
346
- .mx-auto {
347
- margin-inline: auto;
348
- }
349
- .my-0 {
350
- margin-block: calc(0.25rem * 0);
351
- margin-block: calc(var(--spacing) * 0);
352
- }
353
- .my-0\\.5 {
354
- margin-block: calc(0.25rem * 0.5);
355
- margin-block: calc(var(--spacing) * 0.5);
356
- }
357
- .my-1 {
358
- margin-block: calc(0.25rem * 1);
359
- margin-block: calc(var(--spacing) * 1);
360
- }
361
- .my-4 {
362
- margin-block: calc(0.25rem * 4);
363
- margin-block: calc(var(--spacing) * 4);
364
- }
365
- .my-6 {
366
- margin-block: calc(0.25rem * 6);
367
- margin-block: calc(var(--spacing) * 6);
368
- }
369
- .mt-1 {
370
- margin-top: calc(0.25rem * 1);
371
- margin-top: calc(var(--spacing) * 1);
372
- }
373
- .mt-2 {
374
- margin-top: calc(0.25rem * 2);
375
- margin-top: calc(var(--spacing) * 2);
376
- }
377
- .mt-4 {
378
- margin-top: calc(0.25rem * 4);
379
- margin-top: calc(var(--spacing) * 4);
380
- }
381
- .mt-auto {
382
- margin-top: auto;
383
- }
384
- .mr-1 {
385
- margin-right: calc(0.25rem * 1);
386
- margin-right: calc(var(--spacing) * 1);
387
- }
388
- .mr-2 {
389
- margin-right: calc(0.25rem * 2);
390
- margin-right: calc(var(--spacing) * 2);
391
- }
392
- .mb-1 {
393
- margin-bottom: calc(0.25rem * 1);
394
- margin-bottom: calc(var(--spacing) * 1);
395
- }
396
- .mb-2 {
397
- margin-bottom: calc(0.25rem * 2);
398
- margin-bottom: calc(var(--spacing) * 2);
399
- }
400
- .mb-3 {
401
- margin-bottom: calc(0.25rem * 3);
402
- margin-bottom: calc(var(--spacing) * 3);
403
- }
404
- .mb-4 {
405
- margin-bottom: calc(0.25rem * 4);
406
- margin-bottom: calc(var(--spacing) * 4);
407
- }
408
- .mb-8 {
409
- margin-bottom: calc(0.25rem * 8);
410
- margin-bottom: calc(var(--spacing) * 8);
411
- }
412
- .ml-1 {
413
- margin-left: calc(0.25rem * 1);
414
- margin-left: calc(var(--spacing) * 1);
415
- }
416
- .ml-2 {
417
- margin-left: calc(0.25rem * 2);
418
- margin-left: calc(var(--spacing) * 2);
419
- }
420
- .ml-2\\.5 {
421
- margin-left: calc(0.25rem * 2.5);
422
- margin-left: calc(var(--spacing) * 2.5);
423
- }
424
- .ml-auto {
425
- margin-left: auto;
426
- }
427
- .block {
428
- display: block;
429
- }
430
- .flex {
431
- display: flex;
432
- }
433
- .grid {
434
- display: grid;
435
- }
436
- .hidden {
437
- display: none;
438
- }
439
- .inline {
440
- display: inline;
441
- }
442
- .inline-block {
443
- display: inline-block;
444
- }
445
- .inline-flex {
446
- display: inline-flex;
447
- }
448
- .table {
449
- display: table;
450
- }
451
- .table-caption {
452
- display: table-caption;
453
- }
454
- .table-cell {
455
- display: table-cell;
456
- }
457
- .table-row {
458
- display: table-row;
459
- }
460
- .field-sizing-content {
461
- field-sizing: content;
462
- }
463
- .aspect-auto {
464
- aspect-ratio: auto;
465
- }
466
- .aspect-video {
467
- aspect-ratio: 16 / 9;
468
- aspect-ratio: var(--aspect-video);
469
- }
470
- .size-2 {
471
- width: calc(0.25rem * 2);
472
- width: calc(var(--spacing) * 2);
473
- height: calc(0.25rem * 2);
474
- height: calc(var(--spacing) * 2);
475
- }
476
- .size-2\\.5 {
477
- width: calc(0.25rem * 2.5);
478
- width: calc(var(--spacing) * 2.5);
479
- height: calc(0.25rem * 2.5);
480
- height: calc(var(--spacing) * 2.5);
481
- }
482
- .size-3 {
483
- width: calc(0.25rem * 3);
484
- width: calc(var(--spacing) * 3);
485
- height: calc(0.25rem * 3);
486
- height: calc(var(--spacing) * 3);
487
- }
488
- .size-3\\.5 {
489
- width: calc(0.25rem * 3.5);
490
- width: calc(var(--spacing) * 3.5);
491
- height: calc(0.25rem * 3.5);
492
- height: calc(var(--spacing) * 3.5);
493
- }
494
- .size-4 {
495
- width: calc(0.25rem * 4);
496
- width: calc(var(--spacing) * 4);
497
- height: calc(0.25rem * 4);
498
- height: calc(var(--spacing) * 4);
499
- }
500
- .size-9 {
501
- width: calc(0.25rem * 9);
502
- width: calc(var(--spacing) * 9);
503
- height: calc(0.25rem * 9);
504
- height: calc(var(--spacing) * 9);
505
- }
506
- .size-full {
507
- width: 100%;
508
- height: 100%;
509
- }
510
- .h-2 {
511
- height: calc(0.25rem * 2);
512
- height: calc(var(--spacing) * 2);
513
- }
514
- .h-2\\.5 {
515
- height: calc(0.25rem * 2.5);
516
- height: calc(var(--spacing) * 2.5);
517
- }
518
- .h-3 {
519
- height: calc(0.25rem * 3);
520
- height: calc(var(--spacing) * 3);
521
- }
522
- .h-4 {
523
- height: calc(0.25rem * 4);
524
- height: calc(var(--spacing) * 4);
525
- }
526
- .h-5 {
527
- height: calc(0.25rem * 5);
528
- height: calc(var(--spacing) * 5);
529
- }
530
- .h-6 {
531
- height: calc(0.25rem * 6);
532
- height: calc(var(--spacing) * 6);
533
- }
534
- .h-8 {
535
- height: calc(0.25rem * 8);
536
- height: calc(var(--spacing) * 8);
537
- }
538
- .h-9 {
539
- height: calc(0.25rem * 9);
540
- height: calc(var(--spacing) * 9);
541
- }
542
- .h-10 {
543
- height: calc(0.25rem * 10);
544
- height: calc(var(--spacing) * 10);
545
- }
546
- .h-12 {
547
- height: calc(0.25rem * 12);
548
- height: calc(var(--spacing) * 12);
549
- }
550
- .h-20 {
551
- height: calc(0.25rem * 20);
552
- height: calc(var(--spacing) * 20);
553
- }
554
- .h-30 {
555
- height: calc(0.25rem * 30);
556
- height: calc(var(--spacing) * 30);
557
- }
558
- .h-35 {
559
- height: calc(0.25rem * 35);
560
- height: calc(var(--spacing) * 35);
561
- }
562
- .h-40 {
563
- height: calc(0.25rem * 40);
564
- height: calc(var(--spacing) * 40);
565
- }
566
- .h-50 {
567
- height: calc(0.25rem * 50);
568
- height: calc(var(--spacing) * 50);
569
- }
570
- .h-\\[38px\\] {
571
- height: 38px;
572
- }
573
- .h-\\[250px\\] {
574
- height: 250px;
575
- }
576
- .h-auto {
577
- height: auto;
578
- }
579
- .h-full {
580
- height: 100%;
581
- }
582
- .h-px {
583
- height: 1px;
584
- }
585
- .max-h-48 {
586
- max-height: calc(0.25rem * 48);
587
- max-height: calc(var(--spacing) * 48);
588
- }
589
- .max-h-64 {
590
- max-height: calc(0.25rem * 64);
591
- max-height: calc(var(--spacing) * 64);
592
- }
593
- .min-h-16 {
594
- min-height: calc(0.25rem * 16);
595
- min-height: calc(var(--spacing) * 16);
596
- }
597
- .min-h-\\[100px\\] {
598
- min-height: 100px;
599
- }
600
- .w-0 {
601
- width: calc(0.25rem * 0);
602
- width: calc(var(--spacing) * 0);
603
- }
604
- .w-1 {
605
- width: calc(0.25rem * 1);
606
- width: calc(var(--spacing) * 1);
607
- }
608
- .w-1\\/3 {
609
- width: calc(1/3 * 100%);
610
- }
611
- .w-1\\/6 {
612
- width: calc(1/6 * 100%);
613
- }
614
- .w-2 {
615
- width: calc(0.25rem * 2);
616
- width: calc(var(--spacing) * 2);
617
- }
618
- .w-2\\.5 {
619
- width: calc(0.25rem * 2.5);
620
- width: calc(var(--spacing) * 2.5);
621
- }
622
- .w-3 {
623
- width: calc(0.25rem * 3);
624
- width: calc(var(--spacing) * 3);
625
- }
626
- .w-4 {
627
- width: calc(0.25rem * 4);
628
- width: calc(var(--spacing) * 4);
629
- }
630
- .w-4\\/5 {
631
- width: calc(4/5 * 100%);
632
- }
633
- .w-12 {
634
- width: calc(0.25rem * 12);
635
- width: calc(var(--spacing) * 12);
636
- }
637
- .w-56 {
638
- width: calc(0.25rem * 56);
639
- width: calc(var(--spacing) * 56);
640
- }
641
- .w-64 {
642
- width: calc(0.25rem * 64);
643
- width: calc(var(--spacing) * 64);
644
- }
645
- .w-72 {
646
- width: calc(0.25rem * 72);
647
- width: calc(var(--spacing) * 72);
648
- }
649
- .w-80 {
650
- width: calc(0.25rem * 80);
651
- width: calc(var(--spacing) * 80);
652
- }
653
- .w-\\[280px\\] {
654
- width: 280px;
655
- }
656
- .w-\\[320px\\] {
657
- width: 320px;
658
- }
659
- .w-\\[380px\\] {
660
- width: 380px;
661
- }
662
- .w-\\[640px\\] {
663
- width: 640px;
664
- }
665
- .w-auto {
666
- width: auto;
667
- }
668
- .w-fit {
669
- width: -moz-fit-content;
670
- width: fit-content;
671
- }
672
- .w-full {
673
- width: 100%;
674
- }
675
- .max-w-\\[200px\\] {
676
- max-width: 200px;
677
- }
678
- .max-w-\\[320px\\] {
679
- max-width: 320px;
680
- }
681
- .max-w-full {
682
- max-width: 100%;
683
- }
684
- .max-w-md {
685
- max-width: 28rem;
686
- max-width: var(--container-md);
687
- }
688
- .min-w-0 {
689
- min-width: calc(0.25rem * 0);
690
- min-width: calc(var(--spacing) * 0);
691
- }
692
- .min-w-\\[8rem\\] {
693
- min-width: 8rem;
694
- }
695
- .flex-1 {
696
- flex: 1;
697
- }
698
- .flex-shrink {
699
- flex-shrink: 1;
700
- }
701
- .flex-shrink-0 {
702
- flex-shrink: 0;
703
- }
704
- .shrink-0 {
705
- flex-shrink: 0;
706
- }
707
- .flex-grow {
708
- flex-grow: 1;
709
- }
710
- .caption-bottom {
711
- caption-side: bottom;
712
- }
713
- .border-collapse {
714
- border-collapse: collapse;
715
- }
716
- .origin-\\(--radix-hover-card-content-transform-origin\\) {
717
- transform-origin: var(--radix-hover-card-content-transform-origin);
718
- }
719
- .origin-\\[var\\(--radix-tooltip-content-transform-origin\\)\\] {
720
- transform-origin: var(--radix-tooltip-content-transform-origin);
721
- }
722
- .-translate-y-1 {
723
- --tw-translate-y: calc(var(--spacing) * -1);
724
- translate: var(--tw-translate-x) calc(0.25rem * -1);
725
- translate: var(--tw-translate-x) var(--tw-translate-y);
726
- }
727
- .-translate-y-1\\/2 {
728
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
729
- translate: var(--tw-translate-x) calc(calc(1/2 * 100%) * -1);
730
- translate: var(--tw-translate-x) var(--tw-translate-y);
731
- }
732
- .-translate-y-2 {
733
- --tw-translate-y: calc(var(--spacing) * -2);
734
- translate: var(--tw-translate-x) calc(0.25rem * -2);
735
- translate: var(--tw-translate-x) var(--tw-translate-y);
736
- }
737
- .-translate-y-\\[2px\\] {
738
- --tw-translate-y: calc(2px * -1);
739
- translate: var(--tw-translate-x) calc(2px * -1);
740
- translate: var(--tw-translate-x) var(--tw-translate-y);
741
- }
742
- .rotate-45 {
743
- rotate: 45deg;
744
- }
745
- .transform {
746
- transform: ;
747
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
748
- }
749
- .animate-pulse {
750
- animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
751
- animation: var(--animate-pulse);
752
- }
753
- .animate-spin {
754
- animation: spin 1s linear infinite;
755
- animation: var(--animate-spin);
756
- }
757
- .cursor-default {
758
- cursor: default;
759
- }
760
- .cursor-not-allowed {
761
- cursor: not-allowed;
762
- }
763
- .cursor-pointer {
764
- cursor: pointer;
765
- }
766
- .touch-none {
767
- touch-action: none;
768
- }
769
- .resize {
770
- resize: both;
771
- }
772
- .scroll-my-1 {
773
- scroll-margin-block: calc(0.25rem * 1);
774
- scroll-margin-block: calc(var(--spacing) * 1);
775
- }
776
- .list-disc {
777
- list-style-type: disc;
778
- }
779
- .auto-rows-min {
780
- grid-auto-rows: min-content;
781
- }
782
- .grid-rows-\\[auto_auto\\] {
783
- grid-template-rows: auto auto;
784
- }
785
- .flex-col {
786
- flex-direction: column;
787
- }
788
- .flex-row {
789
- flex-direction: row;
790
- }
791
- .flex-wrap {
792
- flex-wrap: wrap;
793
- }
794
- .items-center {
795
- align-items: center;
796
- }
797
- .items-end {
798
- align-items: flex-end;
799
- }
800
- .items-start {
801
- align-items: flex-start;
802
- }
803
- .items-stretch {
804
- align-items: stretch;
805
- }
806
- .justify-between {
807
- justify-content: space-between;
808
- }
809
- .justify-center {
810
- justify-content: center;
811
- }
812
- .justify-end {
813
- justify-content: flex-end;
814
- }
815
- .gap-1 {
816
- gap: calc(0.25rem * 1);
817
- gap: calc(var(--spacing) * 1);
818
- }
819
- .gap-1\\.5 {
820
- gap: calc(0.25rem * 1.5);
821
- gap: calc(var(--spacing) * 1.5);
822
- }
823
- .gap-2 {
824
- gap: calc(0.25rem * 2);
825
- gap: calc(var(--spacing) * 2);
826
- }
827
- .gap-3 {
828
- gap: calc(0.25rem * 3);
829
- gap: calc(var(--spacing) * 3);
830
- }
831
- .gap-4 {
832
- gap: calc(0.25rem * 4);
833
- gap: calc(var(--spacing) * 4);
834
- }
835
- .gap-6 {
836
- gap: calc(0.25rem * 6);
837
- gap: calc(var(--spacing) * 6);
838
- }
839
- .space-y-2 {
840
- :where(& > :not(:last-child)) {
841
- --tw-space-y-reverse: 0;
842
- margin-block-start: calc(calc(0.25rem * 2) * 0);
843
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
844
- margin-block-end: calc(calc(0.25rem * 2) * calc(1 - 0));
845
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
846
- }
847
- }
848
- .space-y-4 {
849
- :where(& > :not(:last-child)) {
850
- --tw-space-y-reverse: 0;
851
- margin-block-start: calc(calc(0.25rem * 4) * 0);
852
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
853
- margin-block-end: calc(calc(0.25rem * 4) * calc(1 - 0));
854
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
855
- }
856
- }
857
- .space-x-2 {
858
- :where(& > :not(:last-child)) {
859
- --tw-space-x-reverse: 0;
860
- margin-inline-start: calc(calc(0.25rem * 2) * 0);
861
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
862
- margin-inline-end: calc(calc(0.25rem * 2) * calc(1 - 0));
863
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
864
- }
865
- }
866
- .self-end {
867
- align-self: flex-end;
868
- }
869
- .self-start {
870
- align-self: flex-start;
871
- }
872
- .justify-self-end {
873
- justify-self: flex-end;
874
- }
875
- .truncate {
876
- overflow: hidden;
877
- text-overflow: ellipsis;
878
- white-space: nowrap;
879
- }
880
- .overflow-auto {
881
- overflow: auto;
882
- }
883
- .overflow-hidden {
884
- overflow: hidden;
885
- }
886
- .overflow-x-auto {
887
- overflow-x: auto;
888
- }
889
- .overflow-x-hidden {
890
- overflow-x: hidden;
891
- }
892
- .overflow-y-auto {
893
- overflow-y: auto;
894
- }
895
- .rounded {
896
- border-radius: 0.25rem;
897
- }
898
- .rounded-\\[2px\\] {
899
- border-radius: 2px;
900
- }
901
- .rounded-\\[4px\\] {
902
- border-radius: 4px;
903
- }
904
- .rounded-\\[inherit\\] {
905
- border-radius: inherit;
906
- }
907
- .rounded-lg {
908
- border-radius: 0.625rem;
909
- }
910
- .rounded-md {
911
- border-radius: calc(0.625rem - 2px);
912
- }
913
- .rounded-none {
914
- border-radius: 0;
915
- }
916
- .rounded-sm {
917
- border-radius: calc(0.625rem - 4px);
918
- }
919
- .rounded-xl {
920
- border-radius: calc(0.625rem + 4px);
921
- }
922
- .border {
923
- border-style: var(--tw-border-style);
924
- border-width: 1px;
925
- }
926
- .border-0 {
927
- border-style: var(--tw-border-style);
928
- border-width: 0px;
929
- }
930
- .border-\\[1\\.5px\\] {
931
- border-style: var(--tw-border-style);
932
- border-width: 1.5px;
933
- }
934
- .border-t {
935
- border-top-style: var(--tw-border-style);
936
- border-top-width: 1px;
937
- }
938
- .border-t-2 {
939
- border-top-style: var(--tw-border-style);
940
- border-top-width: 2px;
941
- }
942
- .border-b {
943
- border-bottom-style: var(--tw-border-style);
944
- border-bottom-width: 1px;
945
- }
946
- .border-l {
947
- border-left-style: var(--tw-border-style);
948
- border-left-width: 1px;
949
- }
950
- .border-dashed {
951
- --tw-border-style: dashed;
952
- border-style: dashed;
953
- }
954
- .border-\\(--color-border\\) {
955
- border-color: oklch(0.922 0 0);
956
- border-color: var(--color-border);
957
- }
958
- .border-\\[\\#2A44D4\\] {
959
- border-color: #2A44D4;
960
- }
961
- .border-\\[\\#D4D5DE\\] {
962
- border-color: #D4D5DE;
963
- }
964
- .border-border {
965
- border-color: oklch(0.922 0 0);
966
- }
967
- .border-border\\/50 {
968
- border-color: color-mix(in oklab, oklch(0.922 0 0) 50%, transparent);
969
- }
970
- .border-gray-200 {
971
- border-color: oklch(92.8% 0.006 264.531);
972
- border-color: var(--color-gray-200);
973
- }
974
- .border-gray-300 {
975
- border-color: oklch(87.2% 0.01 258.338);
976
- border-color: var(--color-gray-300);
977
- }
978
- .border-input {
979
- border-color: oklch(0.922 0 0);
980
- }
981
- .border-t-transparent {
982
- border-top-color: transparent;
983
- }
984
- .border-l-transparent {
985
- border-left-color: transparent;
986
- }
987
- .bg-\\(--color-bg\\) {
988
- background-color: var(--color-bg);
989
- }
990
- .bg-\\[\\#2A44D4\\] {
991
- background-color: #2A44D4;
992
- }
993
- .bg-\\[\\#EAECFB\\] {
994
- background-color: #EAECFB;
995
- }
996
- .bg-\\[\\#F9F9FE\\] {
997
- background-color: #F9F9FE;
998
- }
999
- .bg-accent {
1000
- background-color: oklch(0.97 0 0);
1001
- }
1002
- .bg-background {
1003
- background-color: oklch(1 0 0);
1004
- }
1005
- .bg-black {
1006
- background-color: #000;
1007
- background-color: var(--color-black);
1008
- }
1009
- .bg-black\\/10 {
1010
- background-color: color-mix(in srgb, #000 10%, transparent);
1011
- @supports (color: color-mix(in lab, red, red)) {
1012
- background-color: color-mix(in oklab, #000 10%, transparent);
1013
- background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
1014
- }
1015
- }
1016
- .bg-blue-600 {
1017
- background-color: oklch(54.6% 0.245 262.881);
1018
- background-color: var(--color-blue-600);
1019
- }
1020
- .bg-border {
1021
- background-color: oklch(0.922 0 0);
1022
- }
1023
- .bg-destructive {
1024
- background-color: oklch(0.577 0.245 27.325);
1025
- }
1026
- .bg-gray-50 {
1027
- background-color: oklch(98.5% 0.002 247.839);
1028
- background-color: var(--color-gray-50);
1029
- }
1030
- .bg-gray-300 {
1031
- background-color: oklch(87.2% 0.01 258.338);
1032
- background-color: var(--color-gray-300);
1033
- }
1034
- .bg-gray-400 {
1035
- background-color: oklch(70.7% 0.022 261.325);
1036
- background-color: var(--color-gray-400);
1037
- }
1038
- .bg-gray-500 {
1039
- background-color: oklch(55.1% 0.027 264.364);
1040
- background-color: var(--color-gray-500);
1041
- }
1042
- .bg-green-300 {
1043
- background-color: oklch(87.1% 0.15 154.449);
1044
- background-color: var(--color-green-300);
1045
- }
1046
- .bg-muted {
1047
- background-color: oklch(0.97 0 0);
1048
- }
1049
- .bg-muted\\/50 {
1050
- background-color: color-mix(in oklab, oklch(0.97 0 0) 50%, transparent);
1051
- }
1052
- .bg-popover {
1053
- background-color: oklch(1 0 0);
1054
- }
1055
- .bg-primary {
1056
- background-color: oklch(0.205 0 0);
1057
- }
1058
- .bg-secondary {
1059
- background-color: oklch(0.97 0 0);
1060
- }
1061
- .bg-slate-100 {
1062
- background-color: oklch(96.8% 0.007 247.896);
1063
- background-color: var(--color-slate-100);
1064
- }
1065
- .bg-transparent {
1066
- background-color: transparent;
1067
- }
1068
- .bg-white {
1069
- background-color: #fff;
1070
- background-color: var(--color-white);
1071
- }
1072
- .fill-primary {
1073
- fill: oklch(0.205 0 0);
1074
- }
1075
- .p-0 {
1076
- padding: calc(0.25rem * 0);
1077
- padding: calc(var(--spacing) * 0);
1078
- }
1079
- .p-0\\.5 {
1080
- padding: calc(0.25rem * 0.5);
1081
- padding: calc(var(--spacing) * 0.5);
1082
- }
1083
- .p-1 {
1084
- padding: calc(0.25rem * 1);
1085
- padding: calc(var(--spacing) * 1);
1086
- }
1087
- .p-2 {
1088
- padding: calc(0.25rem * 2);
1089
- padding: calc(var(--spacing) * 2);
1090
- }
1091
- .p-3 {
1092
- padding: calc(0.25rem * 3);
1093
- padding: calc(var(--spacing) * 3);
1094
- }
1095
- .p-4 {
1096
- padding: calc(0.25rem * 4);
1097
- padding: calc(var(--spacing) * 4);
1098
- }
1099
- .p-6 {
1100
- padding: calc(0.25rem * 6);
1101
- padding: calc(var(--spacing) * 6);
1102
- }
1103
- .p-\\[1em\\] {
1104
- padding: 1em;
1105
- }
1106
- .p-px {
1107
- padding: 1px;
1108
- }
1109
- .px-1 {
1110
- padding-inline: calc(0.25rem * 1);
1111
- padding-inline: calc(var(--spacing) * 1);
1112
- }
1113
- .px-2 {
1114
- padding-inline: calc(0.25rem * 2);
1115
- padding-inline: calc(var(--spacing) * 2);
1116
- }
1117
- .px-2\\.5 {
1118
- padding-inline: calc(0.25rem * 2.5);
1119
- padding-inline: calc(var(--spacing) * 2.5);
1120
- }
1121
- .px-3 {
1122
- padding-inline: calc(0.25rem * 3);
1123
- padding-inline: calc(var(--spacing) * 3);
1124
- }
1125
- .px-4 {
1126
- padding-inline: calc(0.25rem * 4);
1127
- padding-inline: calc(var(--spacing) * 4);
1128
- }
1129
- .px-6 {
1130
- padding-inline: calc(0.25rem * 6);
1131
- padding-inline: calc(var(--spacing) * 6);
1132
- }
1133
- .px-\\[1em\\] {
1134
- padding-inline: 1em;
1135
- }
1136
- .py-1 {
1137
- padding-block: calc(0.25rem * 1);
1138
- padding-block: calc(var(--spacing) * 1);
1139
- }
1140
- .py-1\\.5 {
1141
- padding-block: calc(0.25rem * 1.5);
1142
- padding-block: calc(var(--spacing) * 1.5);
1143
- }
1144
- .py-2 {
1145
- padding-block: calc(0.25rem * 2);
1146
- padding-block: calc(var(--spacing) * 2);
1147
- }
1148
- .py-3 {
1149
- padding-block: calc(0.25rem * 3);
1150
- padding-block: calc(var(--spacing) * 3);
1151
- }
1152
- .py-6 {
1153
- padding-block: calc(0.25rem * 6);
1154
- padding-block: calc(var(--spacing) * 6);
1155
- }
1156
- .py-16 {
1157
- padding-block: calc(0.25rem * 16);
1158
- padding-block: calc(var(--spacing) * 16);
1159
- }
1160
- .py-\\[11px\\] {
1161
- padding-block: 11px;
1162
- }
1163
- .pt-1 {
1164
- padding-top: calc(0.25rem * 1);
1165
- padding-top: calc(var(--spacing) * 1);
1166
- }
1167
- .pt-2 {
1168
- padding-top: calc(0.25rem * 2);
1169
- padding-top: calc(var(--spacing) * 2);
1170
- }
1171
- .pt-3 {
1172
- padding-top: calc(0.25rem * 3);
1173
- padding-top: calc(var(--spacing) * 3);
1174
- }
1175
- .pr-8 {
1176
- padding-right: calc(0.25rem * 8);
1177
- padding-right: calc(var(--spacing) * 8);
1178
- }
1179
- .pr-16 {
1180
- padding-right: calc(0.25rem * 16);
1181
- padding-right: calc(var(--spacing) * 16);
1182
- }
1183
- .pb-3 {
1184
- padding-bottom: calc(0.25rem * 3);
1185
- padding-bottom: calc(var(--spacing) * 3);
1186
- }
1187
- .pb-4 {
1188
- padding-bottom: calc(0.25rem * 4);
1189
- padding-bottom: calc(var(--spacing) * 4);
1190
- }
1191
- .pl-1 {
1192
- padding-left: calc(0.25rem * 1);
1193
- padding-left: calc(var(--spacing) * 1);
1194
- }
1195
- .pl-2 {
1196
- padding-left: calc(0.25rem * 2);
1197
- padding-left: calc(var(--spacing) * 2);
1198
- }
1199
- .pl-4 {
1200
- padding-left: calc(0.25rem * 4);
1201
- padding-left: calc(var(--spacing) * 4);
1202
- }
1203
- .text-center {
1204
- text-align: center;
1205
- }
1206
- .text-left {
1207
- text-align: left;
1208
- }
1209
- .align-middle {
1210
- vertical-align: middle;
1211
- }
1212
- .font-mono {
1213
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
1214
- "Courier New", monospace;
1215
- font-family: var(--font-mono);
1216
- }
1217
- .text-2xl {
1218
- font-size: 1.5rem;
1219
- font-size: var(--text-2xl);
1220
- line-height: calc(2 / 1.5);
1221
- line-height: var(--tw-leading, var(--text-2xl--line-height));
1222
- }
1223
- .text-3xl {
1224
- font-size: 1.875rem;
1225
- font-size: var(--text-3xl);
1226
- line-height: calc(2.25 / 1.875);
1227
- line-height: var(--tw-leading, var(--text-3xl--line-height));
1228
- }
1229
- .text-4xl {
1230
- font-size: 2.25rem;
1231
- font-size: var(--text-4xl);
1232
- line-height: calc(2.5 / 2.25);
1233
- line-height: var(--tw-leading, var(--text-4xl--line-height));
1234
- }
1235
- .text-5xl {
1236
- font-size: 3rem;
1237
- font-size: var(--text-5xl);
1238
- line-height: 1;
1239
- line-height: var(--tw-leading, var(--text-5xl--line-height));
1240
- }
1241
- .text-base {
1242
- font-size: 1rem;
1243
- font-size: var(--text-base);
1244
- line-height: calc(1.5 / 1);
1245
- line-height: var(--tw-leading, var(--text-base--line-height));
1246
- }
1247
- .text-lg {
1248
- font-size: 1.125rem;
1249
- font-size: var(--text-lg);
1250
- line-height: calc(1.75 / 1.125);
1251
- line-height: var(--tw-leading, var(--text-lg--line-height));
1252
- }
1253
- .text-sm {
1254
- font-size: 0.875rem;
1255
- font-size: var(--text-sm);
1256
- line-height: calc(1.25 / 0.875);
1257
- line-height: var(--tw-leading, var(--text-sm--line-height));
1258
- }
1259
- .text-xl {
1260
- font-size: 1.25rem;
1261
- font-size: var(--text-xl);
1262
- line-height: calc(1.75 / 1.25);
1263
- line-height: var(--tw-leading, var(--text-xl--line-height));
1264
- }
1265
- .text-xs {
1266
- font-size: 0.75rem;
1267
- font-size: var(--text-xs);
1268
- line-height: calc(1 / 0.75);
1269
- line-height: var(--tw-leading, var(--text-xs--line-height));
1270
- }
1271
- .leading-4 {
1272
- --tw-leading: calc(var(--spacing) * 4);
1273
- line-height: calc(0.25rem * 4);
1274
- line-height: calc(var(--spacing) * 4);
1275
- }
1276
- .leading-\\[2\\.5rem\\] {
1277
- --tw-leading: 2.5rem;
1278
- line-height: 2.5rem;
1279
- }
1280
- .leading-\\[2rem\\] {
1281
- --tw-leading: 2rem;
1282
- line-height: 2rem;
1283
- }
1284
- .leading-\\[3rem\\] {
1285
- --tw-leading: 3rem;
1286
- line-height: 3rem;
1287
- }
1288
- .leading-\\[4rem\\] {
1289
- --tw-leading: 4rem;
1290
- line-height: 4rem;
1291
- }
1292
- .leading-none {
1293
- --tw-leading: 1;
1294
- line-height: 1;
1295
- }
1296
- .leading-relaxed {
1297
- --tw-leading: var(--leading-relaxed);
1298
- line-height: 1.625;
1299
- line-height: var(--leading-relaxed);
1300
- }
1301
- .font-bold {
1302
- --tw-font-weight: var(--font-weight-bold);
1303
- font-weight: 700;
1304
- font-weight: var(--font-weight-bold);
1305
- }
1306
- .font-medium {
1307
- --tw-font-weight: var(--font-weight-medium);
1308
- font-weight: 500;
1309
- font-weight: var(--font-weight-medium);
1310
- }
1311
- .font-semibold {
1312
- --tw-font-weight: var(--font-weight-semibold);
1313
- font-weight: 600;
1314
- font-weight: var(--font-weight-semibold);
1315
- }
1316
- .text-balance {
1317
- text-wrap: balance;
1318
- }
1319
- .text-wrap {
1320
- text-wrap: wrap;
1321
- }
1322
- .break-all {
1323
- word-break: break-all;
1324
- }
1325
- .whitespace-normal {
1326
- white-space: normal;
1327
- }
1328
- .whitespace-nowrap {
1329
- white-space: nowrap;
1330
- }
1331
- .whitespace-pre-wrap {
1332
- white-space: pre-wrap;
1333
- }
1334
- .text-\\[\\#263DBF\\] {
1335
- color: #263DBF;
1336
- }
1337
- .text-\\[\\#687387\\] {
1338
- color: #687387;
1339
- }
1340
- .text-black {
1341
- color: #000;
1342
- color: var(--color-black);
1343
- }
1344
- .text-blue-500 {
1345
- color: oklch(62.3% 0.214 259.815);
1346
- color: var(--color-blue-500);
1347
- }
1348
- .text-blue-600 {
1349
- color: oklch(54.6% 0.245 262.881);
1350
- color: var(--color-blue-600);
1351
- }
1352
- .text-card-foreground {
1353
- color: oklch(0.145 0 0);
1354
- }
1355
- .text-current {
1356
- color: currentcolor;
1357
- }
1358
- .text-foreground {
1359
- color: oklch(0.145 0 0);
1360
- }
1361
- .text-gray-400 {
1362
- color: oklch(70.7% 0.022 261.325);
1363
- color: var(--color-gray-400);
1364
- }
1365
- .text-gray-500 {
1366
- color: oklch(55.1% 0.027 264.364);
1367
- color: var(--color-gray-500);
1368
- }
1369
- .text-gray-600 {
1370
- color: oklch(44.6% 0.03 256.802);
1371
- color: var(--color-gray-600);
1372
- }
1373
- .text-gray-700 {
1374
- color: oklch(37.3% 0.034 259.733);
1375
- color: var(--color-gray-700);
1376
- }
1377
- .text-gray-800 {
1378
- color: oklch(27.8% 0.033 256.848);
1379
- color: var(--color-gray-800);
1380
- }
1381
- .text-gray-900 {
1382
- color: oklch(21% 0.034 264.665);
1383
- color: var(--color-gray-900);
1384
- }
1385
- .text-muted-foreground {
1386
- color: oklch(0.556 0 0);
1387
- }
1388
- .text-popover-foreground {
1389
- color: oklch(0.145 0 0);
1390
- }
1391
- .text-primary {
1392
- color: oklch(0.205 0 0);
1393
- }
1394
- .text-primary-foreground {
1395
- color: oklch(0.985 0 0);
1396
- }
1397
- .text-red-600 {
1398
- color: oklch(57.7% 0.245 27.325);
1399
- color: var(--color-red-600);
1400
- }
1401
- .text-secondary-foreground {
1402
- color: oklch(0.205 0 0);
1403
- }
1404
- .text-white {
1405
- color: #fff;
1406
- color: var(--color-white);
1407
- }
1408
- .italic {
1409
- font-style: italic;
1410
- }
1411
- .tabular-nums {
1412
- --tw-numeric-spacing: tabular-nums;
1413
- font-variant-numeric: tabular-nums ;
1414
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1415
- }
1416
- .underline {
1417
- text-decoration-line: underline;
1418
- }
1419
- .underline-offset-4 {
1420
- text-underline-offset: 4px;
1421
- }
1422
- .opacity-50 {
1423
- opacity: 50%;
1424
- }
1425
- .opacity-60 {
1426
- opacity: 60%;
1427
- }
1428
- .shadow {
1429
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1430
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1431
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1432
- }
1433
- .shadow-lg {
1434
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1435
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1436
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1437
- }
1438
- .shadow-md {
1439
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1440
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1441
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1442
- }
1443
- .shadow-none {
1444
- --tw-shadow: 0 0 #0000;
1445
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
1446
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1447
- }
1448
- .shadow-sm {
1449
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1450
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1451
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1452
- }
1453
- .shadow-xl {
1454
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1455
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1456
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1457
- }
1458
- .shadow-xs {
1459
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1460
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 2px 0 rgb(0 0 0 / 0.05);
1461
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1462
- }
1463
- .ring-1 {
1464
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1465
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1466
- }
1467
- .ring-2 {
1468
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1469
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1470
- }
1471
- .ring-black {
1472
- --tw-ring-color: var(--color-black);
1473
- }
1474
- .ring-blue-500 {
1475
- --tw-ring-color: var(--color-blue-500);
1476
- }
1477
- .ring-offset-background {
1478
- --tw-ring-offset-color: oklch(1 0 0);
1479
- }
1480
- .outline-hidden {
1481
- --tw-outline-style: none;
1482
- outline-style: none;
1483
- outline: 2px solid transparent;
1484
- outline-offset: 2px
1485
- }
1486
- .outline {
1487
- outline-style: var(--tw-outline-style);
1488
- outline-width: 1px;
1489
- }
1490
- .filter {
1491
- filter: ;
1492
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1493
- }
1494
- .transition {
1495
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1496
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1497
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1498
- transition-duration: 150ms;
1499
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1500
- }
1501
- .transition-\\[color\\,box-shadow\\] {
1502
- transition-property: color,box-shadow;
1503
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1504
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1505
- transition-duration: 150ms;
1506
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1507
- }
1508
- .transition-all {
1509
- transition-property: all;
1510
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1511
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1512
- transition-duration: 150ms;
1513
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1514
- }
1515
- .transition-colors {
1516
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1517
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1518
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1519
- transition-duration: 150ms;
1520
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1521
- }
1522
- .transition-shadow {
1523
- transition-property: box-shadow;
1524
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1525
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1526
- transition-duration: 150ms;
1527
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1528
- }
1529
- .transition-none {
1530
- transition-property: none;
1531
- }
1532
- .duration-200 {
1533
- --tw-duration: 200ms;
1534
- transition-duration: 200ms;
1535
- }
1536
- .ease-in-out {
1537
- --tw-ease: var(--ease-in-out);
1538
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1539
- transition-timing-function: var(--ease-in-out);
1540
- }
1541
- .animate-in {
1542
- animation-name: enter;
1543
- animation-duration: 150ms;
1544
- --tw-enter-opacity: initial;
1545
- --tw-enter-scale: initial;
1546
- --tw-enter-rotate: initial;
1547
- --tw-enter-translate-x: initial;
1548
- --tw-enter-translate-y: initial;
1549
- }
1550
- .outline-none {
1551
- --tw-outline-style: none;
1552
- outline-style: none;
1553
- }
1554
- .select-none {
1555
- -webkit-user-select: none;
1556
- -moz-user-select: none;
1557
- user-select: none;
1558
- }
1559
- .duration-200 {
1560
- animation-duration: 200ms;
1561
- }
1562
- .ease-in-out {
1563
- animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1564
- }
1565
- .fade-in-0 {
1566
- --tw-enter-opacity: 0;
1567
- }
1568
- .zoom-in-95 {
1569
- --tw-enter-scale: .95;
1570
- }
1571
- .group-data-\\[disabled\\=true\\]\\:pointer-events-none {
1572
- &:is(:where(.group)[data-disabled="true"] *) {
1573
- pointer-events: none;
1574
- }
1575
- }
1576
- .group-data-\\[disabled\\=true\\]\\:opacity-50 {
1577
- &:is(:where(.group)[data-disabled="true"] *) {
1578
- opacity: 50%;
1579
- }
1580
- }
1581
- .peer-disabled\\:cursor-not-allowed {
1582
- &:is(:where(.peer):disabled ~ *) {
1583
- cursor: not-allowed;
1584
- }
1585
- }
1586
- .peer-disabled\\:opacity-50 {
1587
- &:is(:where(.peer):disabled ~ *) {
1588
- opacity: 50%;
1589
- }
1590
- }
1591
- .selection\\:bg-primary {
1592
- & *::-moz-selection {
1593
- background-color: oklch(0.205 0 0);
1594
- }
1595
- & *::selection {
1596
- background-color: oklch(0.205 0 0);
1597
- }
1598
- &::-moz-selection {
1599
- background-color: oklch(0.205 0 0);
1600
- }
1601
- &::selection {
1602
- background-color: oklch(0.205 0 0);
1603
- }
1604
- }
1605
- .selection\\:text-primary-foreground {
1606
- & *::-moz-selection {
1607
- color: oklch(0.985 0 0);
1608
- }
1609
- & *::selection {
1610
- color: oklch(0.985 0 0);
1611
- }
1612
- &::-moz-selection {
1613
- color: oklch(0.985 0 0);
1614
- }
1615
- &::selection {
1616
- color: oklch(0.985 0 0);
1617
- }
1618
- }
1619
- .file\\:inline-flex {
1620
- &::file-selector-button {
1621
- display: inline-flex;
1622
- }
1623
- }
1624
- .file\\:h-7 {
1625
- &::file-selector-button {
1626
- height: calc(0.25rem * 7);
1627
- height: calc(var(--spacing) * 7);
1628
- }
1629
- }
1630
- .file\\:border-0 {
1631
- &::file-selector-button {
1632
- border-style: var(--tw-border-style);
1633
- border-width: 0px;
1634
- }
1635
- }
1636
- .file\\:bg-transparent {
1637
- &::file-selector-button {
1638
- background-color: transparent;
1639
- }
1640
- }
1641
- .file\\:text-sm {
1642
- &::file-selector-button {
1643
- font-size: 0.875rem;
1644
- font-size: var(--text-sm);
1645
- line-height: calc(1.25 / 0.875);
1646
- line-height: var(--tw-leading, var(--text-sm--line-height));
1647
- }
1648
- }
1649
- .file\\:font-medium {
1650
- &::file-selector-button {
1651
- --tw-font-weight: var(--font-weight-medium);
1652
- font-weight: 500;
1653
- font-weight: var(--font-weight-medium);
1654
- }
1655
- }
1656
- .file\\:text-foreground {
1657
- &::file-selector-button {
1658
- color: oklch(0.145 0 0);
1659
- }
1660
- }
1661
- .placeholder\\:text-muted-foreground {
1662
- &::-moz-placeholder {
1663
- color: oklch(0.556 0 0);
1664
- }
1665
- &::placeholder {
1666
- color: oklch(0.556 0 0);
1667
- }
1668
- }
1669
- .hover\\:cursor-pointer {
1670
- &:hover {
1671
- cursor: pointer
1672
- }
1673
- }
1674
- .hover\\:bg-\\[\\#2A44D4\\] {
1675
- &:hover {
1676
- background-color: #2A44D4
1677
- }
1678
- }
1679
- .hover\\:bg-\\[\\#EAECFB\\] {
1680
- &:hover {
1681
- background-color: #EAECFB
1682
- }
1683
- }
1684
- .hover\\:bg-accent {
1685
- &:hover {
1686
- background-color: oklch(0.97 0 0)
1687
- }
1688
- }
1689
- .hover\\:bg-destructive\\/90 {
1690
- &:hover {
1691
- background-color: color-mix(in oklab, oklch(0.577 0.245 27.325) 90%, transparent)
1692
- }
1693
- }
1694
- .hover\\:bg-gray-50 {
1695
- &:hover {
1696
- background-color: oklch(98.5% 0.002 247.839);
1697
- background-color: var(--color-gray-50)
1698
- }
1699
- }
1700
- .hover\\:bg-gray-100 {
1701
- &:hover {
1702
- background-color: oklch(96.7% 0.003 264.542);
1703
- background-color: var(--color-gray-100)
1704
- }
1705
- }
1706
- .hover\\:bg-muted\\/30 {
1707
- &:hover {
1708
- background-color: color-mix(in oklab, oklch(0.97 0 0) 30%, transparent)
1709
- }
1710
- }
1711
- .hover\\:bg-muted\\/50 {
1712
- &:hover {
1713
- background-color: color-mix(in oklab, oklch(0.97 0 0) 50%, transparent)
1714
- }
1715
- }
1716
- .hover\\:bg-primary\\/90 {
1717
- &:hover {
1718
- background-color: color-mix(in oklab, oklch(0.205 0 0) 90%, transparent)
1719
- }
1720
- }
1721
- .hover\\:bg-secondary\\/80 {
1722
- &:hover {
1723
- background-color: color-mix(in oklab, oklch(0.97 0 0) 80%, transparent)
1724
- }
1725
- }
1726
- .hover\\:text-\\[\\#263DBF\\] {
1727
- &:hover {
1728
- color: #263DBF
1729
- }
1730
- }
1731
- .hover\\:text-accent-foreground {
1732
- &:hover {
1733
- color: oklch(0.205 0 0)
1734
- }
1735
- }
1736
- .hover\\:text-blue-600 {
1737
- &:hover {
1738
- color: oklch(54.6% 0.245 262.881);
1739
- color: var(--color-blue-600)
1740
- }
1741
- }
1742
- .hover\\:text-gray-600 {
1743
- &:hover {
1744
- color: oklch(44.6% 0.03 256.802);
1745
- color: var(--color-gray-600)
1746
- }
1747
- }
1748
- .hover\\:text-white {
1749
- &:hover {
1750
- color: #fff;
1751
- color: var(--color-white)
1752
- }
1753
- }
1754
- .hover\\:underline {
1755
- &:hover {
1756
- text-decoration-line: underline
1757
- }
1758
- }
1759
- .focus\\:bg-blue-50 {
1760
- &:focus {
1761
- background-color: oklch(97% 0.014 254.604);
1762
- background-color: var(--color-blue-50);
1763
- }
1764
- }
1765
- .focus\\:ring-2 {
1766
- &:focus {
1767
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1768
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1769
- }
1770
- }
1771
- .focus\\:ring-blue-500 {
1772
- &:focus {
1773
- --tw-ring-color: var(--color-blue-500);
1774
- }
1775
- }
1776
- .focus\\:outline-none {
1777
- &:focus {
1778
- --tw-outline-style: none;
1779
- outline-style: none;
1780
- }
1781
- }
1782
- .focus-visible\\:border-ring {
1783
- &:focus-visible {
1784
- border-color: oklch(0.708 0 0);
1785
- }
1786
- }
1787
- .focus-visible\\:ring-2 {
1788
- &:focus-visible {
1789
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1790
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1791
- }
1792
- }
1793
- .focus-visible\\:ring-\\[3px\\] {
1794
- &:focus-visible {
1795
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1796
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1797
- }
1798
- }
1799
- .focus-visible\\:ring-destructive\\/20 {
1800
- &:focus-visible {
1801
- --tw-ring-color: color-mix(in oklab, oklch(0.577 0.245 27.325) 20%, transparent);
1802
- }
1803
- }
1804
- .focus-visible\\:ring-ring {
1805
- &:focus-visible {
1806
- --tw-ring-color: oklch(0.708 0 0);
1807
- }
1808
- }
1809
- .focus-visible\\:ring-ring\\/50 {
1810
- &:focus-visible {
1811
- --tw-ring-color: color-mix(in oklab, oklch(0.708 0 0) 50%, transparent);
1812
- }
1813
- }
1814
- .focus-visible\\:ring-offset-2 {
1815
- &:focus-visible {
1816
- --tw-ring-offset-width: 2px;
1817
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1818
- }
1819
- }
1820
- .focus-visible\\:outline-none {
1821
- &:focus-visible {
1822
- --tw-outline-style: none;
1823
- outline-style: none;
1824
- }
1825
- }
1826
- .disabled\\:pointer-events-none {
1827
- &:disabled {
1828
- pointer-events: none;
1829
- }
1830
- }
1831
- .disabled\\:cursor-not-allowed {
1832
- &:disabled {
1833
- cursor: not-allowed;
1834
- }
1835
- }
1836
- .disabled\\:opacity-50 {
1837
- &:disabled {
1838
- opacity: 50%;
1839
- }
1840
- }
1841
- .has-data-\\[slot\\=card-action\\]\\:grid-cols-\\[1fr_auto\\] {
1842
- &:has(*[data-slot="card-action"]) {
1843
- grid-template-columns: 1fr auto;
1844
- }
1845
- }
1846
- .has-\\[\\>svg\\]\\:px-2\\.5 {
1847
- &:has(>svg) {
1848
- padding-inline: calc(0.25rem * 2.5);
1849
- padding-inline: calc(var(--spacing) * 2.5);
1850
- }
1851
- }
1852
- .has-\\[\\>svg\\]\\:px-3 {
1853
- &:has(>svg) {
1854
- padding-inline: calc(0.25rem * 3);
1855
- padding-inline: calc(var(--spacing) * 3);
1856
- }
1857
- }
1858
- .has-\\[\\>svg\\]\\:px-4 {
1859
- &:has(>svg) {
1860
- padding-inline: calc(0.25rem * 4);
1861
- padding-inline: calc(var(--spacing) * 4);
1862
- }
1863
- }
1864
- .aria-invalid\\:border-destructive {
1865
- &[aria-invalid="true"] {
1866
- border-color: oklch(0.577 0.245 27.325);
1867
- }
1868
- }
1869
- .aria-invalid\\:ring-destructive\\/20 {
1870
- &[aria-invalid="true"] {
1871
- --tw-ring-color: color-mix(in oklab, oklch(0.577 0.245 27.325) 20%, transparent);
1872
- }
1873
- }
1874
- .data-\\[orientation\\=horizontal\\]\\:h-px {
1875
- &[data-orientation="horizontal"] {
1876
- height: 1px;
1877
- }
1878
- }
1879
- .data-\\[orientation\\=horizontal\\]\\:w-full {
1880
- &[data-orientation="horizontal"] {
1881
- width: 100%;
1882
- }
1883
- }
1884
- .data-\\[orientation\\=vertical\\]\\:h-full {
1885
- &[data-orientation="vertical"] {
1886
- height: 100%;
1887
- }
1888
- }
1889
- .data-\\[orientation\\=vertical\\]\\:w-px {
1890
- &[data-orientation="vertical"] {
1891
- width: 1px;
1892
- }
1893
- }
1894
- .data-\\[side\\=bottom\\]\\:slide-in-from-top-2 {
1895
- &[data-side="bottom"] {
1896
- --tw-enter-translate-y: -0.5rem;
1897
- }
1898
- }
1899
- .data-\\[side\\=left\\]\\:slide-in-from-right-2 {
1900
- &[data-side="left"] {
1901
- --tw-enter-translate-x: 0.5rem;
1902
- }
1903
- }
1904
- .data-\\[side\\=right\\]\\:slide-in-from-left-2 {
1905
- &[data-side="right"] {
1906
- --tw-enter-translate-x: -0.5rem;
1907
- }
1908
- }
1909
- .data-\\[side\\=top\\]\\:slide-in-from-bottom-2 {
1910
- &[data-side="top"] {
1911
- --tw-enter-translate-y: 0.5rem;
1912
- }
1913
- }
1914
- .data-\\[state\\=active\\]\\:rounded-md {
1915
- &[data-state="active"] {
1916
- border-radius: calc(0.625rem - 2px);
1917
- }
1918
- }
1919
- .data-\\[state\\=active\\]\\:border {
1920
- &[data-state="active"] {
1921
- border-style: var(--tw-border-style);
1922
- border-width: 1px;
1923
- }
1924
- }
1925
- .data-\\[state\\=active\\]\\:border-solid {
1926
- &[data-state="active"] {
1927
- --tw-border-style: solid;
1928
- border-style: solid;
1929
- }
1930
- }
1931
- .data-\\[state\\=active\\]\\:border-\\[\\#2A44D4\\] {
1932
- &[data-state="active"] {
1933
- border-color: #2A44D4;
1934
- }
1935
- }
1936
- .data-\\[state\\=active\\]\\:bg-\\[\\#EAECFB\\] {
1937
- &[data-state="active"] {
1938
- background-color: #EAECFB;
1939
- }
1940
- }
1941
- .data-\\[state\\=active\\]\\:bg-background {
1942
- &[data-state="active"] {
1943
- background-color: oklch(1 0 0);
1944
- }
1945
- }
1946
- .data-\\[state\\=active\\]\\:text-\\[\\#263DBF\\] {
1947
- &[data-state="active"] {
1948
- color: #263DBF;
1949
- }
1950
- }
1951
- .data-\\[state\\=active\\]\\:text-foreground {
1952
- &[data-state="active"] {
1953
- color: oklch(0.145 0 0);
1954
- }
1955
- }
1956
- .data-\\[state\\=active\\]\\:shadow {
1957
- &[data-state="active"] {
1958
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1959
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1960
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1961
- }
1962
- }
1963
- .data-\\[state\\=active\\]\\:shadow-none {
1964
- &[data-state="active"] {
1965
- --tw-shadow: 0 0 #0000;
1966
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
1967
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1968
- }
1969
- }
1970
- .data-\\[state\\=checked\\]\\:border-primary {
1971
- &[data-state="checked"] {
1972
- border-color: oklch(0.205 0 0);
1973
- }
1974
- }
1975
- .data-\\[state\\=checked\\]\\:bg-primary {
1976
- &[data-state="checked"] {
1977
- background-color: oklch(0.205 0 0);
1978
- }
1979
- }
1980
- .data-\\[state\\=checked\\]\\:text-primary-foreground {
1981
- &[data-state="checked"] {
1982
- color: oklch(0.985 0 0);
1983
- }
1984
- }
1985
- .data-\\[state\\=closed\\]\\:animate-out {
1986
- &[data-state="closed"] {
1987
- animation-name: exit;
1988
- animation-duration: 150ms;
1989
- --tw-exit-opacity: initial;
1990
- --tw-exit-scale: initial;
1991
- --tw-exit-rotate: initial;
1992
- --tw-exit-translate-x: initial;
1993
- --tw-exit-translate-y: initial;
1994
- }
1995
- }
1996
- .data-\\[state\\=closed\\]\\:fade-out-0 {
1997
- &[data-state="closed"] {
1998
- --tw-exit-opacity: 0;
1999
- }
2000
- }
2001
- .data-\\[state\\=closed\\]\\:zoom-out-95 {
2002
- &[data-state="closed"] {
2003
- --tw-exit-scale: .95;
2004
- }
2005
- }
2006
- .data-\\[state\\=open\\]\\:animate-in {
2007
- &[data-state="open"] {
2008
- animation-name: enter;
2009
- animation-duration: 150ms;
2010
- --tw-enter-opacity: initial;
2011
- --tw-enter-scale: initial;
2012
- --tw-enter-rotate: initial;
2013
- --tw-enter-translate-x: initial;
2014
- --tw-enter-translate-y: initial;
2015
- }
2016
- }
2017
- .data-\\[state\\=open\\]\\:fade-in-0 {
2018
- &[data-state="open"] {
2019
- --tw-enter-opacity: 0;
2020
- }
2021
- }
2022
- .data-\\[state\\=open\\]\\:zoom-in-95 {
2023
- &[data-state="open"] {
2024
- --tw-enter-scale: .95;
2025
- }
2026
- }
2027
- .data-\\[state\\=selected\\]\\:bg-muted {
2028
- &[data-state="selected"] {
2029
- background-color: oklch(0.97 0 0);
2030
- }
2031
- }
2032
- .md\\:text-sm {
2033
- font-size: 0.875rem;
2034
- font-size: var(--text-sm);
2035
- line-height: calc(1.25 / 0.875);
2036
- line-height: var(--tw-leading, var(--text-sm--line-height))
2037
- }
2038
- .dark\\:border-input {
2039
- border-color: oklch(0.922 0 0)
2040
- }
2041
- .dark\\:bg-destructive\\/60 {
2042
- background-color: color-mix(in oklab, oklch(0.577 0.245 27.325) 60%, transparent)
2043
- }
2044
- .dark\\:bg-input\\/30 {
2045
- background-color: color-mix(in oklab, oklch(0.922 0 0) 30%, transparent)
2046
- }
2047
- .dark\\:hover\\:bg-accent\\/50 {
2048
- &:hover {
2049
- background-color: color-mix(in oklab, oklch(0.97 0 0) 50%, transparent)
2050
- }
2051
- }
2052
- .dark\\:hover\\:bg-input\\/50 {
2053
- &:hover {
2054
- background-color: color-mix(in oklab, oklch(0.922 0 0) 50%, transparent)
2055
- }
2056
- }
2057
- .dark\\:focus-visible\\:ring-destructive\\/40 {
2058
- &:focus-visible {
2059
- --tw-ring-color: color-mix(in oklab, oklch(0.577 0.245 27.325) 40%, transparent);
2060
- }
2061
- }
2062
- .dark\\:aria-invalid\\:ring-destructive\\/40 {
2063
- &[aria-invalid="true"] {
2064
- --tw-ring-color: color-mix(in oklab, oklch(0.577 0.245 27.325) 40%, transparent);
2065
- }
2066
- }
2067
- .dark\\:data-\\[state\\=checked\\]\\:bg-primary {
2068
- &[data-state="checked"] {
2069
- background-color: oklch(0.205 0 0);
2070
- }
2071
- }
2072
- .\\[\\&_\\.recharts-cartesian-axis-tick_text\\]\\:fill-muted-foreground {
2073
- & .recharts-cartesian-axis-tick text {
2074
- fill: oklch(0.556 0 0);
2075
- }
2076
- }
2077
- .\\[\\&_\\.recharts-cartesian-grid_line\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border\\/50 {
2078
- & .recharts-cartesian-grid line[stroke='#ccc'] {
2079
- stroke: color-mix(in oklab, oklch(0.922 0 0) 50%, transparent);
2080
- }
2081
- }
2082
- .\\[\\&_\\.recharts-curve\\.recharts-tooltip-cursor\\]\\:stroke-border {
2083
- & .recharts-curve.recharts-tooltip-cursor {
2084
- stroke: oklch(0.922 0 0);
2085
- }
2086
- }
2087
- .\\[\\&_\\.recharts-dot\\[stroke\\=\\'\\#fff\\'\\]\\]\\:stroke-transparent {
2088
- & .recharts-dot[stroke='#fff'] {
2089
- stroke: transparent;
2090
- }
2091
- }
2092
- .\\[\\&_\\.recharts-layer\\]\\:outline-hidden {
2093
- & .recharts-layer {
2094
- --tw-outline-style: none;
2095
- outline-style: none;
2096
- outline: 2px solid transparent;
2097
- outline-offset: 2px
2098
- }
2099
- }
2100
- .\\[\\&_\\.recharts-polar-grid_\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border {
2101
- & .recharts-polar-grid [stroke='#ccc'] {
2102
- stroke: oklch(0.922 0 0);
2103
- }
2104
- }
2105
- .\\[\\&_\\.recharts-radial-bar-background-sector\\]\\:fill-muted {
2106
- & .recharts-radial-bar-background-sector {
2107
- fill: oklch(0.97 0 0);
2108
- }
2109
- }
2110
- .\\[\\&_\\.recharts-rectangle\\.recharts-tooltip-cursor\\]\\:fill-muted {
2111
- & .recharts-rectangle.recharts-tooltip-cursor {
2112
- fill: oklch(0.97 0 0);
2113
- }
2114
- }
2115
- .\\[\\&_\\.recharts-reference-line_\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border {
2116
- & .recharts-reference-line [stroke='#ccc'] {
2117
- stroke: oklch(0.922 0 0);
2118
- }
2119
- }
2120
- .\\[\\&_\\.recharts-sector\\]\\:outline-hidden {
2121
- & .recharts-sector {
2122
- --tw-outline-style: none;
2123
- outline-style: none;
2124
- outline: 2px solid transparent;
2125
- outline-offset: 2px
2126
- }
2127
- }
2128
- .\\[\\&_\\.recharts-sector\\[stroke\\=\\'\\#fff\\'\\]\\]\\:stroke-transparent {
2129
- & .recharts-sector[stroke='#fff'] {
2130
- stroke: transparent;
2131
- }
2132
- }
2133
- .\\[\\&_\\.recharts-surface\\]\\:outline-hidden {
2134
- & .recharts-surface {
2135
- --tw-outline-style: none;
2136
- outline-style: none;
2137
- outline: 2px solid transparent;
2138
- outline-offset: 2px
2139
- }
2140
- }
2141
- .\\[\\&_svg\\]\\:pointer-events-none {
2142
- & svg {
2143
- pointer-events: none;
2144
- }
2145
- }
2146
- .\\[\\&_svg\\]\\:shrink-0 {
2147
- & svg {
2148
- flex-shrink: 0;
2149
- }
2150
- }
2151
- .\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4 {
2152
- & svg:not([class*='size-']) {
2153
- width: calc(0.25rem * 4);
2154
- width: calc(var(--spacing) * 4);
2155
- height: calc(0.25rem * 4);
2156
- height: calc(var(--spacing) * 4);
2157
- }
2158
- }
2159
- .\\[\\&_tr\\]\\:border-b {
2160
- & tr {
2161
- border-bottom-style: var(--tw-border-style);
2162
- border-bottom-width: 1px;
2163
- }
2164
- }
2165
- .\\[\\&_tr\\:last-child\\]\\:border-0 {
2166
- & tr:last-child {
2167
- border-style: var(--tw-border-style);
2168
- border-width: 0px;
2169
- }
2170
- }
2171
- .\\[\\&\\:has\\(\\[role\\=checkbox\\]\\)\\]\\:pr-0 {
2172
- &:has([role=checkbox]) {
2173
- padding-right: calc(0.25rem * 0);
2174
- padding-right: calc(var(--spacing) * 0);
2175
- }
2176
- }
2177
- .\\[\\.border-b\\]\\:pb-6 {
2178
- &:is(.border-b) {
2179
- padding-bottom: calc(0.25rem * 6);
2180
- padding-bottom: calc(var(--spacing) * 6);
2181
- }
2182
- }
2183
- .\\[\\&\\>\\[role\\=checkbox\\]\\]\\:translate-y-\\[2px\\] {
2184
- &>[role=checkbox] {
2185
- --tw-translate-y: 2px;
2186
- translate: var(--tw-translate-x) 2px;
2187
- translate: var(--tw-translate-x) var(--tw-translate-y);
2188
- }
2189
- }
2190
- .\\[\\&\\>svg\\]\\:h-2\\.5 {
2191
- &>svg {
2192
- height: calc(0.25rem * 2.5);
2193
- height: calc(var(--spacing) * 2.5);
2194
- }
2195
- }
2196
- .\\[\\&\\>svg\\]\\:h-3 {
2197
- &>svg {
2198
- height: calc(0.25rem * 3);
2199
- height: calc(var(--spacing) * 3);
2200
- }
2201
- }
2202
- .\\[\\&\\>svg\\]\\:w-2\\.5 {
2203
- &>svg {
2204
- width: calc(0.25rem * 2.5);
2205
- width: calc(var(--spacing) * 2.5);
2206
- }
2207
- }
2208
- .\\[\\&\\>svg\\]\\:w-3 {
2209
- &>svg {
2210
- width: calc(0.25rem * 3);
2211
- width: calc(var(--spacing) * 3);
2212
- }
2213
- }
2214
- .\\[\\&\\>svg\\]\\:text-muted-foreground {
2215
- &>svg {
2216
- color: oklch(0.556 0 0);
2217
- }
2218
- }
2219
- .\\[\\&\\>tr\\]\\:last\\:border-b-0 {
2220
- &>tr {
2221
- &:last-child {
2222
- border-bottom-style: var(--tw-border-style);
2223
- border-bottom-width: 0px;
2224
- }
2225
- }
2226
- }
2227
- @keyframes enter {
2228
- from {
2229
- opacity: 1;
2230
- opacity: var(--tw-enter-opacity, 1);
2231
- transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
2232
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
2233
- }
2234
- }
2235
- @keyframes exit {
2236
- to {
2237
- opacity: 1;
2238
- opacity: var(--tw-exit-opacity, 1);
2239
- transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
2240
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
2241
- }
2242
- }
2243
- @property --tw-translate-x {
2244
- syntax: "*";
2245
- inherits: false;
2246
- initial-value: 0;
2247
- }
2248
- @property --tw-translate-y {
2249
- syntax: "*";
2250
- inherits: false;
2251
- initial-value: 0;
2252
- }
2253
- @property --tw-translate-z {
2254
- syntax: "*";
2255
- inherits: false;
2256
- initial-value: 0;
2257
- }
2258
- @property --tw-rotate-x {
2259
- syntax: "*";
2260
- inherits: false;
2261
- }
2262
- @property --tw-rotate-y {
2263
- syntax: "*";
2264
- inherits: false;
2265
- }
2266
- @property --tw-rotate-z {
2267
- syntax: "*";
2268
- inherits: false;
2269
- }
2270
- @property --tw-skew-x {
2271
- syntax: "*";
2272
- inherits: false;
2273
- }
2274
- @property --tw-skew-y {
2275
- syntax: "*";
2276
- inherits: false;
2277
- }
2278
- @property --tw-space-y-reverse {
2279
- syntax: "*";
2280
- inherits: false;
2281
- initial-value: 0;
2282
- }
2283
- @property --tw-space-x-reverse {
2284
- syntax: "*";
2285
- inherits: false;
2286
- initial-value: 0;
2287
- }
2288
- @property --tw-border-style {
2289
- syntax: "*";
2290
- inherits: false;
2291
- initial-value: solid;
2292
- }
2293
- @property --tw-leading {
2294
- syntax: "*";
2295
- inherits: false;
2296
- }
2297
- @property --tw-font-weight {
2298
- syntax: "*";
2299
- inherits: false;
2300
- }
2301
- @property --tw-ordinal {
2302
- syntax: "*";
2303
- inherits: false;
2304
- }
2305
- @property --tw-slashed-zero {
2306
- syntax: "*";
2307
- inherits: false;
2308
- }
2309
- @property --tw-numeric-figure {
2310
- syntax: "*";
2311
- inherits: false;
2312
- }
2313
- @property --tw-numeric-spacing {
2314
- syntax: "*";
2315
- inherits: false;
2316
- }
2317
- @property --tw-numeric-fraction {
2318
- syntax: "*";
2319
- inherits: false;
2320
- }
2321
- @property --tw-shadow {
2322
- syntax: "*";
2323
- inherits: false;
2324
- initial-value: 0 0 #0000;
2325
- }
2326
- @property --tw-shadow-color {
2327
- syntax: "*";
2328
- inherits: false;
2329
- }
2330
- @property --tw-shadow-alpha {
2331
- syntax: "<percentage>";
2332
- inherits: false;
2333
- initial-value: 100%;
2334
- }
2335
- @property --tw-inset-shadow {
2336
- syntax: "*";
2337
- inherits: false;
2338
- initial-value: 0 0 #0000;
2339
- }
2340
- @property --tw-inset-shadow-color {
2341
- syntax: "*";
2342
- inherits: false;
2343
- }
2344
- @property --tw-inset-shadow-alpha {
2345
- syntax: "<percentage>";
2346
- inherits: false;
2347
- initial-value: 100%;
2348
- }
2349
-
2350
- @property --tw-ring-color {
2351
- syntax: "*";
2352
- inherits: false;
2353
- }
2354
- @property --tw-ring-shadow {
2355
- syntax: "*";
2356
- inherits: false;
2357
- initial-value: 0 0 #0000;
2358
- }
2359
- @property --tw-inset-ring-color {
2360
- syntax: "*";
2361
- inherits: false;
2362
- }
2363
- @property --tw-inset-ring-shadow {
2364
- syntax: "*";
2365
- inherits: false;
2366
- initial-value: 0 0 #0000;
2367
- }
2368
- @property --tw-ring-inset {
2369
- syntax: "*";
2370
- inherits: false;
2371
- }
2372
- @property --tw-ring-offset-width {
2373
- syntax: "<length>";
2374
- inherits: false;
2375
- initial-value: 0px;
2376
- }
2377
- @property --tw-ring-offset-color {
2378
- syntax: "*";
2379
- inherits: false;
2380
- initial-value: #fff;
2381
- }
2382
- @property --tw-ring-offset-shadow {
2383
- syntax: "*";
2384
- inherits: false;
2385
- initial-value: 0 0 #0000;
2386
- }
2387
- @property --tw-outline-style {
2388
- syntax: "*";
2389
- inherits: false;
2390
- initial-value: solid;
2391
- }
2392
- @property --tw-blur {
2393
- syntax: "*";
2394
- inherits: false;
2395
- }
2396
- @property --tw-brightness {
2397
- syntax: "*";
2398
- inherits: false;
2399
- }
2400
- @property --tw-contrast {
2401
- syntax: "*";
2402
- inherits: false;
2403
- }
2404
- @property --tw-grayscale {
2405
- syntax: "*";
2406
- inherits: false;
2407
- }
2408
- @property --tw-hue-rotate {
2409
- syntax: "*";
2410
- inherits: false;
2411
- }
2412
- @property --tw-invert {
2413
- syntax: "*";
2414
- inherits: false;
2415
- }
2416
- @property --tw-opacity {
2417
- syntax: "*";
2418
- inherits: false;
2419
- }
2420
- @property --tw-saturate {
2421
- syntax: "*";
2422
- inherits: false;
2423
- }
2424
- @property --tw-sepia {
2425
- syntax: "*";
2426
- inherits: false;
2427
- }
2428
- @property --tw-drop-shadow {
2429
- syntax: "*";
2430
- inherits: false;
2431
- }
2432
- @property --tw-drop-shadow-color {
2433
- syntax: "*";
2434
- inherits: false;
2435
- }
2436
- @property --tw-drop-shadow-alpha {
2437
- syntax: "<percentage>";
2438
- inherits: false;
2439
- initial-value: 100%;
2440
- }
2441
- @property --tw-drop-shadow-size {
2442
- syntax: "*";
2443
- inherits: false;
2444
- }
2445
- @property --tw-duration {
2446
- syntax: "*";
2447
- inherits: false;
2448
- }
2449
- @property --tw-ease {
2450
- syntax: "*";
2451
- inherits: false;
2452
- }
2453
- @keyframes spin {
2454
- to {
2455
- transform: rotate(360deg);
2456
- }
2457
- }
2458
- @keyframes pulse {
2459
- 50% {
2460
- opacity: 0.5;
2461
- }
2462
- }
2463
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2464
- *, ::before, ::after, ::backdrop {
2465
- --tw-translate-x: 0;
2466
- --tw-translate-y: 0;
2467
- --tw-translate-z: 0;
2468
- --tw-rotate-x: initial;
2469
- --tw-rotate-y: initial;
2470
- --tw-rotate-z: initial;
2471
- --tw-skew-x: initial;
2472
- --tw-skew-y: initial;
2473
- --tw-space-y-reverse: 0;
2474
- --tw-space-x-reverse: 0;
2475
- --tw-border-style: solid;
2476
- --tw-leading: initial;
2477
- --tw-font-weight: initial;
2478
- --tw-ordinal: initial;
2479
- --tw-slashed-zero: initial;
2480
- --tw-numeric-figure: initial;
2481
- --tw-numeric-spacing: initial;
2482
- --tw-numeric-fraction: initial;
2483
- --tw-shadow: 0 0 #0000;
2484
- --tw-shadow-color: initial;
2485
- --tw-shadow-alpha: 100%;
2486
- --tw-inset-shadow: 0 0 #0000;
2487
- --tw-inset-shadow-color: initial;
2488
- --tw-inset-shadow-alpha: 100%;
2489
- --tw-ring-color: initial;
2490
- --tw-ring-shadow: 0 0 #0000;
2491
- --tw-inset-ring-color: initial;
2492
- --tw-inset-ring-shadow: 0 0 #0000;
2493
- --tw-ring-inset: initial;
2494
- --tw-ring-offset-width: 0px;
2495
- --tw-ring-offset-color: #fff;
2496
- --tw-ring-offset-shadow: 0 0 #0000;
2497
- --tw-outline-style: solid;
2498
- --tw-blur: initial;
2499
- --tw-brightness: initial;
2500
- --tw-contrast: initial;
2501
- --tw-grayscale: initial;
2502
- --tw-hue-rotate: initial;
2503
- --tw-invert: initial;
2504
- --tw-opacity: initial;
2505
- --tw-saturate: initial;
2506
- --tw-sepia: initial;
2507
- --tw-drop-shadow: initial;
2508
- --tw-drop-shadow-color: initial;
2509
- --tw-drop-shadow-alpha: 100%;
2510
- --tw-drop-shadow-size: initial;
2511
- --tw-duration: initial;
2512
- --tw-ease: initial;
2513
- }
2514
- }
2515
- `