New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-themes

Package Overview
Dependencies
Maintainers
0
Versions
2058
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-themes - npm Package Compare versions

Comparing version 10.6.2-snapshot-1 to 10.6.2-snapshot-10

7

CHANGELOG.md

@@ -6,10 +6,13 @@ # Change Log

## [10.6.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-1) (2024-11-28)
## [10.6.2-snapshot-10](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-10) (2024-12-03)
**Note:** Version bump only for package @instructure/ui-themes
### Features
* **ui-link:** update Link's color ([c3f5f37](https://github.com/instructure/instructure-ui/commit/c3f5f37e9d810e889e1ddcd058bb13e336e26097))
## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)

@@ -16,0 +19,0 @@

@@ -37,3 +37,3 @@ var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts10, _colors$contrasts11, _colors$contrasts12, _colors$contrasts13;

// used by Link and links in Billboard
'ic-link-color': colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.blue4570,
'ic-link-color': colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.blue5782,
'ic-link-decoration': 'none',

@@ -40,0 +40,0 @@ // Used by BaseButton and its subcomponents

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

// used by Link and links in Billboard
'ic-link-color': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts3 = _colors.colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.blue4570,
'ic-link-color': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts3 = _colors.colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.blue5782,
'ic-link-decoration': 'none',

@@ -46,0 +46,0 @@ // Used by BaseButton and its subcomponents

{
"name": "@instructure/ui-themes",
"version": "10.6.2-snapshot-1",
"version": "10.6.2-snapshot-10",
"description": "A library of instructure themes",

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

"devDependencies": {
"@instructure/ui-babel-preset": "10.6.2-snapshot-1",
"@instructure/ui-babel-preset": "10.6.2-snapshot-10",
"@testing-library/jest-dom": "^6.4.6",

@@ -32,4 +32,4 @@ "@testing-library/react": "^16.0.1",

"dependencies": {
"@instructure/shared-types": "10.6.2-snapshot-1",
"@instructure/theme-registry": "10.6.2-snapshot-1"
"@instructure/shared-types": "10.6.2-snapshot-10",
"@instructure/theme-registry": "10.6.2-snapshot-10"
},

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

@@ -24,2 +24,5 @@ ---

```jsx
---
type: code
---
import canvas from '@instructure/ui-themes'

@@ -38,2 +41,5 @@

```js
---
type: code
---
import canvas from '@instructure/ui-themes'

@@ -49,2 +55,5 @@

```js
---
type: code
---
import canvas from '@instructure/ui-themes'

@@ -58,2 +67,5 @@

```jsx
---
type: code
---
import canvas from '@instructure/ui-themes'

@@ -60,0 +72,0 @@ const themeOverrides = { colors: { brand: 'red' } }

@@ -39,3 +39,3 @@ /*

// used by Link and links in Billboard
'ic-link-color': colors?.contrasts?.blue4570,
'ic-link-color': colors?.contrasts?.blue5782,
'ic-link-decoration': 'none',

@@ -42,0 +42,0 @@ // Used by BaseButton and its subcomponents

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