@bbki.ng/components 2.6.14 → 3.0.0

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 (149) hide show
  1. package/dist/Button.d.ts +1 -0
  2. package/dist/_virtual/_commonjsHelpers.mjs +6 -0
  3. package/dist/_virtual/index.mjs +4 -0
  4. package/dist/_virtual/jsx-runtime.mjs +7 -0
  5. package/dist/_virtual/jsx-runtime2.mjs +4 -0
  6. package/dist/_virtual/react-jsx-runtime.development.mjs +4 -0
  7. package/dist/_virtual/react-jsx-runtime.production.min.mjs +4 -0
  8. package/dist/article/Article.d.ts +11 -0
  9. package/dist/article/Article.mjs +43 -0
  10. package/dist/blink-dot/BlinkDot.d.ts +5 -0
  11. package/dist/blink-dot/BlinkDot.mjs +20 -0
  12. package/dist/blur-cover/BlurCover.d.ts +6 -0
  13. package/dist/blur-cover/BlurCover.mjs +28 -0
  14. package/dist/breadcrumb/Breadcrumb.d.ts +9 -0
  15. package/dist/breadcrumb/Breadcrumb.mjs +35 -0
  16. package/dist/button/Button.d.ts +18 -0
  17. package/dist/button/Button.mjs +35 -0
  18. package/dist/canvas/Canvas.d.ts +23 -0
  19. package/dist/canvas/Canvas.mjs +85 -0
  20. package/dist/canvas/useRenderer.d.ts +10 -0
  21. package/dist/canvas/useRenderer.mjs +31 -0
  22. package/dist/context-menu/index.d.ts +27 -0
  23. package/dist/context-menu/index.mjs +131 -0
  24. package/dist/drop-image/DropImage.d.ts +25 -0
  25. package/dist/drop-image/DropImage.mjs +151 -0
  26. package/dist/drop-image/useDropImage.d.ts +19 -0
  27. package/dist/drop-image/useDropImage.mjs +67 -0
  28. package/dist/drop-image/utils.d.ts +2 -0
  29. package/dist/drop-image/utils.mjs +4 -0
  30. package/dist/drop-zone/DropZone.d.ts +9 -0
  31. package/dist/drop-zone/DropZone.mjs +44 -0
  32. package/dist/img/Gallery.d.ts +11 -0
  33. package/dist/img/Gallery.mjs +37 -0
  34. package/dist/img/Img.d.ts +3 -0
  35. package/dist/img/Img.mjs +80 -0
  36. package/dist/img/RandomRowsLayout.d.ts +9 -0
  37. package/dist/img/RandomRowsLayout.mjs +49 -0
  38. package/dist/img/types.d.ts +21 -0
  39. package/dist/img/types.mjs +4 -0
  40. package/dist/img/utils.d.ts +7 -0
  41. package/dist/img/utils.mjs +15 -0
  42. package/dist/index.d.ts +25 -380
  43. package/dist/index.mjs +79 -0
  44. package/dist/input/index.d.ts +3 -0
  45. package/dist/input/index.mjs +17 -0
  46. package/dist/label/index.d.ts +5 -0
  47. package/dist/label/index.mjs +17 -0
  48. package/dist/layout/layout.d.ts +7 -0
  49. package/dist/layout/layout.mjs +27 -0
  50. package/dist/link/Link.d.ts +17 -0
  51. package/dist/link/Link.mjs +83 -0
  52. package/dist/list/list.d.ts +23 -0
  53. package/dist/list/list.mjs +76 -0
  54. package/dist/loading-spiral/LoadingSpiral.d.ts +5 -0
  55. package/dist/loading-spiral/LoadingSpiral.mjs +37 -0
  56. package/dist/loading-spiral/constants.d.ts +6 -0
  57. package/dist/loading-spiral/constants.mjs +61 -0
  58. package/dist/loading-spiral/createOptions.d.ts +17 -0
  59. package/dist/loading-spiral/createOptions.mjs +30 -0
  60. package/dist/loading-spiral/createSettings.d.ts +16 -0
  61. package/dist/loading-spiral/createSettings.mjs +21 -0
  62. package/dist/loading-spiral/useCanvasRef.d.ts +4 -0
  63. package/dist/loading-spiral/utils.d.ts +1 -0
  64. package/dist/logo/Logo.d.ts +6 -0
  65. package/dist/logo/Logo.mjs +36 -0
  66. package/dist/nav/Nav.d.ts +10 -0
  67. package/dist/nav/Nav.mjs +27 -0
  68. package/dist/node_modules/.pnpm/@babel_runtime@7.18.9/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
  69. package/dist/node_modules/.pnpm/@floating-ui_core@1.6.0/node_modules/@floating-ui/core/dist/floating-ui.core.mjs +519 -0
  70. package/dist/node_modules/.pnpm/@floating-ui_dom@1.6.3/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs +373 -0
  71. package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.0.8_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs +182 -0
  72. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.1/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs +108 -0
  73. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.1/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs +120 -0
  74. package/dist/node_modules/.pnpm/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.mjs +9 -0
  75. package/dist/node_modules/.pnpm/@radix-ui_react-arrow@1.0.3_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-arrow/dist/index.mjs +19 -0
  76. package/dist/node_modules/.pnpm/@radix-ui_react-collection@1.0.3_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom_04e7d2b59cf7ec97f40d26a998d7601d/node_modules/@radix-ui/react-collection/dist/index.mjs +60 -0
  77. package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs +16 -0
  78. package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs +25 -0
  79. package/dist/node_modules/.pnpm/@radix-ui_react-context-menu@2.1.5_@types_react-dom@18.0.6_@types_react@18.0.15_react-d_1ce4db5e792f73d797e22c043cc3d326/node_modules/@radix-ui/react-context-menu/dist/index.mjs +213 -0
  80. package/dist/node_modules/.pnpm/@radix-ui_react-context@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-context/dist/index.mjs +88 -0
  81. package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-direction/dist/index.mjs +9 -0
  82. package/dist/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.0.5_@types_react-dom@18.0.6_@types_react@18.0.15_re_0263a24376d55e4c2bb8fa2f75f1db3c/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs +136 -0
  83. package/dist/node_modules/.pnpm/@radix-ui_react-focus-guards@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs +20 -0
  84. package/dist/node_modules/.pnpm/@radix-ui_react-focus-scope@1.0.4_@types_react-dom@18.0.6_@types_react@18.0.15_react-do_a79d961df31bbecb3b2c94878dbb0724/node_modules/@radix-ui/react-focus-scope/dist/index.mjs +188 -0
  85. package/dist/node_modules/.pnpm/@radix-ui_react-icons@1.3.0_react@18.2.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.mjs +61 -0
  86. package/dist/node_modules/.pnpm/@radix-ui_react-id@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.mjs +18 -0
  87. package/dist/node_modules/.pnpm/@radix-ui_react-label@2.1.1_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-label/dist/index.mjs +20 -0
  88. package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.0.6_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-menu/dist/index.mjs +657 -0
  89. package/dist/node_modules/.pnpm/@radix-ui_react-popper@1.1.3_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popper/dist/index.mjs +218 -0
  90. package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.0.4_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.mjs +14 -0
  91. package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.0.1_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-presence/dist/index.mjs +81 -0
  92. package/dist/node_modules/.pnpm/@radix-ui_react-primitive@1.0.3_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.mjs +44 -0
  93. package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.0.1_@types_react-dom@18.0.6_@types_react@18.0.15_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.mjs +31 -0
  94. package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.0.4_@types_react-dom@18.0.6_@types_react@18.0.15_react-d_69cf2e3e4b4e2c2fefdb8ea262543b5e/node_modules/@radix-ui/react-roving-focus/dist/index.mjs +199 -0
  95. package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.0.2_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.mjs +53 -0
  96. package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.1.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.mjs +48 -0
  97. package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs +16 -0
  98. package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs +37 -0
  99. package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.0.3_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs +17 -0
  100. package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs +6 -0
  101. package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.0.1_@types_react@18.0.15_react@18.2.0/node_modules/@radix-ui/react-use-size/dist/index.mjs +37 -0
  102. package/dist/node_modules/.pnpm/aria-hidden@1.2.3/node_modules/aria-hidden/dist/es2015/index.mjs +49 -0
  103. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs +6 -0
  104. package/dist/node_modules/.pnpm/classnames@2.3.1/node_modules/classnames/index.mjs +40 -0
  105. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs +23 -0
  106. package/dist/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.mjs +7 -0
  107. package/dist/node_modules/.pnpm/phenomenon@1.6.0/node_modules/phenomenon/dist/phenomenon.mjs +109 -0
  108. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll-bar/dist/es2015/component.mjs +61 -0
  109. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.mjs +7 -0
  110. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll-bar/dist/es2015/utils.mjs +25 -0
  111. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.mjs +17 -0
  112. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.mjs +116 -0
  113. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/UI.mjs +46 -0
  114. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.mjs +16 -0
  115. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.mjs +62 -0
  116. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/medium.mjs +5 -0
  117. package/dist/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.0.15_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/sidecar.mjs +7 -0
  118. package/dist/node_modules/.pnpm/react-style-singleton@2.2.1_@types_react@18.0.15_react@18.2.0/node_modules/react-style-singleton/dist/es2015/component.mjs +11 -0
  119. package/dist/node_modules/.pnpm/react-style-singleton@2.2.1_@types_react@18.0.15_react@18.2.0/node_modules/react-style-singleton/dist/es2015/hook.mjs +15 -0
  120. package/dist/node_modules/.pnpm/react-style-singleton@2.2.1_@types_react@18.0.15_react@18.2.0/node_modules/react-style-singleton/dist/es2015/singleton.mjs +30 -0
  121. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +589 -0
  122. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +32 -0
  123. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.mjs +8 -0
  124. package/dist/node_modules/.pnpm/tslib@2.4.1/node_modules/tslib/tslib.es6.mjs +29 -0
  125. package/dist/node_modules/.pnpm/use-callback-ref@1.3.1_@types_react@18.0.15_react@18.2.0/node_modules/use-callback-ref/dist/es2015/assignRef.mjs +6 -0
  126. package/dist/node_modules/.pnpm/use-callback-ref@1.3.1_@types_react@18.0.15_react@18.2.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.mjs +26 -0
  127. package/dist/node_modules/.pnpm/use-callback-ref@1.3.1_@types_react@18.0.15_react@18.2.0/node_modules/use-callback-ref/dist/es2015/useRef.mjs +25 -0
  128. package/dist/node_modules/.pnpm/use-sidecar@1.1.2_@types_react@18.0.15_react@18.2.0/node_modules/use-sidecar/dist/es2015/exports.mjs +21 -0
  129. package/dist/node_modules/.pnpm/use-sidecar@1.1.2_@types_react@18.0.15_react@18.2.0/node_modules/use-sidecar/dist/es2015/medium.mjs +67 -0
  130. package/dist/page/Page.d.ts +28 -0
  131. package/dist/page/Page.mjs +67 -0
  132. package/dist/panel/Panel.d.ts +6 -0
  133. package/dist/panel/Panel.mjs +17 -0
  134. package/dist/pop-confirm/PopConfirm.d.ts +10 -0
  135. package/dist/pop-confirm/PopConfirm.mjs +40 -0
  136. package/dist/skeleton/Seleton.d.ts +23 -0
  137. package/dist/skeleton/Seleton.mjs +69 -0
  138. package/dist/spinner/Spinner.d.ts +7 -0
  139. package/dist/table/Table.d.ts +18 -0
  140. package/dist/table/Table.mjs +34 -0
  141. package/dist/tag/Tag.d.ts +10 -0
  142. package/dist/tag/Tag.mjs +33 -0
  143. package/package.json +22 -13
  144. package/dist/index.cjs +0 -1814
  145. package/dist/index.cjs.map +0 -1
  146. package/dist/index.css +0 -1816
  147. package/dist/index.css.map +0 -1
  148. package/dist/index.js +0 -1736
  149. package/dist/index.js.map +0 -1
