@dododog/ui 0.9.0 → 0.9.2

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 (147) hide show
  1. package/dist/{chunk-3JM2X4I2.js → chunk-SATQIPV5.js} +65 -1
  2. package/dist/{chunk-BFGRWOQM.mjs → chunk-ZEHZPS2P.mjs} +65 -1
  3. package/dist/components/Accordion/index.d.mts +24 -0
  4. package/dist/components/Accordion/index.d.ts +24 -0
  5. package/dist/components/Alert/index.d.mts +40 -0
  6. package/dist/components/Alert/index.d.ts +40 -0
  7. package/dist/components/AnchorTabs/index.d.mts +59 -0
  8. package/dist/components/AnchorTabs/index.d.ts +59 -0
  9. package/dist/components/Autocomplete/index.d.mts +27 -0
  10. package/dist/components/Autocomplete/index.d.ts +27 -0
  11. package/dist/components/Avatar/index.d.mts +13 -0
  12. package/dist/components/Avatar/index.d.ts +13 -0
  13. package/dist/components/Badge/index.d.mts +13 -0
  14. package/dist/components/Badge/index.d.ts +13 -0
  15. package/dist/components/Banner/index.d.mts +19 -0
  16. package/dist/components/Banner/index.d.ts +19 -0
  17. package/dist/components/BottomNavBar/index.d.mts +17 -0
  18. package/dist/components/BottomNavBar/index.d.ts +17 -0
  19. package/dist/components/Breadcrumb/index.d.mts +23 -0
  20. package/dist/components/Breadcrumb/index.d.ts +23 -0
  21. package/dist/components/Button/index.d.mts +17 -0
  22. package/dist/components/Button/index.d.ts +17 -0
  23. package/dist/components/Card/index.d.mts +30 -0
  24. package/dist/components/Card/index.d.ts +30 -0
  25. package/dist/components/CardList/index.d.mts +30 -0
  26. package/dist/components/CardList/index.d.ts +30 -0
  27. package/dist/components/Carousel/index.d.mts +15 -0
  28. package/dist/components/Carousel/index.d.ts +15 -0
  29. package/dist/components/Checkbox/index.d.mts +16 -0
  30. package/dist/components/Checkbox/index.d.ts +16 -0
  31. package/dist/components/Counter/index.d.mts +14 -0
  32. package/dist/components/Counter/index.d.ts +14 -0
  33. package/dist/components/DateRangePicker/index.d.mts +26 -0
  34. package/dist/components/DateRangePicker/index.d.ts +26 -0
  35. package/dist/components/DetailList/index.d.mts +23 -0
  36. package/dist/components/DetailList/index.d.ts +23 -0
  37. package/dist/components/Divider/index.d.mts +10 -0
  38. package/dist/components/Divider/index.d.ts +10 -0
  39. package/dist/components/Drawer/index.d.mts +13 -0
  40. package/dist/components/Drawer/index.d.ts +13 -0
  41. package/dist/components/DropdownMenu/index.d.mts +19 -0
  42. package/dist/components/DropdownMenu/index.d.ts +19 -0
  43. package/dist/components/DualRangeSlider/index.d.mts +26 -0
  44. package/dist/components/DualRangeSlider/index.d.ts +26 -0
  45. package/dist/components/EmptyState/index.d.mts +12 -0
  46. package/dist/components/EmptyState/index.d.ts +12 -0
  47. package/dist/components/ErrorBoundary/index.d.mts +21 -0
  48. package/dist/components/ErrorBoundary/index.d.ts +21 -0
  49. package/dist/components/FilterAccordion/index.d.mts +16 -0
  50. package/dist/components/FilterAccordion/index.d.ts +16 -0
  51. package/dist/components/FilterPill/index.d.mts +19 -0
  52. package/dist/components/FilterPill/index.d.ts +19 -0
  53. package/dist/components/FloatingDock/index.d.mts +65 -0
  54. package/dist/components/FloatingDock/index.d.ts +65 -0
  55. package/dist/components/Footer/index.d.mts +46 -0
  56. package/dist/components/Footer/index.d.ts +46 -0
  57. package/dist/components/GuestPicker/index.d.mts +31 -0
  58. package/dist/components/GuestPicker/index.d.ts +31 -0
  59. package/dist/components/Header/index.d.mts +37 -0
  60. package/dist/components/Header/index.d.ts +37 -0
  61. package/dist/components/HotelCard/index.d.mts +45 -0
  62. package/dist/components/HotelCard/index.d.ts +45 -0
  63. package/dist/components/IconBadge/index.d.mts +14 -0
  64. package/dist/components/IconBadge/index.d.ts +14 -0
  65. package/dist/components/ImageGallery/index.d.mts +16 -0
  66. package/dist/components/ImageGallery/index.d.ts +16 -0
  67. package/dist/components/ImageWithFallback/index.d.mts +17 -0
  68. package/dist/components/ImageWithFallback/index.d.ts +17 -0
  69. package/dist/components/Input/index.d.mts +18 -0
  70. package/dist/components/Input/index.d.ts +18 -0
  71. package/dist/components/Lightbox/index.d.mts +15 -0
  72. package/dist/components/Lightbox/index.d.ts +15 -0
  73. package/dist/components/LinkCard/index.d.mts +12 -0
  74. package/dist/components/LinkCard/index.d.ts +12 -0
  75. package/dist/components/LoadingOverlay/index.d.mts +12 -0
  76. package/dist/components/LoadingOverlay/index.d.ts +12 -0
  77. package/dist/components/MegaMenu/index.d.mts +52 -0
  78. package/dist/components/MegaMenu/index.d.ts +52 -0
  79. package/dist/components/MobileMenu/index.d.mts +35 -0
  80. package/dist/components/MobileMenu/index.d.ts +35 -0
  81. package/dist/components/Modal/index.d.mts +12 -0
  82. package/dist/components/Modal/index.d.ts +12 -0
  83. package/dist/components/Pagination/index.d.mts +13 -0
  84. package/dist/components/Pagination/index.d.ts +13 -0
  85. package/dist/components/PriceDisplay/index.d.mts +14 -0
  86. package/dist/components/PriceDisplay/index.d.ts +14 -0
  87. package/dist/components/ProgressBar/index.d.mts +19 -0
  88. package/dist/components/ProgressBar/index.d.ts +19 -0
  89. package/dist/components/PromoBanner/index.d.mts +39 -0
  90. package/dist/components/PromoBanner/index.d.ts +39 -0
  91. package/dist/components/RadioGroup/index.d.mts +21 -0
  92. package/dist/components/RadioGroup/index.d.ts +21 -0
  93. package/dist/components/Rating/index.d.mts +12 -0
  94. package/dist/components/Rating/index.d.ts +12 -0
  95. package/dist/components/RoomTypeCard/index.d.mts +126 -0
  96. package/dist/components/RoomTypeCard/index.d.ts +126 -0
  97. package/dist/components/RoomTypeCard/index.js +3 -3
  98. package/dist/components/RoomTypeCard/index.mjs +1 -1
  99. package/dist/components/SearchBar/index.d.mts +20 -0
  100. package/dist/components/SearchBar/index.d.ts +20 -0
  101. package/dist/components/SegmentedControl/index.d.mts +15 -0
  102. package/dist/components/SegmentedControl/index.d.ts +15 -0
  103. package/dist/components/Select/index.d.mts +26 -0
  104. package/dist/components/Select/index.d.ts +26 -0
  105. package/dist/components/Sidebar/index.d.mts +19 -0
  106. package/dist/components/Sidebar/index.d.ts +19 -0
  107. package/dist/components/SignInCallout/index.d.mts +26 -0
  108. package/dist/components/SignInCallout/index.d.ts +26 -0
  109. package/dist/components/Skeleton/index.d.mts +31 -0
  110. package/dist/components/Skeleton/index.d.ts +31 -0
  111. package/dist/components/Spinner/index.d.mts +13 -0
  112. package/dist/components/Spinner/index.d.ts +13 -0
  113. package/dist/components/StatCard/index.d.mts +15 -0
  114. package/dist/components/StatCard/index.d.ts +15 -0
  115. package/dist/components/StatusBadge/index.d.mts +16 -0
  116. package/dist/components/StatusBadge/index.d.ts +16 -0
  117. package/dist/components/Stepper/index.d.mts +16 -0
  118. package/dist/components/Stepper/index.d.ts +16 -0
  119. package/dist/components/Switch/index.d.mts +22 -0
  120. package/dist/components/Switch/index.d.ts +22 -0
  121. package/dist/components/Tabs/index.d.mts +18 -0
  122. package/dist/components/Tabs/index.d.ts +18 -0
  123. package/dist/components/Tag/index.d.mts +15 -0
  124. package/dist/components/Tag/index.d.ts +15 -0
  125. package/dist/components/Textarea/index.d.mts +16 -0
  126. package/dist/components/Textarea/index.d.ts +16 -0
  127. package/dist/components/Toast/index.d.mts +16 -0
  128. package/dist/components/Toast/index.d.ts +16 -0
  129. package/dist/components/Toggle/index.d.mts +13 -0
  130. package/dist/components/Toggle/index.d.ts +13 -0
  131. package/dist/components/Tooltip/index.d.mts +11 -0
  132. package/dist/components/Tooltip/index.d.ts +11 -0
  133. package/dist/components/VerticalMarquee/index.d.mts +16 -0
  134. package/dist/components/VerticalMarquee/index.d.ts +16 -0
  135. package/dist/index.d.mts +189 -0
  136. package/dist/index.d.ts +189 -0
  137. package/dist/index.js +37 -37
  138. package/dist/index.mjs +9 -9
  139. package/dist/tailwind-preset.d.mts +170 -0
  140. package/dist/tailwind-preset.d.ts +170 -0
  141. package/dist/tokens/index.d.mts +219 -0
  142. package/dist/tokens/index.d.ts +219 -0
  143. package/dist/typography-BUlhEnfy.d.mts +16 -0
  144. package/dist/typography-BUlhEnfy.d.ts +16 -0
  145. package/dist/utils/index.d.mts +5 -0
  146. package/dist/utils/index.d.ts +5 -0
  147. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12,21 +12,21 @@ var chunk3VU6TPAT_js = require('./chunk-3VU6TPAT.js');
