@telegraph/combobox 0.0.40 → 0.0.42

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,21 @@
1
1
  # @telegraph/combobox
2
2
 
3
+ ## 0.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fe1a1fb`](https://github.com/knocklabs/telegraph/commit/fe1a1fb882e50e551d3f00a201057b040ed28559)]:
8
+ - @telegraph/button@0.0.53
9
+ - @telegraph/menu@0.0.35
10
+ - @telegraph/tag@0.0.56
11
+
12
+ ## 0.0.41
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`852f777`](https://github.com/knocklabs/telegraph/commit/852f777b0f5a0cb40ce4111ff918cc5c243b108d)]:
17
+ - @telegraph/input@0.0.25
18
+
3
19
  ## 0.0.40
4
20
 
5
21
  ### Patch Changes
@@ -1 +1 @@
1
- .tgph :is(.absolute){position:absolute}.tgph :is(.relative){position:relative}.tgph :is(.inline-block){display:inline-block}.tgph :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tgph :is(.truncate){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgph :is(.outline){outline-style:solid}.tgph :is(.filter){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.tgph :is(.transition){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
1
+ .tgph .absolute{position:absolute}.tgph .relative{position:relative}.tgph .inline-block{display:inline-block}.tgph .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tgph .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgph .outline{outline-style:solid}.tgph .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.tgph .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/combobox",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
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",
@@ -35,14 +35,14 @@
35
35
  "@radix-ui/react-dismissable-layer": "^1.1.1",
36
36
  "@radix-ui/react-use-controllable-state": "^1.1.0",
37
37
  "@radix-ui/react-visually-hidden": "^1.1.0",
38
- "@telegraph/button": "^0.0.52",
38
+ "@telegraph/button": "^0.0.53",
39
39
  "@telegraph/compose-refs": "^0.0.2",
40
40
  "@telegraph/helpers": "^0.0.7",
41
41
  "@telegraph/icon": "^0.0.33",
42
- "@telegraph/input": "^0.0.24",
42
+ "@telegraph/input": "^0.0.25",
43
43
  "@telegraph/layout": "^0.0.30",
44
- "@telegraph/menu": "^0.0.34",
45
- "@telegraph/tag": "^0.0.55",
44
+ "@telegraph/menu": "^0.0.35",
45
+ "@telegraph/tag": "^0.0.56",
46
46
  "@telegraph/tooltip": "^0.0.26",
47
47
  "@telegraph/typography": "^0.0.30",
48
48
  "framer-motion": "^11.1.9"
@@ -59,7 +59,7 @@
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.3.1",
61
61
  "typescript": "^5.5.4",
62
- "vite": "^5.3.6"
62
+ "vite": "^5.4.7"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^18.2.0",