@kenos-ui/react 0.3.2 → 0.3.3

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @kenos-ui/react
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @kenos-ui/react-datepicker@0.4.0
9
+
3
10
  ## 0.3.2
4
11
 
5
12
  ### Patch Changes
@@ -12,7 +19,6 @@
12
19
  ### Patch Changes
13
20
 
14
21
  - aaa8a57: Initial Combobox scaffold (`@kenos-ui/react-combobox@0.1.0`):
15
-
16
22
  - Parts: Root, Label, Input, Trigger, Content, List, Item, ItemText, Empty, Clear
17
23
  - `ComboboxStore` with `open`, `value`, `inputValue`, `highlightedValue`, item registry
18
24
  - `useSelectCollection` hook in `@kenos-ui/utils` for type-to-filter
@@ -50,7 +56,6 @@
50
56
  ### Minor Changes
51
57
 
52
58
  - Axis lift-and-shift: publish DatePicker under `@at5/axis-datepicker`.
53
-
54
59
  - Add `@at5/axis-datepicker` — same DatePicker API and behavior as `@at5/kairo` (migrated from `packages/kairo` to `packages/datepicker`)
55
60
  - Add `@at5/axis` — aggregator re-exporting `DatePicker`
56
61
  - `@at5/kairo` — deprecated; thin re-export of `@at5/axis-datepicker` for transition
package/README.md CHANGED
@@ -14,4 +14,4 @@ For a single primitive only:
14
14
 
15
15
  ```bash
16
16
  npm install @kenos-ui/react-datepicker
17
- ```
17
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenos-ui/react",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Kenos UI headless primitives for React — aggregator",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@kenos-ui/react-combobox": "0.2.0",
32
- "@kenos-ui/react-datepicker": "0.3.3",
32
+ "@kenos-ui/react-datepicker": "0.4.0",
33
33
  "@kenos-ui/react-select": "0.2.1"
34
34
  },
35
35
  "devDependencies": {