12
12
  var chunkI4S3R6C6_js = require('./chunk-I4S3R6C6.js');
13
13
  var chunk762LQMWP_js = require('./chunk-762LQMWP.js');
14
14
  var chunk7IJOHVNJ_js = require('./chunk-7IJOHVNJ.js');
15
- var chunkTZHT7NZU_js = require('./chunk-TZHT7NZU.js');
16
15
  var chunkGXKON34B_js = require('./chunk-GXKON34B.js');
17
- var chunk3JM2X4I2_js = require('./chunk-3JM2X4I2.js');
16
+ var chunkTZHT7NZU_js = require('./chunk-TZHT7NZU.js');
17
+ var chunkSATQIPV5_js = require('./chunk-SATQIPV5.js');
18
18
  var chunkNCU5PY34_js = require('./chunk-NCU5PY34.js');
19
19
  var chunkHS3MAW3G_js = require('./chunk-HS3MAW3G.js');
20
20
  var chunkQWDKSY6Y_js = require('./chunk-QWDKSY6Y.js');
21
21
  var chunk3R7PT3JG_js = require('./chunk-3R7PT3JG.js');
22
22
  var chunkDS4LM7OS_js = require('./chunk-DS4LM7OS.js');
23
23
  var chunkWXSBKARZ_js = require('./chunk-WXSBKARZ.js');
