@ark-ui/solid 0.10.0 → 0.10.1
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.
- package/CHANGELOG.md +9 -2
- package/index.cjs +82 -48
- package/index.d.ts +1 -0
- package/index.mjs +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ description: All notable changes to this project will be documented in this file
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.10.1] - 2023-09-02
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Resolved an issue where the `ColorPicker` was not exported correctly.
|
|
14
|
+
|
|
9
15
|
## [0.10.0] - 2023-09-02
|
|
10
16
|
|
|
11
17
|
### Addded
|
|
@@ -144,7 +150,7 @@ description: All notable changes to this project will be documented in this file
|
|
|
144
150
|
- Add `Toast`
|
|
145
151
|
- Add `Tooltip`
|
|
146
152
|
|
|
147
|
-
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.10.
|
|
153
|
+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.10.1...HEAD
|
|
148
154
|
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.1.0
|
|
149
155
|
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.2.0
|
|
150
156
|
[0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.3.0
|
|
@@ -156,5 +162,6 @@ description: All notable changes to this project will be documented in this file
|
|
|
156
162
|
[0.8.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.8.0
|
|
157
163
|
[0.8.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.8.1
|
|
158
164
|
[0.9.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.9.0
|
|
159
|
-
|
|
160
165
|
[0.10.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.10.0
|
|
166
|
+
|
|
167
|
+
[0.10.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.10.1
|
package/index.cjs
CHANGED
|
@@ -7,30 +7,31 @@ const index = require('./accordion/index.cjs');
|
|
|
7
7
|
const index$1 = require('./avatar/index.cjs');
|
|
8
8
|
const index$2 = require('./carousel/index.cjs');
|
|
9
9
|
const index$3 = require('./checkbox/index.cjs');
|
|
10
|
-
const index$4 = require('./
|
|
11
|
-
const index$5 = require('./
|
|
12
|
-
const index$6 = require('./
|
|
13
|
-
const index$7 = require('./
|
|
14
|
-
const index$8 = require('./
|
|
15
|
-
const index$9 = require('./
|
|
16
|
-
const index$a = require('./
|
|
17
|
-
const index$b = require('./
|
|
18
|
-
const index$c = require('./
|
|
19
|
-
const index$d = require('./
|
|
20
|
-
const index$e = require('./
|
|
21
|
-
const index$f = require('./
|
|
22
|
-
const index$g = require('./
|
|
23
|
-
const index$h = require('./
|
|
24
|
-
const index$i = require('./
|
|
25
|
-
const index$j = require('./
|
|
26
|
-
const index$k = require('./
|
|
27
|
-
const index$l = require('./
|
|
28
|
-
const index$m = require('./
|
|
29
|
-
const index$n = require('./
|
|
30
|
-
const index$o = require('./
|
|
31
|
-
const index$p = require('./
|
|
32
|
-
const index$q = require('./
|
|
33
|
-
const index$r = require('./
|
|
10
|
+
const index$4 = require('./color-picker/index.cjs');
|
|
11
|
+
const index$5 = require('./combobox/index.cjs');
|
|
12
|
+
const index$6 = require('./date-picker/index.cjs');
|
|
13
|
+
const index$7 = require('./dialog/index.cjs');
|
|
14
|
+
const index$8 = require('./editable/index.cjs');
|
|
15
|
+
const index$9 = require('./environment/index.cjs');
|
|
16
|
+
const index$a = require('./hover-card/index.cjs');
|
|
17
|
+
const index$b = require('./menu/index.cjs');
|
|
18
|
+
const index$c = require('./number-input/index.cjs');
|
|
19
|
+
const index$d = require('./pagination/index.cjs');
|
|
20
|
+
const index$e = require('./pin-input/index.cjs');
|
|
21
|
+
const index$f = require('./popover/index.cjs');
|
|
22
|
+
const index$g = require('./pressable/index.cjs');
|
|
23
|
+
const index$h = require('./radio-group/index.cjs');
|
|
24
|
+
const index$i = require('./range-slider/index.cjs');
|
|
25
|
+
const index$j = require('./rating-group/index.cjs');
|
|
26
|
+
const index$k = require('./segment-group/index.cjs');
|
|
27
|
+
const index$l = require('./select/index.cjs');
|
|
28
|
+
const index$m = require('./slider/index.cjs');
|
|
29
|
+
const index$n = require('./splitter/index.cjs');
|
|
30
|
+
const index$o = require('./switch/index.cjs');
|
|
31
|
+
const index$p = require('./tabs/index.cjs');
|
|
32
|
+
const index$q = require('./tags-input/index.cjs');
|
|
33
|
+
const index$r = require('./toast/index.cjs');
|
|
34
|
+
const index$s = require('./tooltip/index.cjs');
|
|
34
35
|
const accordionContent = require('./accordion/accordion-content.cjs');
|
|
35
36
|
const accordionItem = require('./accordion/accordion-item.cjs');
|
|
36
37
|
const accordionTrigger = require('./accordion/accordion-trigger.cjs');
|
|
@@ -55,6 +56,22 @@ const checkboxControl = require('./checkbox/checkbox-control.cjs');
|
|
|
55
56
|
const checkboxLabel = require('./checkbox/checkbox-label.cjs');
|
|
56
57
|
const checkbox = require('@zag-js/checkbox');
|
|
57
58
|
const checkboxContext = require('./checkbox/checkbox-context.cjs');
|
|
59
|
+
const colorPickerArea = require('./color-picker/color-picker-area.cjs');
|
|
60
|
+
const colorPickerAreaGradient = require('./color-picker/color-picker-area-gradient.cjs');
|
|
61
|
+
const colorPickerAreaThumb = require('./color-picker/color-picker-area-thumb.cjs');
|
|
62
|
+
const colorPickerChannelInput = require('./color-picker/color-picker-channel-input.cjs');
|
|
63
|
+
const colorPickerChannelSliderBackground = require('./color-picker/color-picker-channel-slider-background.cjs');
|
|
64
|
+
const colorPickerChannelSliderThumb = require('./color-picker/color-picker-channel-slider-thumb.cjs');
|
|
65
|
+
const colorPickerChannelSliderTrack = require('./color-picker/color-picker-channel-slider-track.cjs');
|
|
66
|
+
const colorPickerContent = require('./color-picker/color-picker-content.cjs');
|
|
67
|
+
const colorPickerEyeDropperTrigger = require('./color-picker/color-picker-eye-dropper-trigger.cjs');
|
|
68
|
+
const colorPickerSwatch = require('./color-picker/color-picker-swatch.cjs');
|
|
69
|
+
const colorPickerSwatchBackground = require('./color-picker/color-picker-swatch-background.cjs');
|
|
70
|
+
const colorPickerSwatchGroup = require('./color-picker/color-picker-swatch-group.cjs');
|
|
71
|
+
const colorPicker_anatomy = require('./color-picker/color-picker.anatomy.cjs');
|
|
72
|
+
const colorPickerAreaContext = require('./color-picker/color-picker-area-context.cjs');
|
|
73
|
+
const colorPickerContext = require('./color-picker/color-picker-context.cjs');
|
|
74
|
+
const colorPickerSwatchContext = require('./color-picker/color-picker-swatch-context.cjs');
|
|
58
75
|
const comboboxClearTrigger = require('./combobox/combobox-clear-trigger.cjs');
|
|
59
76
|
const comboboxContent = require('./combobox/combobox-content.cjs');
|
|
60
77
|
const comboboxControl = require('./combobox/combobox-control.cjs');
|
|
@@ -268,30 +285,31 @@ exports.Accordion = index.Accordion;
|
|
|
268
285
|
exports.Avatar = index$1.Avatar;
|
|
269
286
|
exports.Carousel = index$2.Carousel;
|
|
270
287
|
exports.Checkbox = index$3.Checkbox;
|
|
271
|
-
exports.
|
|
272
|
-
exports.
|
|
273
|
-
exports.
|
|
274
|
-
exports.
|
|
275
|
-
exports.
|
|
276
|
-
exports.
|
|
277
|
-
exports.
|
|
278
|
-
exports.
|
|
279
|
-
exports.
|
|
280
|
-
exports.
|
|
281
|
-
exports.
|
|
282
|
-
exports.
|
|
283
|
-
exports.
|
|
284
|
-
exports.
|
|
285
|
-
exports.
|
|
286
|
-
exports.
|
|
287
|
-
exports.
|
|
288
|
-
exports.
|
|
289
|
-
exports.
|
|
290
|
-
exports.
|
|
291
|
-
exports.
|
|
292
|
-
exports.
|
|
293
|
-
exports.
|
|
294
|
-
exports.
|
|
288
|
+
exports.ColorPicker = index$4.ColorPicker;
|
|
289
|
+
exports.Combobox = index$5.Combobox;
|
|
290
|
+
exports.DatePicker = index$6.DatePicker;
|
|
291
|
+
exports.Dialog = index$7.Dialog;
|
|
292
|
+
exports.Editable = index$8.Editable;
|
|
293
|
+
exports.Environment = index$9.Environment;
|
|
294
|
+
exports.HoverCard = index$a.HoverCard;
|
|
295
|
+
exports.Menu = index$b.Menu;
|
|
296
|
+
exports.NumberInput = index$c.NumberInput;
|
|
297
|
+
exports.Pagination = index$d.Pagination;
|
|
298
|
+
exports.PinInput = index$e.PinInput;
|
|
299
|
+
exports.Popover = index$f.Popover;
|
|
300
|
+
exports.Pressable = index$g.Pressable;
|
|
301
|
+
exports.RadioGroup = index$h.RadioGroup;
|
|
302
|
+
exports.RangeSlider = index$i.RangeSlider;
|
|
303
|
+
exports.RatingGroup = index$j.RatingGroup;
|
|
304
|
+
exports.SegmentGroup = index$k.SegmentGroup;
|
|
305
|
+
exports.Select = index$l.Select;
|
|
306
|
+
exports.Slider = index$m.Slider;
|
|
307
|
+
exports.Splitter = index$n.Splitter;
|
|
308
|
+
exports.Switch = index$o.Switch;
|
|
309
|
+
exports.Tabs = index$p.Tabs;
|
|
310
|
+
exports.TagsInput = index$q.TagsInput;
|
|
311
|
+
exports.Toast = index$r.Toast;
|
|
312
|
+
exports.Tooltip = index$s.Tooltip;
|
|
295
313
|
exports.AccordionContent = accordionContent.AccordionContent;
|
|
296
314
|
exports.AccordionItem = accordionItem.AccordionItem;
|
|
297
315
|
exports.AccordionTrigger = accordionTrigger.AccordionTrigger;
|
|
@@ -325,6 +343,22 @@ Object.defineProperty(exports, 'checkboxAnatomy', {
|
|
|
325
343
|
get: () => checkbox.anatomy
|
|
326
344
|
});
|
|
327
345
|
exports.useCheckboxContext = checkboxContext.useCheckboxContext;
|
|
346
|
+
exports.ColorPickerArea = colorPickerArea.ColorPickerArea;
|
|
347
|
+
exports.ColorPickerAreaGradient = colorPickerAreaGradient.ColorPickerAreaGradient;
|
|
348
|
+
exports.ColorPickerAreaThumb = colorPickerAreaThumb.ColorPickerAreaThumb;
|
|
349
|
+
exports.ColorPickerChannelInput = colorPickerChannelInput.ColorPickerChannelInput;
|
|
350
|
+
exports.ColorPickerChannelSliderBackground = colorPickerChannelSliderBackground.ColorPickerChannelSliderBackground;
|
|
351
|
+
exports.ColorPickerChannelSliderThumb = colorPickerChannelSliderThumb.ColorPickerChannelSliderThumb;
|
|
352
|
+
exports.ColorPickerChannelSliderTrack = colorPickerChannelSliderTrack.ColorPickerChannelSliderTrack;
|
|
353
|
+
exports.ColorPickerContent = colorPickerContent.ColorPickerContent;
|
|
354
|
+
exports.ColorPickerEyeDropperTrigger = colorPickerEyeDropperTrigger.ColorPickerEyeDropperTrigger;
|
|
355
|
+
exports.ColorPickerSwatch = colorPickerSwatch.ColorPickerSwatch;
|
|
356
|
+
exports.ColorPickerSwatchBackground = colorPickerSwatchBackground.ColorPickerSwatchBackground;
|
|
357
|
+
exports.ColorPickerSwatchGroup = colorPickerSwatchGroup.ColorPickerSwatchGroup;
|
|
358
|
+
exports.colorPickerAnatomy = colorPicker_anatomy.colorPickerAnatomy;
|
|
359
|
+
exports.useColorPickerAreaContext = colorPickerAreaContext.useColorPickerAreaContext;
|
|
360
|
+
exports.useColorPickerContext = colorPickerContext.useColorPickerContext;
|
|
361
|
+
exports.useColorPickerSwatchContext = colorPickerSwatchContext.useColorPickerSwatchContext;
|
|
328
362
|
exports.ComboboxClearTrigger = comboboxClearTrigger.ComboboxClearTrigger;
|
|
329
363
|
exports.ComboboxContent = comboboxContent.ComboboxContent;
|
|
330
364
|
exports.ComboboxControl = comboboxControl.ComboboxControl;
|
package/index.d.ts
CHANGED
package/index.mjs
CHANGED
|
@@ -3,6 +3,7 @@ export { Accordion } from './accordion/index.mjs';
|
|
|
3
3
|
export { Avatar } from './avatar/index.mjs';
|
|
4
4
|
export { Carousel } from './carousel/index.mjs';
|
|
5
5
|
export { Checkbox } from './checkbox/index.mjs';
|
|
6
|
+
export { ColorPicker } from './color-picker/index.mjs';
|
|
6
7
|
export { Combobox } from './combobox/index.mjs';
|
|
7
8
|
export { DatePicker } from './date-picker/index.mjs';
|
|
8
9
|
export { Dialog } from './dialog/index.mjs';
|
|
@@ -51,6 +52,22 @@ export { CheckboxControl } from './checkbox/checkbox-control.mjs';
|
|
|
51
52
|
export { CheckboxLabel } from './checkbox/checkbox-label.mjs';
|
|
52
53
|
export { anatomy as checkboxAnatomy } from '@zag-js/checkbox';
|
|
53
54
|
export { useCheckboxContext } from './checkbox/checkbox-context.mjs';
|
|
55
|
+
export { ColorPickerArea } from './color-picker/color-picker-area.mjs';
|
|
56
|
+
export { ColorPickerAreaGradient } from './color-picker/color-picker-area-gradient.mjs';
|
|
57
|
+
export { ColorPickerAreaThumb } from './color-picker/color-picker-area-thumb.mjs';
|
|
58
|
+
export { ColorPickerChannelInput } from './color-picker/color-picker-channel-input.mjs';
|
|
59
|
+
export { ColorPickerChannelSliderBackground } from './color-picker/color-picker-channel-slider-background.mjs';
|
|
60
|
+
export { ColorPickerChannelSliderThumb } from './color-picker/color-picker-channel-slider-thumb.mjs';
|
|
61
|
+
export { ColorPickerChannelSliderTrack } from './color-picker/color-picker-channel-slider-track.mjs';
|
|
62
|
+
export { ColorPickerContent } from './color-picker/color-picker-content.mjs';
|
|
63
|
+
export { ColorPickerEyeDropperTrigger } from './color-picker/color-picker-eye-dropper-trigger.mjs';
|
|
64
|
+
export { ColorPickerSwatch } from './color-picker/color-picker-swatch.mjs';
|
|
65
|
+
export { ColorPickerSwatchBackground } from './color-picker/color-picker-swatch-background.mjs';
|
|
66
|
+
export { ColorPickerSwatchGroup } from './color-picker/color-picker-swatch-group.mjs';
|
|
67
|
+
export { colorPickerAnatomy } from './color-picker/color-picker.anatomy.mjs';
|
|
68
|
+
export { useColorPickerAreaContext } from './color-picker/color-picker-area-context.mjs';
|
|
69
|
+
export { useColorPickerContext } from './color-picker/color-picker-context.mjs';
|
|
70
|
+
export { useColorPickerSwatchContext } from './color-picker/color-picker-swatch-context.mjs';
|
|
54
71
|
export { ComboboxClearTrigger } from './combobox/combobox-clear-trigger.mjs';
|
|
55
72
|
export { ComboboxContent } from './combobox/combobox-content.mjs';
|
|
56
73
|
export { ComboboxControl } from './combobox/combobox-control.mjs';
|