@instructure/ui-theme-tokens 8.38.2-snapshot-2 → 8.38.2-snapshot-3

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
- ## [8.38.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-2) (2023-07-06)
6
+ ## [8.38.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-3) (2023-07-07)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-theme-tokens
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-theme-tokens",
3
- "version": "8.38.2-snapshot-2",
3
+ "version": "8.38.2-snapshot-3",
4
4
  "description": "Cross-platform theme tokens for Instructure products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -13,22 +13,22 @@
13
13
  "homepage": "https://instructure.github.io/instructure-ui/",
14
14
  "bugs": "https://github.com/instructure/instructure-ui/issues",
15
15
  "scripts": {
16
- "lint": "run -T ui-test --lint",
17
- "lint:fix": "run -T ui-test --lint --fix",
18
- "clean": "run -T ui-build --clean",
19
- "build": "run -T ui-build --modules es,cjs",
20
- "build:watch": "run -T ui-build --watch",
16
+ "lint": "run -T ui-scripts lint",
17
+ "lint:fix": "run -T ui-scripts lint --fix",
18
+ "clean": "run -T ui-scripts clean",
19
+ "build": "run -T ui-scripts build --modules es,cjs",
20
+ "build:watch": "run -T ui-scripts build --watch",
21
21
  "build:types": "run -T tsc -p tsconfig.build.json"
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.38.2-snapshot-2",
26
- "@instructure/ui-color-utils": "8.38.2-snapshot-2",
27
- "@instructure/ui-test-utils": "8.38.2-snapshot-2"
25
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-3",
26
+ "@instructure/ui-color-utils": "8.38.2-snapshot-3",
27
+ "@instructure/ui-test-utils": "8.38.2-snapshot-3"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.22.5",
31
- "@instructure/shared-types": "8.38.2-snapshot-2"
31
+ "@instructure/shared-types": "8.38.2-snapshot-3"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 06 Jul 2023 17:17:40 GMT
3
+ // Generated on Fri, 07 Jul 2023 09:03:13 GMT
4
4
 
5
5
  $instui-canvas-colors-brand: #0374B5;
6
6
  $instui-canvas-colors-link: #0374B5;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 06 Jul 2023 17:17:40 GMT
3
+ // Generated on Fri, 07 Jul 2023 09:03:13 GMT
4
4
 
5
5
  $instui-canvas-high-contrast-colors-brand: #0770A3;
6
6
  $instui-canvas-high-contrast-colors-link: #0770A3;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 06 Jul 2023 17:17:40 GMT
3
+ // Generated on Fri, 07 Jul 2023 09:03:13 GMT
4
4
 
5
5
  $instui-instructure-colors-brand: #287A9F;
6
6
  $instui-instructure-colors-link: #287A9F;