@vritti/quantum-ui 0.2.8 → 0.2.9

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/README.md +7 -7
  2. package/dist/Alert.js +110 -0
  3. package/dist/Alert.js.map +1 -0
  4. package/dist/Avatar.js +1 -1
  5. package/dist/Chart.js +1 -1
  6. package/dist/Checkbox.js +2 -2
  7. package/dist/Combination.js +3 -15
  8. package/dist/Combination.js.map +1 -1
  9. package/dist/DatePicker.js +5 -14
  10. package/dist/DatePicker.js.map +1 -1
  11. package/dist/DropdownMenu.js +5 -74
  12. package/dist/DropdownMenu.js.map +1 -1
  13. package/dist/Form.js +29 -21
  14. package/dist/Form.js.map +1 -1
  15. package/dist/SelectField.js +1351 -0
  16. package/dist/SelectField.js.map +1 -0
  17. package/dist/Sonner.js +3 -38
  18. package/dist/Sonner.js.map +1 -1
  19. package/dist/Switch.js +2 -2
  20. package/dist/Toggle.js +1 -1
  21. package/dist/chevron-down.js +15 -0
  22. package/dist/chevron-down.js.map +1 -0
  23. package/dist/chevron-right.js +15 -0
  24. package/dist/chevron-right.js.map +1 -0
  25. package/dist/components/Alert.js +2 -0
  26. package/dist/components/Alert.js.map +1 -0
  27. package/dist/components/SelectField.js +2 -0
  28. package/dist/components/SelectField.js.map +1 -0
  29. package/dist/index.js +2 -0
  30. package/dist/index.js.map +1 -1
  31. package/dist/index11.js +69 -91
  32. package/dist/index11.js.map +1 -1
  33. package/dist/index12.js +86 -190
  34. package/dist/index12.js.map +1 -1
  35. package/dist/index13.js +196 -190
  36. package/dist/index13.js.map +1 -1
  37. package/dist/index14.js +199 -0
  38. package/dist/index14.js.map +1 -0
  39. package/dist/lib/components/Alert/Alert.d.ts +10 -0
  40. package/dist/lib/components/Alert/Alert.d.ts.map +1 -0
  41. package/dist/lib/components/Alert/index.d.ts +2 -0
  42. package/dist/lib/components/Alert/index.d.ts.map +1 -0
  43. package/dist/lib/components/Form/Form.d.ts +1 -1
  44. package/dist/lib/components/Form/Form.d.ts.map +1 -1
  45. package/dist/lib/components/SelectField/SelectField.d.ts +24 -0
  46. package/dist/lib/components/SelectField/SelectField.d.ts.map +1 -0
  47. package/dist/lib/components/SelectField/index.d.ts +3 -0
  48. package/dist/lib/components/SelectField/index.d.ts.map +1 -0
  49. package/dist/lib/components/index.d.ts +2 -0
  50. package/dist/lib/components/index.d.ts.map +1 -1
  51. package/dist/lib/utils/formHelpers.d.ts +7 -3
  52. package/dist/lib/utils/formHelpers.d.ts.map +1 -1
  53. package/dist/shadcn/shadcnAlert/alert.d.ts +11 -0
  54. package/dist/shadcn/shadcnAlert/alert.d.ts.map +1 -0
  55. package/dist/shadcn/shadcnAlert/index.d.ts +2 -0
  56. package/dist/shadcn/shadcnAlert/index.d.ts.map +1 -0
  57. package/dist/shadcn/shadcnBadge/Badge.d.ts +1 -1
  58. package/dist/shadcn/shadcnButton/Button.d.ts +2 -2
  59. package/dist/triangle-alert.js +40 -0
  60. package/dist/triangle-alert.js.map +1 -0
  61. package/package.json +15 -6
@@ -3,24 +3,15 @@ import * as React from 'react';
3
3
  import React__default, { createContext, useContext, useCallback, useRef, useLayoutEffect, useState, useEffect, useMemo } from 'react';
4
4
  import { c as cn } from './utils.js';
5
5
  import { L as Label } from './Label.js';
6
- import { u as useControllableState, P as Primitive, c as composeEventHandlers, a as createSlot } from './index12.js';
6
+ import { u as useControllableState, P as Primitive, a as composeEventHandlers, c as createSlot } from './index13.js';
7
7
  import { u as useComposedRefs } from './index5.js';
8
- import { c as createContextScope } from './index11.js';
9
- import { e as ChevronRight, c as createPopperScope, R as Root2$1, u as useId, A as Anchor, P as Portal$1, h as hideOthers, b as ReactRemoveScroll, a as useFocusGuards, F as FocusScope, D as DismissableLayer, C as Content, d as Arrow } from './Combination.js';
8
+ import { c as createContextScope } from './index12.js';
9
+ import { c as createPopperScope, R as Root2$1, u as useId, A as Anchor, P as Portal$1, h as hideOthers, b as ReactRemoveScroll, a as useFocusGuards, F as FocusScope, D as DismissableLayer, C as Content, d as Arrow } from './Combination.js';
10
10
  import { P as Presence } from './index4.js';
11
11
  import { b as buttonVariants, B as Button$1 } from './Button2.js';
12
+ import { C as ChevronDown } from './chevron-down.js';
12
13
  import { c as createLucideIcon } from './createLucideIcon.js';
13
-
14
- /**
15
- * @license lucide-react v0.562.0 - ISC
16
- *
17
- * This source code is licensed under the ISC license.
18
- * See the LICENSE file in the root directory of this source tree.
19
- */
20
-
21
-
22
- const __iconNode$1 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
23
- const ChevronDown = createLucideIcon("chevron-down", __iconNode$1);
14
+ import { C as ChevronRight } from './chevron-right.js';
24
15
 
25
16
  /**
26
17
  * @license lucide-react v0.562.0 - ISC