@wow-two-beta/ui 0.0.60 → 0.0.62

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 (55) hide show
  1. package/dist/actions/index.js +3 -3
  2. package/dist/{chunk-MTE5E6OQ.js → chunk-3IVQNIHV.js} +6 -6
  3. package/dist/{chunk-MTE5E6OQ.js.map → chunk-3IVQNIHV.js.map} +1 -1
  4. package/dist/{chunk-XDATW7NF.js → chunk-3SWPYYRQ.js} +3 -3
  5. package/dist/{chunk-XDATW7NF.js.map → chunk-3SWPYYRQ.js.map} +1 -1
  6. package/dist/{chunk-OBW7JUNL.js → chunk-5JYRZ5PA.js} +6 -6
  7. package/dist/{chunk-OBW7JUNL.js.map → chunk-5JYRZ5PA.js.map} +1 -1
  8. package/dist/{chunk-NR5DYKSJ.js → chunk-7ZDLUNAY.js} +3 -3
  9. package/dist/{chunk-NR5DYKSJ.js.map → chunk-7ZDLUNAY.js.map} +1 -1
  10. package/dist/{chunk-MTD4RTGO.js → chunk-BLU5JZAB.js} +8 -8
  11. package/dist/{chunk-MTD4RTGO.js.map → chunk-BLU5JZAB.js.map} +1 -1
  12. package/dist/{chunk-GSAOM2ZR.js → chunk-DPB2K3BH.js} +4 -4
  13. package/dist/{chunk-GSAOM2ZR.js.map → chunk-DPB2K3BH.js.map} +1 -1
  14. package/dist/{chunk-JYGC5SRP.js → chunk-DX7FYAKY.js} +8 -2
  15. package/dist/chunk-DX7FYAKY.js.map +1 -0
  16. package/dist/{chunk-DJJOQWOG.js → chunk-EQNTG53H.js} +3 -3
  17. package/dist/{chunk-DJJOQWOG.js.map → chunk-EQNTG53H.js.map} +1 -1
  18. package/dist/{chunk-577JZ2A2.js → chunk-FMTBJJP6.js} +3 -3
  19. package/dist/{chunk-577JZ2A2.js.map → chunk-FMTBJJP6.js.map} +1 -1
  20. package/dist/{chunk-EJCO7AWR.js → chunk-H4P5MAGS.js} +6 -6
  21. package/dist/{chunk-EJCO7AWR.js.map → chunk-H4P5MAGS.js.map} +1 -1
  22. package/dist/{chunk-HG7NX6GP.js → chunk-INSI3NPU.js} +7 -7
  23. package/dist/{chunk-HG7NX6GP.js.map → chunk-INSI3NPU.js.map} +1 -1
  24. package/dist/{chunk-EEHJHPAP.js → chunk-MYLSXVIS.js} +6 -6
  25. package/dist/{chunk-EEHJHPAP.js.map → chunk-MYLSXVIS.js.map} +1 -1
  26. package/dist/{chunk-FNSC4LAL.js → chunk-NOOKDXIZ.js} +3 -3
  27. package/dist/{chunk-FNSC4LAL.js.map → chunk-NOOKDXIZ.js.map} +1 -1
  28. package/dist/{chunk-2N3N3IE2.js → chunk-VQGGK4VP.js} +128 -6
  29. package/dist/chunk-VQGGK4VP.js.map +1 -0
  30. package/dist/{chunk-EX4AOJCN.js → chunk-WIXKLDTN.js} +6 -6
  31. package/dist/{chunk-EX4AOJCN.js.map → chunk-WIXKLDTN.js.map} +1 -1
  32. package/dist/{chunk-TTSJZEL7.js → chunk-XLYJF3HC.js} +41 -3
  33. package/dist/chunk-XLYJF3HC.js.map +1 -0
  34. package/dist/display/index.d.ts +1 -0
  35. package/dist/display/index.js +4 -4
  36. package/dist/display/sortable/Sortable.d.ts +15 -0
  37. package/dist/display/sortable/index.d.ts +2 -0
  38. package/dist/feedback/index.js +5 -5
  39. package/dist/forms/index.js +10 -10
  40. package/dist/icons/index.js +1 -1
  41. package/dist/index.css +33 -0
  42. package/dist/index.js +16 -16
  43. package/dist/layout/index.js +7 -7
  44. package/dist/nav/index.js +7 -7
  45. package/dist/overlays/index.js +7 -7
  46. package/dist/primitives/colorModeProvider/ColorModeProvider.d.ts +22 -0
  47. package/dist/primitives/colorModeProvider/index.d.ts +1 -0
  48. package/dist/primitives/index.d.ts +1 -0
  49. package/dist/primitives/index.js +1 -1
  50. package/dist/utils/SurfaceStyles.d.ts +37 -0
  51. package/dist/utils/index.js +1 -1
  52. package/package.json +1 -1
  53. package/dist/chunk-2N3N3IE2.js.map +0 -1
  54. package/dist/chunk-JYGC5SRP.js.map +0 -1
  55. package/dist/chunk-TTSJZEL7.js.map +0 -1
