@sprawlify/solid 0.0.107 → 0.0.109

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 (93) hide show
  1. package/dist/{alert-dialog-anatomy-B6loNyCs.d.ts → alert-dialog-anatomy-DYrlnQZF.d.ts} +1 -1
  2. package/dist/{carousel-anatomy-zm_3AkEb.d.ts → carousel-anatomy-B5-JHfpO.d.ts} +1 -1
  3. package/dist/{checkbox-anatomy-OTXuBLEd.d.ts → checkbox-anatomy-DO7Zh6Pz.d.ts} +1 -1
  4. package/dist/{collapsible-DhguH1Yh.jsx → collapsible-Pn9qzDqQ.jsx} +2 -2
  5. package/dist/color-picker-anatomy-DWynAhsf.d.ts +6 -0
  6. package/dist/combobox-anatomy-BRxZnCfq.d.ts +6 -0
  7. package/dist/components/accordion/index.jsx +3 -3
  8. package/dist/components/alert-dialog/index.d.ts +2 -2
  9. package/dist/components/alert-dialog/index.js +1 -1
  10. package/dist/components/alert-dialog/index.jsx +5 -5
  11. package/dist/components/anatomy.d.ts +11 -11
  12. package/dist/components/angle-slider/index.jsx +1 -1
  13. package/dist/components/aspect-ratio/index.jsx +1 -1
  14. package/dist/components/avatar/index.jsx +1 -1
  15. package/dist/components/bottom-sheet/index.jsx +4 -4
  16. package/dist/components/carousel/index.d.ts +1 -1
  17. package/dist/components/carousel/index.jsx +1 -1
  18. package/dist/components/checkbox/index.d.ts +1 -1
  19. package/dist/components/checkbox/index.jsx +4 -4
  20. package/dist/components/clipboard/index.jsx +1 -1
  21. package/dist/components/collapsible/index.jsx +3 -3
  22. package/dist/components/color-picker/index.d.ts +1 -1
  23. package/dist/components/color-picker/index.jsx +6 -6
  24. package/dist/components/combobox/index.d.ts +1 -1
  25. package/dist/components/combobox/index.jsx +6 -6
  26. package/dist/components/date-picker/index.d.ts +1 -1
  27. package/dist/components/date-picker/index.js +2 -0
  28. package/dist/components/date-picker/index.jsx +6 -4
  29. package/dist/components/dialog/index.jsx +4 -4
  30. package/dist/components/dropdown-menu/index.jsx +4 -4
  31. package/dist/components/editable/index.jsx +4 -4
  32. package/dist/components/field/index.d.ts +1 -1
  33. package/dist/components/field/index.jsx +4 -4
  34. package/dist/components/fieldset/index.d.ts +1 -1
  35. package/dist/components/fieldset/index.jsx +3 -3
  36. package/dist/components/file-upload/index.jsx +4 -4
  37. package/dist/components/floating-panel/index.jsx +4 -4
  38. package/dist/components/focus-trap/index.jsx +2 -2
  39. package/dist/components/frame/index.jsx +1 -1
  40. package/dist/components/highlight/index.jsx +1 -1
  41. package/dist/components/hover-card/index.jsx +4 -4
  42. package/dist/components/image-cropper/index.jsx +1 -1
  43. package/dist/components/json-tree-view/index.jsx +4 -4
  44. package/dist/components/listbox/index.d.ts +1 -1
  45. package/dist/components/listbox/index.jsx +1 -1
  46. package/dist/components/marquee/index.jsx +1 -1
  47. package/dist/components/navigation-menu/index.jsx +4 -4
  48. package/dist/components/number-input/index.jsx +4 -4
  49. package/dist/components/pagination/index.jsx +1 -1
  50. package/dist/components/password-input/index.jsx +4 -4
  51. package/dist/components/pin-input/index.jsx +4 -4
  52. package/dist/components/popover/index.jsx +4 -4
  53. package/dist/components/presence/index.jsx +4 -4
  54. package/dist/components/progress/index.jsx +1 -1
  55. package/dist/components/qr-code/index.jsx +1 -1
  56. package/dist/components/radio-group/index.jsx +3 -3
  57. package/dist/components/rating-group/index.jsx +4 -4
  58. package/dist/components/scroll-area/index.jsx +1 -1
  59. package/dist/components/segment-group/index.d.ts +1 -1
  60. package/dist/components/segment-group/index.jsx +1 -1
  61. package/dist/components/select/index.jsx +6 -6
  62. package/dist/components/separator/index.jsx +1 -1
  63. package/dist/components/signature-pad/index.jsx +4 -4
  64. package/dist/components/slider/index.jsx +1 -1
  65. package/dist/components/splitter/index.jsx +1 -1
  66. package/dist/components/steps/index.jsx +1 -1
  67. package/dist/components/switch/index.jsx +4 -4
  68. package/dist/components/tabs/index.jsx +4 -4
  69. package/dist/components/tags-input/index.jsx +4 -4
  70. package/dist/components/timer/index.jsx +1 -1
  71. package/dist/components/toggle/index.jsx +1 -1
  72. package/dist/components/toggle-group/index.jsx +1 -1
  73. package/dist/components/tooltip/index.jsx +4 -4
  74. package/dist/components/tour/index.d.ts +1 -1
  75. package/dist/components/tour/index.jsx +4 -4
  76. package/dist/components/tree-view/index.jsx +4 -4
  77. package/dist/date-picker-anatomy-CP8uKhny.d.ts +6 -0
  78. package/dist/{field-Blp6NDsc.jsx → field-C5XZzEJQ.jsx} +3 -3
  79. package/dist/{field-anatomy-DfP5AI6N.d.ts → field-anatomy-DhMytzIn.d.ts} +1 -1
  80. package/dist/{fieldset-Lbk9tsVV.jsx → fieldset-Dvfd8o02.jsx} +2 -2
  81. package/dist/{fieldset-anatomy-DF0TfPdv.d.ts → fieldset-anatomy-t2uR3tz-.d.ts} +1 -1
  82. package/dist/{listbox-anatomy-BVkSa4nW.d.ts → listbox-anatomy-CC-gib7S.d.ts} +1 -1
  83. package/dist/{presence-BcYjLSBT.jsx → presence-B0xtId0Q.jsx} +3 -3
  84. package/dist/{render-strategy-6LT04Ztx.jsx → render-strategy-BB2DhQSO.jsx} +1 -1
  85. package/dist/{segment-group-anatomy-D6Q31ASD.d.ts → segment-group-anatomy-DwgdyOB9.d.ts} +1 -1
  86. package/dist/{tour-anatomy-BqYDrHGw.d.ts → tour-anatomy-bvyrGdgp.d.ts} +1 -1
  87. package/dist/{tree-view-nwQzRTs2.jsx → tree-view-DqDwXi6S.jsx} +3 -3
  88. package/package.json +2 -2
  89. package/dist/color-picker-anatomy-CjTwpq36.d.ts +0 -6
  90. package/dist/combobox-anatomy-Blxrou1S.d.ts +0 -6
  91. package/dist/date-picker-anatomy-fajEN17J.d.ts +0 -6
  92. /package/dist/{compose-refs-Jq47jedK.jsx → compose-refs-CeEgnlQr.jsx} +0 -0
  93. /package/dist/{create-split-props-B2Gc7D9P.jsx → create-split-props-Bs7cdSMW.jsx} +0 -0
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/segment-group/segment-group-anatomy.d.ts
4
- declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"label" | "root" | "item" | "itemText" | "indicator" | "itemControl">;
4
+ declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"root" | "indicator" | "item" | "label" | "itemText" | "itemControl">;
5
5
  //#endregion
