@instructure/emotion 11.7.4-snapshot-185 → 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 -25
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,32 +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-185](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-185) (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
- * **emotion:** fix getShortHandValue not trimming input string ([9611375](https://github.com/instructure/instructure-ui/commit/96113758c715c9a3763992740a1d398ef4ac119d))
12
- * **emotion:** fix old them override not working properly ([02bf2b7](https://github.com/instructure/instructure-ui/commit/02bf2b7f6b43a7d731908ec0f35757dc8c79737b))
13
- * **many:** fix doc component previews, update dark theme text and code block styles, and replace old icons ([34b7369](https://github.com/instructure/instructure-ui/commit/34b73699cefaf5877b1e497c50a41a27d15c88aa))
14
- * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
15
- * **ui-scripts,emotion:** fix primitives and semantics override functionality ([174eb4e](https://github.com/instructure/instructure-ui/commit/174eb4e13e1d32786469c220fb66f173bad9ca3b))
16
- * **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))
17
-
18
-
19
- ### Features
20
-
21
- * **emotion:** add helper for accessing computed theme (useComputedTheme.ts in the emotion package) ([8384870](https://github.com/instructure/instructure-ui/commit/83848704a09fc1fbf150d941221b476cd2864366))
22
- * **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([2c43c6c](https://github.com/instructure/instructure-ui/commit/2c43c6c0d98780f97ddc6bf9922365751cbe4fb1))
23
- * **many:** add new theming solution ([1cef88e](https://github.com/instructure/instructure-ui/commit/1cef88e97f40dd85e15b10bc4307d013ae8b09d0))
24
- * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
25
- * **many:** fix issues ([c9fbf03](https://github.com/instructure/instructure-ui/commit/c9fbf036de5f12841ae9572f467f67b56b3ee223))
26
- * **many:** refactor theme parser and implement tray and tabs ([ef28373](https://github.com/instructure/instructure-ui/commit/ef283736fd76fbdcc674854916b298c199f8df50))
27
- * **many:** separate focus outline calculation from view, inject sharedTokens to generateStyles ([793fe43](https://github.com/instructure/instructure-ui/commit/793fe4346e7b960a272e8b4a98bc8e2c9bb7d2fe))
28
- * **ui-metric,emotion:** rework Metric ([019cac4](https://github.com/instructure/instructure-ui/commit/019cac4b4b7d9982be8d29ac831672c2e2d1b16a))
29
- * **ui-number-input:** rewrite NumberInput to the new theming system ([500d4bc](https://github.com/instructure/instructure-ui/commit/500d4bc03037c2cc60bf83cd1e84b878bef87535))
30
- * **ui-radio-input:** use the new theme for RadioInput ([34bfd59](https://github.com/instructure/instructure-ui/commit/34bfd5956c47beceacb50637e7fd605b9e3f4210))
31
- * **ui-themes,ui-alerts,emotion:** fix primitives and semantics overrides and add freeze functionlionality to old components ([734d242](https://github.com/instructure/instructure-ui/commit/734d242cbeab54828ff0793cb9a2fe4b1e4c40d3))
8
+ **Note:** Version bump only for package @instructure/emotion
32
9
 
33
10
 
34
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/emotion",
3
- "version": "11.7.4-snapshot-185",
3
+ "version": "11.7.4-snapshot-8",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -17,14 +17,14 @@
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "@emotion/react": "^11",
19
19
  "hoist-non-react-statics": "^3.3.2",
20
- "@instructure/console": "11.7.4-snapshot-185",
21
- "@instructure/shared-types": "11.7.4-snapshot-185",
22
- "@instructure/ui-color-utils": "11.7.4-snapshot-185",
23
- "@instructure/ui-i18n": "11.7.4-snapshot-185",
24
- "@instructure/ui-decorator": "11.7.4-snapshot-185",
25
- "@instructure/ui-react-utils": "11.7.4-snapshot-185",
26
- "@instructure/ui-themes": "11.7.4-snapshot-185",
27
- "@instructure/ui-utils": "11.7.4-snapshot-185"
20
+ "@instructure/console": "11.7.4-snapshot-8",
21
+ "@instructure/ui-color-utils": "11.7.4-snapshot-8",
22
+ "@instructure/shared-types": "11.7.4-snapshot-8",
23
+ "@instructure/ui-decorator": "11.7.4-snapshot-8",
24
+ "@instructure/ui-i18n": "11.7.4-snapshot-8",
25
+ "@instructure/ui-react-utils": "11.7.4-snapshot-8",
26
+ "@instructure/ui-utils": "11.7.4-snapshot-8",
27
+ "@instructure/ui-themes": "11.7.4-snapshot-8"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -32,7 +32,7 @@
32
32
  "@testing-library/user-event": "^14.6.1",
33
33
  "react-dom": "18.3.1",
34
34
  "vitest": "^3.2.2",
35
- "@instructure/ui-babel-preset": "11.7.4-snapshot-185"
35
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-8"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"