@telegraph/input 0.0.14 → 0.0.16

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 +20 -0
  2. package/package.json +7 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @telegraph/input
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c137373`](https://github.com/knocklabs/telegraph/commit/c13737376b8f0a3087aa73ce9befc0bd8b465ec5)]:
8
+ - @telegraph/layout@0.0.22
9
+
10
+ ## 0.0.15
11
+
12
+ ### Patch Changes
13
+
14
+ - [#174](https://github.com/knocklabs/telegraph/pull/174) [`9ab56ad`](https://github.com/knocklabs/telegraph/commit/9ab56ad877b964e1f21ff24312957cc6df519756) Thanks [@kylemcd](https://github.com/kylemcd)! - audit and fix dependencies
15
+
16
+ - [#172](https://github.com/knocklabs/telegraph/pull/172) [`96ac617`](https://github.com/knocklabs/telegraph/commit/96ac61740a39fa8f769946afdf16e02434c39770) Thanks [@kylemcd](https://github.com/kylemcd)! - button style-engine migration
17
+
18
+ - Updated dependencies [[`9ab56ad`](https://github.com/knocklabs/telegraph/commit/9ab56ad877b964e1f21ff24312957cc6df519756), [`96ac617`](https://github.com/knocklabs/telegraph/commit/96ac61740a39fa8f769946afdf16e02434c39770)]:
19
+ - @telegraph/compose-refs@0.0.2
20
+ - @telegraph/helpers@0.0.4
21
+ - @telegraph/layout@0.0.21
22
+
3
23
  ## 0.0.14
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/input",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "Input component for Telegraph",
5
5
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/input",
6
6
  "author": "@knocklabs",
@@ -26,9 +26,6 @@
26
26
  "clean": "rm -rf dist",
27
27
  "dev": "vite build --watch --emptyOutDir false",
28
28
  "build": "yarn clean && vite build",
29
- "//test": "vitest run",
30
- "//test:watch": "vitest",
31
- "coverage": "vitest run --coverage",
32
29
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
33
30
  "format": "prettier \"src/**/*.{js,ts,tsx}\" --write",
34
31
  "format:check": "prettier \"src/**/*.{js,ts,tsx}\" --check",
@@ -36,26 +33,24 @@
36
33
  },
37
34
  "dependencies": {
38
35
  "@radix-ui/react-slot": "^1.0.2",
39
- "@telegraph/compose-refs": "^0.0.1",
40
- "@telegraph/helpers": "^0.0.3",
41
- "@telegraph/layout": "^0.0.20",
36
+ "@telegraph/compose-refs": "^0.0.2",
37
+ "@telegraph/helpers": "^0.0.4",
38
+ "@telegraph/layout": "^0.0.22",
42
39
  "clsx": "^2.1.0"
43
40
  },
44
41
  "devDependencies": {
45
42
  "@knocklabs/eslint-config": "^0.0.3",
46
43
  "@knocklabs/typescript-config": "^0.0.2",
47
- "@telegraph/postcss-config": "^0.0.17",
44
+ "@telegraph/postcss-config": "^0.0.18",
48
45
  "@telegraph/prettier-config": "^0.0.6",
49
46
  "@telegraph/tailwind-config": "^0.0.11",
50
- "@telegraph/vite-config": "^0.0.10",
51
- "@telegraph/vitest-config": "^0.0.6",
47
+ "@telegraph/vite-config": "^0.0.11",
52
48
  "@types/react": "^18.2.48",
53
49
  "eslint": "^8.56.0",
54
50
  "react": "^18.2.0",
55
51
  "react-dom": "^18.2.0",
56
52
  "typescript": "^5.3.3",
57
- "vite": "^5.3.0",
58
- "vitest": "^1.2.2"
53
+ "vite": "^5.3.0"
59
54
  },
60
55
  "peerDependencies": {
61
56
  "react": "^18.2.0",