@instructure/ui-themes
Advanced tools
Comparing version 10.6.2-snapshot-1 to 10.6.2-snapshot-10
@@ -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
332647
86
+ Added@instructure/console@10.6.2-snapshot-10(transitive)
+ Added@instructure/shared-types@10.6.2-snapshot-10(transitive)
+ Added@instructure/theme-registry@10.6.2-snapshot-10(transitive)
+ Added@instructure/ui-dom-utils@10.6.2-snapshot-10(transitive)
+ Added@instructure/ui-utils@10.6.2-snapshot-10(transitive)
- Removed@instructure/console@10.6.2-snapshot-1(transitive)
- Removed@instructure/shared-types@10.6.2-snapshot-1(transitive)
- Removed@instructure/theme-registry@10.6.2-snapshot-1(transitive)
- Removed@instructure/ui-dom-utils@10.6.2-snapshot-1(transitive)
- Removed@instructure/ui-utils@10.6.2-snapshot-1(transitive)