24
+ var chunkTE4WHZ4Q_js = require('./chunk-TE4WHZ4Q.js');
24
25
  var chunkHN6B4TAW_js = require('./chunk-HN6B4TAW.js');
25
- var chunkW7DZZS6L_js = require('./chunk-W7DZZS6L.js');
26
- var chunkNBDPT3XQ_js = require('./chunk-NBDPT3XQ.js');
27
26
  var chunkKZSGVMUG_js = require('./chunk-KZSGVMUG.js');
28
- var chunkB4LR4H6R_js = require('./chunk-B4LR4H6R.js');
27
+ var chunkNBDPT3XQ_js = require('./chunk-NBDPT3XQ.js');
29
28
  var chunkSCGN5H6D_js = require('./chunk-SCGN5H6D.js');
29
+ var chunkB4LR4H6R_js = require('./chunk-B4LR4H6R.js');
30
30
  var chunkPG4I4NWO_js = require('./chunk-PG4I4NWO.js');
31
31
  var chunkPRDIS2VR_js = require('./chunk-PRDIS2VR.js');
32
32
  var chunkIRKM5UF4_js = require('./chunk-IRKM5UF4.js');
@@ -36,7 +36,7 @@ var chunkMKOKWME3_js = require('./chunk-MKOKWME3.js');
36
36
  var chunkDLOHAW74_js = require('./chunk-DLOHAW74.js');
37
37
  var chunk77WKG2D7_js = require('./chunk-77WKG2D7.js');
38
38
  var chunkU3XWNFHH_js = require('./chunk-U3XWNFHH.js');
39
- var chunkTE4WHZ4Q_js = require('./chunk-TE4WHZ4Q.js');
39
+ var chunkW7DZZS6L_js = require('./chunk-W7DZZS6L.js');
40
40
  var chunkTDGU5Y2P_js = require('./chunk-TDGU5Y2P.js');
41
41
  var chunkIEHX4DU6_js = require('./chunk-IEHX4DU6.js');
42
42
  var chunkS5TLUDNM_js = require('./chunk-S5TLUDNM.js');
@@ -53,8 +53,8 @@ var chunkE24VNM6S_js = require('./chunk-E24VNM6S.js');
53
53
  var chunkXXC2YD3D_js = require('./chunk-XXC2YD3D.js');
54
54
  var chunkVWFY24XF_js = require('./chunk-VWFY24XF.js');
55
55
  var chunkT5FLQQP6_js = require('./chunk-T5FLQQP6.js');
