Socket
Socket
Sign inDemoInstall

@instructure/ui-theme-tokens

Package Overview
Dependencies
Maintainers
33
Versions
956
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-theme-tokens - npm Package Compare versions

Comparing version 9.3.1-pr-snapshot-1721304755254 to 9.3.1-pr-snapshot-1721388565180

12

CHANGELOG.md

@@ -6,9 +6,15 @@ # Change Log

## [9.3.1-pr-snapshot-1721304755254](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.3.1-pr-snapshot-1721304755254) (2024-07-18)
## [9.3.1-pr-snapshot-1721388565180](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.3.1-pr-snapshot-1721388565180) (2024-07-19)
### Bug Fixes
* **many:** fix tests and typos ([d954c1a](https://github.com/instructure/instructure-ui/commit/d954c1a0cca5798cc2d882e30f899c56c4c7c2ca))
### Features
* **many:** rewrite color system ([aa974cb](https://github.com/instructure/instructure-ui/commit/aa974cb7c60d1e54b7cb1801fbbb82559989fd80))
* **shared-types,ui-code-editor,ui-theme-tokens:** update color primitives ([517a1f6](https://github.com/instructure/instructure-ui/commit/517a1f60d3ac1eb0fa609e55da0cbf07ee9d8240))
* **many:** rewrite color system ([daa119c](https://github.com/instructure/instructure-ui/commit/daa119c31a8b6d35389909e27da5aaf17b654f4e))
* **shared-types,ui-code-editor,ui-theme-tokens:** update color primitives ([1c66833](https://github.com/instructure/instructure-ui/commit/1c66833257c11121d0a5b414ab06875f5b8e72a0))
* **shared-types,ui-theme-tokens:** add back colors ([5614482](https://github.com/instructure/instructure-ui/commit/56144824430effcf9450c79526837d9667de2c71))

@@ -15,0 +21,0 @@

@@ -32,2 +32,3 @@ /*

grey1424: primitives.grey14,
grey2424: primitives.grey24,
grey4570: primitives.grey45,

@@ -34,0 +35,0 @@ grey5782: primitives.grey57,

@@ -32,2 +32,3 @@ /*

grey1424: primitives.grey24,
grey2424: primitives.grey24,
grey4570: primitives.grey70,

@@ -34,0 +35,0 @@ grey5782: primitives.grey82,

@@ -38,3 +38,3 @@ /*

textLink: contrasts === null || contrasts === void 0 ? void 0 : contrasts.blue4570,
textPlaceholder: contrasts === null || contrasts === void 0 ? void 0 : contrasts.grey1424,
textPlaceholder: contrasts === null || contrasts === void 0 ? void 0 : contrasts.grey2424,
textSuccess: contrasts === null || contrasts === void 0 ? void 0 : contrasts.green4570,

@@ -41,0 +41,0 @@ textWarning: contrasts === null || contrasts === void 0 ? void 0 : contrasts.orange4570,

@@ -39,2 +39,3 @@ "use strict";

grey1424: _primitves.default.grey14,
grey2424: _primitves.default.grey24,
grey4570: _primitves.default.grey45,

@@ -41,0 +42,0 @@ grey5782: _primitves.default.grey57,

@@ -39,2 +39,3 @@ "use strict";

grey1424: _primitves.default.grey24,
grey2424: _primitves.default.grey24,
grey4570: _primitves.default.grey70,

@@ -41,0 +42,0 @@ grey5782: _primitves.default.grey82,

@@ -44,3 +44,3 @@ "use strict";

textLink: contrasts === null || contrasts === void 0 ? void 0 : contrasts.blue4570,
textPlaceholder: contrasts === null || contrasts === void 0 ? void 0 : contrasts.grey1424,
textPlaceholder: contrasts === null || contrasts === void 0 ? void 0 : contrasts.grey2424,
textSuccess: contrasts === null || contrasts === void 0 ? void 0 : contrasts.green4570,

@@ -47,0 +47,0 @@ textWarning: contrasts === null || contrasts === void 0 ? void 0 : contrasts.orange4570,

{
"name": "@instructure/ui-theme-tokens",
"version": "9.3.1-pr-snapshot-1721304755254",
"version": "9.3.1-pr-snapshot-1721388565180",
"description": "Cross-platform theme tokens for Instructure products",

@@ -25,9 +25,9 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "9.3.1-pr-snapshot-1721304755254",
"@instructure/ui-color-utils": "9.3.1-pr-snapshot-1721304755254",
"@instructure/ui-test-utils": "9.3.1-pr-snapshot-1721304755254"
"@instructure/ui-babel-preset": "9.3.1-pr-snapshot-1721388565180",
"@instructure/ui-color-utils": "9.3.1-pr-snapshot-1721388565180",
"@instructure/ui-test-utils": "9.3.1-pr-snapshot-1721388565180"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@instructure/shared-types": "9.3.1-pr-snapshot-1721304755254"
"@instructure/shared-types": "9.3.1-pr-snapshot-1721388565180"
},

@@ -34,0 +34,0 @@ "publishConfig": {

@@ -36,2 +36,3 @@ /*

grey1424: primitives.grey14,
grey2424: primitives.grey24,
grey4570: primitives.grey45,

@@ -38,0 +39,0 @@ grey5782: primitives.grey57,

@@ -36,2 +36,3 @@ /*

grey1424: primitives.grey24,
grey2424: primitives.grey24,
grey4570: primitives.grey70,

@@ -38,0 +39,0 @@ grey5782: primitives.grey82,

@@ -41,3 +41,3 @@ /*

textLink: contrasts?.blue4570,
textPlaceholder: contrasts?.grey1424,
textPlaceholder: contrasts?.grey2424,
textSuccess: contrasts?.green4570,

@@ -44,0 +44,0 @@ textWarning: contrasts?.orange4570,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc