@telegraph/combobox 0.1.24 → 0.1.26

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 (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @telegraph/combobox
2
2
 
3
+ ## 0.1.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#653](https://github.com/knocklabs/telegraph/pull/653) [`d6c6aa9`](https://github.com/knocklabs/telegraph/commit/d6c6aa9cb0e11ba96df7d7efd479c8e4652fc029) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump react and @types/react
8
+
9
+ - Updated dependencies [[`d6c6aa9`](https://github.com/knocklabs/telegraph/commit/d6c6aa9cb0e11ba96df7d7efd479c8e4652fc029)]:
10
+ - @telegraph/compose-refs@0.0.8
11
+ - @telegraph/typography@0.1.29
12
+ - @telegraph/truncate@0.0.18
13
+ - @telegraph/helpers@0.0.15
14
+ - @telegraph/tooltip@0.0.62
15
+ - @telegraph/button@0.3.6
16
+ - @telegraph/layout@0.3.3
17
+ - @telegraph/input@0.1.7
18
+ - @telegraph/icon@0.3.5
19
+ - @telegraph/menu@0.1.20
20
+ - @telegraph/tag@0.0.115
21
+
22
+ ## 0.1.25
23
+
24
+ ### Patch Changes
25
+
26
+ - [#655](https://github.com/knocklabs/telegraph/pull/655) [`b32cee5`](https://github.com/knocklabs/telegraph/commit/b32cee572cdabc573814253d20444283aebfdbd2) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @radix-ui/react-visually-hidden from 1.2.3 to 1.2.4
27
+
28
+ - Updated dependencies [[`a8c2402`](https://github.com/knocklabs/telegraph/commit/a8c24027d5a341ab53f4e72e0f6c0fe74d0d0372)]:
29
+ - @telegraph/icon@0.3.4
30
+ - @telegraph/button@0.3.5
31
+ - @telegraph/menu@0.1.19
32
+ - @telegraph/tag@0.0.114
33
+
3
34
  ## 0.1.24
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/combobox",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "A styled menu, triggered by a Select, that combines an Input and Single- or Multi-select.",
5
5
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/combobox",
6
6
  "author": "@knocklabs",
@@ -36,31 +36,31 @@
36
36
  "@radix-ui/react-menu": "^2.1.16",
37
37
  "@radix-ui/react-portal": "^1.1.9",
38
38
  "@radix-ui/react-use-controllable-state": "^1.2.2",
39
- "@radix-ui/react-visually-hidden": "^1.2.3",
40
- "@telegraph/button": "^0.3.4",
41
- "@telegraph/compose-refs": "^0.0.7",
42
- "@telegraph/helpers": "^0.0.14",
43
- "@telegraph/icon": "^0.3.3",
44
- "@telegraph/input": "^0.1.6",
45
- "@telegraph/layout": "^0.3.2",
46
- "@telegraph/menu": "^0.1.18",
47
- "@telegraph/tag": "^0.0.113",
48
- "@telegraph/tooltip": "^0.0.61",
49
- "@telegraph/truncate": "^0.0.17",
50
- "@telegraph/typography": "^0.1.28",
39
+ "@radix-ui/react-visually-hidden": "^1.2.4",
40
+ "@telegraph/button": "^0.3.6",
41
+ "@telegraph/compose-refs": "^0.0.8",
42
+ "@telegraph/helpers": "^0.0.15",
43
+ "@telegraph/icon": "^0.3.5",
44
+ "@telegraph/input": "^0.1.7",
45
+ "@telegraph/layout": "^0.3.3",
46
+ "@telegraph/menu": "^0.1.20",
47
+ "@telegraph/tag": "^0.0.115",
48
+ "@telegraph/tooltip": "^0.0.62",
49
+ "@telegraph/truncate": "^0.0.18",
50
+ "@telegraph/typography": "^0.1.29",
51
51
  "lucide-react": "^0.544.0",
52
52
  "motion": "^12.23.12"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@knocklabs/eslint-config": "^0.0.5",
56
56
  "@knocklabs/typescript-config": "^0.0.2",
57
- "@telegraph/postcss-config": "^0.0.30",
57
+ "@telegraph/postcss-config": "^0.0.31",
58
58
  "@telegraph/prettier-config": "^0.0.7",
59
59
  "@telegraph/vite-config": "^0.0.15",
60
- "@types/react": "^19.1.11",
60
+ "@types/react": "^19.2.9",
61
61
  "eslint": "^8.56.0",
62
- "react": "^19.1.1",
63
- "react-dom": "^19.1.1",
62
+ "react": "^19.2.3",
63
+ "react-dom": "^19.2.3",
64
64
  "typescript": "^5.9.3",
65
65
  "vite": "^6.4.1"
66
66
  },