@instructure/ui-themes 11.7.2-snapshot-1 → 11.7.2-snapshot-4
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 +1 -1
- package/es/themes/newThemes/legacyCanvas/components/tag.js +1 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
- package/lib/themes/newThemes/legacyCanvas/components/tag.js +1 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/tag.js +1 -1
- package/package.json +3 -3
- package/src/themes/newThemes/legacyCanvas/components/tag.ts +1 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/tag.ts +1 -1
- package/tokens/canvas/scss/_variables.scss +1 -1
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
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
|
-
## [11.7.2-snapshot-
|
|
6
|
+
## [11.7.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-4) (2026-03-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-themes
|
|
9
9
|
|
|
@@ -26,7 +26,7 @@ const tag = {
|
|
|
26
26
|
defaultBackground: semantics.color.background.interactive.action.secondary.base,
|
|
27
27
|
defaultBackgroundHover: semantics.color.background.interactive.action.secondary.hover,
|
|
28
28
|
defaultBorderColor: semantics.color.stroke.interactive.action.secondary.base,
|
|
29
|
-
defaultBorderRadius: semantics.borderRadius.
|
|
29
|
+
defaultBorderRadius: semantics.borderRadius.full,
|
|
30
30
|
defaultBorderStyle: "solid",
|
|
31
31
|
inlineBorderStyle: "solid",
|
|
32
32
|
defaultBorderWidth: semantics.borderWidth.sm,
|
|
@@ -26,7 +26,7 @@ const tag = {
|
|
|
26
26
|
defaultBackground: semantics.color.background.interactive.action.secondary.base,
|
|
27
27
|
defaultBackgroundHover: semantics.color.background.interactive.action.secondary.hover,
|
|
28
28
|
defaultBorderColor: semantics.color.stroke.interactive.action.secondary.base,
|
|
29
|
-
defaultBorderRadius: semantics.borderRadius.
|
|
29
|
+
defaultBorderRadius: semantics.borderRadius.full,
|
|
30
30
|
defaultBorderStyle: "solid",
|
|
31
31
|
inlineBorderStyle: "solid",
|
|
32
32
|
defaultBorderWidth: semantics.borderWidth.sm,
|
|
@@ -34,7 +34,7 @@ const tag = {
|
|
|
34
34
|
defaultBackground: _semantics.default.color.background.interactive.action.secondary.base,
|
|
35
35
|
defaultBackgroundHover: _semantics.default.color.background.interactive.action.secondary.hover,
|
|
36
36
|
defaultBorderColor: _semantics.default.color.stroke.interactive.action.secondary.base,
|
|
37
|
-
defaultBorderRadius: _semantics.default.borderRadius.
|
|
37
|
+
defaultBorderRadius: _semantics.default.borderRadius.full,
|
|
38
38
|
defaultBorderStyle: "solid",
|
|
39
39
|
inlineBorderStyle: "solid",
|
|
40
40
|
defaultBorderWidth: _semantics.default.borderWidth.sm,
|
|
@@ -34,7 +34,7 @@ const tag = {
|
|
|
34
34
|
defaultBackground: _semantics.default.color.background.interactive.action.secondary.base,
|
|
35
35
|
defaultBackgroundHover: _semantics.default.color.background.interactive.action.secondary.hover,
|
|
36
36
|
defaultBorderColor: _semantics.default.color.stroke.interactive.action.secondary.base,
|
|
37
|
-
defaultBorderRadius: _semantics.default.borderRadius.
|
|
37
|
+
defaultBorderRadius: _semantics.default.borderRadius.full,
|
|
38
38
|
defaultBorderStyle: "solid",
|
|
39
39
|
inlineBorderStyle: "solid",
|
|
40
40
|
defaultBorderWidth: _semantics.default.borderWidth.sm,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-themes",
|
|
3
|
-
"version": "11.7.2-snapshot-
|
|
3
|
+
"version": "11.7.2-snapshot-4",
|
|
4
4
|
"description": "A library of instructure themes",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"@testing-library/jest-dom": "^6.6.3",
|
|
18
18
|
"@testing-library/react": "15.0.7",
|
|
19
19
|
"vitest": "^3.2.2",
|
|
20
|
-
"@instructure/ui-babel-preset": "11.7.2-snapshot-
|
|
20
|
+
"@instructure/ui-babel-preset": "11.7.2-snapshot-4"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@tokens-studio/types": "^0.5.2",
|
|
24
|
-
"@instructure/shared-types": "11.7.2-snapshot-
|
|
24
|
+
"@instructure/shared-types": "11.7.2-snapshot-4"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
@@ -29,7 +29,7 @@ const tag: Tag = {
|
|
|
29
29
|
defaultBackground: semantics.color.background.interactive.action.secondary.base,
|
|
30
30
|
defaultBackgroundHover: semantics.color.background.interactive.action.secondary.hover,
|
|
31
31
|
defaultBorderColor: semantics.color.stroke.interactive.action.secondary.base,
|
|
32
|
-
defaultBorderRadius: semantics.borderRadius.
|
|
32
|
+
defaultBorderRadius: semantics.borderRadius.full,
|
|
33
33
|
defaultBorderStyle: "solid",
|
|
34
34
|
inlineBorderStyle: "solid",
|
|
35
35
|
defaultBorderWidth: semantics.borderWidth.sm,
|
|
@@ -29,7 +29,7 @@ const tag: Tag = {
|
|
|
29
29
|
defaultBackground: semantics.color.background.interactive.action.secondary.base,
|
|
30
30
|
defaultBackgroundHover: semantics.color.background.interactive.action.secondary.hover,
|
|
31
31
|
defaultBorderColor: semantics.color.stroke.interactive.action.secondary.base,
|
|
32
|
-
defaultBorderRadius: semantics.borderRadius.
|
|
32
|
+
defaultBorderRadius: semantics.borderRadius.full,
|
|
33
33
|
defaultBorderStyle: "solid",
|
|
34
34
|
inlineBorderStyle: "solid",
|
|
35
35
|
defaultBorderWidth: semantics.borderWidth.sm,
|
|
@@ -1709,7 +1709,7 @@ $instui-canvas-new-theme-components-badge-count-offset: 0.5rem;
|
|
|
1709
1709
|
$instui-canvas-new-theme-components-tag-default-background: #F2F4F5;
|
|
1710
1710
|
$instui-canvas-new-theme-components-tag-default-background-hover: #E8EAEC;
|
|
1711
1711
|
$instui-canvas-new-theme-components-tag-default-border-color: #C7CACD;
|
|
1712
|
-
$instui-canvas-new-theme-components-tag-default-border-radius:
|
|
1712
|
+
$instui-canvas-new-theme-components-tag-default-border-radius: 999rem;
|
|
1713
1713
|
$instui-canvas-new-theme-components-tag-default-border-style: solid;
|
|
1714
1714
|
$instui-canvas-new-theme-components-tag-inline-border-style: solid;
|
|
1715
1715
|
$instui-canvas-new-theme-components-tag-default-border-width: 0.0625rem;
|