@nordcom/nordstar-select 0.0.75 → 0.1.0
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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @nordcom/nordstar-select
|
|
2
|
+
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1229](https://github.com/NordcomInc/nordstar/pull/1229) [`0e2eae3`](https://github.com/NordcomInc/nordstar/commit/0e2eae30f71c4d6696496f65f82d9addf47fe002) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `<Select/>`, a compound dropdown built on `@radix-ui/react-select`
|
|
8
|
+
(`Select.Trigger`, `Select.Value`, `Select.Content`, `Select.Item`, `Select.Group`,
|
|
9
|
+
`Select.Label`, `Select.Separator`). It ships full keyboard control, typeahead,
|
|
10
|
+
collision-aware positioning, and native form integration, with chevron/check icons
|
|
11
|
+
inlined (no icon dependency) and the surface re-fitted to the Nordstar token contract.
|
|
12
|
+
- Updated dependencies [[`5199c66`](https://github.com/NordcomInc/nordstar/commit/5199c6601687e89d244bce6652049f1e1d18a051), [`5cf91f1`](https://github.com/NordcomInc/nordstar/commit/5cf91f1a6fa372c9496a6535e6e9f19c4b707494), [`7e71328`](https://github.com/NordcomInc/nordstar/commit/7e713282cba8eeb499e528eb1d71ba5f48219488), [`b7154b2`](https://github.com/NordcomInc/nordstar/commit/b7154b29ee3d5b3c96cd2918a005cf803cfa8fda), [`97df330`](https://github.com/NordcomInc/nordstar/commit/97df33095a4625292ab4913a8a64d8f4902eab07), [`5e0e5a3`](https://github.com/NordcomInc/nordstar/commit/5e0e5a3233403d70beb17ac802ecb53835624bc8), [`3b67c90`](https://github.com/NordcomInc/nordstar/commit/3b67c901f8e40b047486b18da98ee07aa991e339)]:
|
|
13
|
+
- @nordcom/nordstar-system@0.1.0
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@nordcom/nordstar-select",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.0
|
|
5
|
+
"version": "0.1.0",
|
|
6
6
|
"description": "A dropdown for choosing one option from a list.",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"homepage": "https://nordcominc.github.io/nordstar/docs/components/select/",
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@radix-ui/react-select": "2.3.0",
|
|
59
|
-
"@nordcom/nordstar-system": "0.0
|
|
59
|
+
"@nordcom/nordstar-system": "0.1.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"react": ">=19",
|