@instructure/emotion 10.20.2-snapshot-2 → 10.20.2-snapshot-4
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 +1 -1
- package/package.json +15 -12
- package/tsconfig.build.json +0 -3
- package/tsconfig.build.tsbuildinfo +1 -1
- package/es/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.js +0 -84
- package/es/__old-tests__/getComponentThemeOverride.test.js +0 -128
- package/es/__old-tests__/useStyle.test.js +0 -226
- package/es/__old-tests__/useTheme.test.js +0 -484
- package/es/__old-tests__/withStyle.test.js +0 -327
- package/es/styleUtils/__old-tests__/getShorthandPropValue.test.js +0 -85
- package/es/styleUtils/__old-tests__/makeThemeVars.test.js +0 -45
- package/es/styleUtils/__old-tests__/mirrorShorthand.test.js +0 -66
- package/lib/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.js +0 -86
- package/lib/__old-tests__/getComponentThemeOverride.test.js +0 -131
- package/lib/__old-tests__/useStyle.test.js +0 -228
- package/lib/__old-tests__/useTheme.test.js +0 -488
- package/lib/__old-tests__/withStyle.test.js +0 -329
- package/lib/styleUtils/__old-tests__/getShorthandPropValue.test.js +0 -87
- package/lib/styleUtils/__old-tests__/makeThemeVars.test.js +0 -47
- package/lib/styleUtils/__old-tests__/mirrorShorthand.test.js +0 -68
- package/src/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.tsx +0 -82
- package/src/__old-tests__/getComponentThemeOverride.test.ts +0 -182
- package/src/__old-tests__/useStyle.test.tsx +0 -272
- package/src/__old-tests__/useTheme.test.tsx +0 -510
- package/src/__old-tests__/withStyle.test.tsx +0 -389
- package/src/styleUtils/__old-tests__/getShorthandPropValue.test.ts +0 -96
- package/src/styleUtils/__old-tests__/makeThemeVars.test.ts +0 -48
- package/src/styleUtils/__old-tests__/mirrorShorthand.test.ts +0 -77
- package/types/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.d.ts +0 -2
- package/types/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.d.ts.map +0 -1
- package/types/__old-tests__/getComponentThemeOverride.test.d.ts +0 -2
- package/types/__old-tests__/getComponentThemeOverride.test.d.ts.map +0 -1
- package/types/__old-tests__/useStyle.test.d.ts +0 -2
- package/types/__old-tests__/useStyle.test.d.ts.map +0 -1
- package/types/__old-tests__/useTheme.test.d.ts +0 -2
- package/types/__old-tests__/useTheme.test.d.ts.map +0 -1
- package/types/__old-tests__/withStyle.test.d.ts +0 -2
- package/types/__old-tests__/withStyle.test.d.ts.map +0 -1
- package/types/styleUtils/__old-tests__/getShorthandPropValue.test.d.ts +0 -2
- package/types/styleUtils/__old-tests__/getShorthandPropValue.test.d.ts.map +0 -1
- package/types/styleUtils/__old-tests__/makeThemeVars.test.d.ts +0 -2
- package/types/styleUtils/__old-tests__/makeThemeVars.test.d.ts.map +0 -1
- package/types/styleUtils/__old-tests__/mirrorShorthand.test.d.ts +0 -2
- package/types/styleUtils/__old-tests__/mirrorShorthand.test.d.ts.map +0 -1
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
|
-
## [10.20.2-snapshot-
|
|
6
|
+
## [10.20.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-4) (2025-06-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/emotion
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/emotion",
|
|
3
|
-
"version": "10.20.2-snapshot-
|
|
3
|
+
"version": "10.20.2-snapshot-4",
|
|
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",
|
|
@@ -25,21 +25,24 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.27.6",
|
|
27
27
|
"@emotion/react": "^11",
|
|
28
|
-
"@instructure/console": "10.20.2-snapshot-
|
|
29
|
-
"@instructure/shared-types": "10.20.2-snapshot-
|
|
30
|
-
"@instructure/theme-registry": "10.20.2-snapshot-
|
|
31
|
-
"@instructure/ui-decorator": "10.20.2-snapshot-
|
|
32
|
-
"@instructure/ui-i18n": "10.20.2-snapshot-
|
|
33
|
-
"@instructure/ui-react-utils": "10.20.2-snapshot-
|
|
34
|
-
"@instructure/ui-themes": "10.20.2-snapshot-
|
|
35
|
-
"@instructure/ui-utils": "10.20.2-snapshot-
|
|
28
|
+
"@instructure/console": "10.20.2-snapshot-4",
|
|
29
|
+
"@instructure/shared-types": "10.20.2-snapshot-4",
|
|
30
|
+
"@instructure/theme-registry": "10.20.2-snapshot-4",
|
|
31
|
+
"@instructure/ui-decorator": "10.20.2-snapshot-4",
|
|
32
|
+
"@instructure/ui-i18n": "10.20.2-snapshot-4",
|
|
33
|
+
"@instructure/ui-react-utils": "10.20.2-snapshot-4",
|
|
34
|
+
"@instructure/ui-themes": "10.20.2-snapshot-4",
|
|
35
|
+
"@instructure/ui-utils": "10.20.2-snapshot-4",
|
|
36
36
|
"hoist-non-react-statics": "^3.3.2",
|
|
37
37
|
"prop-types": "^15.8.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@instructure/ui-babel-preset": "10.20.2-snapshot-
|
|
41
|
-
"@
|
|
42
|
-
"react
|
|
40
|
+
"@instructure/ui-babel-preset": "10.20.2-snapshot-4",
|
|
41
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
42
|
+
"@testing-library/react": "^16.0.1",
|
|
43
|
+
"@testing-library/user-event": "^14.6.1",
|
|
44
|
+
"react-dom": "^18.3.1",
|
|
45
|
+
"vitest": "^3.2.2"
|
|
43
46
|
},
|
|
44
47
|
"peerDependencies": {
|
|
45
48
|
"react": ">=16.14 <=18"
|