@powerhousedao/powerhouse-vetra-packages 6.0.0-dev.100

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 (256) hide show
  1. package/LICENSE +661 -0
  2. package/dist/document-models/document-models.d.ts +3 -0
  3. package/dist/document-models/document-models.d.ts.map +1 -0
  4. package/dist/document-models/document-models.js +2 -0
  5. package/dist/document-models/document-models.js.map +1 -0
  6. package/dist/editors/document-model-editor/components/button.d.ts +2 -0
  7. package/dist/editors/document-model-editor/components/button.d.ts.map +1 -0
  8. package/dist/editors/document-model-editor/components/button.js +8 -0
  9. package/dist/editors/document-model-editor/components/button.js.map +1 -0
  10. package/dist/editors/document-model-editor/components/code-editors/constants.d.ts +3 -0
  11. package/dist/editors/document-model-editor/components/code-editors/constants.d.ts.map +1 -0
  12. package/dist/editors/document-model-editor/components/code-editors/constants.js +38 -0
  13. package/dist/editors/document-model-editor/components/code-editors/constants.js.map +1 -0
  14. package/dist/editors/document-model-editor/components/code-editors/factories.d.ts +4 -0
  15. package/dist/editors/document-model-editor/components/code-editors/factories.d.ts.map +1 -0
  16. package/dist/editors/document-model-editor/components/code-editors/factories.js +47 -0
  17. package/dist/editors/document-model-editor/components/code-editors/factories.js.map +1 -0
  18. package/dist/editors/document-model-editor/components/code-editors/graphql-editor.d.ts +10 -0
  19. package/dist/editors/document-model-editor/components/code-editors/graphql-editor.d.ts.map +1 -0
  20. package/dist/editors/document-model-editor/components/code-editors/graphql-editor.js +73 -0
  21. package/dist/editors/document-model-editor/components/code-editors/graphql-editor.js.map +1 -0
  22. package/dist/editors/document-model-editor/components/code-editors/hooks.d.ts +23 -0
  23. package/dist/editors/document-model-editor/components/code-editors/hooks.d.ts.map +1 -0
  24. package/dist/editors/document-model-editor/components/code-editors/hooks.js +59 -0
  25. package/dist/editors/document-model-editor/components/code-editors/hooks.js.map +1 -0
  26. package/dist/editors/document-model-editor/components/code-editors/json-editor.d.ts +8 -0
  27. package/dist/editors/document-model-editor/components/code-editors/json-editor.d.ts.map +1 -0
  28. package/dist/editors/document-model-editor/components/code-editors/json-editor.js +47 -0
  29. package/dist/editors/document-model-editor/components/code-editors/json-editor.js.map +1 -0
  30. package/dist/editors/document-model-editor/components/code-editors/linting.d.ts +6 -0
  31. package/dist/editors/document-model-editor/components/code-editors/linting.d.ts.map +1 -0
  32. package/dist/editors/document-model-editor/components/code-editors/linting.js +59 -0
  33. package/dist/editors/document-model-editor/components/code-editors/linting.js.map +1 -0
  34. package/dist/editors/document-model-editor/components/divider.d.ts +8 -0
  35. package/dist/editors/document-model-editor/components/divider.d.ts.map +1 -0
  36. package/dist/editors/document-model-editor/components/divider.js +22 -0
  37. package/dist/editors/document-model-editor/components/divider.js.map +1 -0
  38. package/dist/editors/document-model-editor/components/errors.d.ts +6 -0
  39. package/dist/editors/document-model-editor/components/errors.d.ts.map +1 -0
  40. package/dist/editors/document-model-editor/components/errors.js +5 -0
  41. package/dist/editors/document-model-editor/components/errors.js.map +1 -0
  42. package/dist/editors/document-model-editor/components/form.d.ts +12 -0
  43. package/dist/editors/document-model-editor/components/form.d.ts.map +1 -0
  44. package/dist/editors/document-model-editor/components/form.js +43 -0
  45. package/dist/editors/document-model-editor/components/form.js.map +1 -0
  46. package/dist/editors/document-model-editor/components/input.d.ts +6 -0
  47. package/dist/editors/document-model-editor/components/input.d.ts.map +1 -0
  48. package/dist/editors/document-model-editor/components/input.js +9 -0
  49. package/dist/editors/document-model-editor/components/input.js.map +1 -0
  50. package/dist/editors/document-model-editor/components/label.d.ts +6 -0
  51. package/dist/editors/document-model-editor/components/label.d.ts.map +1 -0
  52. package/dist/editors/document-model-editor/components/label.js +10 -0
  53. package/dist/editors/document-model-editor/components/label.js.map +1 -0
  54. package/dist/editors/document-model-editor/components/model-metadata-form.d.ts +31 -0
  55. package/dist/editors/document-model-editor/components/model-metadata-form.d.ts.map +1 -0
  56. package/dist/editors/document-model-editor/components/model-metadata-form.js +70 -0
  57. package/dist/editors/document-model-editor/components/model-metadata-form.js.map +1 -0
  58. package/dist/editors/document-model-editor/components/module-form.d.ts +10 -0
  59. package/dist/editors/document-model-editor/components/module-form.d.ts.map +1 -0
  60. package/dist/editors/document-model-editor/components/module-form.js +22 -0
  61. package/dist/editors/document-model-editor/components/module-form.js.map +1 -0
  62. package/dist/editors/document-model-editor/components/module.d.ts +22 -0
  63. package/dist/editors/document-model-editor/components/module.d.ts.map +1 -0
  64. package/dist/editors/document-model-editor/components/module.js +10 -0
  65. package/dist/editors/document-model-editor/components/module.js.map +1 -0
  66. package/dist/editors/document-model-editor/components/modules.d.ts +20 -0
  67. package/dist/editors/document-model-editor/components/modules.d.ts.map +1 -0
  68. package/dist/editors/document-model-editor/components/modules.js +17 -0
  69. package/dist/editors/document-model-editor/components/modules.js.map +1 -0
  70. package/dist/editors/document-model-editor/components/operation-description-form.d.ts +9 -0
  71. package/dist/editors/document-model-editor/components/operation-description-form.d.ts.map +1 -0
  72. package/dist/editors/document-model-editor/components/operation-description-form.js +13 -0
  73. package/dist/editors/document-model-editor/components/operation-description-form.js.map +1 -0
  74. package/dist/editors/document-model-editor/components/operation-error-form.d.ts +13 -0
  75. package/dist/editors/document-model-editor/components/operation-error-form.d.ts.map +1 -0
  76. package/dist/editors/document-model-editor/components/operation-error-form.js +40 -0
  77. package/dist/editors/document-model-editor/components/operation-error-form.js.map +1 -0
  78. package/dist/editors/document-model-editor/components/operation-errors.d.ts +10 -0
  79. package/dist/editors/document-model-editor/components/operation-errors.d.ts.map +1 -0
  80. package/dist/editors/document-model-editor/components/operation-errors.js +17 -0
  81. package/dist/editors/document-model-editor/components/operation-errors.js.map +1 -0
  82. package/dist/editors/document-model-editor/components/operation-form.d.ts +13 -0
  83. package/dist/editors/document-model-editor/components/operation-form.d.ts.map +1 -0
  84. package/dist/editors/document-model-editor/components/operation-form.js +37 -0
  85. package/dist/editors/document-model-editor/components/operation-form.js.map +1 -0
  86. package/dist/editors/document-model-editor/components/operation.d.ts +23 -0
  87. package/dist/editors/document-model-editor/components/operation.d.ts.map +1 -0
  88. package/dist/editors/document-model-editor/components/operation.js +25 -0
  89. package/dist/editors/document-model-editor/components/operation.js.map +1 -0
  90. package/dist/editors/document-model-editor/components/operations.d.ts +18 -0
  91. package/dist/editors/document-model-editor/components/operations.d.ts.map +1 -0
  92. package/dist/editors/document-model-editor/components/operations.js +20 -0
  93. package/dist/editors/document-model-editor/components/operations.js.map +1 -0
  94. package/dist/editors/document-model-editor/components/state-error.d.ts +5 -0
  95. package/dist/editors/document-model-editor/components/state-error.d.ts.map +1 -0
  96. package/dist/editors/document-model-editor/components/state-error.js +21 -0
  97. package/dist/editors/document-model-editor/components/state-error.js.map +1 -0
  98. package/dist/editors/document-model-editor/components/state-schemas.d.ts +15 -0
  99. package/dist/editors/document-model-editor/components/state-schemas.d.ts.map +1 -0
  100. package/dist/editors/document-model-editor/components/state-schemas.js +81 -0
  101. package/dist/editors/document-model-editor/components/state-schemas.js.map +1 -0
  102. package/dist/editors/document-model-editor/components/tabs.d.ts +8 -0
  103. package/dist/editors/document-model-editor/components/tabs.d.ts.map +1 -0
  104. package/dist/editors/document-model-editor/components/tabs.js +13 -0
  105. package/dist/editors/document-model-editor/components/tabs.js.map +1 -0
  106. package/dist/editors/document-model-editor/components/text-area.d.ts +9 -0
  107. package/dist/editors/document-model-editor/components/text-area.d.ts.map +1 -0
  108. package/dist/editors/document-model-editor/components/text-area.js +27 -0
  109. package/dist/editors/document-model-editor/components/text-area.js.map +1 -0
  110. package/dist/editors/document-model-editor/components/text-field.d.ts +21 -0
  111. package/dist/editors/document-model-editor/components/text-field.d.ts.map +1 -0
  112. package/dist/editors/document-model-editor/components/text-field.js +80 -0
  113. package/dist/editors/document-model-editor/components/text-field.js.map +1 -0
  114. package/dist/editors/document-model-editor/config.d.ts +3 -0
  115. package/dist/editors/document-model-editor/config.d.ts.map +1 -0
  116. package/dist/editors/document-model-editor/config.js +4 -0
  117. package/dist/editors/document-model-editor/config.js.map +1 -0
  118. package/dist/editors/document-model-editor/constants/documents.d.ts +13 -0
  119. package/dist/editors/document-model-editor/constants/documents.d.ts.map +1 -0
  120. package/dist/editors/document-model-editor/constants/documents.js +18 -0
  121. package/dist/editors/document-model-editor/constants/documents.js.map +1 -0
  122. package/dist/editors/document-model-editor/constants/graphql-kinds.d.ts +9 -0
  123. package/dist/editors/document-model-editor/constants/graphql-kinds.d.ts.map +1 -0
  124. package/dist/editors/document-model-editor/constants/graphql-kinds.js +13 -0
  125. package/dist/editors/document-model-editor/constants/graphql-kinds.js.map +1 -0
  126. package/dist/editors/document-model-editor/context/form-context.d.ts +11 -0
  127. package/dist/editors/document-model-editor/context/form-context.d.ts.map +1 -0
  128. package/dist/editors/document-model-editor/context/form-context.js +4 -0
  129. package/dist/editors/document-model-editor/context/form-context.js.map +1 -0
  130. package/dist/editors/document-model-editor/context/schema-context.d.ts +18 -0
  131. package/dist/editors/document-model-editor/context/schema-context.d.ts.map +1 -0
  132. package/dist/editors/document-model-editor/context/schema-context.js +129 -0
  133. package/dist/editors/document-model-editor/context/schema-context.js.map +1 -0
  134. package/dist/editors/document-model-editor/editor.d.ts +2 -0
  135. package/dist/editors/document-model-editor/editor.d.ts.map +1 -0
  136. package/dist/editors/document-model-editor/editor.js +217 -0
  137. package/dist/editors/document-model-editor/editor.js.map +1 -0
  138. package/dist/editors/document-model-editor/hooks/index.d.ts +3 -0
  139. package/dist/editors/document-model-editor/hooks/index.d.ts.map +1 -0
  140. package/dist/editors/document-model-editor/hooks/index.js +3 -0
  141. package/dist/editors/document-model-editor/hooks/index.js.map +1 -0
  142. package/dist/editors/document-model-editor/hooks/useDocumentModelDocument.d.ts +5 -0
  143. package/dist/editors/document-model-editor/hooks/useDocumentModelDocument.d.ts.map +1 -0
  144. package/dist/editors/document-model-editor/hooks/useDocumentModelDocument.js +8 -0
  145. package/dist/editors/document-model-editor/hooks/useDocumentModelDocument.js.map +1 -0
  146. package/dist/editors/document-model-editor/hooks/useFormField.d.ts +13 -0
  147. package/dist/editors/document-model-editor/hooks/useFormField.d.ts.map +1 -0
  148. package/dist/editors/document-model-editor/hooks/useFormField.js +22 -0
  149. package/dist/editors/document-model-editor/hooks/useFormField.js.map +1 -0
  150. package/dist/editors/document-model-editor/index.d.ts +2 -0
  151. package/dist/editors/document-model-editor/index.d.ts.map +1 -0
  152. package/dist/editors/document-model-editor/index.js +2 -0
  153. package/dist/editors/document-model-editor/index.js.map +1 -0
  154. package/dist/editors/document-model-editor/module.d.ts +3 -0
  155. package/dist/editors/document-model-editor/module.d.ts.map +1 -0
  156. package/dist/editors/document-model-editor/module.js +10 -0
  157. package/dist/editors/document-model-editor/module.js.map +1 -0
  158. package/dist/editors/document-model-editor/schemas/inputs.d.ts +31 -0
  159. package/dist/editors/document-model-editor/schemas/inputs.d.ts.map +1 -0
  160. package/dist/editors/document-model-editor/schemas/inputs.js +71 -0
  161. package/dist/editors/document-model-editor/schemas/inputs.js.map +1 -0
  162. package/dist/editors/document-model-editor/schemas/utils.d.ts +3 -0
  163. package/dist/editors/document-model-editor/schemas/utils.d.ts.map +1 -0
  164. package/dist/editors/document-model-editor/schemas/utils.js +3 -0
  165. package/dist/editors/document-model-editor/schemas/utils.js.map +1 -0
  166. package/dist/editors/document-model-editor/types/documents.d.ts +26 -0
  167. package/dist/editors/document-model-editor/types/documents.d.ts.map +1 -0
  168. package/dist/editors/document-model-editor/types/documents.js +2 -0
  169. package/dist/editors/document-model-editor/types/documents.js.map +1 -0
  170. package/dist/editors/document-model-editor/types.d.ts +2 -0
  171. package/dist/editors/document-model-editor/types.d.ts.map +1 -0
  172. package/dist/editors/document-model-editor/types.js +2 -0
  173. package/dist/editors/document-model-editor/types.js.map +1 -0
  174. package/dist/editors/document-model-editor/utils/helpers.d.ts +112 -0
  175. package/dist/editors/document-model-editor/utils/helpers.d.ts.map +1 -0
  176. package/dist/editors/document-model-editor/utils/helpers.js +920 -0
  177. package/dist/editors/document-model-editor/utils/helpers.js.map +1 -0
  178. package/dist/editors/document-model-editor/utils/helpers.test.d.ts +2 -0
  179. package/dist/editors/document-model-editor/utils/helpers.test.d.ts.map +1 -0
  180. package/dist/editors/document-model-editor/utils/helpers.test.js +805 -0
  181. package/dist/editors/document-model-editor/utils/helpers.test.js.map +1 -0
  182. package/dist/editors/document-model-editor/utils/linting.d.ts +7 -0
  183. package/dist/editors/document-model-editor/utils/linting.d.ts.map +1 -0
  184. package/dist/editors/document-model-editor/utils/linting.js +49 -0
  185. package/dist/editors/document-model-editor/utils/linting.js.map +1 -0
  186. package/dist/editors/document-model-editor/utils/style.d.ts +3 -0
  187. package/dist/editors/document-model-editor/utils/style.d.ts.map +1 -0
  188. package/dist/editors/document-model-editor/utils/style.js +6 -0
  189. package/dist/editors/document-model-editor/utils/style.js.map +1 -0
  190. package/dist/editors/editors.d.ts +3 -0
  191. package/dist/editors/editors.d.ts.map +1 -0
  192. package/dist/editors/editors.js +7 -0
  193. package/dist/editors/editors.js.map +1 -0
  194. package/dist/editors/generic-drive-explorer/components/create-document.d.ts +2 -0
  195. package/dist/editors/generic-drive-explorer/components/create-document.d.ts.map +1 -0
  196. package/dist/editors/generic-drive-explorer/components/create-document.js +19 -0
  197. package/dist/editors/generic-drive-explorer/components/create-document.js.map +1 -0
  198. package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts +2 -0
  199. package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts.map +1 -0
  200. package/dist/editors/generic-drive-explorer/components/file-content-view.js +77 -0
  201. package/dist/editors/generic-drive-explorer/components/file-content-view.js.map +1 -0
  202. package/dist/editors/generic-drive-explorer/components/folder-view.d.ts +5 -0
  203. package/dist/editors/generic-drive-explorer/components/folder-view.d.ts.map +1 -0
  204. package/dist/editors/generic-drive-explorer/components/folder-view.js +19 -0
  205. package/dist/editors/generic-drive-explorer/components/folder-view.js.map +1 -0
  206. package/dist/editors/generic-drive-explorer/components/index.d.ts +6 -0
  207. package/dist/editors/generic-drive-explorer/components/index.d.ts.map +1 -0
  208. package/dist/editors/generic-drive-explorer/components/index.js +6 -0
  209. package/dist/editors/generic-drive-explorer/components/index.js.map +1 -0
  210. package/dist/editors/generic-drive-explorer/components/layout.d.ts +12 -0
  211. package/dist/editors/generic-drive-explorer/components/layout.d.ts.map +1 -0
  212. package/dist/editors/generic-drive-explorer/components/layout.js +21 -0
  213. package/dist/editors/generic-drive-explorer/components/layout.js.map +1 -0
  214. package/dist/editors/generic-drive-explorer/components/search-bar.d.ts +2 -0
  215. package/dist/editors/generic-drive-explorer/components/search-bar.d.ts.map +1 -0
  216. package/dist/editors/generic-drive-explorer/components/search-bar.js +38 -0
  217. package/dist/editors/generic-drive-explorer/components/search-bar.js.map +1 -0
  218. package/dist/editors/generic-drive-explorer/config.d.ts +3 -0
  219. package/dist/editors/generic-drive-explorer/config.d.ts.map +1 -0
  220. package/dist/editors/generic-drive-explorer/config.js +5 -0
  221. package/dist/editors/generic-drive-explorer/config.js.map +1 -0
  222. package/dist/editors/generic-drive-explorer/editor.d.ts +3 -0
  223. package/dist/editors/generic-drive-explorer/editor.d.ts.map +1 -0
  224. package/dist/editors/generic-drive-explorer/editor.js +16 -0
  225. package/dist/editors/generic-drive-explorer/editor.js.map +1 -0
  226. package/dist/editors/generic-drive-explorer/index.d.ts +3 -0
  227. package/dist/editors/generic-drive-explorer/index.d.ts.map +1 -0
  228. package/dist/editors/generic-drive-explorer/index.js +3 -0
  229. package/dist/editors/generic-drive-explorer/index.js.map +1 -0
  230. package/dist/editors/generic-drive-explorer/module.d.ts +3 -0
  231. package/dist/editors/generic-drive-explorer/module.d.ts.map +1 -0
  232. package/dist/editors/generic-drive-explorer/module.js +10 -0
  233. package/dist/editors/generic-drive-explorer/module.js.map +1 -0
  234. package/dist/editors/generic-drive-explorer/utils/cn.d.ts +3 -0
  235. package/dist/editors/generic-drive-explorer/utils/cn.d.ts.map +1 -0
  236. package/dist/editors/generic-drive-explorer/utils/cn.js +6 -0
  237. package/dist/editors/generic-drive-explorer/utils/cn.js.map +1 -0
  238. package/dist/editors/generic-drive-explorer/utils/index.d.ts +3 -0
  239. package/dist/editors/generic-drive-explorer/utils/index.d.ts.map +1 -0
  240. package/dist/editors/generic-drive-explorer/utils/index.js +3 -0
  241. package/dist/editors/generic-drive-explorer/utils/index.js.map +1 -0
  242. package/dist/editors/generic-drive-explorer/utils/types.d.ts +8 -0
  243. package/dist/editors/generic-drive-explorer/utils/types.d.ts.map +1 -0
  244. package/dist/editors/generic-drive-explorer/utils/types.js +2 -0
  245. package/dist/editors/generic-drive-explorer/utils/types.js.map +1 -0
  246. package/dist/editors/index.d.ts +3 -0
  247. package/dist/editors/index.d.ts.map +1 -0
  248. package/dist/editors/index.js +3 -0
  249. package/dist/editors/index.js.map +1 -0
  250. package/dist/editors/style.css +909 -0
  251. package/dist/index.d.ts +3 -0
  252. package/dist/index.d.ts.map +1 -0
  253. package/dist/index.js +3 -0
  254. package/dist/index.js.map +1 -0
  255. package/dist/tsconfig.tsbuildinfo +1 -0
  256. package/package.json +93 -0
