@kenos-ui/react 0.3.0 → 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,35 @@
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
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @kenos-ui/react-datepicker@0.3.3
16
+
17
+ ## 0.3.1
18
+
19
+ ### Patch Changes
20
+
21
+ - aaa8a57: Initial Combobox scaffold (`@kenos-ui/react-combobox@0.1.0`):
22
+ - Parts: Root, Label, Input, Trigger, Content, List, Item, ItemText, Empty, Clear
23
+ - `ComboboxStore` with `open`, `value`, `inputValue`, `highlightedValue`, item registry
24
+ - `useSelectCollection` hook in `@kenos-ui/utils` for type-to-filter
25
+ - Basic keyboard: filter on type, arrow navigation, Enter to select
26
+ - Re-exported from `@kenos-ui/react`
27
+
28
+ - Updated dependencies [aaa8a57]
29
+ - @kenos-ui/react-combobox@0.2.0
30
+ - @kenos-ui/react-datepicker@0.3.2
31
+ - @kenos-ui/react-select@0.2.1
32
+
3
33
  ## 0.3.0
4
34
 
5
35
  ### Minor Changes
@@ -26,7 +56,6 @@
26
56
  ### Minor Changes
27
57
 
28
58
  - Axis lift-and-shift: publish DatePicker under `@at5/axis-datepicker`.
29
-
30
59
  - Add `@at5/axis-datepicker` — same DatePicker API and behavior as `@at5/kairo` (migrated from `packages/kairo` to `packages/datepicker`)
31
60
  - Add `@at5/axis` — aggregator re-exporting `DatePicker`
32
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.0",
3
+ "version": "0.3.3",
4
4
  "description": "Kenos UI headless primitives for React — aggregator",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,9 +28,9 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@kenos-ui/react-select": "0.2.0",
32
- "@kenos-ui/react-datepicker": "0.3.1",
33
- "@kenos-ui/react-combobox": "0.1.0"
31
+ "@kenos-ui/react-combobox": "0.2.0",
32
+ "@kenos-ui/react-datepicker": "0.4.0",
33
+ "@kenos-ui/react-select": "0.2.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react": "^19.0.0",