@wow-two-beta/ui 0.0.46 → 0.0.48

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 (82) hide show
  1. package/dist/actions/index.js +2 -2
  2. package/dist/actions/toggleButton/ToggleButton.d.ts +8 -6
  3. package/dist/actions/toggleButton/ToggleButton.d.ts.map +1 -1
  4. package/dist/actions/toggleButton/ToggleButton.variants.d.ts +79 -44
  5. package/dist/actions/toggleButton/ToggleButton.variants.d.ts.map +1 -1
  6. package/dist/{chunk-XTAFNWLG.js → chunk-2SIB3MZL.js} +4 -4
  7. package/dist/{chunk-XTAFNWLG.js.map → chunk-2SIB3MZL.js.map} +1 -1
  8. package/dist/chunk-34TLJSEH.js +462 -0
  9. package/dist/chunk-34TLJSEH.js.map +1 -0
  10. package/dist/{chunk-K2TZTSNQ.js → chunk-5V7FBKKL.js} +3 -3
  11. package/dist/{chunk-K2TZTSNQ.js.map → chunk-5V7FBKKL.js.map} +1 -1
  12. package/dist/{chunk-4YMU5MVC.js → chunk-6URHYLVG.js} +74 -30
  13. package/dist/chunk-6URHYLVG.js.map +1 -0
  14. package/dist/{chunk-CBMPWDRA.js → chunk-BLXE2RCC.js} +3 -3
  15. package/dist/{chunk-CBMPWDRA.js.map → chunk-BLXE2RCC.js.map} +1 -1
  16. package/dist/{chunk-VDE5B3IY.js → chunk-C6XVQ5TW.js} +22 -10
  17. package/dist/chunk-C6XVQ5TW.js.map +1 -0
  18. package/dist/{chunk-WJGJNSNP.js → chunk-CMBKBLJE.js} +165 -36
  19. package/dist/chunk-CMBKBLJE.js.map +1 -0
  20. package/dist/{chunk-2AS5ZKBF.js → chunk-EUA2TRKE.js} +6 -6
  21. package/dist/{chunk-2AS5ZKBF.js.map → chunk-EUA2TRKE.js.map} +1 -1
  22. package/dist/{chunk-PA5WBMY5.js → chunk-JYP2HIG3.js} +11 -11
  23. package/dist/{chunk-PA5WBMY5.js.map → chunk-JYP2HIG3.js.map} +1 -1
  24. package/dist/{chunk-R643N32M.js → chunk-NTUKGLIQ.js} +3 -3
  25. package/dist/{chunk-R643N32M.js.map → chunk-NTUKGLIQ.js.map} +1 -1
  26. package/dist/{chunk-D3CGJMKB.js → chunk-SGMG6NZB.js} +4 -4
  27. package/dist/{chunk-D3CGJMKB.js.map → chunk-SGMG6NZB.js.map} +1 -1
  28. package/dist/{chunk-CN7IOF3B.js → chunk-UPSN6NFK.js} +32 -9
  29. package/dist/chunk-UPSN6NFK.js.map +1 -0
  30. package/dist/{chunk-YYY5WBR2.js → chunk-WPC3KBRU.js} +4 -4
  31. package/dist/chunk-WPC3KBRU.js.map +1 -0
  32. package/dist/{chunk-35VQ7QBG.js → chunk-ZJJ4KW6G.js} +10 -10
  33. package/dist/chunk-ZJJ4KW6G.js.map +1 -0
  34. package/dist/display/index.js +3 -3
  35. package/dist/feedback/index.js +4 -4
  36. package/dist/forms/InputStyles.d.ts +9 -2
  37. package/dist/forms/InputStyles.d.ts.map +1 -1
  38. package/dist/forms/combobox/Combobox.d.ts +3 -2
  39. package/dist/forms/combobox/Combobox.d.ts.map +1 -1
  40. package/dist/forms/index.js +8 -8
  41. package/dist/forms/listbox/Listbox.d.ts +8 -1
  42. package/dist/forms/listbox/Listbox.d.ts.map +1 -1
  43. package/dist/forms/listbox/Listbox.variants.d.ts +1 -1
  44. package/dist/forms/listbox/Listbox.variants.d.ts.map +1 -1
  45. package/dist/forms/listbox/index.d.ts +1 -1
  46. package/dist/forms/listbox/index.d.ts.map +1 -1
  47. package/dist/forms/multiSelect/MultiSelect.d.ts +3 -2
  48. package/dist/forms/multiSelect/MultiSelect.d.ts.map +1 -1
  49. package/dist/forms/select/Select.d.ts +3 -2
  50. package/dist/forms/select/Select.d.ts.map +1 -1
  51. package/dist/forms/select/Select.variants.d.ts +9 -2
  52. package/dist/forms/select/Select.variants.d.ts.map +1 -1
  53. package/dist/icons/index.js +1 -1
  54. package/dist/index.css +19 -0
  55. package/dist/index.js +14 -14
  56. package/dist/layout/index.d.ts +1 -0
  57. package/dist/layout/index.d.ts.map +1 -1
  58. package/dist/layout/index.js +5 -5
  59. package/dist/layout/surface/Surface.d.ts +19 -0
  60. package/dist/layout/surface/Surface.d.ts.map +1 -0
  61. package/dist/layout/surface/index.d.ts +2 -0
  62. package/dist/layout/surface/index.d.ts.map +1 -0
  63. package/dist/nav/index.js +5 -5
  64. package/dist/overlays/index.js +5 -5
  65. package/dist/overlays/popover/Popover.d.ts +8 -5
  66. package/dist/overlays/popover/Popover.d.ts.map +1 -1
  67. package/dist/utils/Layers.d.ts +34 -0
  68. package/dist/utils/Layers.d.ts.map +1 -0
  69. package/dist/utils/SurfaceStyles.d.ts +324 -0
  70. package/dist/utils/SurfaceStyles.d.ts.map +1 -0
  71. package/dist/utils/index.d.ts +3 -0
  72. package/dist/utils/index.d.ts.map +1 -1
  73. package/dist/utils/index.js +1 -1
  74. package/package.json +1 -1
  75. package/dist/chunk-35VQ7QBG.js.map +0 -1
  76. package/dist/chunk-4YMU5MVC.js.map +0 -1
  77. package/dist/chunk-CN7IOF3B.js.map +0 -1
  78. package/dist/chunk-MUUFERDO.js +0 -216
  79. package/dist/chunk-MUUFERDO.js.map +0 -1
  80. package/dist/chunk-VDE5B3IY.js.map +0 -1
  81. package/dist/chunk-WJGJNSNP.js.map +0 -1
  82. package/dist/chunk-YYY5WBR2.js.map +0 -1
