@instructure/ui-text-input 11.7.4-snapshot-184 → 11.7.4-snapshot-8

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 +2 -23
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,30 +3,9 @@
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.7.4-snapshot-184](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-184) (2026-05-15)
6
+ ## [11.7.4-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
12
- * **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
13
- * **ui-text-input,emotion:** fix TextInput displaying double focus rings when a focusable element is rendered inside ([b33cea2](https://github.com/instructure/instructure-ui/commit/b33cea283ef84cdc674c43bf8a0b7ca55f04cfaa))
14
-
15
-
16
- ### Features
17
-
18
- * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
19
- * **many:** fix issues ([c9fbf03](https://github.com/instructure/instructure-ui/commit/c9fbf036de5f12841ae9572f467f67b56b3ee223))
20
- * **many:** rework Select, SimpleSelect and TimeSelect ([00773ea](https://github.com/instructure/instructure-ui/commit/00773ea86dab7991b414868eb5a2588a1fef3ca9))
21
- * **many:** rework TextArea and dependent FormField components ([0f8c438](https://github.com/instructure/instructure-ui/commit/0f8c43803e3458bbf7b2dd266a9e246cb89b0d3c))
22
- * **ui-buttons,ui-text-input:** add condensed sizes to IconButton and simplify TextInput afterElement ([d05d257](https://github.com/instructure/instructure-ui/commit/d05d257e61477c2c7aa8151e99b71450557209ea))
23
-
24
-
25
- ### BREAKING CHANGES
26
-
27
- * **many:** contains breaking changes due to component using the new theming system
28
-
29
- INSTUI-4807
8
+ **Note:** Version bump only for package @instructure/ui-text-input
30
9
 
31
10
 
32
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text-input",
3
- "version": "11.7.4-snapshot-184",
3
+ "version": "11.7.4-snapshot-8",
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,21 +18,21 @@
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.7.4-snapshot-184",
22
- "@instructure/ui-color-utils": "11.7.4-snapshot-184",
23
- "@instructure/ui-badge": "11.7.4-snapshot-184",
24
- "@instructure/ui-babel-preset": "11.7.4-snapshot-184"
21
+ "@instructure/ui-axe-check": "11.7.4-snapshot-8",
22
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-8",
23
+ "@instructure/ui-badge": "11.7.4-snapshot-8",
24
+ "@instructure/ui-color-utils": "11.7.4-snapshot-8"
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.29.2",
28
- "@instructure/emotion": "11.7.4-snapshot-184",
29
- "@instructure/shared-types": "11.7.4-snapshot-184",
30
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-184",
31
- "@instructure/ui-form-field": "11.7.4-snapshot-184",
32
- "@instructure/ui-dom-utils": "11.7.4-snapshot-184",
33
- "@instructure/ui-react-utils": "11.7.4-snapshot-184",
34
- "@instructure/ui-tag": "11.7.4-snapshot-184",
35
- "@instructure/ui-themes": "11.7.4-snapshot-184"
28
+ "@instructure/emotion": "11.7.4-snapshot-8",
29
+ "@instructure/shared-types": "11.7.4-snapshot-8",
30
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-8",
31
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-8",
32
+ "@instructure/ui-form-field": "11.7.4-snapshot-8",
33
+ "@instructure/ui-react-utils": "11.7.4-snapshot-8",
34
+ "@instructure/ui-themes": "11.7.4-snapshot-8",
35
+ "@instructure/ui-tag": "11.7.4-snapshot-8"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"