6
6
  export { segmentGroupAnatomy as t };
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/tour/tour-anatomy.d.ts
4
- declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "title" | "control" | "positioner" | "backdrop" | "description" | "closeTrigger" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "spotlight">;
4
+ declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "backdrop" | "positioner" | "title" | "description" | "closeTrigger" | "control" | "progressText" | "actionTrigger" | "arrow" | "arrowTip" | "spotlight">;
5
5
  //#endregion
6
6
  export { tourAnatomy as t };
@@ -4,9 +4,9 @@ import { t as runIfFn } from "./run-if-fn-qkd0iQPO.jsx";
4
4
  import { t as createContext$1 } from "./create-context-iBxaUhvx.jsx";
5
5
  import { a as useLocaleContext, s as useEnvironmentContext } from "./providers-C-cHBiyk.jsx";
6
6
  import { t as sprawlify } from "./factory-B95XvEzz.jsx";
7
- import { t as createSplitProps } from "./create-split-props-B2Gc7D9P.jsx";
8
- import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-6LT04Ztx.jsx";
9
- import { t as collapsible_exports } from "./collapsible-DhguH1Yh.jsx";
7
+ import { t as createSplitProps } from "./create-split-props-Bs7cdSMW.jsx";
8
+ import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-BB2DhQSO.jsx";
9
+ import { t as collapsible_exports } from "./collapsible-Pn9qzDqQ.jsx";
10
10
  import { createMemo, createUniqueId } from "solid-js";
11
11
  import * as treeView from "@sprawlify/primitives/machines/tree-view";
12
12
  import { anatomy as treeViewAnatomy } from "@sprawlify/primitives/machines/tree-view";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprawlify/solid",
3
- "version": "0.0.107",
3
+ "version": "0.0.109",
4
4
  "description": "Solid wrapper for primitives.",
5
5
  "license": "MIT",
6
6
  "author": "sprawlify <npm@sprawlify.com>",
@@ -333,7 +333,7 @@
333
333
  },
334
334
  "dependencies": {
335
335
  "@solid-primitives/keyed": "^1.5.3",
336
- "@sprawlify/primitives": "0.0.107"
336
+ "@sprawlify/primitives": "0.0.109"
337
337
  },
338
338
  "peerDependencies": {
339
339
  "solid-js": ">=1.9.10"
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/color-picker/color-picker-anatomy.d.ts
4
- declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "valueText" | "content" | "area" | "control" | "trigger" | "positioner" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
5
- //#endregion
6
- export { colorPickerAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/combobox/combobox-anatomy.d.ts
4
- declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "input" | "root" | "item" | "itemGroup" | "content" | "itemGroupLabel" | "itemIndicator" | "itemText" | "empty" | "control" | "trigger" | "positioner" | "clearTrigger" | "list">;
5
- //#endregion
6
- export { comboboxAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/date-picker/date-picker-anatomy.d.ts
4
- declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "input" | "root" | "valueText" | "content" | "table" | "control" | "trigger" | "positioner" | "nextTrigger" | "prevTrigger" | "view" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
5
- //#endregion
6
- export { datePickerAnatomy as t };