@@ -46,6 +46,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
46
46
  4: string;
47
47
  5: string;
48
48
  };
49
+ ambient: {
50
+ none: string;
51
+ sheen: string;
52
+ glow: string;
53
+ };
49
54
  }, undefined, "outline-none transition-colors", import("tailwind-variants/dist/config.js").TVConfig<{
50
55
  variant: {
51
56
  solid: string;
@@ -92,6 +97,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
92
97
  4: string;
93
98
  5: string;
94
99
  };
100
+ ambient: {
101
+ none: string;
102
+ sheen: string;
103
+ glow: string;
104
+ };
95
105
  }, {
96
106
  variant: {
97
107
  solid: string;
@@ -138,6 +148,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
138
148
  4: string;
139
149
  5: string;
140
150
  };
151
+ ambient: {
152
+ none: string;
153
+ sheen: string;
154
+ glow: string;
155
+ };
141
156
  }>, {
142
157
  variant: {
143
158
  solid: string;
@@ -184,6 +199,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
184
199
  4: string;
185
200
  5: string;
186
201
  };
202
+ ambient: {
203
+ none: string;
204
+ sheen: string;
205
+ glow: string;
206
+ };
187
207
  }, undefined, import("tailwind-variants").TVReturnType<{
188
208
  variant: {
189
209
  solid: string;
@@ -230,6 +250,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
230
250
  4: string;
231
251
  5: string;
232
252
  };
253
+ ambient: {
254
+ none: string;
255
+ sheen: string;
256
+ glow: string;
257
+ };
233
258
  }, undefined, "outline-none transition-colors", import("tailwind-variants/dist/config.js").TVConfig<{
234
259
  variant: {
235
260
  solid: string;
@@ -276,6 +301,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
276
301
  4: string;
277
302
  5: string;
278
303
  };
304
+ ambient: {
305
+ none: string;
306
+ sheen: string;
307
+ glow: string;
308
+ };
279
309
  }, {
280
310
  variant: {
281
311
  solid: string;
@@ -322,6 +352,11 @@ export declare const surfaceVariants: import("tailwind-variants").TVReturnType<{
322
352
  4: string;
323
353
  5: string;
324
354
  };
355
+ ambient: {
356
+ none: string;
357
+ sheen: string;
358
+ glow: string;
359
+ };
325
360
  }>, unknown, unknown, undefined>>;
326
361
  /** Represents the union of every surface variant prop. */
327
362
  export type SurfaceVariants = VariantProps<typeof surfaceVariants>;
@@ -335,3 +370,5 @@ export type SurfaceRadius = NonNullable<SurfaceVariants['radius']>;
335
370
  export type SurfacePadding = NonNullable<SurfaceVariants['padding']>;
336
371
  /** Represents the shadow-depth override (0–5); omitted means the variant decides. */
337
372
  export type SurfaceElevation = NonNullable<SurfaceVariants['elevation']>;
373
+ /** Represents the optional ambient gradient overlay (none · sheen · glow); omitted = none. */
374
+ export type SurfaceAmbient = NonNullable<SurfaceVariants['ambient']>;
@@ -1,4 +1,4 @@
1
- export { ButtonType, ColorExtensions, CssExtensions, Environment, Equality, HtmlElement, IS_DEV, IS_PRODUCTION, Key, Layer, OptionalExtensions, PressExtensions, Tones, TransitionExtensions, composeEventHandlers, dataAttr, layerStyle, surfaceVariants, tv } from '../chunk-JYGC5SRP.js';
1
+ export { ButtonType, ColorExtensions, CssExtensions, Environment, Equality, HtmlElement, IS_DEV, IS_PRODUCTION, Key, Layer, OptionalExtensions, PressExtensions, Tones, TransitionExtensions, composeEventHandlers, dataAttr, layerStyle, surfaceVariants, tv } from '../chunk-DX7FYAKY.js';
2
2
  export { cn, composeRefs } from '../chunk-X2MYOHOB.js';
3
3
  import '../chunk-DCHYNTHI.js';
4
4
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wow-two-beta/ui",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "description": "Beta-forever React UI library for the wow-two ecosystem.",
5
5
  "license": "MIT",
6
6
  "repository": {