@powerhousedao/common 6.0.0-dev.9 → 6.0.0-dev.90

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 (218) hide show
  1. package/dist/clis/args/access-token.d.ts +12 -0
  2. package/dist/clis/args/access-token.d.ts.map +1 -0
  3. package/dist/clis/args/access-token.js +19 -0
  4. package/dist/clis/args/access-token.js.map +1 -0
  5. package/dist/clis/args/common.d.ts +163 -0
  6. package/dist/clis/args/common.d.ts.map +1 -0
  7. package/dist/clis/args/common.js +219 -0
  8. package/dist/clis/args/common.js.map +1 -0
  9. package/dist/clis/args/connect.d.ts +198 -0
  10. package/dist/clis/args/connect.d.ts.map +1 -0
  11. package/dist/clis/args/connect.js +48 -0
  12. package/dist/clis/args/connect.js.map +1 -0
  13. package/dist/clis/args/generate.d.ts +85 -0
  14. package/dist/clis/args/generate.d.ts.map +1 -0
  15. package/dist/clis/args/generate.js +159 -0
  16. package/dist/clis/args/generate.js.map +1 -0
  17. package/dist/clis/args/help.d.ts +321 -0
  18. package/dist/clis/args/help.d.ts.map +1 -0
  19. package/dist/clis/args/help.js +89 -0
  20. package/dist/clis/args/help.js.map +1 -0
  21. package/dist/clis/args/inspect.d.ts +9 -0
  22. package/dist/clis/args/inspect.d.ts.map +1 -0
  23. package/dist/clis/args/inspect.js +11 -0
  24. package/dist/clis/args/inspect.js.map +1 -0
  25. package/dist/clis/args/install.d.ts +24 -0
  26. package/dist/clis/args/install.d.ts.map +1 -0
  27. package/dist/clis/args/install.js +12 -0
  28. package/dist/clis/args/install.js.map +1 -0
  29. package/dist/clis/args/list.d.ts +6 -0
  30. package/dist/clis/args/list.d.ts.map +1 -0
  31. package/dist/clis/args/list.js +5 -0
  32. package/dist/clis/args/list.js.map +1 -0
  33. package/dist/clis/args/login.d.ts +21 -0
  34. package/dist/clis/args/login.d.ts.map +1 -0
  35. package/dist/clis/args/login.js +37 -0
  36. package/dist/clis/args/login.js.map +1 -0
  37. package/dist/clis/args/migrate.d.ts +9 -0
  38. package/dist/clis/args/migrate.d.ts.map +1 -0
  39. package/dist/clis/args/migrate.js +6 -0
  40. package/dist/clis/args/migrate.js.map +1 -0
  41. package/dist/clis/args/service.d.ts +9 -0
  42. package/dist/clis/args/service.d.ts.map +1 -0
  43. package/dist/clis/args/service.js +10 -0
  44. package/dist/clis/args/service.js.map +1 -0
  45. package/dist/clis/args/switchboard.d.ts +60 -0
  46. package/dist/clis/args/switchboard.d.ts.map +1 -0
  47. package/dist/clis/args/switchboard.js +71 -0
  48. package/dist/clis/args/switchboard.js.map +1 -0
  49. package/dist/clis/args/uninstall.d.ts +24 -0
  50. package/dist/clis/args/uninstall.d.ts.map +1 -0
  51. package/dist/clis/args/uninstall.js +12 -0
  52. package/dist/clis/args/uninstall.js.map +1 -0
  53. package/dist/clis/args/vetra.d.ts +87 -0
  54. package/dist/clis/args/vetra.d.ts.map +1 -0
  55. package/dist/clis/args/vetra.js +64 -0
  56. package/dist/clis/args/vetra.js.map +1 -0
  57. package/dist/clis/constants.d.ts +24 -0
  58. package/dist/clis/constants.d.ts.map +1 -0
  59. package/dist/clis/constants.js +52 -0
  60. package/dist/clis/constants.js.map +1 -0
  61. package/dist/clis/file-system/dependencies.d.ts +34 -0
  62. package/dist/clis/file-system/dependencies.d.ts.map +1 -0
  63. package/dist/clis/file-system/dependencies.js +103 -0
  64. package/dist/clis/file-system/dependencies.js.map +1 -0
  65. package/dist/clis/file-system/directory-exists.d.ts +2 -0
  66. package/dist/clis/file-system/directory-exists.d.ts.map +1 -0
  67. package/dist/clis/file-system/directory-exists.js +15 -0
  68. package/dist/clis/file-system/directory-exists.js.map +1 -0
  69. package/dist/clis/file-system/file-exists.d.ts +2 -0
  70. package/dist/clis/file-system/file-exists.d.ts.map +1 -0
  71. package/dist/clis/file-system/file-exists.js +15 -0
  72. package/dist/clis/file-system/file-exists.js.map +1 -0
  73. package/dist/clis/file-system/projects.d.ts +20 -0
  74. package/dist/clis/file-system/projects.d.ts.map +1 -0
  75. package/dist/clis/file-system/projects.js +97 -0
  76. package/dist/clis/file-system/projects.js.map +1 -0
  77. package/dist/clis/file-system/run-cmd.d.ts +2 -0
  78. package/dist/clis/file-system/run-cmd.d.ts.map +1 -0
  79. package/dist/clis/file-system/run-cmd.js +11 -0
  80. package/dist/clis/file-system/run-cmd.js.map +1 -0
  81. package/dist/clis/file-system/spawn-async.d.ts +5 -0
  82. package/dist/clis/file-system/spawn-async.d.ts.map +1 -0
  83. package/dist/clis/file-system/spawn-async.js +29 -0
  84. package/dist/clis/file-system/spawn-async.js.map +1 -0
  85. package/dist/clis/file-system/version-info.d.ts +3 -0
  86. package/dist/clis/file-system/version-info.d.ts.map +1 -0
  87. package/dist/clis/file-system/version-info.js +46 -0
  88. package/dist/clis/file-system/version-info.js.map +1 -0
  89. package/dist/clis/index.d.ts +25 -0
  90. package/dist/clis/index.d.ts.map +1 -0
  91. package/dist/clis/index.js +24 -0
  92. package/dist/clis/index.js.map +1 -0
  93. package/dist/clis/tests/package-json-versions.test.d.ts +2 -0
  94. package/dist/clis/tests/package-json-versions.test.d.ts.map +1 -0
  95. package/dist/clis/tests/package-json-versions.test.js +34 -0
  96. package/dist/clis/tests/package-json-versions.test.js.map +1 -0
  97. package/dist/clis/types.d.ts +13 -0
  98. package/dist/clis/types.d.ts.map +1 -0
  99. package/dist/{editors/utils → clis}/types.js.map +1 -1
  100. package/dist/clis/utils.d.ts +2 -0
  101. package/dist/clis/utils.d.ts.map +1 -0
  102. package/dist/clis/utils.js +10 -0
  103. package/dist/clis/utils.js.map +1 -0
  104. package/dist/drive-analytics/index.d.ts +1 -1
  105. package/dist/drive-analytics/index.d.ts.map +1 -1
  106. package/dist/drive-analytics/index.js +1 -1
  107. package/dist/drive-analytics/index.js.map +1 -1
  108. package/dist/drive-analytics/useDocumentAnalytics.d.ts +1 -1
  109. package/dist/drive-analytics/useDocumentAnalytics.d.ts.map +1 -1
  110. package/dist/drive-analytics/useDocumentAnalytics.js.map +1 -1
  111. package/dist/drive-analytics/useDriveAnalytics.d.ts +1 -1
  112. package/dist/drive-analytics/useDriveAnalytics.d.ts.map +1 -1
  113. package/dist/drive-analytics/useDriveAnalytics.js.map +1 -1
  114. package/dist/index.d.ts +2 -2
  115. package/dist/index.d.ts.map +1 -1
  116. package/dist/index.js +0 -2
  117. package/dist/index.js.map +1 -1
  118. package/dist/tsconfig.tsbuildinfo +1 -1
  119. package/dist/types.d.ts +2 -0
  120. package/dist/types.d.ts.map +1 -0
  121. package/dist/types.js.map +1 -0
  122. package/dist/utils/index.d.ts +3 -0
  123. package/dist/utils/index.d.ts.map +1 -1
  124. package/dist/utils/index.js +3 -0
  125. package/dist/utils/index.js.map +1 -1
  126. package/dist/utils/logger-types.d.ts +2 -0
  127. package/dist/utils/logger-types.d.ts.map +1 -0
  128. package/dist/utils/logger-types.js +2 -0
  129. package/dist/utils/logger-types.js.map +1 -0
  130. package/dist/utils/logger.d.ts +3 -0
  131. package/dist/utils/logger.d.ts.map +1 -0
  132. package/dist/utils/logger.js +2 -0
  133. package/dist/utils/logger.js.map +1 -0
  134. package/dist/utils/mock.d.ts +3 -0
  135. package/dist/utils/mock.d.ts.map +1 -0
  136. package/dist/utils/mock.js +5 -0
  137. package/dist/utils/mock.js.map +1 -0
  138. package/package.json +25 -60
  139. package/dist/drive-analytics/processor/document-processor.d.ts +0 -11
  140. package/dist/drive-analytics/processor/document-processor.d.ts.map +0 -1
  141. package/dist/drive-analytics/processor/document-processor.js +0 -67
  142. package/dist/drive-analytics/processor/document-processor.js.map +0 -1
  143. package/dist/drive-analytics/processor/drive-processor.d.ts +0 -12
  144. package/dist/drive-analytics/processor/drive-processor.d.ts.map +0 -1
  145. package/dist/drive-analytics/processor/drive-processor.js +0 -107
  146. package/dist/drive-analytics/processor/drive-processor.js.map +0 -1
  147. package/dist/drive-analytics/processor/index.d.ts +0 -10
  148. package/dist/drive-analytics/processor/index.d.ts.map +0 -1
  149. package/dist/drive-analytics/processor/index.js +0 -28
  150. package/dist/drive-analytics/processor/index.js.map +0 -1
  151. package/dist/drive-analytics/processor/types.d.ts +0 -3
  152. package/dist/drive-analytics/processor/types.d.ts.map +0 -1
  153. package/dist/drive-analytics/processor/types.js.map +0 -1
  154. package/dist/editors/generic-drive-explorer/components/create-document.d.ts +0 -2
  155. package/dist/editors/generic-drive-explorer/components/create-document.d.ts.map +0 -1
  156. package/dist/editors/generic-drive-explorer/components/create-document.js +0 -19
  157. package/dist/editors/generic-drive-explorer/components/create-document.js.map +0 -1
  158. package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts +0 -2
  159. package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts.map +0 -1
  160. package/dist/editors/generic-drive-explorer/components/file-content-view.js +0 -76
  161. package/dist/editors/generic-drive-explorer/components/file-content-view.js.map +0 -1
  162. package/dist/editors/generic-drive-explorer/components/folder-view.d.ts +0 -5
  163. package/dist/editors/generic-drive-explorer/components/folder-view.d.ts.map +0 -1
  164. package/dist/editors/generic-drive-explorer/components/folder-view.js +0 -19
  165. package/dist/editors/generic-drive-explorer/components/folder-view.js.map +0 -1
  166. package/dist/editors/generic-drive-explorer/components/index.d.ts +0 -6
  167. package/dist/editors/generic-drive-explorer/components/index.d.ts.map +0 -1
  168. package/dist/editors/generic-drive-explorer/components/index.js +0 -6
  169. package/dist/editors/generic-drive-explorer/components/index.js.map +0 -1
  170. package/dist/editors/generic-drive-explorer/components/layout.d.ts +0 -12
  171. package/dist/editors/generic-drive-explorer/components/layout.d.ts.map +0 -1
  172. package/dist/editors/generic-drive-explorer/components/layout.js +0 -21
  173. package/dist/editors/generic-drive-explorer/components/layout.js.map +0 -1
  174. package/dist/editors/generic-drive-explorer/components/search-bar.d.ts +0 -2
  175. package/dist/editors/generic-drive-explorer/components/search-bar.d.ts.map +0 -1
  176. package/dist/editors/generic-drive-explorer/components/search-bar.js +0 -38
  177. package/dist/editors/generic-drive-explorer/components/search-bar.js.map +0 -1
  178. package/dist/editors/generic-drive-explorer/config.d.ts +0 -3
  179. package/dist/editors/generic-drive-explorer/config.d.ts.map +0 -1
  180. package/dist/editors/generic-drive-explorer/config.js +0 -5
  181. package/dist/editors/generic-drive-explorer/config.js.map +0 -1
  182. package/dist/editors/generic-drive-explorer/editor.d.ts +0 -3
  183. package/dist/editors/generic-drive-explorer/editor.d.ts.map +0 -1
  184. package/dist/editors/generic-drive-explorer/editor.js +0 -16
  185. package/dist/editors/generic-drive-explorer/editor.js.map +0 -1
  186. package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.d.ts +0 -6
  187. package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.d.ts.map +0 -1
  188. package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.js +0 -26
  189. package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.js.map +0 -1
  190. package/dist/editors/generic-drive-explorer/index.d.ts +0 -3
  191. package/dist/editors/generic-drive-explorer/index.d.ts.map +0 -1
  192. package/dist/editors/generic-drive-explorer/index.js +0 -3
  193. package/dist/editors/generic-drive-explorer/index.js.map +0 -1
  194. package/dist/editors/generic-drive-explorer/module.d.ts +0 -3
  195. package/dist/editors/generic-drive-explorer/module.d.ts.map +0 -1
  196. package/dist/editors/generic-drive-explorer/module.js +0 -10
  197. package/dist/editors/generic-drive-explorer/module.js.map +0 -1
  198. package/dist/editors/index.d.ts +0 -3
  199. package/dist/editors/index.d.ts.map +0 -1
  200. package/dist/editors/index.js +0 -4
  201. package/dist/editors/index.js.map +0 -1
  202. package/dist/editors/styles.css +0 -450
  203. package/dist/editors/utils/cn.d.ts +0 -3
  204. package/dist/editors/utils/cn.d.ts.map +0 -1
  205. package/dist/editors/utils/cn.js +0 -6
  206. package/dist/editors/utils/cn.js.map +0 -1
  207. package/dist/editors/utils/index.d.ts +0 -3
  208. package/dist/editors/utils/index.d.ts.map +0 -1
  209. package/dist/editors/utils/index.js +0 -3
  210. package/dist/editors/utils/index.js.map +0 -1
  211. package/dist/editors/utils/types.d.ts +0 -8
  212. package/dist/editors/utils/types.d.ts.map +0 -1
  213. package/dist/hooks/index.d.ts +0 -2
  214. package/dist/hooks/index.d.ts.map +0 -1
  215. package/dist/hooks/index.js +0 -2
  216. package/dist/hooks/index.js.map +0 -1
  217. /package/dist/{drive-analytics/processor → clis}/types.js +0 -0
  218. /package/dist/{editors/utils/types.js → types.js} +0 -0
