svelora 3.0.10 → 3.0.11

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.
@@ -61,6 +61,7 @@ export const docsThemeItems = [
61
61
  export const docsComponentGroups = [
62
62
  {
63
63
  title: 'General',
64
+ icon: 'lucide:box',
64
65
  items: [
65
66
  {
66
67
  title: 'Button',
@@ -84,7 +85,7 @@ export const docsComponentGroups = [
84
85
  title: 'Fonts',
85
86
  href: '/docs/components/fonts',
86
87
  legacyHref: '/google-fonts',
87
- icon: 'lucide:font'
88
+ icon: 'lucide:type'
88
89
  },
89
90
  {
90
91
  title: 'Icon',
@@ -120,6 +121,7 @@ export const docsComponentGroups = [
120
121
  },
121
122
  {
122
123
  title: 'Layout',
124
+ icon: 'lucide:layout-panel-top',
123
125
  items: [
124
126
  {
125
127
  title: 'BentoGrid',
@@ -143,12 +145,12 @@ export const docsComponentGroups = [
143
145
  title: 'Resizable',
144
146
  href: '/docs/components/resizable',
145
147
  legacyHref: '/resizable',
146
- icon: 'lucide:layout-panel-left-right'
148
+ icon: 'lucide:stretch-horizontal'
147
149
  },
148
150
  {
149
151
  title: 'Modal',
150
152
  href: '/docs/components/modal',
151
- icon: 'lucide:layout-panel-left-right'
153
+ icon: 'lucide:app-window'
152
154
  },
153
155
  {
154
156
  title: 'Navigation Menu',
@@ -178,6 +180,7 @@ export const docsComponentGroups = [
178
180
  },
179
181
  {
180
182
  title: 'Data Display',
183
+ icon: 'lucide:table-properties',
181
184
  items: [
182
185
  {
183
186
  title: 'Accordion',
@@ -279,6 +282,7 @@ export const docsComponentGroups = [
279
282
  },
280
283
  {
281
284
  title: 'Forms',
285
+ icon: 'lucide:type',
282
286
  items: [
283
287
  {
284
288
  title: 'Checkbox',
@@ -392,6 +396,7 @@ export const docsComponentGroups = [
392
396
  },
393
397
  {
394
398
  title: 'Feedback',
399
+ icon: 'lucide:message-square',
395
400
  items: [
396
401
  {
397
402
  title: 'Alert',
@@ -439,6 +444,7 @@ export const docsComponentGroups = [
439
444
  },
440
445
  {
441
446
  title: 'Navigation',
447
+ icon: 'lucide:compass',
442
448
  items: [
443
449
  {
444
450
  title: 'Breadcrumb',
@@ -456,7 +462,7 @@ export const docsComponentGroups = [
456
462
  title: 'Sidebar',
457
463
  href: '/docs/components/sidebar',
458
464
  legacyHref: '/sidebar',
459
- icon: 'lucide:layout-sidebar'
465
+ icon: 'lucide:panel-left'
460
466
  },
461
467
  {
462
468
  title: 'Stepper',
@@ -474,6 +480,7 @@ export const docsComponentGroups = [
474
480
  },
475
481
  {
476
482
  title: 'Overlay',
483
+ icon: 'lucide:layers',
477
484
  items: [
478
485
  {
479
486
  title: 'Collapsible',
@@ -533,6 +540,7 @@ export const docsComponentGroups = [
533
540
  },
534
541
  {
535
542
  title: 'Date & Time',
543
+ icon: 'lucide:calendar',
536
544
  items: [
537
545
  {
538
546
  title: 'Calendar',
@@ -656,7 +664,7 @@ export const docsHookItems = [
656
664
  export const docsTopNav = [
657
665
  { title: 'Docs', href: '/docs', icon: 'lucide:book-open' },
658
666
  { title: 'Components', href: '/docs/components/button', icon: 'lucide:blocks' },
659
- { title: 'Hooks', href: '/docs/hooks/use-debounce', icon: 'lucide:hook' }
667
+ { title: 'Hooks', href: '/docs/hooks/use-debounce', icon: 'lucide:webhook' }
660
668
  ];
661
669
  export const allComponentItems = docsComponentGroups.flatMap((group) => group.items);
662
670
  export const allDocsItems = [