@falcondev-oss/nuxt-layers-base 0.2.0 → 0.3.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 (152) hide show
  1. package/app/app.config.ts +3 -1
  2. package/app/assets/css/base.css +3 -0
  3. package/app/assets/css/theme.css +31 -0
  4. package/nuxt.config.ts +9 -0
  5. package/package.json +1 -1
  6. package/.eslintcache +0 -1
  7. package/.nuxt/app.config.mjs +0 -317
  8. package/.nuxt/components.d.ts +0 -334
  9. package/.nuxt/imports.d.ts +0 -64
  10. package/.nuxt/manifest/meta/feb19a4d-b5c8-4680-84fd-e0098912b09e.json +0 -1
  11. package/.nuxt/nuxt-icon-client-bundle.mjs +0 -1
  12. package/.nuxt/nuxt-icon-server-bundle.mjs +0 -14
  13. package/.nuxt/nuxt.d.ts +0 -24
  14. package/.nuxt/nuxt.node.d.ts +0 -14
  15. package/.nuxt/nuxt.shared.d.ts +0 -5
  16. package/.nuxt/schema/nuxt.schema.d.ts +0 -210
  17. package/.nuxt/schema/nuxt.schema.json +0 -263
  18. package/.nuxt/tsconfig.app.json +0 -214
  19. package/.nuxt/tsconfig.json +0 -216
  20. package/.nuxt/tsconfig.node.json +0 -111
  21. package/.nuxt/tsconfig.server.json +0 -137
  22. package/.nuxt/tsconfig.shared.json +0 -136
  23. package/.nuxt/types/app.config.d.ts +0 -331
  24. package/.nuxt/types/build.d.ts +0 -24
  25. package/.nuxt/types/builder-env.d.ts +0 -1
  26. package/.nuxt/types/components.d.ts +0 -339
  27. package/.nuxt/types/imports.d.ts +0 -913
  28. package/.nuxt/types/layouts.d.ts +0 -7
  29. package/.nuxt/types/middleware.d.ts +0 -7
  30. package/.nuxt/types/modules.d.ts +0 -159
  31. package/.nuxt/types/nitro-config.d.ts +0 -14
  32. package/.nuxt/types/nitro-imports.d.ts +0 -151
  33. package/.nuxt/types/nitro-middleware.d.ts +0 -11
  34. package/.nuxt/types/nitro-nuxt.d.ts +0 -61
  35. package/.nuxt/types/nitro-routes.d.ts +0 -17
  36. package/.nuxt/types/nitro.d.ts +0 -3
  37. package/.nuxt/types/plugins.d.ts +0 -35
  38. package/.nuxt/types/runtime-config.d.ts +0 -36
  39. package/.nuxt/types/ui.d.ts +0 -36
  40. package/.nuxt/types/vue-shim.d.ts +0 -0
  41. package/.nuxt/ui/accordion.ts +0 -20
  42. package/.nuxt/ui/alert.ts +0 -264
  43. package/.nuxt/ui/auth-form.ts +0 -20
  44. package/.nuxt/ui/avatar-group.ts +0 -52
  45. package/.nuxt/ui/avatar.ts +0 -54
  46. package/.nuxt/ui/badge.ts +0 -263
  47. package/.nuxt/ui/banner.ts +0 -108
  48. package/.nuxt/ui/blog-post.ts +0 -143
  49. package/.nuxt/ui/blog-posts.ts +0 -9
  50. package/.nuxt/ui/breadcrumb.ts +0 -45
  51. package/.nuxt/ui/button.ts +0 -378
  52. package/.nuxt/ui/calendar.ts +0 -315
  53. package/.nuxt/ui/card.ts +0 -34
  54. package/.nuxt/ui/carousel.ts +0 -38
  55. package/.nuxt/ui/changelog-version.ts +0 -45
  56. package/.nuxt/ui/changelog-versions.ts +0 -8
  57. package/.nuxt/ui/chat-message.ts +0 -136
  58. package/.nuxt/ui/chat-messages.ts +0 -14
  59. package/.nuxt/ui/chat-palette.ts +0 -8
  60. package/.nuxt/ui/chat-prompt-submit.ts +0 -5
  61. package/.nuxt/ui/chat-prompt.ts +0 -35
  62. package/.nuxt/ui/checkbox-group.ts +0 -207
  63. package/.nuxt/ui/checkbox.ts +0 -237
  64. package/.nuxt/ui/chip.ts +0 -96
  65. package/.nuxt/ui/collapsible.ts +0 -6
  66. package/.nuxt/ui/color-picker.ts +0 -47
  67. package/.nuxt/ui/command-palette.ts +0 -62
  68. package/.nuxt/ui/container.ts +0 -3
  69. package/.nuxt/ui/context-menu.ts +0 -219
  70. package/.nuxt/ui/dashboard-group.ts +0 -3
  71. package/.nuxt/ui/dashboard-navbar.ts +0 -21
  72. package/.nuxt/ui/dashboard-panel.ts +0 -17
  73. package/.nuxt/ui/dashboard-resize-handle.ts +0 -3
  74. package/.nuxt/ui/dashboard-search-button.ts +0 -15
  75. package/.nuxt/ui/dashboard-search.ts +0 -13
  76. package/.nuxt/ui/dashboard-sidebar-collapse.ts +0 -9
  77. package/.nuxt/ui/dashboard-sidebar-toggle.ts +0 -9
  78. package/.nuxt/ui/dashboard-sidebar.ts +0 -37
  79. package/.nuxt/ui/dashboard-toolbar.ts +0 -7
  80. package/.nuxt/ui/drawer.ts +0 -149
  81. package/.nuxt/ui/dropdown-menu.ts +0 -220
  82. package/.nuxt/ui/editor-drag-handle.ts +0 -6
  83. package/.nuxt/ui/editor-emoji-menu.ts +0 -35
  84. package/.nuxt/ui/editor-mention-menu.ts +0 -35
  85. package/.nuxt/ui/editor-suggestion-menu.ts +0 -35
  86. package/.nuxt/ui/editor-toolbar.ts +0 -21
  87. package/.nuxt/ui/editor.ts +0 -35
  88. package/.nuxt/ui/empty.ts +0 -83
  89. package/.nuxt/ui/error.ts +0 -9
  90. package/.nuxt/ui/field-group.ts +0 -16
  91. package/.nuxt/ui/file-upload.ts +0 -290
  92. package/.nuxt/ui/footer-columns.ts +0 -28
  93. package/.nuxt/ui/footer.ts +0 -11
  94. package/.nuxt/ui/form-field.ts +0 -62
  95. package/.nuxt/ui/form.ts +0 -3
  96. package/.nuxt/ui/header.ts +0 -25
  97. package/.nuxt/ui/index.ts +0 -109
  98. package/.nuxt/ui/input-date.ts +0 -337
  99. package/.nuxt/ui/input-menu.ts +0 -460
  100. package/.nuxt/ui/input-number.ts +0 -256
  101. package/.nuxt/ui/input-tags.ts +0 -310
  102. package/.nuxt/ui/input-time.ts +0 -336
  103. package/.nuxt/ui/input.ts +0 -289
  104. package/.nuxt/ui/kbd.ts +0 -195
  105. package/.nuxt/ui/link.ts +0 -22
  106. package/.nuxt/ui/main.ts +0 -3
  107. package/.nuxt/ui/marquee.ts +0 -66
  108. package/.nuxt/ui/modal.ts +0 -60
  109. package/.nuxt/ui/navigation-menu.ts +0 -512
  110. package/.nuxt/ui/page-anchors.ts +0 -30
  111. package/.nuxt/ui/page-aside.ts +0 -10
  112. package/.nuxt/ui/page-body.ts +0 -3
  113. package/.nuxt/ui/page-card.ts +0 -274
  114. package/.nuxt/ui/page-columns.ts +0 -3
  115. package/.nuxt/ui/page-cta.ts +0 -70
  116. package/.nuxt/ui/page-feature.ts +0 -34
  117. package/.nuxt/ui/page-grid.ts +0 -3
  118. package/.nuxt/ui/page-header.ts +0 -18
  119. package/.nuxt/ui/page-hero.ts +0 -44
  120. package/.nuxt/ui/page-links.ts +0 -25
  121. package/.nuxt/ui/page-list.ts +0 -8
  122. package/.nuxt/ui/page-logos.ts +0 -15
  123. package/.nuxt/ui/page-section.ts +0 -84
  124. package/.nuxt/ui/page.ts +0 -32
  125. package/.nuxt/ui/pagination.ts +0 -13
  126. package/.nuxt/ui/pin-input.ts +0 -171
  127. package/.nuxt/ui/popover.ts +0 -6
  128. package/.nuxt/ui/pricing-plan.ts +0 -101
  129. package/.nuxt/ui/pricing-plans.ts +0 -22
  130. package/.nuxt/ui/pricing-table.ts +0 -51
  131. package/.nuxt/ui/progress.ts +0 -297
  132. package/.nuxt/ui/radio-group.ts +0 -352
  133. package/.nuxt/ui/scroll-area.ts +0 -21
  134. package/.nuxt/ui/select-menu.ts +0 -361
  135. package/.nuxt/ui/select.ts +0 -348
  136. package/.nuxt/ui/separator.ts +0 -172
  137. package/.nuxt/ui/skeleton.ts +0 -3
  138. package/.nuxt/ui/slideover.ts +0 -132
  139. package/.nuxt/ui/slider.ts +0 -171
  140. package/.nuxt/ui/stepper.ts +0 -202
  141. package/.nuxt/ui/switch.ts +0 -132
  142. package/.nuxt/ui/table.ts +0 -162
  143. package/.nuxt/ui/tabs.ts +0 -258
  144. package/.nuxt/ui/textarea.ts +0 -294
  145. package/.nuxt/ui/timeline.ts +0 -321
  146. package/.nuxt/ui/toast.ts +0 -74
  147. package/.nuxt/ui/toaster.ts +0 -91
  148. package/.nuxt/ui/tooltip.ts +0 -9
  149. package/.nuxt/ui/tree.ts +0 -168
  150. package/.nuxt/ui/user.ts +0 -101
  151. package/.nuxt/ui-image-component.ts +0 -1
  152. package/.nuxt/ui.css +0 -154
