@telegraph/textarea 0.0.22 → 0.0.24

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @telegraph/textarea
2
2
 
3
+ ## 0.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @telegraph/typography@0.1.21
9
+
10
+ ## 0.0.23
11
+
12
+ ### Patch Changes
13
+
14
+ - [#494](https://github.com/knocklabs/telegraph/pull/494) [`e769470`](https://github.com/knocklabs/telegraph/commit/e7694701fb63ebc65d9fe77d9a89c8f0bf557b67) Thanks [@kylemcd](https://github.com/kylemcd)! - update package exports to be in the correct order
15
+
16
+ - Updated dependencies [[`e769470`](https://github.com/knocklabs/telegraph/commit/e7694701fb63ebc65d9fe77d9a89c8f0bf557b67)]:
17
+ - @telegraph/typography@0.1.20
18
+ - @telegraph/helpers@0.0.13
19
+
3
20
  ## 0.0.22
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/textarea",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "A multi-line user input.",
5
5
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/textarea",
6
6
  "author": "@knocklabs",
@@ -10,9 +10,9 @@
10
10
  "types": "./dist/types/index.d.ts",
11
11
  "exports": {
12
12
  ".": {
13
+ "types": "./dist/types/index.d.ts",
13
14
  "import": "./dist/esm/index.mjs",
14
15
  "require": "./dist/cjs/index.js",
15
- "types": "./dist/types/index.d.ts",
16
16
  "default": "./dist/css/default.css"
17
17
  },
18
18
  "./default.css": "./dist/css/default.css"
@@ -32,13 +32,13 @@
32
32
  "preview": "vite preview"
33
33
  },
34
34
  "dependencies": {
35
- "@telegraph/helpers": "^0.0.12",
36
- "@telegraph/typography": "^0.1.19"
35
+ "@telegraph/helpers": "^0.0.13",
36
+ "@telegraph/typography": "^0.1.21"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@knocklabs/eslint-config": "^0.0.4",
40
40
  "@knocklabs/typescript-config": "^0.0.2",
41
- "@telegraph/postcss-config": "^0.0.25",
41
+ "@telegraph/postcss-config": "^0.0.27",
42
42
  "@telegraph/prettier-config": "^0.0.7",
43
43
  "@telegraph/vite-config": "^0.0.15",
44
44
  "@types/react": "^18.3.18",