@instructure/ui-text-input 11.2.1-snapshot-8 → 11.3.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 CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.2.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.2.1-snapshot-8) (2025-11-25)
6
+ # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-text-input
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text-input",
3
- "version": "11.2.1-snapshot-8",
3
+ "version": "11.3.0",
4
4
  "description": "A styled HTML text input component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -18,22 +18,22 @@
18
18
  "@testing-library/react": "15.0.7",
19
19
  "@testing-library/user-event": "^14.6.1",
20
20
  "vitest": "^3.2.2",
21
- "@instructure/ui-axe-check": "11.2.1-snapshot-8",
22
- "@instructure/ui-babel-preset": "11.2.1-snapshot-8",
23
- "@instructure/ui-badge": "11.2.1-snapshot-8",
24
- "@instructure/ui-themes": "11.2.1-snapshot-8",
25
- "@instructure/ui-color-utils": "11.2.1-snapshot-8"
21
+ "@instructure/ui-axe-check": "11.3.0",
22
+ "@instructure/ui-babel-preset": "11.3.0",
23
+ "@instructure/ui-badge": "11.3.0",
24
+ "@instructure/ui-color-utils": "11.3.0",
25
+ "@instructure/ui-themes": "11.3.0"
26
26
  },
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.27.6",
29
- "@instructure/shared-types": "11.2.1-snapshot-8",
30
- "@instructure/ui-a11y-utils": "11.2.1-snapshot-8",
31
- "@instructure/ui-dom-utils": "11.2.1-snapshot-8",
32
- "@instructure/emotion": "11.2.1-snapshot-8",
33
- "@instructure/ui-form-field": "11.2.1-snapshot-8",
34
- "@instructure/ui-icons": "11.2.1-snapshot-8",
35
- "@instructure/ui-react-utils": "11.2.1-snapshot-8",
36
- "@instructure/ui-tag": "11.2.1-snapshot-8"
29
+ "@instructure/emotion": "11.3.0",
30
+ "@instructure/shared-types": "11.3.0",
31
+ "@instructure/ui-a11y-utils": "11.3.0",
32
+ "@instructure/ui-form-field": "11.3.0",
33
+ "@instructure/ui-dom-utils": "11.3.0",
34
+ "@instructure/ui-react-utils": "11.3.0",
35
+ "@instructure/ui-icons": "11.3.0",
36
+ "@instructure/ui-tag": "11.3.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=18 <=19"
@@ -48,7 +48,7 @@ type: example
48
48
  messages: [
49
49
  {
50
50
  text: `Come on. There's no way your favorite band is really Supertramp.`,
51
- type: 'error'
51
+ type: 'newError'
52
52
  }
53
53
  ]
54
54
  })
@@ -129,7 +129,7 @@ type: example
129
129
  setMessages([
130
130
  {
131
131
  text: "Come on. There's no way your favorite band is really Supertramp.",
132
- type: 'error'
132
+ type: 'newError'
133
133
  }
134
134
  ])
135
135
  }