@@ -1,8 +1,8 @@
1
- import { Spinner } from './chunk-R643N32M.js';
2
- import { Backdrop } from './chunk-CBMPWDRA.js';
1
+ import { Spinner } from './chunk-NTUKGLIQ.js';
2
+ import { Backdrop } from './chunk-BLXE2RCC.js';
3
3
  import { useReducedMotion, useControlled } from './chunk-NUMFGKPY.js';
4
4
  import { Icon } from './chunk-F227LKWK.js';
5
- import { tv } from './chunk-MUUFERDO.js';
5
+ import { tv } from './chunk-34TLJSEH.js';
6
6
  import { Portal, Announce } from './chunk-BMABNEZX.js';
7
7
  import { cn } from './chunk-LDRFQG44.js';
8
8
  import { forwardRef, createContext, useState, Children, isValidElement, useEffect, useMemo, useRef, useContext, useId, useCallback } from 'react';
@@ -691,7 +691,7 @@ function Toaster({
691
691
  onBlur: handleResume,
692
692
  style: { gap },
693
693
  className: cn(
694
- "pointer-events-none fixed z-50 flex flex-col",
694
+ "pointer-events-none fixed z-toast flex flex-col",
695
695
  POSITION_CLASSES[position],
696
696
  className
697
697
  ),
@@ -732,7 +732,7 @@ var LoadingOverlay = forwardRef(
732
732
  role: "alert",
733
733
  "aria-busy": "true",
734
734
  className: cn(
735
- "absolute inset-0 z-40 flex flex-col items-center justify-center gap-3 bg-background/70",
735
+ "absolute inset-0 z-banner flex flex-col items-center justify-center gap-3 bg-background/70",
736
736
  blur && "backdrop-blur-sm",
737
737
  className
738
738
  ),
@@ -754,7 +754,7 @@ var LoadingOverlay = forwardRef(
754
754
  role: "alert",
755
755
  "aria-busy": "true",
756
756
  className: cn(
757
- "fixed inset-0 z-50 flex flex-col items-center justify-center gap-3 pointer-events-none",
757
+ "fixed inset-0 z-modal flex flex-col items-center justify-center gap-3 pointer-events-none",
758
758
  className
759
759
  ),
760
760
  ...rest,
@@ -834,7 +834,7 @@ function UndoBar({
834
834
  onFocus: () => pauseOnHover && setPaused(true),
835
835
  onBlur: () => pauseOnHover && setPaused(false),
836
836
  className: cn(
837
- "fixed z-50 flex items-center gap-3 overflow-hidden rounded-md border border-border bg-popover px-4 py-2.5 text-sm text-popover-foreground shadow-lg animate-in fade-in-0 slide-in-from-bottom-2",
837
+ "fixed z-toast flex items-center gap-3 overflow-hidden rounded-md border border-border bg-popover px-4 py-2.5 text-sm text-popover-foreground shadow-lg animate-in fade-in-0 slide-in-from-bottom-2",
838
838
  POSITION[position],
839
839
  className
840
840
  ),
@@ -1087,7 +1087,7 @@ function Tour({
1087
1087
  "svg",
1088
1088
  {
1089
1089
  "aria-hidden": "true",
1090
- className: "pointer-events-auto fixed inset-0 z-50 h-full w-full",
1090
+ className: "pointer-events-auto fixed inset-0 z-modal h-full w-full",
1091
1091
  xmlns: "http://www.w3.org/2000/svg",
1092
1092
  children: [
1093
1093
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("mask", { id: "tour-mask", children: [
@@ -1306,7 +1306,7 @@ var LiveCursor = forwardRef(
1306
1306
  ref,
1307
1307
  "aria-hidden": "true",
1308
1308
  className: cn(
1309
- "pointer-events-none absolute left-0 top-0 z-50 select-none",
1309
+ "pointer-events-none absolute left-0 top-0 z-tooltip select-none",
1310
1310
  className
1311
1311
  ),
1312
1312
  style: wrapperStyle,
@@ -1477,5 +1477,5 @@ var NotificationCenter = NotificationCenterInner;
1477
1477
  NotificationCenter.Item = NotificationItem;
1478
1478
 
1479
1479
  export { Alert, AlertSimple, Banner, BannerSimple, Callout, InlineSpinner, LiveCursor, LoadingOverlay, LoadingState, MeterBar, NotificationCenter, NotificationItem, OnboardingChecklist, OnboardingChecklistTask, PresenceIndicator, ProgressBar, ProgressCircle, ProgressSteps, Skeleton, StatusIndicator, Toast, ToastSimple, Toaster, Tour, TrendIndicator, TypingIndicator, UndoBar, alertSimpleVariants, bannerSimpleVariants, progressFillVariants, progressTrackVariants, skeletonVariants, toastSimpleVariants, toaster, useOnboardingChecklist, useToaster };
1480
- //# sourceMappingURL=chunk-PA5WBMY5.js.map
1481
- //# sourceMappingURL=chunk-PA5WBMY5.js.map
1480
+ //# sourceMappingURL=chunk-JYP2HIG3.js.map
1481
+ //# sourceMappingURL=chunk-JYP2HIG3.js.map