56
- var chunkEY4ZIR3P_js = require('./chunk-EY4ZIR3P.js');
57
56
  var chunkZ5S7LHMY_js = require('./chunk-Z5S7LHMY.js');
57
+ var chunkNHB2TI2B_js = require('./chunk-NHB2TI2B.js');
58
58
  var chunk6EG6EAHW_js = require('./chunk-6EG6EAHW.js');
59
59
  var chunkPND5YKFN_js = require('./chunk-PND5YKFN.js');
60
60
  var chunkH3JNRTAI_js = require('./chunk-H3JNRTAI.js');
@@ -62,9 +62,9 @@ var chunkYZTVHCLK_js = require('./chunk-YZTVHCLK.js');
62
62
  var chunkZAUYE2EI_js = require('./chunk-ZAUYE2EI.js');
63
63
  var chunkMY6BYO5F_js = require('./chunk-MY6BYO5F.js');
64
64
  var chunkMCF3EQTV_js = require('./chunk-MCF3EQTV.js');
65
- var chunkWBRVUWGC_js = require('./chunk-WBRVUWGC.js');
66
65
  var chunkWXEZA6NE_js = require('./chunk-WXEZA6NE.js');
67
- var chunkNHB2TI2B_js = require('./chunk-NHB2TI2B.js');
66
+ var chunkWBRVUWGC_js = require('./chunk-WBRVUWGC.js');
67
+ var chunkEY4ZIR3P_js = require('./chunk-EY4ZIR3P.js');
68
68
  var chunkADIDI7AJ_js = require('./chunk-ADIDI7AJ.js');
69
69
  var React = require('react');
70
70
  var classVarianceAuthority = require('class-variance-authority');
@@ -561,21 +561,21 @@ Object.defineProperty(exports, "tagVariants", {
561
561
  enumerable: true,
562
562
  get: function () { return chunk7IJOHVNJ_js.tagVariants; }
563
563
  });
564
- Object.defineProperty(exports, "Rating", {
565
- enumerable: true,
566
- get: function () { return chunkTZHT7NZU_js.Rating; }
567
- });
568
564
  Object.defineProperty(exports, "RadioGroup", {
569
565
  enumerable: true,
570
566
  get: function () { return chunkGXKON34B_js.RadioGroup; }
571
567
  });
568
+ Object.defineProperty(exports, "Rating", {
569
+ enumerable: true,
570
+ get: function () { return chunkTZHT7NZU_js.Rating; }
571
+ });
572
572
  Object.defineProperty(exports, "RoomTypeCard", {
573
573
  enumerable: true,
574
- get: function () { return chunk3JM2X4I2_js.RoomTypeCard; }
574
+ get: function () { return chunkSATQIPV5_js.RoomTypeCard; }
575
575
  });
576
576
  Object.defineProperty(exports, "RoomTypeCardSkeleton", {
577
577
  enumerable: true,
578
- get: function () { return chunk3JM2X4I2_js.RoomTypeCardSkeleton; }
578
+ get: function () { return chunkSATQIPV5_js.RoomTypeCardSkeleton; }
579
579
  });
