@caffeinebounce/ui 0.62.2 → 0.62.3

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 (61) hide show
  1. package/dist/blog.js +1 -0
  2. package/dist/blog.mjs +1 -0
  3. package/dist/chunk-33JR5SYE.js +1 -0
  4. package/dist/chunk-3NDB4YPC.js +1 -0
  5. package/dist/chunk-5RW4PYZ6.js +1 -0
  6. package/dist/chunk-5THF4YP6.mjs +1 -0
  7. package/dist/chunk-6BUBNZPG.mjs +1 -0
  8. package/dist/chunk-6DVWMJ3H.mjs +1 -0
  9. package/dist/{chunk-OZZWDIOY.js → chunk-6ZJCK6KH.js} +22 -21
  10. package/dist/chunk-72JGQ7IJ.mjs +1 -0
  11. package/dist/chunk-7DHKQODW.mjs +1 -0
  12. package/dist/chunk-7IKHZKAC.js +1 -0
  13. package/dist/chunk-BMFQG6RA.mjs +1 -0
  14. package/dist/chunk-C4UT5V3P.js +1 -0
  15. package/dist/{chunk-KRRIRS6A.mjs → chunk-DTVWRRFN.mjs} +2 -1
  16. package/dist/chunk-ESZ7CBA2.js +1 -0
  17. package/dist/chunk-FRRS2YZH.mjs +1 -0
  18. package/dist/chunk-G5TQWWQA.mjs +1 -0
  19. package/dist/chunk-GAIQJCAZ.js +1 -0
  20. package/dist/{chunk-E42B4GSB.js → chunk-GHOFYK2E.js} +3 -2
  21. package/dist/{chunk-CC4KUIKC.js → chunk-GIJQE3JR.js} +36 -35
  22. package/dist/chunk-GMBGWOCR.mjs +1 -0
  23. package/dist/chunk-J6OLBSZR.js +1 -0
  24. package/dist/chunk-JORVSG52.js +1 -0
  25. package/dist/chunk-KB7UXIQZ.mjs +1 -0
  26. package/dist/chunk-KGGQ5NZV.js +1 -0
  27. package/dist/chunk-KHCC5UKW.mjs +1 -0
  28. package/dist/chunk-LQCVRWVF.js +1 -0
  29. package/dist/chunk-MPZFPU4X.js +1 -0
  30. package/dist/chunk-MVYRNJA6.js +1 -0
  31. package/dist/chunk-N6AFNFZR.mjs +1 -0
  32. package/dist/{chunk-BFWX5GJZ.mjs → chunk-NXPEJ2UR.mjs} +3 -2
  33. package/dist/chunk-OFQLWSUR.mjs +1 -0
  34. package/dist/chunk-OLAAXLXY.mjs +1 -0
  35. package/dist/{chunk-D3QXPL47.mjs → chunk-OVNLC5RD.mjs} +2 -1
  36. package/dist/chunk-Q52ZEL62.mjs +1 -0
  37. package/dist/chunk-R26Y7LGJ.js +1 -0
  38. package/dist/chunk-RBUYW6QQ.js +1 -0
  39. package/dist/chunk-RVEFPVZF.mjs +1 -0
  40. package/dist/chunk-SORWLKOK.js +1 -0
  41. package/dist/chunk-T6ZBA6VJ.js +1 -0
  42. package/dist/chunk-UM7WMXIU.js +1 -0
  43. package/dist/chunk-WOITB4JL.js +1 -0
  44. package/dist/chunk-YKZEKJMZ.mjs +1 -0
  45. package/dist/chunk-YSLD2HLP.mjs +1 -0
  46. package/dist/chunk-ZFLZA7UP.mjs +1 -0
  47. package/dist/chunk-ZKUIUE7W.mjs +1 -0
  48. package/dist/chunk-ZOA7B32D.js +1 -0
  49. package/dist/index.js +92 -91
  50. package/dist/index.mjs +4 -3
  51. package/dist/layouts.js +24 -23
  52. package/dist/layouts.mjs +3 -2
  53. package/dist/marketing-3d.js +1 -0
  54. package/dist/marketing-3d.mjs +1 -0
  55. package/dist/marketing.js +1 -0
  56. package/dist/marketing.mjs +1 -0
  57. package/dist/media.js +1 -0
  58. package/dist/media.mjs +1 -0
  59. package/dist/navigation.js +25 -24
  60. package/dist/navigation.mjs +3 -2
  61. package/package.json +5 -4