@@ -1,450 +0,0 @@
1
- /*! tailwindcss v4.1.16 | 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-blue-100: hsl(209 100% 90%);
10
- --color-gray-50: hsl(0 0% 99%);
11
- --color-gray-100: hsl(0 0% 96%);
12
- --color-gray-400: hsl(180 2% 78%);
13
- --color-gray-600: hsl(200 4% 44%);
14
- --spacing: 0.25rem;
15
- --text-sm: 0.875rem;
16
- --text-sm--line-height: calc(1.25 / 0.875);
17
- --text-base: 1rem;
18
- --text-base--line-height: calc(1.5 / 1);
19
- --text-xl: 1.25rem;
20
- --text-xl--line-height: calc(1.75 / 1.25);
21
- --font-weight-semibold: 600;
22
- --font-weight-bold: 700;
23
- --radius-md: 0.375rem;
24
- --radius-xl: 0.75rem;
25
- --radius-2xl: 1rem;
26
- --default-font-family: var(--font-sans);
27
- --default-mono-font-family: var(--font-mono);
28
- }
29
- }
30
- @layer base {
31
- *, ::after, ::before, ::backdrop, ::file-selector-button {
32
- box-sizing: border-box;
33
- margin: 0;
34
- padding: 0;
35
- border: 0 solid;
36
- }
37
- html, :host {
38
- line-height: 1.5;
39
- -webkit-text-size-adjust: 100%;
40
- tab-size: 4;
41
- 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");
42
- font-feature-settings: var(--default-font-feature-settings, normal);
43
- font-variation-settings: var(--default-font-variation-settings, normal);
44
- -webkit-tap-highlight-color: transparent;
45
- }
46
- hr {
47
- height: 0;
48
- color: inherit;
49
- border-top-width: 1px;
50
- }
51
- abbr:where([title]) {
52
- -webkit-text-decoration: underline dotted;
53
- text-decoration: underline dotted;
54
- }
55
- h1, h2, h3, h4, h5, h6 {
56
- font-size: inherit;
57
- font-weight: inherit;
58
- }
59
- a {
60
- color: inherit;
61
- -webkit-text-decoration: inherit;
62
- text-decoration: inherit;
63
- }
64
- b, strong {
65
- font-weight: bolder;
66
- }
67
- code, kbd, samp, pre {
68
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
69
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
70
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
71
- font-size: 1em;
72
- }
73
- small {
74
- font-size: 80%;
75
- }
76
- sub, sup {
77
- font-size: 75%;
78
- line-height: 0;
79
- position: relative;
80
- vertical-align: baseline;
81
- }
82
- sub {
83
- bottom: -0.25em;
84
- }
85
- sup {
86
- top: -0.5em;
87
- }
88
- table {
89
- text-indent: 0;
90
- border-color: inherit;
91
- border-collapse: collapse;
92
- }
93
- :-moz-focusring {
94
- outline: auto;
95
- }
96
- progress {
97
- vertical-align: baseline;
98
- }
99
- summary {
100
- display: list-item;
101
- }
102
- ol, ul, menu {
103
- list-style: none;
104
- }
105
- img, svg, video, canvas, audio, iframe, embed, object {
106
- display: block;
107
- vertical-align: middle;
108
- }
109
- img, video {
110
- max-width: 100%;
111
- height: auto;
112
- }
113
- button, input, select, optgroup, textarea, ::file-selector-button {
114
- font: inherit;
115
- font-feature-settings: inherit;
116
- font-variation-settings: inherit;
117
- letter-spacing: inherit;
118
- color: inherit;
119
- border-radius: 0;
120
- background-color: transparent;
121
- opacity: 1;
122
- }
123
- :where(select:is([multiple], [size])) optgroup {
124
- font-weight: bolder;
125
- }
126
- :where(select:is([multiple], [size])) optgroup option {
127
- padding-inline-start: 20px;
128
- }
129
- ::file-selector-button {
130
- margin-inline-end: 4px;
131
- }
132
- ::placeholder {
133
- opacity: 1;
134
- }
135
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
136
- ::placeholder {
137
- color: currentcolor;
138
- @supports (color: color-mix(in lab, red, red)) {
139
- color: color-mix(in oklab, currentcolor 50%, transparent);
140
- }
141
- }
142
- }
143
- textarea {
144
- resize: vertical;
145
- }
146
- ::-webkit-search-decoration {
147
- -webkit-appearance: none;
148
- }
149
- ::-webkit-date-and-time-value {
150
- min-height: 1lh;
151
- text-align: inherit;
152
- }
153
- ::-webkit-datetime-edit {
154
- display: inline-flex;
155
- }
156
- ::-webkit-datetime-edit-fields-wrapper {
157
- padding: 0;
158
- }
159
- ::-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 {
160
- padding-block: 0;
161
- }
162
- ::-webkit-calendar-picker-indicator {
163
- line-height: 1;
164
- }
165
- :-moz-ui-invalid {
166
- box-shadow: none;
167
- }
168
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
169
- appearance: button;
170
- }
171
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
172
- height: auto;
173
- }
174
- [hidden]:where(:not([hidden="until-found"])) {
175
- display: none !important;
176
- }
177
- }
178
- @layer utilities {
179
- .collapse {
180
- visibility: collapse;
181
- }
182
- .visible {
183
- visibility: visible;
184
- }
185
- .absolute {
186
- position: absolute;
187
- }
188
- .fixed {
189
- position: fixed;
190
- }
191
- .relative {
192
- position: relative;
193
- }
194
- .container {
195
- width: 100%;
196
- @media (width >= 40rem) {
197
- max-width: 40rem;
198
- }
199
- @media (width >= 48rem) {
200
- max-width: 48rem;
201
- }
202
- @media (width >= 64rem) {
203
- max-width: 64rem;
204
- }
205
- @media (width >= 80rem) {
206
- max-width: 80rem;
207
- }
208
- @media (width >= 96rem) {
209
- max-width: 96rem;
210
- }
211
- }
212
- .m-4 {
213
- margin: calc(var(--spacing) * 4);
214
- }
215
- .mb-3 {
216
- margin-bottom: calc(var(--spacing) * 3);
217
- }
218
- .mb-4 {
219
- margin-bottom: calc(var(--spacing) * 4);
220
- }
221
- .mb-5 {
222
- margin-bottom: calc(var(--spacing) * 5);
223
- }
224
- .mb-8 {
225
- margin-bottom: calc(var(--spacing) * 8);
226
- }
227
- .contents {
228
- display: contents;
229
- }
230
- .flex {
231
- display: flex;
232
- }
233
- .w-full {
234
- width: 100%;
235
- }
236
- .flex-0 {
237
- flex: 0;
238
- }
239
- .flex-1 {
240
- flex: 1;
241
- }
242
- .shrink-0 {
243
- flex-shrink: 0;
244
- }
245
- .grow {
246
- flex-grow: 1;
247
- }
248
- .transform {
249
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
250
- }
251
- .flex-col {
252
- flex-direction: column;
253
- }
254
- .flex-wrap {
255
- flex-wrap: wrap;
256
- }
257
- .gap-2 {
258
- gap: calc(var(--spacing) * 2);
259
- }
260
- .gap-4 {
261
- gap: calc(var(--spacing) * 4);
262
- }
263
- .overflow-auto {
264
- overflow: auto;
265
- }
266
- .rounded-2xl {
267
- border-radius: var(--radius-2xl);
268
- }
269
- .rounded-md {
270
- border-radius: var(--radius-md);
271
- }
272
- .rounded-xl {
273
- border-radius: var(--radius-xl);
274
- }
275
- .border-2 {
276
- border-style: var(--tw-border-style);
277
- border-width: 2px;
278
- }
279
- .border-dashed {
280
- --tw-border-style: dashed;
281
- border-style: dashed;
282
- }
283
- .border-blue-100 {
284
- border-color: var(--color-blue-100);
285
- }
286
- .border-transparent {
287
- border-color: transparent;
288
- }
289
- .bg-blue-100 {
290
- background-color: var(--color-blue-100);
291
- }
292
- .bg-gray-50 {
293
- background-color: var(--color-gray-50);
294
- }
295
- .bg-gray-100 {
296
- background-color: var(--color-gray-100);
297
- }
298
- .p-2 {
299
- padding: calc(var(--spacing) * 2);
300
- }
301
- .px-4 {
302
- padding-inline: calc(var(--spacing) * 4);
303
- }
304
- .px-6 {
305
- padding-inline: calc(var(--spacing) * 6);
306
- }
307
- .py-4 {
308
- padding-block: calc(var(--spacing) * 4);
309
- }
310
- .text-base {
311
- font-size: var(--text-base);
312
- line-height: var(--tw-leading, var(--text-base--line-height));
313
- }
314
- .text-sm {
315
- font-size: var(--text-sm);
316
- line-height: var(--tw-leading, var(--text-sm--line-height));
317
- }
318
- .text-xl {
319
- font-size: var(--text-xl);
320
- line-height: var(--tw-leading, var(--text-xl--line-height));
321
- }
322
- .font-bold {
323
- --tw-font-weight: var(--font-weight-bold);
324
- font-weight: var(--font-weight-bold);
325
- }
326
- .font-semibold {
327
- --tw-font-weight: var(--font-weight-semibold);
328
- font-weight: var(--font-weight-semibold);
329
- }
330
- .text-gray-400 {
331
- color: var(--color-gray-400);
332
- }
333
- .text-gray-600 {
334
- color: var(--color-gray-600);
335
- }
336
- .lowercase {
337
- text-transform: lowercase;
338
- }
339
- .filter {
340
- 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,);
341
- }
342
- }
343
- @property --tw-rotate-x {
344
- syntax: "*";
345
- inherits: false;
346
- }
347
- @property --tw-rotate-y {
348
- syntax: "*";
349
- inherits: false;
350
- }
351
- @property --tw-rotate-z {
352
- syntax: "*";
353
- inherits: false;
354
- }
355
- @property --tw-skew-x {
356
- syntax: "*";
357
- inherits: false;
358
- }
359
- @property --tw-skew-y {
360
- syntax: "*";
361
- inherits: false;
362
- }
363
- @property --tw-border-style {
364
- syntax: "*";
365
- inherits: false;
366
- initial-value: solid;
367
- }
368
- @property --tw-font-weight {
369
- syntax: "*";
370
- inherits: false;
371
- }
372
- @property --tw-blur {
373
- syntax: "*";
374
- inherits: false;
375
- }
376
- @property --tw-brightness {
377
- syntax: "*";
378
- inherits: false;
379
- }
380
- @property --tw-contrast {
381
- syntax: "*";
382
- inherits: false;
383
- }
384
- @property --tw-grayscale {
385
- syntax: "*";
386
- inherits: false;
387
- }
388
- @property --tw-hue-rotate {
389
- syntax: "*";
390
- inherits: false;
391
- }
392
- @property --tw-invert {
393
- syntax: "*";
394
- inherits: false;
395
- }
396
- @property --tw-opacity {
397
- syntax: "*";
398
- inherits: false;
399
- }
400
- @property --tw-saturate {
401
- syntax: "*";
402
- inherits: false;
403
- }
404
- @property --tw-sepia {
405
- syntax: "*";
406
- inherits: false;
407
- }
408
- @property --tw-drop-shadow {
409
- syntax: "*";
410
- inherits: false;
411
- }
412
- @property --tw-drop-shadow-color {
413
- syntax: "*";
414
- inherits: false;
415
- }
416
- @property --tw-drop-shadow-alpha {
417
- syntax: "<percentage>";
418
- inherits: false;
419
- initial-value: 100%;
420
- }
421
- @property --tw-drop-shadow-size {
422
- syntax: "*";
423
- inherits: false;
424
- }
425
- @layer properties {
426
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
427
- *, ::before, ::after, ::backdrop {
428
- --tw-rotate-x: initial;
429
- --tw-rotate-y: initial;
430
- --tw-rotate-z: initial;
431
- --tw-skew-x: initial;
432
- --tw-skew-y: initial;
433
- --tw-border-style: solid;
434
- --tw-font-weight: initial;
435
- --tw-blur: initial;
436
- --tw-brightness: initial;
437
- --tw-contrast: initial;
438
- --tw-grayscale: initial;
439
- --tw-hue-rotate: initial;
440
- --tw-invert: initial;
441
- --tw-opacity: initial;
442
- --tw-saturate: initial;
443
- --tw-sepia: initial;
444
- --tw-drop-shadow: initial;
445
- --tw-drop-shadow-color: initial;
446
- --tw-drop-shadow-alpha: 100%;
447
- --tw-drop-shadow-size: initial;
448
- }
449
- }
450
- }
@@ -1,3 +0,0 @@
1
- import type { ClassValue } from "clsx";
2
- export declare function cn(...inputs: ClassValue[]): string;
3
- //# sourceMappingURL=cn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../editors/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIvC,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
@@ -1,6 +0,0 @@
1
- import { clsx } from "clsx";
2
- import { twMerge } from "tailwind-merge";
3
- export function cn(...inputs) {
4
- return twMerge(clsx(inputs));
5
- }
6
- //# sourceMappingURL=cn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cn.js","sourceRoot":"","sources":["../../../editors/utils/cn.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzC,MAAM,UAAU,EAAE,CAAC,GAAG,MAAoB;IACxC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/B,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./cn.js";
2
- export * from "./types.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./cn.js";
2
- export * from "./types.js";
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
@@ -1,8 +0,0 @@
1
- export type BaseProps<T extends HTMLElement = HTMLDivElement> = {
2
- className?: string;
3
- style?: React.CSSProperties;
4
- id?: string;
5
- children?: React.ReactNode;
6
- containerProps?: Omit<React.HTMLAttributes<T>, "className" | "style" | "id">;
7
- };
8
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../editors/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,WAAW,GAAG,cAAc,IAAI;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,WAAW,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC;CAC9E,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../hooks/index.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../hooks/index.ts"],"names":[],"mappings":""}
File without changes