580
580
  Object.defineProperty(exports, "Skeleton", {
581
581
  enumerable: true,
@@ -621,30 +621,30 @@ Object.defineProperty(exports, "signInCalloutVariants", {
621
621
  enumerable: true,
622
622
  get: function () { return chunkWXSBKARZ_js.signInCalloutVariants; }
623
623
  });
624
+ Object.defineProperty(exports, "LoadingOverlay", {
625
+ enumerable: true,
626
+ get: function () { return chunkTE4WHZ4Q_js.LoadingOverlay; }
627
+ });
624
628
  Object.defineProperty(exports, "MegaMenu", {
625
629
  enumerable: true,
626
630
  get: function () { return chunkHN6B4TAW_js.MegaMenu; }
627
631
  });
628
- Object.defineProperty(exports, "LinkCard", {
632
+ Object.defineProperty(exports, "MobileMenu", {
629
633
  enumerable: true,
630
- get: function () { return chunkW7DZZS6L_js.LinkCard; }
634
+ get: function () { return chunkKZSGVMUG_js.MobileMenu; }
631
635
  });
632
636
  Object.defineProperty(exports, "Modal", {
633
637
  enumerable: true,
634
638
  get: function () { return chunkNBDPT3XQ_js.Modal; }
635
639
  });
636
- Object.defineProperty(exports, "MobileMenu", {
640
+ Object.defineProperty(exports, "Pagination", {
637
641
  enumerable: true,
638
- get: function () { return chunkKZSGVMUG_js.MobileMenu; }
642
+ get: function () { return chunkSCGN5H6D_js.Pagination; }
639
643
  });
640
644
  Object.defineProperty(exports, "PriceDisplay", {
641
645
  enumerable: true,
642
646
  get: function () { return chunkB4LR4H6R_js.PriceDisplay; }
643
647
  });
644
- Object.defineProperty(exports, "Pagination", {
645
- enumerable: true,
646
- get: function () { return chunkSCGN5H6D_js.Pagination; }
647
- });
648
648
  Object.defineProperty(exports, "ProgressBar", {
649
649
  enumerable: true,
650
650
  get: function () { return chunkPG4I4NWO_js.ProgressBar; }
@@ -701,9 +701,9 @@ Object.defineProperty(exports, "Lightbox", {
701
701
  enumerable: true,
702
702
  get: function () { return chunkU3XWNFHH_js.Lightbox; }
703
703
  });
704
- Object.defineProperty(exports, "LoadingOverlay", {
704
+ Object.defineProperty(exports, "LinkCard", {
705
705
  enumerable: true,
706
- get: function () { return chunkTE4WHZ4Q_js.LoadingOverlay; }
706
+ get: function () { return chunkW7DZZS6L_js.LinkCard; }
707
707
  });
708
708
  Object.defineProperty(exports, "DualRangeSlider", {
709
709
  enumerable: true,
@@ -773,10 +773,6 @@ Object.defineProperty(exports, "DropdownMenu", {
773
773
  enumerable: true,
774
774
  get: function () { return chunkT5FLQQP6_js.DropdownMenu; }
775
775
  });
776
- Object.defineProperty(exports, "Avatar", {
777
- enumerable: true,
778
- get: function () { return chunkEY4ZIR3P_js.Avatar; }
779
- });
780
776
  Object.defineProperty(exports, "Badge", {
781
777
  enumerable: true,
782
778
  get: function () { return chunkZ5S7LHMY_js.Badge; }
@@ -785,6 +781,14 @@ Object.defineProperty(exports, "badgeVariants", {
785
781
  enumerable: true,
786
782
  get: function () { return chunkZ5S7LHMY_js.badgeVariants; }
787
783
  });
784
+ Object.defineProperty(exports, "Autocomplete", {
785
+ enumerable: true,
786
+ get: function () { return chunkNHB2TI2B_js.Autocomplete; }
787
+ });
788
+ Object.defineProperty(exports, "autocompleteInputVariants", {
789
+ enumerable: true,
790
+ get: function () { return chunkNHB2TI2B_js.autocompleteInputVariants; }
791
+ });
788
792
  Object.defineProperty(exports, "Banner", {
789
793
  enumerable: true,
790
794
  get: function () { return chunk6EG6EAHW_js.Banner; }
@@ -849,21 +853,17 @@ Object.defineProperty(exports, "Accordion", {
849
853
  enumerable: true,
850
854
  get: function () { return chunkMCF3EQTV_js.Accordion; }
851
855
  });
852
- Object.defineProperty(exports, "Alert", {
853
- enumerable: true,
854
- get: function () { return chunkWBRVUWGC_js.Alert; }
855
- });
856
856
  Object.defineProperty(exports, "AnchorTabs", {
857
857
  enumerable: true,
858
858
  get: function () { return chunkWXEZA6NE_js.AnchorTabs; }
859
859
  });
860
- Object.defineProperty(exports, "Autocomplete", {
860
+ Object.defineProperty(exports, "Alert", {
861
861
  enumerable: true,
862
- get: function () { return chunkNHB2TI2B_js.Autocomplete; }
862
+ get: function () { return chunkWBRVUWGC_js.Alert; }
863
863
  });
864
- Object.defineProperty(exports, "autocompleteInputVariants", {
864
+ Object.defineProperty(exports, "Avatar", {
865
865
  enumerable: true,
866
- get: function () { return chunkNHB2TI2B_js.autocompleteInputVariants; }
866
+ get: function () { return chunkEY4ZIR3P_js.Avatar; }
867
867
  });
868
868
  Object.defineProperty(exports, "cn", {
869
869
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -10,21 +10,21 @@ export { Stepper } from './chunk-2ASKBL63.mjs';
10
10
  export { Switch, switchThumbVariants, switchTrackVariants } from './chunk-DMCMWOBJ.mjs';
11
11
  export { Tabs } from './chunk-VOZPGXQD.mjs';
12
12
  export { Tag, tagVariants } from './chunk-WOG6V7OW.mjs';
13
- export { Rating } from './chunk-SGDC4IVX.mjs';
14
13
  export { RadioGroup } from './chunk-F2BUMJYW.mjs';
15
- export { RoomTypeCard, RoomTypeCardSkeleton } from './chunk-BFGRWOQM.mjs';
14
+ export { Rating } from './chunk-SGDC4IVX.mjs';
15
+ export { RoomTypeCard, RoomTypeCardSkeleton } from './chunk-ZEHZPS2P.mjs';
16
16
  export { Skeleton, SkeletonCircle, SkeletonImage, SkeletonText } from './chunk-PAHSQMXV.mjs';
17
17
  export { SearchBar } from './chunk-KQK7LFWM.mjs';
18
18
  export { SegmentedControl } from './chunk-36Y7UU32.mjs';
19
19
  export { Select, selectVariants } from './chunk-333YD5QI.mjs';
20
20
  export { Sidebar } from './chunk-MPL35D5G.mjs';
21
21
  export { SignInCallout, signInCalloutVariants } from './chunk-Z3KRMKHP.mjs';
22
+ export { LoadingOverlay } from './chunk-WVEJS2J2.mjs';
22
23
  export { MegaMenu } from './chunk-EUEM2D5M.mjs';
23
- export { LinkCard } from './chunk-UYDZKAGZ.mjs';
24
- export { Modal } from './chunk-74B2EGKT.mjs';
25
24
  export { MobileMenu } from './chunk-R4DC7XPP.mjs';
26
- export { PriceDisplay } from './chunk-REXLQTNE.mjs';
25
+ export { Modal } from './chunk-74B2EGKT.mjs';
27
26
  export { Pagination } from './chunk-XQVODPHL.mjs';
27
+ export { PriceDisplay } from './chunk-REXLQTNE.mjs';
28
28
  export { ProgressBar, progressBarVariants, progressFillVariants } from './chunk-UGYMWWKT.mjs';
29
29
  export { PromoBanner, promoBannerVariants } from './chunk-FNDR3WOZ.mjs';
30
30
  export { Header } from './chunk-PPDKQ3FF.mjs';
@@ -34,7 +34,7 @@ export { ImageGallery } from './chunk-QU6ZRLKO.mjs';
34
34
  export { ImageWithFallback } from './chunk-BUXVK2HE.mjs';
35
35
  export { Input, inputVariants } from './chunk-GRG4USTC.mjs';
36
36
  export { Lightbox } from './chunk-GBWVIY3C.mjs';
37
- export { LoadingOverlay } from './chunk-WVEJS2J2.mjs';
37
+ export { LinkCard } from './chunk-UYDZKAGZ.mjs';
38
38
  export { DualRangeSlider } from './chunk-ERL3WXNY.mjs';
39
39
  export { EmptyState } from './chunk-OCUHCDAQ.mjs';
40
40
  export { ErrorBoundary } from './chunk-5257MWFI.mjs';
@@ -51,8 +51,8 @@ export { DetailList } from './chunk-N6THLJIG.mjs';
51
51
  export { Divider } from './chunk-E4B6LXK7.mjs';
52
52
  export { Drawer } from './chunk-ZLF7IL3Y.mjs';
53
53
  export { DropdownMenu } from './chunk-Q7BKR6O7.mjs';
54
- export { Avatar } from './chunk-2POGTS27.mjs';
55
54
  export { Badge, badgeVariants } from './chunk-XZU2SISM.mjs';
55
+ export { Autocomplete, autocompleteInputVariants } from './chunk-B47HQHX3.mjs';
56
56
  export { Banner, bannerVariants } from './chunk-LFIZX2S6.mjs';
57
57
  export { BottomNavBar } from './chunk-UQRQZLMQ.mjs';
58
58
  export { Breadcrumb, breadcrumbVariants } from './chunk-UKCH6RYL.mjs';
@@ -60,9 +60,9 @@ export { Button, buttonVariants } from './chunk-4U5MNA3B.mjs';
60
60
  export { Card, CardContent, CardDescription, CardImage, CardTitle, cardImageVariants, cardVariants } from './chunk-V5J2XLPD.mjs';
61
61
  export { CardList } from './chunk-RJWHPHHX.mjs';
62
62
  export { Accordion } from './chunk-NZ7GF6RF.mjs';
63
- export { Alert } from './chunk-BQWVWK74.mjs';
64
63
  export { AnchorTabs } from './chunk-M2H6QUAL.mjs';
65
- export { Autocomplete, autocompleteInputVariants } from './chunk-B47HQHX3.mjs';
64
+ export { Alert } from './chunk-BQWVWK74.mjs';
65
+ export { Avatar } from './chunk-2POGTS27.mjs';
66
66
  import { cn } from './chunk-IMKLN273.mjs';
67
67
  export { cn } from './chunk-IMKLN273.mjs';
68
68
  import * as React from 'react';
@@ -0,0 +1,170 @@
1
+ import { F as FontSizeValue } from './typography-BUlhEnfy.mjs';
2
+
3
+ declare const dododogPreset: {
4
+ theme: {
5
+ extend: {
6
+ colors: {
7
+ readonly primary: {
8
+ readonly DEFAULT: "#3b4559";
9
+ readonly light: "#4a5568";
10
+ readonly dark: "#2d3748";
11
+ };
12
+ readonly secondary: {
13
+ readonly DEFAULT: "#f27c54";
14
+ readonly light: "#f5a083";
15
+ readonly dark: "#e05a2d";
16
+ };
17
+ readonly accent: {
18
+ readonly DEFAULT: "#00bfb3";
19
+ readonly light: "#33ccc2";
20
+ readonly dark: "#009990";
21
+ };
22
+ readonly sand: {
23
+ readonly DEFAULT: "#f5f0e8";
24
+ readonly light: "#faf7f2";
25
+ readonly dark: "#e8e0d4";
26
+ };
27
+ readonly text: {
28
+ readonly primary: "#3b4559";
29
+ readonly secondary: "#6b7280";
30
+ readonly muted: "#9ca3af";
31
+ };
32
+ readonly ink: {
33
+ readonly DEFAULT: "#1d2230";
34
+ readonly soft: "#3b4559";
35
+ };
36
+ readonly surface: {
37
+ readonly 1: "#fdfcf9";
38
+ readonly 2: "#f7f3ec";
39
+ };
40
+ readonly positive: "#047857";
41
+ readonly danger: "#a8473b";
42
+ readonly "rating-mid": "#f5b301";
43
+ readonly white: "#ffffff";
44
+ readonly black: "#000000";
45
+ };
46
+ fontFamily: Record<string, string[]>;
47
+ fontSize: Record<string, FontSizeValue>;
48
+ boxShadow: {
49
+ readonly card: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)";
50
+ readonly "card-hover": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)";
51
+ readonly sm: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
52
+ readonly DEFAULT: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)";
53
+ readonly md: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)";
54
+ readonly lg: "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";
55
+ readonly xl: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)";
56
+ readonly none: "0 0 #0000";
57
+ };
58
+ keyframes: {
59
+ fadeIn: {
60
+ "0%": {
61
+ opacity: string;
62
+ };
63
+ "100%": {
64
+ opacity: string;
65
+ };
66
+ };
67
+ slideUp: {
68
+ "0%": {
69
+ opacity: string;
70
+ transform: string;
71
+ };
72
+ "100%": {
73
+ opacity: string;
74
+ transform: string;
75
+ };
76
+ };
77
+ shimmer: {
78
+ "0%": {
79
+ backgroundPosition: string;
80
+ };
81
+ "100%": {
82
+ backgroundPosition: string;
83
+ };
84
+ };
85
+ cardAppear: {
86
+ "0%": {
87
+ opacity: string;
88
+ transform: string;
89
+ };
90
+ "100%": {
91
+ opacity: string;
92
+ transform: string;
93
+ };
94
+ };
95
+ slideFromLeft: {
96
+ "0%": {
97
+ opacity: string;
98
+ transform: string;
99
+ };
100
+ "100%": {
101
+ opacity: string;
102
+ transform: string;
103
+ };
104
+ };
105
+ slideFromRight: {
106
+ "0%": {
107
+ opacity: string;
108
+ transform: string;
109
+ };
110
+ "100%": {
111
+ opacity: string;
112
+ transform: string;
113
+ };
114
+ };
115
+ megamenuIn: {
116
+ "0%": {
117
+ opacity: string;
118
+ transform: string;
119
+ };
120
+ "100%": {
121
+ opacity: string;
122
+ transform: string;
123
+ };
124
+ };
125
+ shake: {
126
+ "0%, 100%": {
127
+ transform: string;
128
+ };
129
+ "20%, 60%": {
130
+ transform: string;
131
+ };
132
+ "40%, 80%": {
133
+ transform: string;
134
+ };
135
+ };
136
+ "marquee-down": {
137
+ "0%": {
138
+ transform: string;
139
+ };
140
+ "100%": {
141
+ transform: string;
142
+ };
143
+ };
144
+ "marquee-up": {
145
+ "0%": {
146
+ transform: string;
147
+ };
148
+ "100%": {
149
+ transform: string;
150
+ };
151
+ };
152
+ };
153
+ animation: {
154
+ "fade-in": string;
155
+ "slide-up": string;
156
+ "pulse-slow": string;
157
+ shimmer: string;
158
+ "card-appear": string;
159
+ "slide-from-left": string;
160
+ "slide-from-right": string;
161
+ "megamenu-in": string;
162
+ shake: string;
163
+ "marquee-down": string;
164
+ "marquee-up": string;
165
+ };
166
+ };
167
+ };
168
+ };
169
+
170
+ export { dododogPreset };
@@ -0,0 +1,170 @@
1
+ import { F as FontSizeValue } from './typography-BUlhEnfy.js';
2
+
3
+ declare const dododogPreset: {
4
+ theme: {
5
+ extend: {
6
+ colors: {
7
+ readonly primary: {
8
+ readonly DEFAULT: "#3b4559";
9
+ readonly light: "#4a5568";
10
+ readonly dark: "#2d3748";
11
+ };
12
+ readonly secondary: {
13
+ readonly DEFAULT: "#f27c54";
14
+ readonly light: "#f5a083";
15
+ readonly dark: "#e05a2d";
16
+ };
17
+ readonly accent: {
18
+ readonly DEFAULT: "#00bfb3";
19
+ readonly light: "#33ccc2";
20
+ readonly dark: "#009990";
21
+ };
22
+ readonly sand: {
23
+ readonly DEFAULT: "#f5f0e8";
24
+ readonly light: "#faf7f2";
25
+ readonly dark: "#e8e0d4";
26
+ };
27
+ readonly text: {
28
+ readonly primary: "#3b4559";
29
+ readonly secondary: "#6b7280";
30
+ readonly muted: "#9ca3af";
31
+ };
32
+ readonly ink: {
33
+ readonly DEFAULT: "#1d2230";
34
+ readonly soft: "#3b4559";
35
+ };
36
+ readonly surface: {
37
+ readonly 1: "#fdfcf9";
38
+ readonly 2: "#f7f3ec";
39
+ };
40
+ readonly positive: "#047857";
41
+ readonly danger: "#a8473b";
42
+ readonly "rating-mid": "#f5b301";
43
+ readonly white: "#ffffff";
44
+ readonly black: "#000000";
45
+ };
46
+ fontFamily: Record<string, string[]>;
47
+ fontSize: Record<string, FontSizeValue>;
48
+ boxShadow: {
49
+ readonly card: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)";
50
+ readonly "card-hover": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)";
51
+ readonly sm: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
52
+ readonly DEFAULT: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)";
53
+ readonly md: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)";
54
+ readonly lg: "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";
55
+ readonly xl: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)";
56
+ readonly none: "0 0 #0000";
57
+ };
58
+ keyframes: {
59
+ fadeIn: {
60
+ "0%": {
61
+ opacity: string;
62
+ };
63
+ "100%": {
64
+ opacity: string;
65
+ };
66
+ };
67
+ slideUp: {
68
+ "0%": {
69
+ opacity: string;
70
+ transform: string;
71
+ };
72
+ "100%": {
73
+ opacity: string;
74
+ transform: string;
75
+ };
76
+ };
77
+ shimmer: {
78
+ "0%": {
79
+ backgroundPosition: string;
80
+ };
81
+ "100%": {
82
+ backgroundPosition: string;
83
+ };
84
+ };
85
+ cardAppear: {
86
+ "0%": {
87
+ opacity: string;
88
+ transform: string;
89
+ };
90
+ "100%": {
91
+ opacity: string;
92
+ transform: string;
93
+ };
94
+ };
95
+ slideFromLeft: {
96
+ "0%": {
97
+ opacity: string;
98
+ transform: string;
99
+ };
100
+ "100%": {
101
+ opacity: string;
102
+ transform: string;
103
+ };
104
+ };
105
+ slideFromRight: {
106
+ "0%": {
107
+ opacity: string;
108
+ transform: string;
109
+ };
110
+ "100%": {
111
+ opacity: string;
112
+ transform: string;
113
+ };
114
+ };
115
+ megamenuIn: {
116
+ "0%": {
117
+ opacity: string;
118
+ transform: string;
119
+ };
120
+ "100%": {
121
+ opacity: string;
122
+ transform: string;
123
+ };
124
+ };
125
+ shake: {
126
+ "0%, 100%": {
127
+ transform: string;
128
+ };
129
+ "20%, 60%": {
130
+ transform: string;
131
+ };
132
+ "40%, 80%": {
133
+ transform: string;
134
+ };
135
+ };
136
+ "marquee-down": {
137
+ "0%": {
138
+ transform: string;
139
+ };
140
+ "100%": {
141
+ transform: string;
142
+ };
143
+ };
144
+ "marquee-up": {
145
+ "0%": {
146
+ transform: string;
147
+ };
148
+ "100%": {
149
+ transform: string;
150
+ };
151
+ };
152
+ };
153
+ animation: {
154
+ "fade-in": string;
155
+ "slide-up": string;
156
+ "pulse-slow": string;
157
+ shimmer: string;
158
+ "card-appear": string;
159
+ "slide-from-left": string;
160
+ "slide-from-right": string;
161
+ "megamenu-in": string;
162
+ shake: string;
163
+ "marquee-down": string;
164
+ "marquee-up": string;
165
+ };
166
+ };
167
+ };
168
+ };
169
+
170
+ export { dododogPreset };