@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.
Files changed (44) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +15 -12
  3. package/tsconfig.build.json +0 -3
  4. package/tsconfig.build.tsbuildinfo +1 -1
  5. package/es/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.js +0 -84
  6. package/es/__old-tests__/getComponentThemeOverride.test.js +0 -128
  7. package/es/__old-tests__/useStyle.test.js +0 -226
  8. package/es/__old-tests__/useTheme.test.js +0 -484
  9. package/es/__old-tests__/withStyle.test.js +0 -327
  10. package/es/styleUtils/__old-tests__/getShorthandPropValue.test.js +0 -85
  11. package/es/styleUtils/__old-tests__/makeThemeVars.test.js +0 -45
  12. package/es/styleUtils/__old-tests__/mirrorShorthand.test.js +0 -66
  13. package/lib/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.js +0 -86
  14. package/lib/__old-tests__/getComponentThemeOverride.test.js +0 -131
  15. package/lib/__old-tests__/useStyle.test.js +0 -228
  16. package/lib/__old-tests__/useTheme.test.js +0 -488
  17. package/lib/__old-tests__/withStyle.test.js +0 -329
  18. package/lib/styleUtils/__old-tests__/getShorthandPropValue.test.js +0 -87
  19. package/lib/styleUtils/__old-tests__/makeThemeVars.test.js +0 -47
  20. package/lib/styleUtils/__old-tests__/mirrorShorthand.test.js +0 -68
  21. package/src/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.tsx +0 -82
  22. package/src/__old-tests__/getComponentThemeOverride.test.ts +0 -182
  23. package/src/__old-tests__/useStyle.test.tsx +0 -272
  24. package/src/__old-tests__/useTheme.test.tsx +0 -510
  25. package/src/__old-tests__/withStyle.test.tsx +0 -389
  26. package/src/styleUtils/__old-tests__/getShorthandPropValue.test.ts +0 -96
  27. package/src/styleUtils/__old-tests__/makeThemeVars.test.ts +0 -48
  28. package/src/styleUtils/__old-tests__/mirrorShorthand.test.ts +0 -77
  29. package/types/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.d.ts +0 -2
  30. package/types/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.d.ts.map +0 -1
  31. package/types/__old-tests__/getComponentThemeOverride.test.d.ts +0 -2
  32. package/types/__old-tests__/getComponentThemeOverride.test.d.ts.map +0 -1
  33. package/types/__old-tests__/useStyle.test.d.ts +0 -2
  34. package/types/__old-tests__/useStyle.test.d.ts.map +0 -1
  35. package/types/__old-tests__/useTheme.test.d.ts +0 -2
  36. package/types/__old-tests__/useTheme.test.d.ts.map +0 -1
  37. package/types/__old-tests__/withStyle.test.d.ts +0 -2
  38. package/types/__old-tests__/withStyle.test.d.ts.map +0 -1
  39. package/types/styleUtils/__old-tests__/getShorthandPropValue.test.d.ts +0 -2
  40. package/types/styleUtils/__old-tests__/getShorthandPropValue.test.d.ts.map +0 -1
  41. package/types/styleUtils/__old-tests__/makeThemeVars.test.d.ts +0 -2
  42. package/types/styleUtils/__old-tests__/makeThemeVars.test.d.ts.map +0 -1
  43. package/types/styleUtils/__old-tests__/mirrorShorthand.test.d.ts +0 -2
  44. 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-2](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.20.2-snapshot-2) (2025-06-20)
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-2",
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-2",
29
- "@instructure/shared-types": "10.20.2-snapshot-2",
30
- "@instructure/theme-registry": "10.20.2-snapshot-2",
31
- "@instructure/ui-decorator": "10.20.2-snapshot-2",
32
- "@instructure/ui-i18n": "10.20.2-snapshot-2",
33
- "@instructure/ui-react-utils": "10.20.2-snapshot-2",
34
- "@instructure/ui-themes": "10.20.2-snapshot-2",
35
- "@instructure/ui-utils": "10.20.2-snapshot-2",
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-2",
41
- "@instructure/ui-test-utils": "10.20.2-snapshot-2",
42
- "react-dom": "^18.3.1"
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"
@@ -28,9 +28,6 @@
28
28
  {
29
29
  "path": "../ui-babel-preset/tsconfig.build.json"
30
30
  },
31
- {
32
- "path": "../ui-test-utils/tsconfig.build.json"
33
- },
34
31
  {
35
32
  "path": "../ui-react-utils/tsconfig.build.json"
36
33
  },