package/dist/layouts.js CHANGED
@@ -1,8 +1,9 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
- var chunkCC4KUIKC_js = require('./chunk-CC4KUIKC.js');
4
+ var chunkGIJQE3JR_js = require('./chunk-GIJQE3JR.js');
4
5
  require('./chunk-MVYRNJA6.js');
5
- require('./chunk-E42B4GSB.js');
6
+ require('./chunk-GHOFYK2E.js');
6
7
  require('./chunk-LQCVRWVF.js');
7
8
  require('./chunk-7IKHZKAC.js');
8
9
  require('./chunk-HMAMMC72.js');
@@ -16,85 +17,85 @@ require('./chunk-ADIDI7AJ.js');
16
17
 
17
18
  Object.defineProperty(exports, "AdminPageLayout", {
18
19
  enumerable: true,
19
- get: function () { return chunkCC4KUIKC_js.AdminPageLayout; }
20
+ get: function () { return chunkGIJQE3JR_js.AdminPageLayout; }
20
21
  });
21
22
  Object.defineProperty(exports, "AppFooter", {
22
23
  enumerable: true,
23
- get: function () { return chunkCC4KUIKC_js.AppFooter; }
24
+ get: function () { return chunkGIJQE3JR_js.AppFooter; }
24
25
  });
25
26
  Object.defineProperty(exports, "AppHeader", {
26
27
  enumerable: true,
27
- get: function () { return chunkCC4KUIKC_js.AppHeader; }
28
+ get: function () { return chunkGIJQE3JR_js.AppHeader; }
28
29
  });
29
30
  Object.defineProperty(exports, "AppLayout", {
30
31
  enumerable: true,
31
- get: function () { return chunkCC4KUIKC_js.AppLayout; }
32
+ get: function () { return chunkGIJQE3JR_js.AppLayout; }
32
33
  });
33
34
  Object.defineProperty(exports, "AppSidebar", {
34
35
  enumerable: true,
35
- get: function () { return chunkCC4KUIKC_js.AppSidebar; }
36
+ get: function () { return chunkGIJQE3JR_js.AppSidebar; }
36
37
  });
37
38
  Object.defineProperty(exports, "BasePageLayout", {
38
39
  enumerable: true,
39
- get: function () { return chunkCC4KUIKC_js.BasePageLayout; }
40
+ get: function () { return chunkGIJQE3JR_js.BasePageLayout; }
40
41
  });
41
42
  Object.defineProperty(exports, "DashboardGrid", {
42
43
  enumerable: true,
43
- get: function () { return chunkCC4KUIKC_js.DashboardGrid; }
44
+ get: function () { return chunkGIJQE3JR_js.DashboardGrid; }
44
45
  });
45
46
  Object.defineProperty(exports, "FloatingUserMenu", {
46
47
  enumerable: true,
47
- get: function () { return chunkCC4KUIKC_js.FloatingUserMenu; }
48
+ get: function () { return chunkGIJQE3JR_js.FloatingUserMenu; }
48
49
  });
49
50
  Object.defineProperty(exports, "HelpLayout", {
50
51
  enumerable: true,
51
- get: function () { return chunkCC4KUIKC_js.HelpLayout; }
52
+ get: function () { return chunkGIJQE3JR_js.HelpLayout; }
52
53
  });
53
54
  Object.defineProperty(exports, "HelpPageLayout", {
54
55
  enumerable: true,
55
- get: function () { return chunkCC4KUIKC_js.HelpPageLayout; }
56
+ get: function () { return chunkGIJQE3JR_js.HelpPageLayout; }
56
57
  });
57
58
  Object.defineProperty(exports, "HelpPanelLayout", {
58
59
  enumerable: true,
59
- get: function () { return chunkCC4KUIKC_js.HelpPanelLayout; }
60
+ get: function () { return chunkGIJQE3JR_js.HelpPanelLayout; }
60
61
  });
61
62
  Object.defineProperty(exports, "LegalLayout", {
62
63
  enumerable: true,
63
- get: function () { return chunkCC4KUIKC_js.LegalLayout; }
64
+ get: function () { return chunkGIJQE3JR_js.LegalLayout; }
64
65
  });
65
66
  Object.defineProperty(exports, "LegalSection", {
66
67
  enumerable: true,
67
- get: function () { return chunkCC4KUIKC_js.LegalSection; }
68
+ get: function () { return chunkGIJQE3JR_js.LegalSection; }
68
69
  });
69
70
  Object.defineProperty(exports, "MarketingLayout", {
70
71
  enumerable: true,
71
- get: function () { return chunkCC4KUIKC_js.MarketingLayout; }
72
+ get: function () { return chunkGIJQE3JR_js.MarketingLayout; }
72
73
  });
73
74
  Object.defineProperty(exports, "RootLayout", {
74
75
  enumerable: true,
75
- get: function () { return chunkCC4KUIKC_js.RootLayout; }
76
+ get: function () { return chunkGIJQE3JR_js.RootLayout; }
76
77
  });
77
78
  Object.defineProperty(exports, "UserPageLayout", {
78
79
  enumerable: true,
79
- get: function () { return chunkCC4KUIKC_js.UserPageLayout; }
80
+ get: function () { return chunkGIJQE3JR_js.UserPageLayout; }
80
81
  });
81
82
  Object.defineProperty(exports, "WizardLayout", {
82
83
  enumerable: true,
83
- get: function () { return chunkCC4KUIKC_js.WizardLayout; }
84
+ get: function () { return chunkGIJQE3JR_js.WizardLayout; }
84
85
  });
85
86
  Object.defineProperty(exports, "isNavDivider", {
86
87
  enumerable: true,
87
- get: function () { return chunkCC4KUIKC_js.isNavDivider; }
88
+ get: function () { return chunkGIJQE3JR_js.isNavDivider; }
88
89
  });
89
90
  Object.defineProperty(exports, "isNavItem", {
90
91
  enumerable: true,
91
- get: function () { return chunkCC4KUIKC_js.isNavItem; }
92
+ get: function () { return chunkGIJQE3JR_js.isNavItem; }
92
93
  });
93
94
  Object.defineProperty(exports, "isNavSection", {
94
95
  enumerable: true,
95
- get: function () { return chunkCC4KUIKC_js.isNavSection; }
96
+ get: function () { return chunkGIJQE3JR_js.isNavSection; }
96
97
  });
97
98
  Object.defineProperty(exports, "themeScript", {
98
99
  enumerable: true,
99
- get: function () { return chunkCC4KUIKC_js.themeScript; }
100
+ get: function () { return chunkGIJQE3JR_js.themeScript; }
100
101
  });
package/dist/layouts.mjs CHANGED
@@ -1,6 +1,7 @@
1
- export { AdminPageLayout, AppFooter, AppHeader, AppLayout, AppSidebar, BasePageLayout, DashboardGrid, FloatingUserMenu, HelpLayout, HelpPageLayout, HelpPanelLayout, LegalLayout, LegalSection, MarketingLayout, RootLayout, UserPageLayout, WizardLayout, isNavDivider, isNavItem, isNavSection, themeScript } from './chunk-KRRIRS6A.mjs';
1
+ "use client";
2
+ export { AdminPageLayout, AppFooter, AppHeader, AppLayout, AppSidebar, BasePageLayout, DashboardGrid, FloatingUserMenu, HelpLayout, HelpPageLayout, HelpPanelLayout, LegalLayout, LegalSection, MarketingLayout, RootLayout, UserPageLayout, WizardLayout, isNavDivider, isNavItem, isNavSection, themeScript } from './chunk-DTVWRRFN.mjs';
2
3
  import './chunk-GMBGWOCR.mjs';
3
- import './chunk-BFWX5GJZ.mjs';
4
+ import './chunk-NXPEJ2UR.mjs';
4
5
  import './chunk-ZKUIUE7W.mjs';
5
6
  import './chunk-FRRS2YZH.mjs';
6
7
  import './chunk-HBLKVQIQ.mjs';
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
4
  var chunkJAE45W2T_js = require('./chunk-JAE45W2T.js');
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { cx, sectionToneClasses, sectionPaddingClasses } from './chunk-T5R6HUDG.mjs';
2
3
  import { Button } from './chunk-VBD4Q5LL.mjs';