@@ -1,337 +0,0 @@
1
- const size = [
2
- "xs",
3
- "sm",
4
- "md",
5
- "lg",
6
- "xl"
7
- ] as const
8
-
9
- const variant = [
10
- "outline",
11
- "soft",
12
- "subtle",
13
- "ghost",
14
- "none"
15
- ] as const
16
-
17
- const color = [
18
- "primary",
19
- "secondary",
20
- "success",
21
- "info",
22
- "warning",
23
- "error",
24
- "neutral"
25
- ] as const
26
-
27
- export default {
28
- "slots": {
29
- "base": [
30
- "group relative inline-flex items-center rounded-md select-none",
31
- "transition-colors"
32
- ],
33
- "leading": "absolute inset-y-0 start-0 flex items-center",
34
- "leadingIcon": "shrink-0 text-dimmed",
35
- "leadingAvatar": "shrink-0",
36
- "leadingAvatarSize": "",
37
- "trailing": "absolute inset-y-0 end-0 flex items-center",
38
- "trailingIcon": "shrink-0 text-dimmed",
39
- "segment": [
40
- "rounded text-center outline-hidden data-placeholder:text-dimmed data-[segment=literal]:text-muted data-invalid:text-error data-disabled:cursor-not-allowed data-disabled:opacity-75",
41
- "transition-colors"
42
- ],
43
- "separatorIcon": "shrink-0 size-4 text-muted"
44
- },
45
- "variants": {
46
- "fieldGroup": {
47
- "horizontal": "not-only:first:rounded-e-none not-only:last:rounded-s-none not-last:not-first:rounded-none focus-visible:z-[1]",
48
- "vertical": "not-only:first:rounded-b-none not-only:last:rounded-t-none not-last:not-first:rounded-none focus-visible:z-[1]"
49
- },
50
- "size": {
51
- "xs": {
52
- "base": [
53
- "px-2 py-1 text-xs gap-1",
54
- "gap-0.25"
55
- ],
56
- "leading": "ps-2",
57
- "trailing": "pe-2",
58
- "leadingIcon": "size-4",
59
- "leadingAvatarSize": "3xs",
60
- "trailingIcon": "size-4",
61
- "segment": "data-[segment=day]:w-6 data-[segment=month]:w-6 data-[segment=year]:w-9"
62
- },
63
- "sm": {
64
- "base": [
65
- "px-2.5 py-1.5 text-xs gap-1.5",
66
- "gap-0.5"
67
- ],
68
- "leading": "ps-2.5",
69
- "trailing": "pe-2.5",
70
- "leadingIcon": "size-4",
71
- "leadingAvatarSize": "3xs",
72
- "trailingIcon": "size-4",
73
- "segment": "data-[segment=day]:w-6 data-[segment=month]:w-6 data-[segment=year]:w-9"
74
- },
75
- "md": {
76
- "base": [
77
- "px-2.5 py-1.5 text-sm gap-1.5",
78
- "gap-0.5"
79
- ],
80
- "leading": "ps-2.5",
81
- "trailing": "pe-2.5",
82
- "leadingIcon": "size-5",
83
- "leadingAvatarSize": "2xs",
84
- "trailingIcon": "size-5",
85
- "segment": "data-[segment=day]:w-7 data-[segment=month]:w-7 data-[segment=year]:w-11"
86
- },
87
- "lg": {
88
- "base": [
89
- "px-3 py-2 text-sm gap-2",
90
- "gap-0.75"
91
- ],
92
- "leading": "ps-3",
93
- "trailing": "pe-3",
94
- "leadingIcon": "size-5",
95
- "leadingAvatarSize": "2xs",
96
- "trailingIcon": "size-5",
97
- "segment": "data-[segment=day]:w-7 data-[segment=month]:w-7 data-[segment=year]:w-11"
98
- },
99
- "xl": {
100
- "base": [
101
- "px-3 py-2 text-base gap-2",
102
- "gap-0.75"
103
- ],
104
- "leading": "ps-3",
105
- "trailing": "pe-3",
106
- "leadingIcon": "size-6",
107
- "leadingAvatarSize": "xs",
108
- "trailingIcon": "size-6",
109
- "segment": "data-[segment=day]:w-8 data-[segment=month]:w-8 data-[segment=year]:w-13"
110
- }
111
- },
112
- "variant": {
113
- "outline": "text-highlighted bg-default ring ring-inset ring-accented",
114
- "soft": "text-highlighted bg-elevated/50 hover:bg-elevated focus:bg-elevated disabled:bg-elevated/50",
115
- "subtle": "text-highlighted bg-elevated ring ring-inset ring-accented",
116
- "ghost": "text-highlighted bg-transparent hover:bg-elevated focus:bg-elevated disabled:bg-transparent dark:disabled:bg-transparent",
117
- "none": "text-highlighted bg-transparent"
118
- },
119
- "color": {
120
- "primary": "",
121
- "secondary": "",
122
- "success": "",
123
- "info": "",
124
- "warning": "",
125
- "error": "",
126
- "neutral": ""
127
- },
128
- "leading": {
129
- "true": ""
130
- },
131
- "trailing": {
132
- "true": ""
133
- },
134
- "loading": {
135
- "true": ""
136
- },
137
- "highlight": {
138
- "true": ""
139
- },
140
- "type": {
141
- "file": "file:me-1.5 file:font-medium file:text-muted file:outline-none"
142
- }
143
- },
144
- "compoundVariants": [
145
- {
146
- "variant": "outline" as typeof variant[number],
147
- "class": {
148
- "segment": "focus:bg-elevated"
149
- }
150
- },
151
- {
152
- "variant": "soft" as typeof variant[number],
153
- "class": {
154
- "segment": "focus:bg-accented/50 group-hover:focus:bg-accented"
155
- }
156
- },
157
- {
158
- "variant": "subtle" as typeof variant[number],
159
- "class": {
160
- "segment": "focus:bg-accented"
161
- }
162
- },
163
- {
164
- "variant": "ghost" as typeof variant[number],
165
- "class": {
166
- "segment": "focus:bg-elevated group-hover:focus:bg-accented"
167
- }
168
- },
169
- {
170
- "variant": "none" as typeof variant[number],
171
- "class": {
172
- "segment": "focus:bg-elevated"
173
- }
174
- },
175
- {
176
- "color": "primary" as typeof color[number],
177
- "variant": [
178
- "outline" as typeof variant[number],
179
- "subtle" as typeof variant[number]
180
- ],
181
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-primary"
182
- },
183
- {
184
- "color": "secondary" as typeof color[number],
185
- "variant": [
186
- "outline" as typeof variant[number],
187
- "subtle" as typeof variant[number]
188
- ],
189
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-secondary"
190
- },
191
- {
192
- "color": "success" as typeof color[number],
193
- "variant": [
194
- "outline" as typeof variant[number],
195
- "subtle" as typeof variant[number]
196
- ],
197
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-success"
198
- },
199
- {
200
- "color": "info" as typeof color[number],
201
- "variant": [
202
- "outline" as typeof variant[number],
203
- "subtle" as typeof variant[number]
204
- ],
205
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-info"
206
- },
207
- {
208
- "color": "warning" as typeof color[number],
209
- "variant": [
210
- "outline" as typeof variant[number],
211
- "subtle" as typeof variant[number]
212
- ],
213
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-warning"
214
- },
215
- {
216
- "color": "error" as typeof color[number],
217
- "variant": [
218
- "outline" as typeof variant[number],
219
- "subtle" as typeof variant[number]
220
- ],
221
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-error"
222
- },
223
- {
224
- "color": "primary" as typeof color[number],
225
- "highlight": true,
226
- "class": "ring ring-inset ring-primary"
227
- },
228
- {
229
- "color": "secondary" as typeof color[number],
230
- "highlight": true,
231
- "class": "ring ring-inset ring-secondary"
232
- },
233
- {
234
- "color": "success" as typeof color[number],
235
- "highlight": true,
236
- "class": "ring ring-inset ring-success"
237
- },
238
- {
239
- "color": "info" as typeof color[number],
240
- "highlight": true,
241
- "class": "ring ring-inset ring-info"
242
- },
243
- {
244
- "color": "warning" as typeof color[number],
245
- "highlight": true,
246
- "class": "ring ring-inset ring-warning"
247
- },
248
- {
249
- "color": "error" as typeof color[number],
250
- "highlight": true,
251
- "class": "ring ring-inset ring-error"
252
- },
253
- {
254
- "color": "neutral" as typeof color[number],
255
- "variant": [
256
- "outline" as typeof variant[number],
257
- "subtle" as typeof variant[number]
258
- ],
259
- "class": "focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-inverted"
260
- },
261
- {
262
- "color": "neutral" as typeof color[number],
263
- "highlight": true,
264
- "class": "ring ring-inset ring-inverted"
265
- },
266
- {
267
- "leading": true,
268
- "size": "xs" as typeof size[number],
269
- "class": "ps-7"
270
- },
271
- {
272
- "leading": true,
273
- "size": "sm" as typeof size[number],
274
- "class": "ps-8"
275
- },
276
- {
277
- "leading": true,
278
- "size": "md" as typeof size[number],
279
- "class": "ps-9"
280
- },
281
- {
282
- "leading": true,
283
- "size": "lg" as typeof size[number],
284
- "class": "ps-10"
285
- },
286
- {
287
- "leading": true,
288
- "size": "xl" as typeof size[number],
289
- "class": "ps-11"
290
- },
291
- {
292
- "trailing": true,
293
- "size": "xs" as typeof size[number],
294
- "class": "pe-7"
295
- },
296
- {
297
- "trailing": true,
298
- "size": "sm" as typeof size[number],
299
- "class": "pe-8"
300
- },
301
- {
302
- "trailing": true,
303
- "size": "md" as typeof size[number],
304
- "class": "pe-9"
305
- },
306
- {
307
- "trailing": true,
308
- "size": "lg" as typeof size[number],
309
- "class": "pe-10"
310
- },
311
- {
312
- "trailing": true,
313
- "size": "xl" as typeof size[number],
314
- "class": "pe-11"
315
- },
316
- {
317
- "loading": true,
318
- "leading": true,
319
- "class": {
320
- "leadingIcon": "animate-spin"
321
- }
322
- },
323
- {
324
- "loading": true,
325
- "leading": false,
326
- "trailing": true,
327
- "class": {
328
- "trailingIcon": "animate-spin"
329
- }
330
- }
331
- ],
332
- "defaultVariants": {
333
- "size": "md" as typeof size[number],
334
- "color": "primary" as typeof color[number],
335
- "variant": "outline" as typeof variant[number]
336
- }
337
- }