package/dist/index.css DELETED
@@ -1,1816 +0,0 @@
1
- /* lib/index.css */
2
- *,
3
- ::before,
4
- ::after {
5
- box-sizing: border-box;
6
- border-width: 0;
7
- border-style: solid;
8
- border-color: #E5E7EB;
9
- }
10
- ::before,
11
- ::after {
12
- --tw-content: "";
13
- }
14
- html {
15
- line-height: 1.5;
16
- -webkit-text-size-adjust: 100%;
17
- -moz-tab-size: 4;
18
- -o-tab-size: 4;
19
- tab-size: 4;
20
- font-family:
21
- pt-sans,
22
- ui-sans-serif,
23
- system-ui,
24
- -apple-system,
25
- BlinkMacSystemFont,
26
- Segoe UI,
27
- Roboto,
28
- Helvetica Neue,
29
- Arial,
30
- Noto Sans,
31
- sans-serif,
32
- Apple Color Emoji,
33
- Segoe UI Emoji,
34
- Segoe UI Symbol,
35
- Noto Color Emoji;
36
- }
37
- body {
38
- margin: 0;
39
- line-height: inherit;
40
- }
41
- hr {
42
- height: 0;
43
- color: inherit;
44
- border-top-width: 1px;
45
- }
46
- abbr:where([title]) {
47
- -webkit-text-decoration: underline dotted;
48
- text-decoration: underline dotted;
49
- }
50
- h1,
51
- h2,
52
- h3,
53
- h4,
54
- h5,
55
- h6 {
56
- font-size: inherit;
57
- font-weight: inherit;
58
- }
59
- a {
60
- color: inherit;
61
- text-decoration: inherit;
62
- }
63
- b,
64
- strong {
65
- font-weight: bolder;
66
- }
67
- code,
68
- kbd,
69
- samp,
70
- pre {
71
- font-family:
72
- ui-monospace,
73
- SFMono-Regular,
74
- Menlo,
75
- Monaco,
76
- Consolas,
77
- Liberation Mono,
78
- Courier New,
79
- monospace,
80
- STSong,
81
- SimSun;
82
- font-size: 1em;
83
- }
84
- small {
85
- font-size: 80%;
86
- }
87
- sub,
88
- sup {
89
- font-size: 75%;
90
- line-height: 0;
91
- position: relative;
92
- vertical-align: baseline;
93
- }
94
- sub {
95
- bottom: -0.25em;
96
- }
97
- sup {
98
- top: -0.5em;
99
- }
100
- table {
101
- text-indent: 0;
102
- border-color: inherit;
103
- border-collapse: collapse;
104
- }
105
- button,
106
- input,
107
- optgroup,
108
- select,
109
- textarea {
110
- font-family: inherit;
111
- font-size: 100%;
112
- font-weight: inherit;
113
- line-height: inherit;
114
- color: inherit;
115
- margin: 0;
116
- padding: 0;
117
- }
118
- button,
119
- select {
120
- text-transform: none;
121
- }
122
- button,
123
- [type=button],
124
- [type=reset],
125
- [type=submit] {
126
- -webkit-appearance: button;
127
- background-color: transparent;
128
- background-image: none;
129
- }
130
- :-moz-focusring {
131
- outline: auto;
132
- }
133
- :-moz-ui-invalid {
134
- box-shadow: none;
135
- }
136
- progress {
137
- vertical-align: baseline;
138
- }
139
- ::-webkit-inner-spin-button,
140
- ::-webkit-outer-spin-button {
141
- height: auto;
142
- }
143
- [type=search] {
144
- -webkit-appearance: textfield;
145
- outline-offset: -2px;
146
- }
147
- ::-webkit-search-decoration {
148
- -webkit-appearance: none;
149
- }
150
- ::-webkit-file-upload-button {
151
- -webkit-appearance: button;
152
- font: inherit;
153
- }
154
- summary {
155
- display: list-item;
156
- }
157
- blockquote,
158
- dl,
159
- dd,
160
- h1,
161
- h2,
162
- h3,
163
- h4,
164
- h5,
165
- h6,
166
- hr,
167
- figure,
168
- p,
169
- pre {
170
- margin: 0;
171
- }
172
- fieldset {
173
- margin: 0;
174
- padding: 0;
175
- }
176
- legend {
177
- padding: 0;
178
- }
179
- ol,
180
- ul,
181
- menu {
182
- list-style: none;
183
- margin: 0;
184
- padding: 0;
185
- }
186
- textarea {
187
- resize: vertical;
188
- }
189
- input::-moz-placeholder,
190
- textarea::-moz-placeholder {
191
- opacity: 1;
192
- color: #9CA3AF;
193
- }
194
- input::placeholder,
195
- textarea::placeholder {
196
- opacity: 1;
197
- color: #9CA3AF;
198
- }
199
- button,
200
- [role=button] {
201
- cursor: pointer;
202
- }
203
- :disabled {
204
- cursor: default;
205
- }
206
- img,
207
- svg,
208
- video,
209
- canvas,
210
- audio,
211
- iframe,
212
- embed,
213
- object {
214
- display: block;
215
- vertical-align: middle;
216
- }
217
- img,
218
- video {
219
- max-width: 100%;
220
- height: auto;
221
- }
222
- :root {
223
- --radix-accordion-content-height: 0;
224
- --ring: 215 20.2% 65.1%;
225
- --radius: 0.5rem;
226
- --background: 0 0% 100%;
227
- --foreground: 240 10% 3.9%;
228
- --card: 0 0% 100%;
229
- --card-foreground: 240 10% 3.9%;
230
- --popover: 0 0% 100%;
231
- --popover-foreground: 240 10% 3.9%;
232
- --primary: 240 5.9% 10%;
233
- --primary-foreground: 0 0% 98%;
234
- --secondary: 240 4.8% 95.9%;
235
- --secondary-foreground: 240 5.9% 10%;
236
- --muted: 240 4.8% 95.9%;
237
- --muted-foreground: 240 3.8% 46.1%;
238
- --accent: 240 4.8% 95.9%;
239
- --accent-foreground: 240 5.9% 10%;
240
- --destructive: 0 72.22% 50.59%;
241
- --destructive-foreground: 0 0% 98%;
242
- --border: 240 5.9% 90%;
243
- --input: 240 5.9% 90%;
244
- }
245
- h1 {
246
- font-size: 2.25rem;
247
- }
248
- h2 {
249
- font-size: 1.5rem;
250
- }
251
- h3 {
252
- font-size: 1.25rem;
253
- }
254
- h4 {
255
- font-size: 1rem;
256
- }
257
- h5 {
258
- font-size: 1rem;
259
- }
260
- .prose pre {
261
- color: #24292f !important;
262
- background-color: #f6f8fa !important;
263
- }
264
- a:focus {
265
- outline: none;
266
- text-decoration: none;
267
- }
268
- hljs-subst,
269
- hljs-emphasis,
270
- .hljs-strong {
271
- color: #24292e;
272
- }
273
- *,
274
- ::before,
275
- ::after {
276
- --tw-border-spacing-x: 0;
277
- --tw-border-spacing-y: 0;
278
- --tw-translate-x: 0;
279
- --tw-translate-y: 0;
280
- --tw-rotate: 0;
281
- --tw-skew-x: 0;
282
- --tw-skew-y: 0;
283
- --tw-scale-x: 1;
284
- --tw-scale-y: 1;
285
- --tw-pan-x: ;
286
- --tw-pan-y: ;
287
- --tw-pinch-zoom: ;
288
- --tw-scroll-snap-strictness: proximity;
289
- --tw-ordinal: ;
290
- --tw-slashed-zero: ;
291
- --tw-numeric-figure: ;
292
- --tw-numeric-spacing: ;
293
- --tw-numeric-fraction: ;
294
- --tw-ring-inset: ;
295
- --tw-ring-offset-width: 0px;
296
- --tw-ring-offset-color: #fff;
297
- --tw-ring-color: rgb(107 114 128 / 0.5);
298
- --tw-ring-offset-shadow: 0 0 #0000;
299
- --tw-ring-shadow: 0 0 #0000;
300
- --tw-shadow: 0 0 #0000;
301
- --tw-shadow-colored: 0 0 #0000;
302
- --tw-blur: ;
303
- --tw-brightness: ;
304
- --tw-contrast: ;
305
- --tw-grayscale: ;
306
- --tw-hue-rotate: ;
307
- --tw-invert: ;
308
- --tw-saturate: ;
309
- --tw-sepia: ;
310
- --tw-drop-shadow: ;
311
- --tw-backdrop-blur: ;
312
- --tw-backdrop-brightness: ;
313
- --tw-backdrop-contrast: ;
314
- --tw-backdrop-grayscale: ;
315
- --tw-backdrop-hue-rotate: ;
316
- --tw-backdrop-invert: ;
317
- --tw-backdrop-opacity: ;
318
- --tw-backdrop-saturate: ;
319
- --tw-backdrop-sepia: ;
320
- }
321
- ::-webkit-backdrop {
322
- --tw-border-spacing-x: 0;
323
- --tw-border-spacing-y: 0;
324
- --tw-translate-x: 0;
325
- --tw-translate-y: 0;
326
- --tw-rotate: 0;
327
- --tw-skew-x: 0;
328
- --tw-skew-y: 0;
329
- --tw-scale-x: 1;
330
- --tw-scale-y: 1;
331
- --tw-pan-x: ;
332
- --tw-pan-y: ;
333
- --tw-pinch-zoom: ;
334
- --tw-scroll-snap-strictness: proximity;
335
- --tw-ordinal: ;
336
- --tw-slashed-zero: ;
337
- --tw-numeric-figure: ;
338
- --tw-numeric-spacing: ;
339
- --tw-numeric-fraction: ;
340
- --tw-ring-inset: ;
341
- --tw-ring-offset-width: 0px;
342
- --tw-ring-offset-color: #fff;
343
- --tw-ring-color: rgb(107 114 128 / 0.5);
344
- --tw-ring-offset-shadow: 0 0 #0000;
345
- --tw-ring-shadow: 0 0 #0000;
346
- --tw-shadow: 0 0 #0000;
347
- --tw-shadow-colored: 0 0 #0000;
348
- --tw-blur: ;
349
- --tw-brightness: ;
350
- --tw-contrast: ;
351
- --tw-grayscale: ;
352
- --tw-hue-rotate: ;
353
- --tw-invert: ;
354
- --tw-saturate: ;
355
- --tw-sepia: ;
356
- --tw-drop-shadow: ;
357
- --tw-backdrop-blur: ;
358
- --tw-backdrop-brightness: ;
359
- --tw-backdrop-contrast: ;
360
- --tw-backdrop-grayscale: ;
361
- --tw-backdrop-hue-rotate: ;
362
- --tw-backdrop-invert: ;
363
- --tw-backdrop-opacity: ;
364
- --tw-backdrop-saturate: ;
365
- --tw-backdrop-sepia: ;
366
- }
367
- ::backdrop {
368
- --tw-border-spacing-x: 0;
369
- --tw-border-spacing-y: 0;
370
- --tw-translate-x: 0;
371
- --tw-translate-y: 0;
372
- --tw-rotate: 0;
373
- --tw-skew-x: 0;
374
- --tw-skew-y: 0;
375
- --tw-scale-x: 1;
376
- --tw-scale-y: 1;
377
- --tw-pan-x: ;
378
- --tw-pan-y: ;
379
- --tw-pinch-zoom: ;
380
- --tw-scroll-snap-strictness: proximity;
381
- --tw-ordinal: ;
382
- --tw-slashed-zero: ;
383
- --tw-numeric-figure: ;
384
- --tw-numeric-spacing: ;
385
- --tw-numeric-fraction: ;
386
- --tw-ring-inset: ;
387
- --tw-ring-offset-width: 0px;
388
- --tw-ring-offset-color: #fff;
389
- --tw-ring-color: rgb(107 114 128 / 0.5);
390
- --tw-ring-offset-shadow: 0 0 #0000;
391
- --tw-ring-shadow: 0 0 #0000;
392
- --tw-shadow: 0 0 #0000;
393
- --tw-shadow-colored: 0 0 #0000;
394
- --tw-blur: ;
395
- --tw-brightness: ;
396
- --tw-contrast: ;
397
- --tw-grayscale: ;
398
- --tw-hue-rotate: ;
399
- --tw-invert: ;
400
- --tw-saturate: ;
401
- --tw-sepia: ;
402
- --tw-drop-shadow: ;
403
- --tw-backdrop-blur: ;
404
- --tw-backdrop-brightness: ;
405
- --tw-backdrop-contrast: ;
406
- --tw-backdrop-grayscale: ;
407
- --tw-backdrop-hue-rotate: ;
408
- --tw-backdrop-invert: ;
409
- --tw-backdrop-opacity: ;
410
- --tw-backdrop-saturate: ;
411
- --tw-backdrop-sepia: ;
412
- }
413
- .container {
414
- width: 100%;
415
- }
416
- .\!container {
417
- width: 100% !important;
418
- }
419
- @media (min-width: 640px) {
420
- .container {
421
- max-width: 640px;
422
- }
423
- .\!container {
424
- max-width: 640px !important;
425
- }
426
- }
427
- @media (min-width: 768px) {
428
- .container {
429
- max-width: 768px;
430
- }
431
- .\!container {
432
- max-width: 768px !important;
433
- }
434
- }
435
- @media (min-width: 1024px) {
436
- .container {
437
- max-width: 1024px;
438
- }
439
- .\!container {
440
- max-width: 1024px !important;
441
- }
442
- }
443
- @media (min-width: 1280px) {
444
- .container {
445
- max-width: 1280px;
446
- }
447
- .\!container {
448
- max-width: 1280px !important;
449
- }
450
- }
451
- @media (min-width: 1536px) {
452
- .container {
453
- max-width: 1536px;
454
- }
455
- .\!container {
456
- max-width: 1536px !important;
457
- }
458
- }
459
- .prose {
460
- color: var(--tw-prose-body);
461
- max-width: 65ch;
462
- }
463
- .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
464
- color: var(--tw-prose-lead);
465
- font-size: 1.25em;
466
- line-height: 1.6;
467
- margin-top: 1.2em;
468
- margin-bottom: 1.2em;
469
- }
470
- .prose :where(a):not(:where([class~="not-prose"] *)) {
471
- color: rgb(37, 99, 235);
472
- text-decoration: none;
473
- font-weight: 500;
474
- padding: 4px;
475
- border-radius: .25rem;
476
- word-break: break-all;
477
- }
478
- .prose :where(a):not(:where([class~="not-prose"] *)):hover {
479
- background-color: rgb(219, 234, 254);
480
- }
481
- .prose :where(strong):not(:where([class~="not-prose"] *)) {
482
- color: var(--tw-prose-bold);
483
- font-weight: 600;
484
- }
485
- .prose :where(a strong):not(:where([class~="not-prose"] *)) {
486
- color: inherit;
487
- }
488
- .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
489
- color: inherit;
490
- }
491
- .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
492
- color: inherit;
493
- }
494
- .prose :where(ol):not(:where([class~="not-prose"] *)) {
495
- list-style-type: decimal;
496
- margin-top: 1.25em;
497
- margin-bottom: 1.25em;
498
- padding-left: 1.625em;
499
- }
500
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
501
- list-style-type: upper-alpha;
502
- }
503
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
504
- list-style-type: lower-alpha;
505
- }
506
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
507
- list-style-type: upper-alpha;
508
- }
509
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
510
- list-style-type: lower-alpha;
511
- }
512
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
513
- list-style-type: upper-roman;
514
- }
515
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
516
- list-style-type: lower-roman;
517
- }
518
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
519
- list-style-type: upper-roman;
520
- }
521
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
522
- list-style-type: lower-roman;
523
- }
524
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
525
- list-style-type: decimal;
526
- }
527
- .prose :where(ul):not(:where([class~="not-prose"] *)) {
528
- list-style-type: disc;
529
- margin-top: 1.25em;
530
- margin-bottom: 1.25em;
531
- padding-left: 1.625em;
532
- }
533
- .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
534
- font-weight: 400;
535
- color: var(--tw-prose-counters);
536
- }
537
- .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
538
- color: var(--tw-prose-bullets);
539
- }
540
- .prose :where(hr):not(:where([class~="not-prose"] *)) {
541
- border-color: var(--tw-prose-hr);
542
- border-top-width: 1px;
543
- margin-top: 3em;
544
- margin-bottom: 3em;
545
- }
546
- .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
547
- font-weight: 500;
548
- font-style: italic;
549
- color: var(--tw-prose-quotes);
550
- border-left-width: 0.25rem;
551
- border-left-color: var(--tw-prose-quote-borders);
552
- quotes: "\201c""\201d""\2018""\2019";
553
- margin-top: 1.6em;
554
- margin-bottom: 1.6em;
555
- padding-left: 1em;
556
- }
557
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
558
- content: open-quote;
559
- }
560
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
561
- content: close-quote;
562
- }
563
- .prose :where(h1):not(:where([class~="not-prose"] *)) {
564
- color: var(--tw-prose-headings);
565
- font-weight: 800;
566
- font-size: 2.25em;
567
- margin-top: 0;
568
- margin-bottom: 0.8888889em;
569
- line-height: 1.1111111;
570
- }
571
- .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
572
- font-weight: 900;
573
- color: inherit;
574
- }
575
- .prose :where(h2):not(:where([class~="not-prose"] *)) {
576
- color: var(--tw-prose-headings);
577
- font-weight: 700;
578
- font-size: 1.5em;
579
- margin-top: 2em;
580
- margin-bottom: 1em;
581
- line-height: 1.3333333;
582
- }
583
- .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
584
- font-weight: 800;
585
- color: inherit;
586
- }
587
- .prose :where(h3):not(:where([class~="not-prose"] *)) {
588
- color: var(--tw-prose-headings);
589
- font-weight: 600;
590
- font-size: 1.25em;
591
- margin-top: 1.6em;
592
- margin-bottom: 0.6em;
593
- line-height: 1.6;
594
- }
595
- .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
596
- font-weight: 700;
597
- color: inherit;
598
- }
599
- .prose :where(h4):not(:where([class~="not-prose"] *)) {
600
- color: var(--tw-prose-headings);
601
- font-weight: 600;
602
- margin-top: 1.5em;
603
- margin-bottom: 0.5em;
604
- line-height: 1.5;
605
- }
606
- .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
607
- font-weight: 700;
608
- color: inherit;
609
- }
610
- .prose :where(img):not(:where([class~="not-prose"] *)) {
611
- margin-top: 0;
612
- margin-bottom: 0;
613
- }
614
- .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
615
- margin-top: 0;
616
- margin-bottom: 0;
617
- }
618
- .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
619
- color: var(--tw-prose-captions);
620
- font-size: 0.875em;
621
- line-height: 1.4285714;
622
- margin-top: 0.8571429em;
623
- }
624
- .prose :where(code):not(:where([class~="not-prose"] *)) {
625
- color: var(--tw-prose-code);
626
- font-weight: 600;
627
- font-size: 0.875em;
628
- }
629
- .prose :where(code):not(:where([class~="not-prose"] *))::before {
630
- content: "`";
631
- }
632
- .prose :where(code):not(:where([class~="not-prose"] *))::after {
633
- content: "`";
634
- }
635
- .prose :where(a code):not(:where([class~="not-prose"] *)) {
636
- color: inherit;
637
- }
638
- .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
639
- color: inherit;
640
- }
641
- .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
642
- color: inherit;
643
- font-size: 0.875em;
644
- }
645
- .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
646
- color: inherit;
647
- font-size: 0.9em;
648
- }
649
- .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
650
- color: inherit;
651
- }
652
- .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
653
- color: inherit;
654
- }
655
- .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
656
- color: inherit;
657
- }
658
- .prose :where(pre):not(:where([class~="not-prose"] *)) {
659
- color: var(--tw-prose-pre-code);
660
- background-color: var(--tw-prose-pre-bg);
661
- overflow-x: auto;
662
- font-weight: 400;
663
- font-size: 0.875em;
664
- line-height: 1.7142857;
665
- margin-top: 1.7142857em;
666
- margin-bottom: 1.7142857em;
667
- border-radius: 0.375rem;
668
- padding-top: 0.8571429em;
669
- padding-right: 1.1428571em;
670
- padding-bottom: 0.8571429em;
671
- padding-left: 1.1428571em;
672
- }
673
- .prose :where(pre code):not(:where([class~="not-prose"] *)) {
674
- background-color: transparent;
675
- border-width: 0;
676
- border-radius: 0;
677
- padding: 0;
678
- font-weight: inherit;
679
- color: inherit;
680
- font-size: inherit;
681
- font-family: inherit;
682
- line-height: inherit;
683
- }
684
- .prose :where(pre code):not(:where([class~="not-prose"] *))::before {
685
- content: none;
686
- }
687
- .prose :where(pre code):not(:where([class~="not-prose"] *))::after {
688
- content: none;
689
- }
690
- .prose :where(table):not(:where([class~="not-prose"] *)) {
691
- width: 100%;
692
- table-layout: auto;
693
- text-align: left;
694
- margin-top: 2em;
695
- margin-bottom: 2em;
696
- font-size: 0.875em;
697
- line-height: 1.7142857;
698
- }
699
- .prose :where(thead):not(:where([class~="not-prose"] *)) {
700
- border-bottom-width: 1px;
701
- border-bottom-color: var(--tw-prose-th-borders);
702
- }
703
- .prose :where(thead th):not(:where([class~="not-prose"] *)) {
704
- color: var(--tw-prose-headings);
705
- font-weight: 600;
706
- vertical-align: bottom;
707
- padding-right: 0.5714286em;
708
- padding-bottom: 0.5714286em;
709
- padding-left: 0.5714286em;
710
- }
711
- .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
712
- border-bottom-width: 1px;
713
- border-bottom-color: var(--tw-prose-td-borders);
714
- }
715
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
716
- border-bottom-width: 0;
717
- }
718
- .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
719
- vertical-align: baseline;
720
- }
721
- .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
722
- border-top-width: 1px;
723
- border-top-color: var(--tw-prose-th-borders);
724
- }
725
- .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
726
- vertical-align: top;
727
- }
728
- .prose {
729
- --tw-prose-body: #000;
730
- --tw-prose-headings: #111827;
731
- --tw-prose-lead: #4b5563;
732
- --tw-prose-links: #111827;
733
- --tw-prose-bold: #111827;
734
- --tw-prose-counters: #6b7280;
735
- --tw-prose-bullets: #d1d5db;
736
- --tw-prose-hr: #e5e7eb;
737
- --tw-prose-quotes: #111827;
738
- --tw-prose-quote-borders: #e5e7eb;
739
- --tw-prose-captions: #6b7280;
740
- --tw-prose-code: #111827;
741
- --tw-prose-pre-code: #e5e7eb;
742
- --tw-prose-pre-bg: #1f2937;
743
- --tw-prose-th-borders: #d1d5db;
744
- --tw-prose-td-borders: #e5e7eb;
745
- --tw-prose-invert-body: #d1d5db;
746
- --tw-prose-invert-headings: #fff;
747
- --tw-prose-invert-lead: #9ca3af;
748
- --tw-prose-invert-links: #fff;
749
- --tw-prose-invert-bold: #fff;
750
- --tw-prose-invert-counters: #9ca3af;
751
- --tw-prose-invert-bullets: #4b5563;
752
- --tw-prose-invert-hr: #374151;
753
- --tw-prose-invert-quotes: #f3f4f6;
754
- --tw-prose-invert-quote-borders: #374151;
755
- --tw-prose-invert-captions: #9ca3af;
756
- --tw-prose-invert-code: #fff;
757
- --tw-prose-invert-pre-code: #d1d5db;
758
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
759
- --tw-prose-invert-th-borders: #4b5563;
760
- --tw-prose-invert-td-borders: #374151;
761
- font-size: 1rem;
762
- line-height: 1.75;
763
- }
764
- .prose :where(p):not(:where([class~="not-prose"] *)) {
765
- margin-top: 1.25em;
766
- margin-bottom: 1.25em;
767
- }
768
- .prose :where(video):not(:where([class~="not-prose"] *)) {
769
- margin-top: 2em;
770
- margin-bottom: 2em;
771
- }
772
- .prose :where(figure):not(:where([class~="not-prose"] *)) {
773
- margin-top: 2em;
774
- margin-bottom: 2em;
775
- }
776
- .prose :where(li):not(:where([class~="not-prose"] *)) {
777
- margin-top: 0.5em;
778
- margin-bottom: 0.5em;
779
- }
780
- .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
781
- padding-left: 0.375em;
782
- }
783
- .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
784
- padding-left: 0.375em;
785
- }
786
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
787
- margin-top: 0.75em;
788
- margin-bottom: 0.75em;
789
- }
790
- .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
791
- margin-top: 1.25em;
792
- }
793
- .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
794
- margin-bottom: 1.25em;
795
- }
796
- .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
797
- margin-top: 1.25em;
798
- }
799
- .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
800
- margin-bottom: 1.25em;
801
- }
802
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
803
- margin-top: 0.75em;
804
- margin-bottom: 0.75em;
805
- }
806
- .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
807
- margin-top: 0;
808
- }
809
- .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
810
- margin-top: 0;
811
- }
812
- .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
813
- margin-top: 0;
814
- }
815
- .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
816
- margin-top: 0;
817
- }
818
- .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
819
- padding-left: 0;
820
- }
821
- .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
822
- padding-right: 0;
823
- }
824
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
825
- padding-top: 0.5714286em;
826
- padding-right: 0.5714286em;
827
- padding-bottom: 0.5714286em;
828
- padding-left: 0.5714286em;
829
- }
830
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
831
- padding-left: 0;
832
- }
833
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
834
- padding-right: 0;
835
- }
836
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
837
- margin-top: 0;
838
- }
839
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
840
- margin-bottom: 0;
841
- }
842
- .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
843
- margin-top: 0.5714286em;
844
- margin-bottom: 0.5714286em;
845
- }
846
- .prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
847
- margin-top: 1.1428571em;
848
- }
849
- .prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
850
- margin-bottom: 1.1428571em;
851
- }
852
- .prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
853
- margin-top: 1.1428571em;
854
- }
855
- .prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
856
- margin-bottom: 1.1428571em;
857
- }
858
- .prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
859
- margin-top: 0;
860
- }
861
- .prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
862
- margin-bottom: 0;
863
- }
864
- .prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
865
- margin-top: 0.75em;
866
- margin-bottom: 0.75em;
867
- }
868
- .prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
869
- margin-top: 1.25em;
870
- }
871
- .prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
872
- margin-bottom: 1.25em;
873
- }
874
- .prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
875
- margin-top: 1.25em;
876
- }
877
- .prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
878
- margin-bottom: 1.25em;
879
- }
880
- .prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
881
- margin-top: 0;
882
- }
883
- .prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
884
- margin-bottom: 0;
885
- }
886
- .prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
887
- margin-top: 0.8888889em;
888
- margin-bottom: 0.8888889em;
889
- }
890
- .prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
891
- margin-top: 1.3333333em;
892
- }
893
- .prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
894
- margin-bottom: 1.3333333em;
895
- }
896
- .prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
897
- margin-top: 1.3333333em;
898
- }
899
- .prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
900
- margin-bottom: 1.3333333em;
901
- }
902
- .prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
903
- margin-top: 0;
904
- }
905
- .prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
906
- margin-bottom: 0;
907
- }
908
- .prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
909
- margin-top: 0.8em;
910
- margin-bottom: 0.8em;
911
- }
912
- .prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
913
- margin-top: 1.2em;
914
- }
915
- .prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
916
- margin-bottom: 1.2em;
917
- }
918
- .prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
919
- margin-top: 1.2em;
920
- }
921
- .prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
922
- margin-bottom: 1.2em;
923
- }
924
- .prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
925
- margin-top: 0;
926
- }
927
- .prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
928
- margin-bottom: 0;
929
- }
930
- .prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
931
- margin-top: 0.8333333em;
932
- margin-bottom: 0.8333333em;
933
- }
934
- .prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
935
- margin-top: 1.3333333em;
936
- }
937
- .prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
938
- margin-bottom: 1.3333333em;
939
- }
940
- .prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
941
- margin-top: 1.3333333em;
942
- }
943
- .prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
944
- margin-bottom: 1.3333333em;
945
- }
946
- .prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
947
- margin-top: 0;
948
- }
949
- .prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
950
- margin-bottom: 0;
951
- }
952
- .pointer-events-none {
953
- pointer-events: none;
954
- }
955
- .visible {
956
- visibility: visible;
957
- }
958
- .static {
959
- position: static;
960
- }
961
- .fixed {
962
- position: fixed;
963
- }
964
- .absolute {
965
- position: absolute;
966
- }
967
- .\!absolute {
968
- position: absolute !important;
969
- }
970
- .relative {
971
- position: relative;
972
- }
973
- .\!-top-\[42px\] {
974
- top: -42px !important;
975
- }
976
- .\!-left-16 {
977
- left: -1rem !important;
978
- }
979
- .-top-\[28px\] {
980
- top: -28px;
981
- }
982
- .-left-\[3px\] {
983
- left: -3px;
984
- }
985
- .top-0 {
986
- top: 0px;
987
- }
988
- .left-0 {
989
- left: 0px;
990
- }
991
- .top-\[2px\] {
992
- top: 2px;
993
- }
994
- .left-2 {
995
- left: 0.5rem;
996
- }
997
- .-top-3 {
998
- top: -0.75rem;
999
- }
1000
- .left-1 {
1001
- left: 0.125rem;
1002
- }
1003
- .top-2 {
1004
- top: 0.5rem;
1005
- }
1006
- .right-2 {
1007
- right: 0.5rem;
1008
- }
1009
- .z-\[49\] {
1010
- z-index: 49;
1011
- }
1012
- .z-50 {
1013
- z-index: 50;
1014
- }
1015
- .z-\[999\] {
1016
- z-index: 999;
1017
- }
1018
- .\!m-0 {
1019
- margin: 0px !important;
1020
- }
1021
- .-mx-1 {
1022
- margin-left: -0.125rem;
1023
- margin-right: -0.125rem;
1024
- }
1025
- .my-1 {
1026
- margin-top: 0.125rem;
1027
- margin-bottom: 0.125rem;
1028
- }
1029
- .mx-32 {
1030
- margin-left: 2rem;
1031
- margin-right: 2rem;
1032
- }
1033
- .\!my-0 {
1034
- margin-top: 0px !important;
1035
- margin-bottom: 0px !important;
1036
- }
1037
- .mb-16 {
1038
- margin-bottom: 1rem;
1039
- }
1040
- .mb-128 {
1041
- margin-bottom: 8rem;
1042
- }
1043
- .ml-auto {
1044
- margin-left: auto;
1045
- }
1046
- .mr-64 {
1047
- margin-right: 4rem;
1048
- }
1049
- .ml-64 {
1050
- margin-left: 4rem;
1051
- }
1052
- .mt-128 {
1053
- margin-top: 8rem;
1054
- }
1055
- .mr-3 {
1056
- margin-right: 0.75rem;
1057
- }
1058
- .mr-8 {
1059
- margin-right: 0.5rem;
1060
- }
1061
- .mb-32 {
1062
- margin-bottom: 2rem;
1063
- }
1064
- .ml-16 {
1065
- margin-left: 1rem;
1066
- }
1067
- .block {
1068
- display: block;
1069
- }
1070
- .inline-block {
1071
- display: inline-block;
1072
- }
1073
- .flex {
1074
- display: flex;
1075
- }
1076
- .inline-flex {
1077
- display: inline-flex;
1078
- }
1079
- .table {
1080
- display: table;
1081
- }
1082
- .grid {
1083
- display: grid;
1084
- }
1085
- .hidden {
1086
- display: none;
1087
- }
1088
- .aspect-1 {
1089
- aspect-ratio: 1;
1090
- }
1091
- .h-full {
1092
- height: 100%;
1093
- }
1094
- .h-3\.5 {
1095
- height: 0.875rem;
1096
- }
1097
- .h-3 {
1098
- height: 0.75rem;
1099
- }
1100
- .h-4 {
1101
- height: 0.25rem;
1102
- }
1103
- .h-px {
1104
- height: 1px;
1105
- }
1106
- .h-\[auto\] {
1107
- height: auto;
1108
- }
1109
- .h-10 {
1110
- height: 2.5rem;
1111
- }
1112
- .h-256 {
1113
- height: 16rem;
1114
- }
1115
- .max-h-full {
1116
- max-height: 100%;
1117
- }
1118
- .w-full {
1119
- width: 100%;
1120
- }
1121
- .w-3\.5 {
1122
- width: 0.875rem;
1123
- }
1124
- .w-3 {
1125
- width: 0.75rem;
1126
- }
1127
- .w-4 {
1128
- width: 0.25rem;
1129
- }
1130
- .w-fit {
1131
- width: -webkit-fit-content;
1132
- width: -moz-fit-content;
1133
- width: fit-content;
1134
- }
1135
- .min-w-\[8rem\] {
1136
- min-width: 8rem;
1137
- }
1138
- .max-w-md {
1139
- max-width: 28rem;
1140
- }
1141
- .max-w-\[100\%\] {
1142
- max-width: 100%;
1143
- }
1144
- .max-w-screen-xl {
1145
- max-width: 1280px;
1146
- }
1147
- .max-w-xs {
1148
- max-width: 20rem;
1149
- }
1150
- .flex-shrink-0 {
1151
- flex-shrink: 0;
1152
- }
1153
- .flex-grow-0 {
1154
- flex-grow: 0;
1155
- }
1156
- .flex-grow {
1157
- flex-grow: 1;
1158
- }
1159
- .basis-full {
1160
- flex-basis: 100%;
1161
- }
1162
- @-webkit-keyframes blink {
1163
- 0% {
1164
- opacity: 1;
1165
- }
1166
- 75% {
1167
- opacity: 0;
1168
- }
1169
- 100% {
1170
- opacity: 1;
1171
- }
1172
- }
1173
- @keyframes blink {
1174
- 0% {
1175
- opacity: 1;
1176
- }
1177
- 75% {
1178
- opacity: 0;
1179
- }
1180
- 100% {
1181
- opacity: 1;
1182
- }
1183
- }
1184
- .animate-ping-fast {
1185
- -webkit-animation: blink .1s linear infinite;
1186
- animation: blink .1s linear infinite;
1187
- }
1188
- @-webkit-keyframes pulse {
1189
- 50% {
1190
- opacity: .5;
1191
- }
1192
- }
1193
- @keyframes pulse {
1194
- 50% {
1195
- opacity: .5;
1196
- }
1197
- }
1198
- .animate-pulse {
1199
- -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1200
- animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1201
- }
1202
- @-webkit-keyframes spin {
1203
- to {
1204
- transform: rotate(360deg);
1205
- }
1206
- }
1207
- @keyframes spin {
1208
- to {
1209
- transform: rotate(360deg);
1210
- }
1211
- }
1212
- .animate-spin {
1213
- -webkit-animation: spin 1s linear infinite;
1214
- animation: spin 1s linear infinite;
1215
- }
1216
- .cursor-not-allowed {
1217
- cursor: not-allowed;
1218
- }
1219
- .cursor-default {
1220
- cursor: default;
1221
- }
1222
- .select-none {
1223
- -webkit-user-select: none;
1224
- -moz-user-select: none;
1225
- user-select: none;
1226
- }
1227
- .resize {
1228
- resize: both;
1229
- }
1230
- .grid-cols-1 {
1231
- grid-template-columns: repeat(1, minmax(0, 1fr));
1232
- }
1233
- .flex-col {
1234
- flex-direction: column;
1235
- }
1236
- .flex-wrap {
1237
- flex-wrap: wrap;
1238
- }
1239
- .items-center {
1240
- align-items: center;
1241
- }
1242
- .justify-end {
1243
- justify-content: flex-end;
1244
- }
1245
- .justify-center {
1246
- justify-content: center;
1247
- }
1248
- .gap-4 {
1249
- gap: 0.25rem;
1250
- }
1251
- .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1252
- --tw-space-y-reverse: 0;
1253
- margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1254
- margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1255
- }
1256
- .overflow-auto {
1257
- overflow: auto;
1258
- }
1259
- .overflow-hidden {
1260
- overflow: hidden;
1261
- }
1262
- .rounded-full {
1263
- border-radius: 9999px;
1264
- }
1265
- .rounded-sm {
1266
- border-radius: calc(var(--radius) - 4px);
1267
- }
1268
- .rounded-md {
1269
- border-radius: calc(var(--radius) - 2px);
1270
- }
1271
- .rounded {
1272
- border-radius: 0.25rem;
1273
- }
1274
- .border-2 {
1275
- border-width: 2px;
1276
- }
1277
- .border {
1278
- border-width: 1px;
1279
- }
1280
- .border-0 {
1281
- border-width: 0px;
1282
- }
1283
- .border-dotted {
1284
- border-style: dotted;
1285
- }
1286
- .border-indigo-600 {
1287
- --tw-border-opacity: 1;
1288
- border-color: rgb(79 70 229 / var(--tw-border-opacity));
1289
- }
1290
- .border-input {
1291
- border-color: hsl(var(--input));
1292
- }
1293
- .border-gray-600 {
1294
- --tw-border-opacity: 1;
1295
- border-color: rgb(75 85 99 / var(--tw-border-opacity));
1296
- }
1297
- .bg-popover {
1298
- background-color: hsl(var(--popover));
1299
- }
1300
- .bg-border {
1301
- background-color: hsl(var(--border));
1302
- }
1303
- .bg-background {
1304
- background-color: hsl(var(--background));
1305
- }
1306
- .bg-blue-100 {
1307
- --tw-bg-opacity: 1;
1308
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1309
- }
1310
- .bg-red-100 {
1311
- --tw-bg-opacity: 1;
1312
- background-color: rgb(254 226 226 / var(--tw-bg-opacity));
1313
- }
1314
- .bg-gray-100 {
1315
- --tw-bg-opacity: 1;
1316
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1317
- }
1318
- .bg-gray-200 {
1319
- --tw-bg-opacity: 1;
1320
- background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1321
- }
1322
- .fill-current {
1323
- fill: currentColor;
1324
- }
1325
- .stroke-gray-200 {
1326
- stroke: #E5E7EB;
1327
- }
1328
- .p-8 {
1329
- padding: 0.5rem;
1330
- }
1331
- .p-16 {
1332
- padding: 1rem;
1333
- }
1334
- .p-1 {
1335
- padding: 0.125rem;
1336
- }
1337
- .\!p-0 {
1338
- padding: 0px !important;
1339
- }
1340
- .p-32 {
1341
- padding: 2rem;
1342
- }
1343
- .py-16 {
1344
- padding-top: 1rem;
1345
- padding-bottom: 1rem;
1346
- }
1347
- .px-18 {
1348
- padding-left: 1.2rem;
1349
- padding-right: 1.2rem;
1350
- }
1351
- .py-8 {
1352
- padding-top: 0.5rem;
1353
- padding-bottom: 0.5rem;
1354
- }
1355
- .px-16 {
1356
- padding-left: 1rem;
1357
- padding-right: 1rem;
1358
- }
1359
- .px-2 {
1360
- padding-left: 0.5rem;
1361
- padding-right: 0.5rem;
1362
- }
1363
- .py-1\.5 {
1364
- padding-top: 0.375rem;
1365
- padding-bottom: 0.375rem;
1366
- }
1367
- .py-1 {
1368
- padding-top: 0.125rem;
1369
- padding-bottom: 0.125rem;
1370
- }
1371
- .px-3 {
1372
- padding-left: 0.75rem;
1373
- padding-right: 0.75rem;
1374
- }
1375
- .py-2 {
1376
- padding-top: 0.5rem;
1377
- padding-bottom: 0.5rem;
1378
- }
1379
- .px-8 {
1380
- padding-left: 0.5rem;
1381
- padding-right: 0.5rem;
1382
- }
1383
- .py-128 {
1384
- padding-top: 8rem;
1385
- padding-bottom: 8rem;
1386
- }
1387
- .px-6 {
1388
- padding-left: 1.5rem;
1389
- padding-right: 1.5rem;
1390
- }
1391
- .pb-0 {
1392
- padding-bottom: 0px;
1393
- }
1394
- .pl-32 {
1395
- padding-left: 2rem;
1396
- }
1397
- .pr-2 {
1398
- padding-right: 0.5rem;
1399
- }
1400
- .text-left {
1401
- text-align: left;
1402
- }
1403
- .align-middle {
1404
- vertical-align: middle;
1405
- }
1406
- .align-bottom {
1407
- vertical-align: bottom;
1408
- }
1409
- .text-\[2\.25rem\] {
1410
- font-size: 2.25rem;
1411
- }
1412
- .text-sm {
1413
- font-size: 0.875rem;
1414
- line-height: 1.25rem;
1415
- }
1416
- .text-xs {
1417
- font-size: 0.75rem;
1418
- line-height: 1rem;
1419
- }
1420
- .text-base {
1421
- font-size: 1rem;
1422
- line-height: 1.5rem;
1423
- }
1424
- .font-semibold {
1425
- font-weight: 600;
1426
- }
1427
- .font-medium {
1428
- font-weight: 500;
1429
- }
1430
- .leading-none {
1431
- line-height: 1;
1432
- }
1433
- .tracking-widest {
1434
- letter-spacing: 0.1em;
1435
- }
1436
- .text-gray-400 {
1437
- --tw-text-opacity: 1;
1438
- color: rgb(156 163 175 / var(--tw-text-opacity));
1439
- }
1440
- .text-black {
1441
- --tw-text-opacity: 1;
1442
- color: rgb(0 0 0 / var(--tw-text-opacity));
1443
- }
1444
- .text-red-600 {
1445
- --tw-text-opacity: 1;
1446
- color: rgb(220 38 38 / var(--tw-text-opacity));
1447
- }
1448
- .text-red-500 {
1449
- --tw-text-opacity: 1;
1450
- color: rgb(239 68 68 / var(--tw-text-opacity));
1451
- }
1452
- .text-blue-600 {
1453
- --tw-text-opacity: 1;
1454
- color: rgb(0 0 0 / var(--tw-text-opacity));
1455
- }
1456
- .text-popover-foreground {
1457
- color: hsl(var(--popover-foreground));
1458
- }
1459
- .text-foreground {
1460
- color: hsl(var(--foreground));
1461
- }
1462
- .text-muted-foreground {
1463
- color: hsl(var(--muted-foreground));
1464
- }
1465
- .text-destructive {
1466
- color: hsl(var(--destructive));
1467
- }
1468
- .\!no-underline {
1469
- -webkit-text-decoration-line: none !important;
1470
- text-decoration-line: none !important;
1471
- }
1472
- .opacity-0 {
1473
- opacity: 0;
1474
- }
1475
- .opacity-100 {
1476
- opacity: 1;
1477
- }
1478
- .shadow-button {
1479
- --tw-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 5px 5px -2px rgba(0, 0, 0, 0.04);
1480
- --tw-shadow-colored: 0px 10px 15px var(--tw-shadow-color), 0px 5px 5px -2px var(--tw-shadow-color);
1481
- box-shadow:
1482
- var(--tw-ring-offset-shadow, 0 0 #0000),
1483
- var(--tw-ring-shadow, 0 0 #0000),
1484
- var(--tw-shadow);
1485
- }
1486
- .shadow-empty {
1487
- --tw-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
1488
- --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
1489
- box-shadow:
1490
- var(--tw-ring-offset-shadow, 0 0 #0000),
1491
- var(--tw-ring-shadow, 0 0 #0000),
1492
- var(--tw-shadow);
1493
- }
1494
- .shadow-button-hover {
1495
- --tw-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 5px 5px -2px rgba(0, 0, 0, 0.04);
1496
- --tw-shadow-colored: 0px 10px 15px -3px var(--tw-shadow-color), 0px 5px 5px -2px var(--tw-shadow-color);
1497
- box-shadow:
1498
- var(--tw-ring-offset-shadow, 0 0 #0000),
1499
- var(--tw-ring-shadow, 0 0 #0000),
1500
- var(--tw-shadow);
1501
- }
1502
- .shadow-lg {
1503
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1504
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1505
- box-shadow:
1506
- var(--tw-ring-offset-shadow, 0 0 #0000),
1507
- var(--tw-ring-shadow, 0 0 #0000),
1508
- var(--tw-shadow);
1509
- }
1510
- .shadow-md {
1511
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1512
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1513
- box-shadow:
1514
- var(--tw-ring-offset-shadow, 0 0 #0000),
1515
- var(--tw-ring-shadow, 0 0 #0000),
1516
- var(--tw-shadow);
1517
- }
1518
- .shadow-input {
1519
- --tw-shadow: inset 0px 10px 25px -15px rgba(0, 0, 0, 0.25), inset 0px 5px 10px -5px rgba(17, 24, 39, 0.2);
1520
- --tw-shadow-colored: inset 0px 10px 25px -15px var(--tw-shadow-color), inset 0px 5px 10px -5px var(--tw-shadow-color);
1521
- box-shadow:
1522
- var(--tw-ring-offset-shadow, 0 0 #0000),
1523
- var(--tw-ring-shadow, 0 0 #0000),
1524
- var(--tw-shadow);
1525
- }
1526
- .shadow-panel {
1527
- --tw-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
1528
- --tw-shadow-colored: 0px 20px 25px -5px var(--tw-shadow-color), 0px 10px 10px -5px var(--tw-shadow-color);
1529
- box-shadow:
1530
- var(--tw-ring-offset-shadow, 0 0 #0000),
1531
- var(--tw-ring-shadow, 0 0 #0000),
1532
- var(--tw-shadow);
1533
- }
1534
- .shadow-input {
1535
- --tw-shadow-color: hsl(var(--input));
1536
- --tw-shadow: var(--tw-shadow-colored);
1537
- }
1538
- .outline-none {
1539
- outline: 2px solid transparent;
1540
- outline-offset: 2px;
1541
- }
1542
- .ring-offset-background {
1543
- --tw-ring-offset-color: hsl(var(--background));
1544
- }
1545
- .transition-all {
1546
- transition-property: all;
1547
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1548
- transition-duration: 150ms;
1549
- }
1550
- .transition-opacity {
1551
- transition-property: opacity;
1552
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1553
- transition-duration: 150ms;
1554
- }
1555
- .transition-colors {
1556
- transition-property:
1557
- color,
1558
- background-color,
1559
- border-color,
1560
- fill,
1561
- stroke,
1562
- -webkit-text-decoration-color;
1563
- transition-property:
1564
- color,
1565
- background-color,
1566
- border-color,
1567
- text-decoration-color,
1568
- fill,
1569
- stroke;
1570
- transition-property:
1571
- color,
1572
- background-color,
1573
- border-color,
1574
- text-decoration-color,
1575
- fill,
1576
- stroke,
1577
- -webkit-text-decoration-color;
1578
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1579
- transition-duration: 150ms;
1580
- }
1581
- .duration-200 {
1582
- transition-duration: 200ms;
1583
- }
1584
- .duration-300 {
1585
- transition-duration: 300ms;
1586
- }
1587
- .duration-500 {
1588
- transition-duration: 500ms;
1589
- }
1590
- .ease-in-out {
1591
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1592
- }
1593
- .no-scrollbar::-webkit-scrollbar {
1594
- display: none;
1595
- }
1596
- .no-scrollbar {
1597
- -ms-overflow-style: none;
1598
- scrollbar-width: none;
1599
- }
1600
- .lqip-blur {
1601
- -webkit-backdrop-filter: blur(20px);
1602
- backdrop-filter: blur(20px);
1603
- }
1604
- .text-blur {
1605
- -webkit-backdrop-filter: blur(7px);
1606
- backdrop-filter: blur(7px);
1607
- }
1608
- @-webkit-keyframes enter {
1609
- from {
1610
- opacity: var(--tw-enter-opacity, 1);
1611
- 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));
1612
- }
1613
- }
1614
- @keyframes enter {
1615
- from {
1616
- opacity: var(--tw-enter-opacity, 1);
1617
- 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));
1618
- }
1619
- }
1620
- @-webkit-keyframes exit {
1621
- to {
1622
- opacity: var(--tw-exit-opacity, 1);
1623
- 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));
1624
- }
1625
- }
1626
- @keyframes exit {
1627
- to {
1628
- opacity: var(--tw-exit-opacity, 1);
1629
- 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));
1630
- }
1631
- }
1632
- .duration-200 {
1633
- -webkit-animation-duration: 200ms;
1634
- animation-duration: 200ms;
1635
- }
1636
- .duration-300 {
1637
- -webkit-animation-duration: 300ms;
1638
- animation-duration: 300ms;
1639
- }
1640
- .duration-500 {
1641
- -webkit-animation-duration: 500ms;
1642
- animation-duration: 500ms;
1643
- }
1644
- .ease-in-out {
1645
- -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1646
- animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1647
- }
1648
- .file\:border-0::-webkit-file-upload-button {
1649
- border-width: 0px;
1650
- }
1651
- .file\:border-0::file-selector-button {
1652
- border-width: 0px;
1653
- }
1654
- .file\:bg-transparent::-webkit-file-upload-button {
1655
- background-color: transparent;
1656
- }
1657
- .file\:bg-transparent::file-selector-button {
1658
- background-color: transparent;
1659
- }
1660
- .file\:text-sm::-webkit-file-upload-button {
1661
- font-size: 0.875rem;
1662
- line-height: 1.25rem;
1663
- }
1664
- .file\:text-sm::file-selector-button {
1665
- font-size: 0.875rem;
1666
- line-height: 1.25rem;
1667
- }
1668
- .file\:font-medium::-webkit-file-upload-button {
1669
- font-weight: 500;
1670
- }
1671
- .file\:font-medium::file-selector-button {
1672
- font-weight: 500;
1673
- }
1674
- .file\:text-foreground::-webkit-file-upload-button {
1675
- color: hsl(var(--foreground));
1676
- }
1677
- .file\:text-foreground::file-selector-button {
1678
- color: hsl(var(--foreground));
1679
- }
1680
- .placeholder\:text-muted-foreground::-moz-placeholder {
1681
- color: hsl(var(--muted-foreground));
1682
- }
1683
- .placeholder\:text-muted-foreground::placeholder {
1684
- color: hsl(var(--muted-foreground));
1685
- }
1686
- .hover\:shadow-button-hover:hover {
1687
- --tw-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 5px 5px -2px rgba(0, 0, 0, 0.04);
1688
- --tw-shadow-colored: 0px 10px 15px -3px var(--tw-shadow-color), 0px 5px 5px -2px var(--tw-shadow-color);
1689
- box-shadow:
1690
- var(--tw-ring-offset-shadow, 0 0 #0000),
1691
- var(--tw-ring-shadow, 0 0 #0000),
1692
- var(--tw-shadow);
1693
- }
1694
- .focus\:bg-accent:focus {
1695
- background-color: hsl(var(--accent));
1696
- }
1697
- .focus\:bg-blue-100:focus {
1698
- --tw-bg-opacity: 1;
1699
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1700
- }
1701
- .focus\:bg-red-100:focus {
1702
- --tw-bg-opacity: 1;
1703
- background-color: rgb(254 226 226 / var(--tw-bg-opacity));
1704
- }
1705
- .focus\:bg-gray-100:focus {
1706
- --tw-bg-opacity: 1;
1707
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1708
- }
1709
- .focus\:text-accent-foreground:focus {
1710
- color: hsl(var(--accent-foreground));
1711
- }
1712
- .focus\:text-white:focus {
1713
- --tw-text-opacity: 1;
1714
- color: rgb(255 255 255 / var(--tw-text-opacity));
1715
- }
1716
- .focus-visible\:outline-none:focus-visible {
1717
- outline: 2px solid transparent;
1718
- outline-offset: 2px;
1719
- }
1720
- .focus-visible\:ring-2:focus-visible {
1721
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1722
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1723
- box-shadow:
1724
- var(--tw-ring-offset-shadow),
1725
- var(--tw-ring-shadow),
1726
- var(--tw-shadow, 0 0 #0000);
1727
- }
1728
- .focus-visible\:ring-ring:focus-visible {
1729
- --tw-ring-color: hsl(var(--ring));
1730
- }
1731
- .focus-visible\:ring-offset-2:focus-visible {
1732
- --tw-ring-offset-width: 2px;
1733
- }
1734
- .active\:shadow-empty:active {
1735
- --tw-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
1736
- --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
1737
- box-shadow:
1738
- var(--tw-ring-offset-shadow, 0 0 #0000),
1739
- var(--tw-ring-shadow, 0 0 #0000),
1740
- var(--tw-shadow);
1741
- }
1742
- .disabled\:cursor-not-allowed:disabled {
1743
- cursor: not-allowed;
1744
- }
1745
- .disabled\:opacity-50:disabled {
1746
- opacity: 0.5;
1747
- }
1748
- .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
1749
- cursor: not-allowed;
1750
- }
1751
- .peer:disabled ~ .peer-disabled\:opacity-70 {
1752
- opacity: 0.7;
1753
- }
1754
- @media (min-width: 640px) {
1755
- .sm\:px-128 {
1756
- padding-left: 8rem;
1757
- padding-right: 8rem;
1758
- }
1759
- }
1760
- @media (min-width: 768px) {
1761
- .md\:ml-64 {
1762
- margin-left: 4rem;
1763
- }
1764
- .md\:mr-64 {
1765
- margin-right: 4rem;
1766
- }
1767
- .md\:basis-1\/2 {
1768
- flex-basis: 50%;
1769
- }
1770
- .md\:basis-full {
1771
- flex-basis: 100%;
1772
- }
1773
- .md\:text-sm {
1774
- font-size: 0.875rem;
1775
- line-height: 1.25rem;
1776
- }
1777
- }
1778
- @media (min-width: 1280px) {
1779
- .xl\:\!block {
1780
- display: block !important;
1781
- }
1782
- .xl\:grid-cols-3 {
1783
- grid-template-columns: repeat(3, minmax(0, 1fr));
1784
- }
1785
- .xl\:px-0 {
1786
- padding-left: 0px;
1787
- padding-right: 0px;
1788
- }
1789
- }
1790
- @media (min-width: 768px) {
1791
- .\[\&\:not\(\:focus\)\]\:hover\:md\:bg-blue-100:hover:not(:focus) {
1792
- --tw-bg-opacity: 1;
1793
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1794
- }
1795
- .\[\&\:not\(\:focus\)\]\:hover\:md\:bg-red-100:hover:not(:focus) {
1796
- --tw-bg-opacity: 1;
1797
- background-color: rgb(254 226 226 / var(--tw-bg-opacity));
1798
- }
1799
- .\[\&\:not\(\:focus\)\]\:hover\:md\:bg-gray-100:hover:not(:focus) {
1800
- --tw-bg-opacity: 1;
1801
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1802
- }
1803
- .\[\&\:not\(\:focus\)\]\:hover\:md\:text-blue-600:hover:not(:focus) {
1804
- --tw-text-opacity: 1;
1805
- color: rgb(0 0 0 / var(--tw-text-opacity));
1806
- }
1807
- .\[\&\:not\(\:focus\)\]\:hover\:md\:text-red-500:hover:not(:focus) {
1808
- --tw-text-opacity: 1;
1809
- color: rgb(239 68 68 / var(--tw-text-opacity));
1810
- }
1811
- .\[\&\:not\(\:focus\)\]\:hover\:md\:text-gray-400:hover:not(:focus) {
1812
- --tw-text-opacity: 1;
1813
- color: rgb(156 163 175 / var(--tw-text-opacity));
1814
- }
1815
- }
1816
- /*# sourceMappingURL=index.css.map */