3
4
  import './chunk-MHZXUOGN.mjs';
package/dist/marketing.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
4
  var chunkT6ZBA6VJ_js = require('./chunk-T6ZBA6VJ.js');
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  export { AlternatingTimeline, AppleCard, AppleCardsCarousel, BackgroundBeamsCTASection, BenefitsSection, BlurLogoCloud, CTAWithDashedGridLines, Carousel, ConnectedCardsSection, ConnectedCardsVisual, ContainerTextFlip, CtaWithDashedGridLines, DottedGlowBackground, EditorialHero, EncryptedText, FaqAccordion, FeatureGridLargeSkeletonAction, FeatureGridLargeSkeletonCard, FeatureGridLargeSkeletonContent, FeatureGridLargeSkeletonFrame, FeatureGridLargeSkeletonTitle, FeaturePatternBackground, FeaturePatternCard, FeaturePatternGrid, FeatureShieldSkeleton, FeatureSkeletonBadge, FeatureSkeletonCard, FeatureSkeletonDivider, FeatureSkeletonPattern, FeatureSkeletonTag, FeatureStackSkeleton, FeatureWorkflowSkeleton, FeatureWorkflowSkeletonRow, FeaturesGridWithLargeSkeletons, FeaturesSectionPattern, FocusCardItem, FocusCards, FrequentlyAskedQuestionsAccordion, GlowingEffect, GridPattern, HeroSection, HeroSectionWithRipple, HoverBorderCTAGroup, ImagesSlider, ImpactSection, InfiniteTestimonialsSection, LampHero, LogoGrid, MarketingProse, MediaTextHero, MetricStory, MissionSection, NextStepsSection, PageHero, PartnerLogoGrid, PixelatedCanvas, PricingMinimal, ProgramCard, QuoteBlock, SectionShell, SpotlightHeroSection, StackedIsometricFeatures, StepFlow, StickyScrollStorySection, TeamCard, TestimonialsSection, TextGenerateHeroCopy, ThemeLogo, Timeline, TracingBeamContentSection } from './chunk-6DVWMJ3H.mjs';
2
3
  import './chunk-YL7RZRHM.mjs';
3
4
  export { NewsletterSignup } from './chunk-ZFLZA7UP.mjs';
package/dist/media.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
4
  require('./chunk-Q256HRYD.js');
package/dist/media.mjs CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import './chunk-MHZXUOGN.mjs';
2
3
  import { cn } from './chunk-IMKLN273.mjs';
3
4
  import { formatDate } from '@caffeinebounce/shared-utils';
@@ -1,10 +1,11 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
- var chunkOZZWDIOY_js = require('./chunk-OZZWDIOY.js');
4
+ var chunk6ZJCK6KH_js = require('./chunk-6ZJCK6KH.js');
4
5
  require('./chunk-R26Y7LGJ.js');
5
6
  require('./chunk-JAE45W2T.js');
6
7
  require('./chunk-C4UT5V3P.js');
7
- require('./chunk-E42B4GSB.js');
8
+ require('./chunk-GHOFYK2E.js');
8
9
  require('./chunk-LQCVRWVF.js');
9
10
  require('./chunk-7IKHZKAC.js');
10
11
  require('./chunk-HMAMMC72.js');
@@ -20,89 +21,89 @@ require('./chunk-ADIDI7AJ.js');
20
21
 
21
22
  Object.defineProperty(exports, "AppSwitcher", {
22
23
  enumerable: true,
23
- get: function () { return chunkOZZWDIOY_js.AppSwitcher; }
24
+ get: function () { return chunk6ZJCK6KH_js.AppSwitcher; }
24
25
  });
25
26
  Object.defineProperty(exports, "ComingSoonButton", {
26
27
  enumerable: true,
27
- get: function () { return chunkOZZWDIOY_js.ComingSoonButton; }
28
+ get: function () { return chunk6ZJCK6KH_js.ComingSoonButton; }
28
29
  });
29
30
  Object.defineProperty(exports, "EntitySwitcher", {
30
31
  enumerable: true,
31
- get: function () { return chunkOZZWDIOY_js.EntitySwitcher; }
32
+ get: function () { return chunk6ZJCK6KH_js.EntitySwitcher; }
32
33
  });
