@instructure/ui-themes 10.22.1-snapshot-0 → 10.22.1-snapshot-2

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
- ## [10.22.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.22.1-snapshot-0) (2025-07-08)
6
+ ## [10.22.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.22.1-snapshot-2) (2025-07-09)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-themes
9
9
 
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- ---
2
- category: packages
3
- ---
4
-
5
1
  ## ui-themes
6
2
 
7
3
  [![npm][npm]][npm-url]
@@ -21,9 +17,6 @@ npm install @instructure/ui-themes
21
17
  - application level theming:
22
18
 
23
19
  ```jsx
24
- ---
25
- type: code
26
- ---
27
20
  import canvas from '@instructure/ui-themes'
28
21
 
29
22
  ReactDOM.render(
@@ -37,9 +30,6 @@ npm install @instructure/ui-themes
37
30
  - (DEPRECATED) global theming:
38
31
 
39
32
  ```js
40
- ---
41
- type: code
42
- ---
43
33
  import canvas from '@instructure/ui-themes'
44
34
 
45
35
  canvas.use()
@@ -50,9 +40,6 @@ npm install @instructure/ui-themes
50
40
  - (DEPRECATED) globally:
51
41
 
52
42
  ```js
53
- ---
54
- type: code
55
- ---
56
43
  import canvas from '@instructure/ui-themes'
57
44
 
58
45
  canvas.use({ overrides: { colors: { brand: 'red' } } })
@@ -61,9 +48,6 @@ npm install @instructure/ui-themes
61
48
  - application level:
62
49
 
63
50
  ```jsx
64
- ---
65
- type: code
66
- ---
67
51
  import canvas from '@instructure/ui-themes'
68
52
  const themeOverrides = { colors: { brand: 'red' } }
69
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-themes",
3
- "version": "10.22.1-snapshot-0",
3
+ "version": "10.22.1-snapshot-2",
4
4
  "description": "A library of instructure themes",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "10.22.1-snapshot-0",
25
+ "@instructure/ui-babel-preset": "10.22.1-snapshot-2",
26
26
  "@testing-library/jest-dom": "^6.6.3",
27
27
  "@testing-library/react": "^16.0.1",
28
28
  "vitest": "^3.2.2"
29
29
  },
30
30
  "dependencies": {
31
- "@instructure/shared-types": "10.22.1-snapshot-0",
32
- "@instructure/theme-registry": "10.22.1-snapshot-0"
31
+ "@instructure/shared-types": "10.22.1-snapshot-2",
32
+ "@instructure/theme-registry": "10.22.1-snapshot-2"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"