@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
package/.nuxt/ui/kbd.ts DELETED
@@ -1,195 +0,0 @@
1
- const color = [
2
- "primary",
3
- "secondary",
4
- "success",
5
- "info",
6
- "warning",
7
- "error",
8
- "neutral"
9
- ] as const
10
-
11
- const variant = [
12
- "solid",
13
- "outline",
14
- "soft",
15
- "subtle"
16
- ] as const
17
-
18
- const size = [
19
- "sm",
20
- "md",
21
- "lg"
22
- ] as const
23
-
24
- export default {
25
- "base": "inline-flex items-center justify-center px-1 rounded-sm font-medium font-sans uppercase",
26
- "variants": {
27
- "color": {
28
- "primary": "",
29
- "secondary": "",
30
- "success": "",
31
- "info": "",
32
- "warning": "",
33
- "error": "",
34
- "neutral": ""
35
- },
36
- "variant": {
37
- "solid": "",
38
- "outline": "",
39
- "soft": "",
40
- "subtle": ""
41
- },
42
- "size": {
43
- "sm": "h-4 min-w-[16px] text-[10px]",
44
- "md": "h-5 min-w-[20px] text-[11px]",
45
- "lg": "h-6 min-w-[24px] text-[12px]"
46
- }
47
- },
48
- "compoundVariants": [
49
- {
50
- "color": "primary" as typeof color[number],
51
- "variant": "solid" as typeof variant[number],
52
- "class": "text-inverted bg-primary"
53
- },
54
- {
55
- "color": "secondary" as typeof color[number],
56
- "variant": "solid" as typeof variant[number],
57
- "class": "text-inverted bg-secondary"
58
- },
59
- {
60
- "color": "success" as typeof color[number],
61
- "variant": "solid" as typeof variant[number],
62
- "class": "text-inverted bg-success"
63
- },
64
- {
65
- "color": "info" as typeof color[number],
66
- "variant": "solid" as typeof variant[number],
67
- "class": "text-inverted bg-info"
68
- },
69
- {
70
- "color": "warning" as typeof color[number],
71
- "variant": "solid" as typeof variant[number],
72
- "class": "text-inverted bg-warning"
73
- },
74
- {
75
- "color": "error" as typeof color[number],
76
- "variant": "solid" as typeof variant[number],
77
- "class": "text-inverted bg-error"
78
- },
79
- {
80
- "color": "primary" as typeof color[number],
81
- "variant": "outline" as typeof variant[number],
82
- "class": "ring ring-inset ring-primary/50 text-primary"
83
- },
84
- {
85
- "color": "secondary" as typeof color[number],
86
- "variant": "outline" as typeof variant[number],
87
- "class": "ring ring-inset ring-secondary/50 text-secondary"
88
- },
89
- {
90
- "color": "success" as typeof color[number],
91
- "variant": "outline" as typeof variant[number],
92
- "class": "ring ring-inset ring-success/50 text-success"
93
- },
94
- {
95
- "color": "info" as typeof color[number],
96
- "variant": "outline" as typeof variant[number],
97
- "class": "ring ring-inset ring-info/50 text-info"
98
- },
99
- {
100
- "color": "warning" as typeof color[number],
101
- "variant": "outline" as typeof variant[number],
102
- "class": "ring ring-inset ring-warning/50 text-warning"
103
- },
104
- {
105
- "color": "error" as typeof color[number],
106
- "variant": "outline" as typeof variant[number],
107
- "class": "ring ring-inset ring-error/50 text-error"
108
- },
109
- {
110
- "color": "primary" as typeof color[number],
111
- "variant": "soft" as typeof variant[number],
112
- "class": "text-primary bg-primary/10"
113
- },
114
- {
115
- "color": "secondary" as typeof color[number],
116
- "variant": "soft" as typeof variant[number],
117
- "class": "text-secondary bg-secondary/10"
118
- },
119
- {
120
- "color": "success" as typeof color[number],
121
- "variant": "soft" as typeof variant[number],
122
- "class": "text-success bg-success/10"
123
- },
124
- {
125
- "color": "info" as typeof color[number],
126
- "variant": "soft" as typeof variant[number],
127
- "class": "text-info bg-info/10"
128
- },
129
- {
130
- "color": "warning" as typeof color[number],
131
- "variant": "soft" as typeof variant[number],
132
- "class": "text-warning bg-warning/10"
133
- },
134
- {
135
- "color": "error" as typeof color[number],
136
- "variant": "soft" as typeof variant[number],
137
- "class": "text-error bg-error/10"
138
- },
139
- {
140
- "color": "primary" as typeof color[number],
141
- "variant": "subtle" as typeof variant[number],
142
- "class": "text-primary ring ring-inset ring-primary/25 bg-primary/10"
143
- },
144
- {
145
- "color": "secondary" as typeof color[number],
146
- "variant": "subtle" as typeof variant[number],
147
- "class": "text-secondary ring ring-inset ring-secondary/25 bg-secondary/10"
148
- },
149
- {
150
- "color": "success" as typeof color[number],
151
- "variant": "subtle" as typeof variant[number],
152
- "class": "text-success ring ring-inset ring-success/25 bg-success/10"
153
- },
154
- {
155
- "color": "info" as typeof color[number],
156
- "variant": "subtle" as typeof variant[number],
157
- "class": "text-info ring ring-inset ring-info/25 bg-info/10"
158
- },
159
- {
160
- "color": "warning" as typeof color[number],
161
- "variant": "subtle" as typeof variant[number],
162
- "class": "text-warning ring ring-inset ring-warning/25 bg-warning/10"
163
- },
164
- {
165
- "color": "error" as typeof color[number],
166
- "variant": "subtle" as typeof variant[number],
167
- "class": "text-error ring ring-inset ring-error/25 bg-error/10"
168
- },
169
- {
170
- "color": "neutral" as typeof color[number],
171
- "variant": "solid" as typeof variant[number],
172
- "class": "text-inverted bg-inverted"
173
- },
174
- {
175
- "color": "neutral" as typeof color[number],
176
- "variant": "outline" as typeof variant[number],
177
- "class": "ring ring-inset ring-accented text-default bg-default"
178
- },
179
- {
180
- "color": "neutral" as typeof color[number],
181
- "variant": "soft" as typeof variant[number],
182
- "class": "text-default bg-elevated"
183
- },
184
- {
185
- "color": "neutral" as typeof color[number],
186
- "variant": "subtle" as typeof variant[number],
187
- "class": "ring ring-inset ring-accented text-default bg-elevated"
188
- }
189
- ],
190
- "defaultVariants": {
191
- "variant": "outline" as typeof variant[number],
192
- "color": "neutral" as typeof color[number],
193
- "size": "md" as typeof size[number]
194
- }
195
- }
package/.nuxt/ui/link.ts DELETED
@@ -1,22 +0,0 @@
1
- export default {
2
- "base": "focus-visible:outline-primary",
3
- "variants": {
4
- "active": {
5
- "true": "text-primary",
6
- "false": "text-muted"
7
- },
8
- "disabled": {
9
- "true": "cursor-not-allowed opacity-75"
10
- }
11
- },
12
- "compoundVariants": [
13
- {
14
- "active": false,
15
- "disabled": false,
16
- "class": [
17
- "hover:text-default",
18
- "transition-colors"
19
- ]
20
- }
21
- ]
22
- }
package/.nuxt/ui/main.ts DELETED
@@ -1,3 +0,0 @@
1
- export default {
2
- "base": "min-h-[calc(100vh-var(--ui-header-height))]"
3
- }
@@ -1,66 +0,0 @@
1
- const orientation = [
2
- "horizontal",
3
- "vertical"
4
- ] as const
5
-
6
- export default {
7
- "slots": {
8
- "root": "group relative flex items-center overflow-hidden gap-(--gap) [--gap:--spacing(16)] [--duration:20s]",
9
- "content": "flex items-center shrink-0 justify-around gap-(--gap) min-w-max"
10
- },
11
- "variants": {
12
- "orientation": {
13
- "horizontal": {
14
- "content": "w-full"
15
- },
16
- "vertical": {
17
- "content": "h-full"
18
- }
19
- },
20
- "pauseOnHover": {
21
- "true": {
22
- "content": "group-hover:[animation-play-state:paused]"
23
- }
24
- },
25
- "reverse": {
26
- "true": {
27
- "content": "![animation-direction:reverse]"
28
- }
29
- },
30
- "overlay": {
31
- "true": {
32
- "root": "before:absolute before:pointer-events-none before:content-[\"\"] before:z-2 before:from-default before:to-transparent after:absolute after:pointer-events-none after:content-[\"\"] after:z-2 after:from-default after:to-transparent"
33
- }
34
- }
35
- },
36
- "compoundVariants": [
37
- {
38
- "orientation": "horizontal" as typeof orientation[number],
39
- "class": {
40
- "root": "flex-row",
41
- "content": "flex-row animate-[marquee_var(--duration)_linear_infinite] rtl:animate-[marquee-rtl_var(--duration)_linear_infinite] backface-hidden"
42
- }
43
- },
44
- {
45
- "orientation": "horizontal" as typeof orientation[number],
46
- "overlay": true,
47
- "class": {
48
- "root": "before:inset-y-0 before:left-0 before:h-full before:w-1/3 before:bg-gradient-to-r after:inset-y-0 after:right-0 after:h-full after:w-1/3 after:bg-gradient-to-l backface-hidden"
49
- }
50
- },
51
- {
52
- "orientation": "vertical" as typeof orientation[number],
53
- "class": {
54
- "root": "flex-col",
55
- "content": "flex-col animate-[marquee-vertical_var(--duration)_linear_infinite] rtl:animate-[marquee-vertical-rtl_var(--duration)_linear_infinite] h-[fit-content] backface-hidden"
56
- }
57
- },
58
- {
59
- "orientation": "vertical" as typeof orientation[number],
60
- "overlay": true,
61
- "class": {
62
- "root": "before:inset-x-0 before:top-0 before:w-full before:h-1/3 before:bg-gradient-to-b after:inset-x-0 after:bottom-0 after:w-full after:h-1/3 after:bg-gradient-to-t backface-hidden"
63
- }
64
- }
65
- ]
66
- }
package/.nuxt/ui/modal.ts DELETED
@@ -1,60 +0,0 @@
1
- export default {
2
- "slots": {
3
- "overlay": "fixed inset-0",
4
- "content": "bg-default divide-y divide-default flex flex-col focus:outline-none",
5
- "header": "flex items-center gap-1.5 p-4 sm:px-6 min-h-16",
6
- "wrapper": "",
7
- "body": "flex-1 p-4 sm:p-6",
8
- "footer": "flex items-center gap-1.5 p-4 sm:px-6",
9
- "title": "text-highlighted font-semibold",
10
- "description": "mt-1 text-muted text-sm",
11
- "close": "absolute top-4 end-4"
12
- },
13
- "variants": {
14
- "transition": {
15
- "true": {
16
- "overlay": "data-[state=open]:animate-[fade-in_200ms_ease-out] data-[state=closed]:animate-[fade-out_200ms_ease-in]",
17
- "content": "data-[state=open]:animate-[scale-in_200ms_ease-out] data-[state=closed]:animate-[scale-out_200ms_ease-in]"
18
- }
19
- },
20
- "fullscreen": {
21
- "true": {
22
- "content": "inset-0"
23
- },
24
- "false": {
25
- "content": "w-[calc(100vw-2rem)] max-w-lg rounded-lg shadow-lg ring ring-default"
26
- }
27
- },
28
- "overlay": {
29
- "true": {
30
- "overlay": "bg-elevated/75"
31
- }
32
- },
33
- "scrollable": {
34
- "true": {
35
- "overlay": "overflow-y-auto",
36
- "content": "relative"
37
- },
38
- "false": {
39
- "content": "fixed",
40
- "body": "overflow-y-auto"
41
- }
42
- }
43
- },
44
- "compoundVariants": [
45
- {
46
- "scrollable": true,
47
- "fullscreen": false,
48
- "class": {
49
- "overlay": "grid place-items-center p-4 sm:py-8"
50
- }
51
- },
52
- {
53
- "scrollable": false,
54
- "fullscreen": false,
55
- "class": {
56
- "content": "top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 max-h-[calc(100dvh-2rem)] sm:max-h-[calc(100dvh-4rem)] overflow-hidden"
57
- }
58
- }
59
- ]
60
- }