33
34
  Object.defineProperty(exports, "Footer", {
34
35
  enumerable: true,
35
- get: function () { return chunkOZZWDIOY_js.Footer; }
36
+ get: function () { return chunk6ZJCK6KH_js.Footer; }
36
37
  });
37
38
  Object.defineProperty(exports, "MarketingHeaderPreset", {
38
39
  enumerable: true,
39
- get: function () { return chunkOZZWDIOY_js.MarketingHeaderPreset; }
40
+ get: function () { return chunk6ZJCK6KH_js.MarketingHeaderPreset; }
40
41
  });
41
42
  Object.defineProperty(exports, "Navbar", {
42
43
  enumerable: true,
43
- get: function () { return chunkOZZWDIOY_js.Navbar; }
44
+ get: function () { return chunk6ZJCK6KH_js.Navbar; }
44
45
  });
45
46
  Object.defineProperty(exports, "NavbarLogo", {
46
47
  enumerable: true,
47
- get: function () { return chunkOZZWDIOY_js.NavbarLogo; }
48
+ get: function () { return chunk6ZJCK6KH_js.NavbarLogo; }
48
49
  });
49
50
  Object.defineProperty(exports, "NavbarUserMenu", {
50
51
  enumerable: true,
51
- get: function () { return chunkOZZWDIOY_js.NavbarUserMenu; }
52
+ get: function () { return chunk6ZJCK6KH_js.NavbarUserMenu; }
52
53
  });
53
54
  Object.defineProperty(exports, "NavigationMenu", {
54
55
  enumerable: true,
55
- get: function () { return chunkOZZWDIOY_js.NavigationMenu; }
56
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenu; }
56
57
  });
57
58
  Object.defineProperty(exports, "NavigationMenuContent", {
58
59
  enumerable: true,
59
- get: function () { return chunkOZZWDIOY_js.NavigationMenuContent; }
60
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuContent; }
60
61
  });
61
62
  Object.defineProperty(exports, "NavigationMenuIndicator", {
62
63
  enumerable: true,
63
- get: function () { return chunkOZZWDIOY_js.NavigationMenuIndicator; }
64
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuIndicator; }
64
65
  });
65
66
  Object.defineProperty(exports, "NavigationMenuItem", {
66
67
  enumerable: true,
67
- get: function () { return chunkOZZWDIOY_js.NavigationMenuItem; }
68
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuItem; }
68
69
  });
69
70
  Object.defineProperty(exports, "NavigationMenuLink", {
70
71
  enumerable: true,
71
- get: function () { return chunkOZZWDIOY_js.NavigationMenuLink; }
72
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuLink; }
72
73
  });
73
74
  Object.defineProperty(exports, "NavigationMenuList", {
74
75
  enumerable: true,
75
- get: function () { return chunkOZZWDIOY_js.NavigationMenuList; }
76
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuList; }
76
77
  });
77
78
  Object.defineProperty(exports, "NavigationMenuPrimitive", {
78
79
  enumerable: true,
79
- get: function () { return chunkOZZWDIOY_js.NavigationMenuPrimitive; }
80
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuPrimitive; }
80
81
  });
81
82
  Object.defineProperty(exports, "NavigationMenuTrigger", {
82
83
  enumerable: true,
83
- get: function () { return chunkOZZWDIOY_js.NavigationMenuTrigger; }
84
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuTrigger; }
84
85
  });
85
86
  Object.defineProperty(exports, "NavigationMenuViewport", {
86
87
  enumerable: true,
87
- get: function () { return chunkOZZWDIOY_js.NavigationMenuViewport; }
88
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuViewport; }
88
89
  });
89
90
  Object.defineProperty(exports, "NavigationMenuViewportPrimitive", {
90
91
  enumerable: true,
91
- get: function () { return chunkOZZWDIOY_js.NavigationMenuViewportPrimitive; }
92
+ get: function () { return chunk6ZJCK6KH_js.NavigationMenuViewportPrimitive; }
92
93
  });
93
94
  Object.defineProperty(exports, "NonprofitFooterPreset", {
94
95
  enumerable: true,
95
- get: function () { return chunkOZZWDIOY_js.NonprofitFooterPreset; }
96
+ get: function () { return chunk6ZJCK6KH_js.NonprofitFooterPreset; }
96
97
  });