@@ -0,0 +1,909 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: "Inter", sans-serif;
7
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
8
+ "Courier New", monospace;
9
+ --color-red-600: hsl(4 81% 74%);
10
+ --color-red-800: hsl(5 81% 61%);
11
+ --color-red-900: hsl(5 81% 56%);
12
+ --color-blue-100: hsl(209 100% 90%);
13
+ --color-slate-50: hsl(210 20% 96%);
14
+ --color-gray-50: hsl(0 0% 99%);
15
+ --color-gray-100: hsl(0 0% 96%);
16
+ --color-gray-200: hsl(0 0% 94%);
17
+ --color-gray-300: hsl(210 3% 85%);
18
+ --color-gray-400: hsl(180 2% 78%);
19
+ --color-gray-500: hsl(200 2% 63%);
20
+ --color-gray-600: hsl(200 4% 44%);
21
+ --color-gray-700: hsl(189 5% 29%);
22
+ --color-gray-800: hsl(200 4% 26%);
23
+ --color-gray-900: hsl(192 5% 21%);
24
+ --spacing: 0.25rem;
25
+ --container-sm: 24rem;
26
+ --container-6xl: 72rem;
27
+ --text-sm: 0.875rem;
28
+ --text-sm--line-height: calc(1.25 / 0.875);
29
+ --text-base: 1rem;
30
+ --text-base--line-height: calc(1.5 / 1);
31
+ --text-lg: 1.125rem;
32
+ --text-lg--line-height: calc(1.75 / 1.125);
33
+ --text-xl: 1.25rem;
34
+ --text-xl--line-height: calc(1.75 / 1.25);
35
+ --font-weight-medium: 500;
36
+ --font-weight-semibold: 600;
37
+ --font-weight-bold: 700;
38
+ --radius-md: 0.375rem;
39
+ --radius-lg: 0.5rem;
40
+ --radius-xl: 0.75rem;
41
+ --radius-3xl: 1.5rem;
42
+ --default-transition-duration: 150ms;
43
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
44
+ --default-font-family: var(--font-sans);
45
+ --default-mono-font-family: var(--font-mono);
46
+ }
47
+ }
48
+ @layer base {
49
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
50
+ box-sizing: border-box;
51
+ margin: 0;
52
+ padding: 0;
53
+ border: 0 solid;
54
+ }
55
+ html, :host {
56
+ line-height: 1.5;
57
+ -webkit-text-size-adjust: 100%;
58
+ tab-size: 4;
59
+ 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");
60
+ font-feature-settings: var(--default-font-feature-settings, normal);
61
+ font-variation-settings: var(--default-font-variation-settings, normal);
62
+ -webkit-tap-highlight-color: transparent;
63
+ }
64
+ hr {
65
+ height: 0;
66
+ color: inherit;
67
+ border-top-width: 1px;
68
+ }
69
+ abbr:where([title]) {
70
+ -webkit-text-decoration: underline dotted;
71
+ text-decoration: underline dotted;
72
+ }
73
+ h1, h2, h3, h4, h5, h6 {
74
+ font-size: inherit;
75
+ font-weight: inherit;
76
+ }
77
+ a {
78
+ color: inherit;
79
+ -webkit-text-decoration: inherit;
80
+ text-decoration: inherit;
81
+ }
82
+ b, strong {
83
+ font-weight: bolder;
84
+ }
85
+ code, kbd, samp, pre {
86
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
87
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
88
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
89
+ font-size: 1em;
90
+ }
91
+ small {
92
+ font-size: 80%;
93
+ }
94
+ sub, sup {
95
+ font-size: 75%;
96
+ line-height: 0;
97
+ position: relative;
98
+ vertical-align: baseline;
99
+ }
100
+ sub {
101
+ bottom: -0.25em;
102
+ }
103
+ sup {
104
+ top: -0.5em;
105
+ }
106
+ table {
107
+ text-indent: 0;
108
+ border-color: inherit;
109
+ border-collapse: collapse;
110
+ }
111
+ :-moz-focusring {
112
+ outline: auto;
113
+ }
114
+ progress {
115
+ vertical-align: baseline;
116
+ }
117
+ summary {
118
+ display: list-item;
119
+ }
120
+ ol, ul, menu {
121
+ list-style: none;
122
+ }
123
+ img, svg, video, canvas, audio, iframe, embed, object {
124
+ display: block;
125
+ vertical-align: middle;
126
+ }
127
+ img, video {
128
+ max-width: 100%;
129
+ height: auto;
130
+ }
131
+ button, input, select, optgroup, textarea, ::file-selector-button {
132
+ font: inherit;
133
+ font-feature-settings: inherit;
134
+ font-variation-settings: inherit;
135
+ letter-spacing: inherit;
136
+ color: inherit;
137
+ border-radius: 0;
138
+ background-color: transparent;
139
+ opacity: 1;
140
+ }
141
+ :where(select:is([multiple], [size])) optgroup {
142
+ font-weight: bolder;
143
+ }
144
+ :where(select:is([multiple], [size])) optgroup option {
145
+ padding-inline-start: 20px;
146
+ }
147
+ ::file-selector-button {
148
+ margin-inline-end: 4px;
149
+ }
150
+ ::placeholder {
151
+ opacity: 1;
152
+ }
153
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
154
+ ::placeholder {
155
+ color: currentcolor;
156
+ @supports (color: color-mix(in lab, red, red)) {
157
+ color: color-mix(in oklab, currentcolor 50%, transparent);
158
+ }
159
+ }
160
+ }
161
+ textarea {
162
+ resize: vertical;
163
+ }
164
+ ::-webkit-search-decoration {
165
+ -webkit-appearance: none;
166
+ }
167
+ ::-webkit-date-and-time-value {
168
+ min-height: 1lh;
169
+ text-align: inherit;
170
+ }
171
+ ::-webkit-datetime-edit {
172
+ display: inline-flex;
173
+ }
174
+ ::-webkit-datetime-edit-fields-wrapper {
175
+ padding: 0;
176
+ }
177
+ ::-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 {
178
+ padding-block: 0;
179
+ }
180
+ ::-webkit-calendar-picker-indicator {
181
+ line-height: 1;
182
+ }
183
+ :-moz-ui-invalid {
184
+ box-shadow: none;
185
+ }
186
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
187
+ appearance: button;
188
+ }
189
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
190
+ height: auto;
191
+ }
192
+ [hidden]:where(:not([hidden="until-found"])) {
193
+ display: none !important;
194
+ }
195
+ }
196
+ @layer utilities {
197
+ .absolute {
198
+ position: absolute;
199
+ }
200
+ .relative {
201
+ position: relative;
202
+ }
203
+ .top-1 {
204
+ top: calc(var(--spacing) * 1);
205
+ }
206
+ .top-8 {
207
+ top: calc(var(--spacing) * 8);
208
+ }
209
+ .right-1 {
210
+ right: calc(var(--spacing) * 1);
211
+ }
212
+ .col-span-1 {
213
+ grid-column: span 1 / span 1;
214
+ }
215
+ .col-span-2 {
216
+ grid-column: span 2 / span 2;
217
+ }
218
+ .m-4 {
219
+ margin: calc(var(--spacing) * 4);
220
+ }
221
+ .mx-auto {
222
+ margin-inline: auto;
223
+ }
224
+ .my-2 {
225
+ margin-block: calc(var(--spacing) * 2);
226
+ }
227
+ .my-4 {
228
+ margin-block: calc(var(--spacing) * 4);
229
+ }
230
+ .my-6 {
231
+ margin-block: calc(var(--spacing) * 6);
232
+ }
233
+ .my-8 {
234
+ margin-block: calc(var(--spacing) * 8);
235
+ }
236
+ .mt-1 {
237
+ margin-top: calc(var(--spacing) * 1);
238
+ }
239
+ .mt-2 {
240
+ margin-top: calc(var(--spacing) * 2);
241
+ }
242
+ .mt-4 {
243
+ margin-top: calc(var(--spacing) * 4);
244
+ }
245
+ .mt-6 {
246
+ margin-top: calc(var(--spacing) * 6);
247
+ }
248
+ .mb-2 {
249
+ margin-bottom: calc(var(--spacing) * 2);
250
+ }
251
+ .mb-3 {
252
+ margin-bottom: calc(var(--spacing) * 3);
253
+ }
254
+ .mb-4 {
255
+ margin-bottom: calc(var(--spacing) * 4);
256
+ }
257
+ .mb-5 {
258
+ margin-bottom: calc(var(--spacing) * 5);
259
+ }
260
+ .mb-6 {
261
+ margin-bottom: calc(var(--spacing) * 6);
262
+ }
263
+ .mb-8 {
264
+ margin-bottom: calc(var(--spacing) * 8);
265
+ }
266
+ .ml-4 {
267
+ margin-left: calc(var(--spacing) * 4);
268
+ }
269
+ .flex {
270
+ display: flex;
271
+ }
272
+ .grid {
273
+ display: grid;
274
+ }
275
+ .hidden {
276
+ display: none;
277
+ }
278
+ .inline-block {
279
+ display: inline-block;
280
+ }
281
+ .size-0 {
282
+ width: calc(var(--spacing) * 0);
283
+ height: calc(var(--spacing) * 0);
284
+ }
285
+ .size-6 {
286
+ width: calc(var(--spacing) * 6);
287
+ height: calc(var(--spacing) * 6);
288
+ }
289
+ .h-1 {
290
+ height: calc(var(--spacing) * 1);
291
+ }
292
+ .h-1\.5 {
293
+ height: calc(var(--spacing) * 1.5);
294
+ }
295
+ .h-4 {
296
+ height: calc(var(--spacing) * 4);
297
+ }
298
+ .h-9 {
299
+ height: calc(var(--spacing) * 9);
300
+ }
301
+ .h-10 {
302
+ height: calc(var(--spacing) * 10);
303
+ }
304
+ .h-full {
305
+ height: 100%;
306
+ }
307
+ .h-px {
308
+ height: 1px;
309
+ }
310
+ .min-h-0 {
311
+ min-height: calc(var(--spacing) * 0);
312
+ }
313
+ .min-h-10 {
314
+ min-height: calc(var(--spacing) * 10);
315
+ }
316
+ .min-h-dvh {
317
+ min-height: 100dvh;
318
+ }
319
+ .w-1\/2 {
320
+ width: calc(1/2 * 100%);
321
+ }
322
+ .w-4 {
323
+ width: calc(var(--spacing) * 4);
324
+ }
325
+ .w-fit {
326
+ width: fit-content;
327
+ }
328
+ .w-full {
329
+ width: 100%;
330
+ }
331
+ .max-w-6xl {
332
+ max-width: var(--container-6xl);
333
+ }
334
+ .max-w-sm {
335
+ max-width: var(--container-sm);
336
+ }
337
+ .flex-0 {
338
+ flex: 0;
339
+ }
340
+ .flex-1 {
341
+ flex: 1;
342
+ }
343
+ .shrink-0 {
344
+ flex-shrink: 0;
345
+ }
346
+ .grow {
347
+ flex-grow: 1;
348
+ }
349
+ .rotate-0 {
350
+ rotate: 0deg;
351
+ }
352
+ .rotate-180 {
353
+ rotate: 180deg;
354
+ }
355
+ .transform {
356
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
357
+ }
358
+ .cursor-pointer {
359
+ cursor: pointer;
360
+ }
361
+ .resize {
362
+ resize: both;
363
+ }
364
+ .resize-none {
365
+ resize: none;
366
+ }
367
+ .list-disc {
368
+ list-style-type: disc;
369
+ }
370
+ .grid-cols-2 {
371
+ grid-template-columns: repeat(2, minmax(0, 1fr));
372
+ }
373
+ .grid-cols-3 {
374
+ grid-template-columns: repeat(3, minmax(0, 1fr));
375
+ }
376
+ .grid-rows-\[auto\,1fr\] {
377
+ grid-template-rows: auto,1fr;
378
+ }
379
+ .flex-col {
380
+ flex-direction: column;
381
+ }
382
+ .flex-wrap {
383
+ flex-wrap: wrap;
384
+ }
385
+ .items-center {
386
+ align-items: center;
387
+ }
388
+ .items-end {
389
+ align-items: flex-end;
390
+ }
391
+ .items-start {
392
+ align-items: flex-start;
393
+ }
394
+ .justify-center {
395
+ justify-content: center;
396
+ }
397
+ .gap-2 {
398
+ gap: calc(var(--spacing) * 2);
399
+ }
400
+ .gap-4 {
401
+ gap: calc(var(--spacing) * 4);
402
+ }
403
+ .gap-x-12 {
404
+ column-gap: calc(var(--spacing) * 12);
405
+ }
406
+ .overflow-auto {
407
+ overflow: auto;
408
+ }
409
+ .overflow-hidden {
410
+ overflow: hidden;
411
+ }
412
+ .overflow-visible {
413
+ overflow: visible;
414
+ }
415
+ .rounded {
416
+ border-radius: 0.25rem;
417
+ }
418
+ .rounded-3xl {
419
+ border-radius: var(--radius-3xl);
420
+ }
421
+ .rounded-lg {
422
+ border-radius: var(--radius-lg);
423
+ }
424
+ .rounded-md {
425
+ border-radius: var(--radius-md);
426
+ }
427
+ .rounded-xl {
428
+ border-radius: var(--radius-xl);
429
+ }
430
+ .border {
431
+ border-style: var(--tw-border-style);
432
+ border-width: 1px;
433
+ }
434
+ .border-2 {
435
+ border-style: var(--tw-border-style);
436
+ border-width: 2px;
437
+ }
438
+ .border-dashed {
439
+ --tw-border-style: dashed;
440
+ border-style: dashed;
441
+ }
442
+ .border-none {
443
+ --tw-border-style: none;
444
+ border-style: none;
445
+ }
446
+ .border-blue-100 {
447
+ border-color: var(--color-blue-100);
448
+ }
449
+ .border-gray-200 {
450
+ border-color: var(--color-gray-200);
451
+ }
452
+ .border-gray-300 {
453
+ border-color: var(--color-gray-300);
454
+ }
455
+ .border-gray-400 {
456
+ border-color: var(--color-gray-400);
457
+ }
458
+ .border-transparent {
459
+ border-color: transparent;
460
+ }
461
+ .bg-blue-100 {
462
+ background-color: var(--color-blue-100);
463
+ }
464
+ .bg-gray-50 {
465
+ background-color: var(--color-gray-50);
466
+ }
467
+ .bg-gray-100 {
468
+ background-color: var(--color-gray-100);
469
+ }
470
+ .bg-gray-200 {
471
+ background-color: var(--color-gray-200);
472
+ }
473
+ .bg-slate-50 {
474
+ background-color: var(--color-slate-50);
475
+ }
476
+ .bg-transparent {
477
+ background-color: transparent;
478
+ }
479
+ .p-1 {
480
+ padding: calc(var(--spacing) * 1);
481
+ }
482
+ .p-2 {
483
+ padding: calc(var(--spacing) * 2);
484
+ }
485
+ .p-6 {
486
+ padding: calc(var(--spacing) * 6);
487
+ }
488
+ .px-3 {
489
+ padding-inline: calc(var(--spacing) * 3);
490
+ }
491
+ .px-4 {
492
+ padding-inline: calc(var(--spacing) * 4);
493
+ }
494
+ .px-6 {
495
+ padding-inline: calc(var(--spacing) * 6);
496
+ }
497
+ .py-1 {
498
+ padding-block: calc(var(--spacing) * 1);
499
+ }
500
+ .py-2 {
501
+ padding-block: calc(var(--spacing) * 2);
502
+ }
503
+ .py-4 {
504
+ padding-block: calc(var(--spacing) * 4);
505
+ }
506
+ .pt-8 {
507
+ padding-top: calc(var(--spacing) * 8);
508
+ }
509
+ .pr-2 {
510
+ padding-right: calc(var(--spacing) * 2);
511
+ }
512
+ .pr-6 {
513
+ padding-right: calc(var(--spacing) * 6);
514
+ }
515
+ .pb-8 {
516
+ padding-bottom: calc(var(--spacing) * 8);
517
+ }
518
+ .pl-0 {
519
+ padding-left: calc(var(--spacing) * 0);
520
+ }
521
+ .pl-2 {
522
+ padding-left: calc(var(--spacing) * 2);
523
+ }
524
+ .text-right {
525
+ text-align: right;
526
+ }
527
+ .text-base {
528
+ font-size: var(--text-base);
529
+ line-height: var(--tw-leading, var(--text-base--line-height));
530
+ }
531
+ .text-lg {
532
+ font-size: var(--text-lg);
533
+ line-height: var(--tw-leading, var(--text-lg--line-height));
534
+ }
535
+ .text-sm {
536
+ font-size: var(--text-sm);
537
+ line-height: var(--tw-leading, var(--text-sm--line-height));
538
+ }
539
+ .text-xl {
540
+ font-size: var(--text-xl);
541
+ line-height: var(--tw-leading, var(--text-xl--line-height));
542
+ }
543
+ .text-\[0\.8rem\] {
544
+ font-size: 0.8rem;
545
+ }
546
+ .leading-none {
547
+ --tw-leading: 1;
548
+ line-height: 1;
549
+ }
550
+ .font-bold {
551
+ --tw-font-weight: var(--font-weight-bold);
552
+ font-weight: var(--font-weight-bold);
553
+ }
554
+ .font-medium {
555
+ --tw-font-weight: var(--font-weight-medium);
556
+ font-weight: var(--font-weight-medium);
557
+ }
558
+ .font-semibold {
559
+ --tw-font-weight: var(--font-weight-semibold);
560
+ font-weight: var(--font-weight-semibold);
561
+ }
562
+ .whitespace-nowrap {
563
+ white-space: nowrap;
564
+ }
565
+ .text-gray-400 {
566
+ color: var(--color-gray-400);
567
+ }
568
+ .text-gray-500 {
569
+ color: var(--color-gray-500);
570
+ }
571
+ .text-gray-600 {
572
+ color: var(--color-gray-600);
573
+ }
574
+ .text-gray-700 {
575
+ color: var(--color-gray-700);
576
+ }
577
+ .text-gray-800 {
578
+ color: var(--color-gray-800);
579
+ }
580
+ .text-gray-900 {
581
+ color: var(--color-gray-900);
582
+ }
583
+ .text-red-600 {
584
+ color: var(--color-red-600);
585
+ }
586
+ .text-red-800 {
587
+ color: var(--color-red-800);
588
+ }
589
+ .text-red-900 {
590
+ color: var(--color-red-900);
591
+ }
592
+ .capitalize {
593
+ text-transform: capitalize;
594
+ }
595
+ .lowercase {
596
+ text-transform: lowercase;
597
+ }
598
+ .uppercase {
599
+ text-transform: uppercase;
600
+ }
601
+ .shadow-\[inset_0px_0px_2px_rgba\(255\,255\,255\,0\.50\)\] {
602
+ --tw-shadow: inset 0px 0px 2px var(--tw-shadow-color, rgba(255,255,255,0.50));
603
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
604
+ }
605
+ .blur {
606
+ --tw-blur: blur(8px);
607
+ 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,);
608
+ }
609
+ .filter {
610
+ 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,);
611
+ }
612
+ .transition-all {
613
+ transition-property: all;
614
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
615
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
616
+ }
617
+ .transition-colors {
618
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
619
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
620
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
621
+ }
622
+ .transition-transform {
623
+ transition-property: transform, translate, scale, rotate;
624
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
625
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
626
+ }
627
+ .peer-disabled\:cursor-not-allowed {
628
+ &:is(:where(.peer):disabled ~ *) {
629
+ cursor: not-allowed;
630
+ }
631
+ }
632
+ .peer-disabled\:opacity-70 {
633
+ &:is(:where(.peer):disabled ~ *) {
634
+ opacity: 70%;
635
+ }
636
+ }
637
+ .placeholder\:text-gray-600 {
638
+ &::placeholder {
639
+ color: var(--color-gray-600);
640
+ }
641
+ }
642
+ .hover\:bg-gray-100 {
643
+ &:hover {
644
+ @media (hover: hover) {
645
+ background-color: var(--color-gray-100);
646
+ }
647
+ }
648
+ }
649
+ .hover\:text-gray-500 {
650
+ &:hover {
651
+ @media (hover: hover) {
652
+ color: var(--color-gray-500);
653
+ }
654
+ }
655
+ }
656
+ .hover\:text-gray-900 {
657
+ &:hover {
658
+ @media (hover: hover) {
659
+ color: var(--color-gray-900);
660
+ }
661
+ }
662
+ }
663
+ .focus-visible\:bg-gray-200 {
664
+ &:focus-visible {
665
+ background-color: var(--color-gray-200);
666
+ }
667
+ }
668
+ .focus-visible\:ring-2 {
669
+ &:focus-visible {
670
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
671
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
672
+ }
673
+ }
674
+ .focus-visible\:ring-offset-2 {
675
+ &:focus-visible {
676
+ --tw-ring-offset-width: 2px;
677
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
678
+ }
679
+ }
680
+ .focus-visible\:outline-none {
681
+ &:focus-visible {
682
+ --tw-outline-style: none;
683
+ outline-style: none;
684
+ }
685
+ }
686
+ .disabled\:pointer-events-none {
687
+ &:disabled {
688
+ pointer-events: none;
689
+ }
690
+ }
691
+ .disabled\:cursor-not-allowed {
692
+ &:disabled {
693
+ cursor: not-allowed;
694
+ }
695
+ }
696
+ .disabled\:opacity-50 {
697
+ &:disabled {
698
+ opacity: 50%;
699
+ }
700
+ }
701
+ .data-\[state\=active\]\:bg-gray-50 {
702
+ &[data-state="active"] {
703
+ background-color: var(--color-gray-50);
704
+ }
705
+ }
706
+ .data-\[state\=active\]\:text-gray-800 {
707
+ &[data-state="active"] {
708
+ color: var(--color-gray-800);
709
+ }
710
+ }
711
+ .data-\[state\=active\]\:shadow-\[0px_16px_16px_-4px_rgba\(0\,0\,0\,0\.10\)\] {
712
+ &[data-state="active"] {
713
+ --tw-shadow: 0px 16px 16px -4px var(--tw-shadow-color, rgba(0,0,0,0.10));
714
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
715
+ }
716
+ }
717
+ }
718
+ @property --tw-rotate-x {
719
+ syntax: "*";
720
+ inherits: false;
721
+ }
722
+ @property --tw-rotate-y {
723
+ syntax: "*";
724
+ inherits: false;
725
+ }
726
+ @property --tw-rotate-z {
727
+ syntax: "*";
728
+ inherits: false;
729
+ }
730
+ @property --tw-skew-x {
731
+ syntax: "*";
732
+ inherits: false;
733
+ }
734
+ @property --tw-skew-y {
735
+ syntax: "*";
736
+ inherits: false;
737
+ }
738
+ @property --tw-border-style {
739
+ syntax: "*";
740
+ inherits: false;
741
+ initial-value: solid;
742
+ }
743
+ @property --tw-leading {
744
+ syntax: "*";
745
+ inherits: false;
746
+ }
747
+ @property --tw-font-weight {
748
+ syntax: "*";
749
+ inherits: false;
750
+ }
751
+ @property --tw-shadow {
752
+ syntax: "*";
753
+ inherits: false;
754
+ initial-value: 0 0 #0000;
755
+ }
756
+ @property --tw-shadow-color {
757
+ syntax: "*";
758
+ inherits: false;
759
+ }
760
+ @property --tw-shadow-alpha {
761
+ syntax: "<percentage>";
762
+ inherits: false;
763
+ initial-value: 100%;
764
+ }
765
+ @property --tw-inset-shadow {
766
+ syntax: "*";
767
+ inherits: false;
768
+ initial-value: 0 0 #0000;
769
+ }
770
+ @property --tw-inset-shadow-color {
771
+ syntax: "*";
772
+ inherits: false;
773
+ }
774
+ @property --tw-inset-shadow-alpha {
775
+ syntax: "<percentage>";
776
+ inherits: false;
777
+ initial-value: 100%;
778
+ }
779
+ @property --tw-ring-color {
780
+ syntax: "*";
781
+ inherits: false;
782
+ }
783
+ @property --tw-ring-shadow {
784
+ syntax: "*";
785
+ inherits: false;
786
+ initial-value: 0 0 #0000;
787
+ }
788
+ @property --tw-inset-ring-color {
789
+ syntax: "*";
790
+ inherits: false;
791
+ }
792
+ @property --tw-inset-ring-shadow {
793
+ syntax: "*";
794
+ inherits: false;
795
+ initial-value: 0 0 #0000;
796
+ }
797
+ @property --tw-ring-inset {
798
+ syntax: "*";
799
+ inherits: false;
800
+ }
801
+ @property --tw-ring-offset-width {
802
+ syntax: "<length>";
803
+ inherits: false;
804
+ initial-value: 0px;
805
+ }
806
+ @property --tw-ring-offset-color {
807
+ syntax: "*";
808
+ inherits: false;
809
+ initial-value: #fff;
810
+ }
811
+ @property --tw-ring-offset-shadow {
812
+ syntax: "*";
813
+ inherits: false;
814
+ initial-value: 0 0 #0000;
815
+ }
816
+ @property --tw-blur {
817
+ syntax: "*";
818
+ inherits: false;
819
+ }
820
+ @property --tw-brightness {
821
+ syntax: "*";
822
+ inherits: false;
823
+ }
824
+ @property --tw-contrast {
825
+ syntax: "*";
826
+ inherits: false;
827
+ }
828
+ @property --tw-grayscale {
829
+ syntax: "*";
830
+ inherits: false;
831
+ }
832
+ @property --tw-hue-rotate {
833
+ syntax: "*";
834
+ inherits: false;
835
+ }
836
+ @property --tw-invert {
837
+ syntax: "*";
838
+ inherits: false;
839
+ }
840
+ @property --tw-opacity {
841
+ syntax: "*";
842
+ inherits: false;
843
+ }
844
+ @property --tw-saturate {
845
+ syntax: "*";
846
+ inherits: false;
847
+ }
848
+ @property --tw-sepia {
849
+ syntax: "*";
850
+ inherits: false;
851
+ }
852
+ @property --tw-drop-shadow {
853
+ syntax: "*";
854
+ inherits: false;
855
+ }
856
+ @property --tw-drop-shadow-color {
857
+ syntax: "*";
858
+ inherits: false;
859
+ }
860
+ @property --tw-drop-shadow-alpha {
861
+ syntax: "<percentage>";
862
+ inherits: false;
863
+ initial-value: 100%;
864
+ }
865
+ @property --tw-drop-shadow-size {
866
+ syntax: "*";
867
+ inherits: false;
868
+ }
869
+ @layer properties {
870
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
871
+ *, ::before, ::after, ::backdrop {
872
+ --tw-rotate-x: initial;
873
+ --tw-rotate-y: initial;
874
+ --tw-rotate-z: initial;
875
+ --tw-skew-x: initial;
876
+ --tw-skew-y: initial;
877
+ --tw-border-style: solid;
878
+ --tw-leading: initial;
879
+ --tw-font-weight: initial;
880
+ --tw-shadow: 0 0 #0000;
881
+ --tw-shadow-color: initial;
882
+ --tw-shadow-alpha: 100%;
883
+ --tw-inset-shadow: 0 0 #0000;
884
+ --tw-inset-shadow-color: initial;
885
+ --tw-inset-shadow-alpha: 100%;
886
+ --tw-ring-color: initial;
887
+ --tw-ring-shadow: 0 0 #0000;
888
+ --tw-inset-ring-color: initial;
889
+ --tw-inset-ring-shadow: 0 0 #0000;
890
+ --tw-ring-inset: initial;
891
+ --tw-ring-offset-width: 0px;
892
+ --tw-ring-offset-color: #fff;
893
+ --tw-ring-offset-shadow: 0 0 #0000;
894
+ --tw-blur: initial;
895
+ --tw-brightness: initial;
896
+ --tw-contrast: initial;
897
+ --tw-grayscale: initial;
898
+ --tw-hue-rotate: initial;
899
+ --tw-invert: initial;
900
+ --tw-opacity: initial;
901
+ --tw-saturate: initial;
902
+ --tw-sepia: initial;
903
+ --tw-drop-shadow: initial;
904
+ --tw-drop-shadow-color: initial;
905
+ --tw-drop-shadow-alpha: 100%;
906
+ --tw-drop-shadow-size: initial;
907
+ }
908
+ }
909
+ }