97
98
  Object.defineProperty(exports, "RouteSegmentedSwitcher", {
98
99
  enumerable: true,
99
- get: function () { return chunkOZZWDIOY_js.RouteSegmentedSwitcher; }
100
+ get: function () { return chunk6ZJCK6KH_js.RouteSegmentedSwitcher; }
100
101
  });
101
102
  Object.defineProperty(exports, "SegmentedSwitcher", {
102
103
  enumerable: true,
103
- get: function () { return chunkOZZWDIOY_js.SegmentedSwitcher; }
104
+ get: function () { return chunk6ZJCK6KH_js.SegmentedSwitcher; }
104
105
  });
105
106
  Object.defineProperty(exports, "navigationMenuTriggerStyle", {
106
107
  enumerable: true,
107
- get: function () { return chunkOZZWDIOY_js.navigationMenuTriggerStyle; }
108
+ get: function () { return chunk6ZJCK6KH_js.navigationMenuTriggerStyle; }
108
109
  });
@@ -1,8 +1,9 @@
1
- export { AppSwitcher, ComingSoonButton, EntitySwitcher, Footer, MarketingHeaderPreset, Navbar, NavbarLogo, NavbarUserMenu, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPrimitive, NavigationMenuTrigger, NavigationMenuViewport, NavigationMenuViewportPrimitive, NonprofitFooterPreset, RouteSegmentedSwitcher, SegmentedSwitcher, navigationMenuTriggerStyle } from './chunk-D3QXPL47.mjs';
1
+ "use client";
2
+ export { AppSwitcher, ComingSoonButton, EntitySwitcher, Footer, MarketingHeaderPreset, Navbar, NavbarLogo, NavbarUserMenu, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPrimitive, NavigationMenuTrigger, NavigationMenuViewport, NavigationMenuViewportPrimitive, NonprofitFooterPreset, RouteSegmentedSwitcher, SegmentedSwitcher, navigationMenuTriggerStyle } from './chunk-OVNLC5RD.mjs';
2
3
  import './chunk-ZFLZA7UP.mjs';
3
4
  import './chunk-T5R6HUDG.mjs';
4
5
  import './chunk-RVEFPVZF.mjs';
5
- import './chunk-BFWX5GJZ.mjs';
6
+ import './chunk-NXPEJ2UR.mjs';
6
7
  import './chunk-ZKUIUE7W.mjs';
7
8
  import './chunk-FRRS2YZH.mjs';
8
9
  import './chunk-HBLKVQIQ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caffeinebounce/ui",
3
- "version": "0.62.2",
3
+ "version": "0.62.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -102,9 +102,10 @@
102
102
  "scripts": {
103
103
  "build": "tsup",
104
104
  "dev": "tsup --watch",
105
- "test": "NODE_OPTIONS='--max-old-space-size=4096 --localstorage-file=.vitest-localstorage' yarn run -T vitest run",
106
- "test:coverage": "NODE_OPTIONS='--max-old-space-size=4096 --localstorage-file=.vitest-localstorage-coverage' yarn run -T vitest run --coverage",
107
- "test:watch": "NODE_OPTIONS='--localstorage-file=.vitest-localstorage' vitest",
105
+ "test": "NODE_OPTIONS='--max-old-space-size=4096 --localstorage-file=.vitest-localstorage' yarn run -T vitest run --exclude src/build/use-client-artifacts.test.ts && yarn test:artifacts",
106
+ "test:artifacts": "NODE_OPTIONS='--max-old-space-size=4096' yarn run -T vitest run src/build/use-client-artifacts.test.ts",
107
+ "test:coverage": "NODE_OPTIONS='--max-old-space-size=4096 --localstorage-file=.vitest-localstorage-coverage' yarn run -T vitest run --coverage --exclude src/build/use-client-artifacts.test.ts && yarn test:artifacts",
108
+ "test:watch": "NODE_OPTIONS='--localstorage-file=.vitest-localstorage' vitest --exclude src/build/use-client-artifacts.test.ts",
108
109
  "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
109
110
  "clean": "rm -rf dist",
110
111
  "lint": "biome check src/"