@castlabs/ui 7.0.0 → 7.0.2
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/dist/castlabs-ui.common.js +4 -4
- package/dist/castlabs-ui.common.js.map +1 -1
- package/dist/castlabs-ui.css +2 -2
- package/dist/castlabs-ui.umd.js +7 -7
- package/dist/castlabs-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ClBadge/style.variables.scss +9 -7
- package/src/components/ClButton/style.scss +3 -3
- package/src/components/ClCard/style.scss +10 -3
- package/src/components/ClCard/style.variables.scss +16 -6
- package/src/components/ClDropdown/style.scss +9 -8
- package/src/components/ClPagination/style.scss +1 -1
- package/src/components/ClTabs/style.scss +6 -0
- package/src/components/ClToggle/style.scss +6 -1
- package/src/components/form/ClFieldFile/style.scss +2 -1
- package/src/components/form/ClForm/style.scss +1 -1
- package/src/components/modal/ClModal/style.scss +1 -1
- package/src/components/navigation/ClNavSide/ClNavDrawer/style.scss +16 -13
- package/src/components/navigation/ClNavTop/style.scss +2 -1
- package/src/components/table/ClTableCel/Audit/style.scss +1 -1
- package/src/components/table/ClTableCel/Boolean/style.scss +1 -1
- package/src/components/text/ClLinkExternal/style.scss +1 -1
- package/src/components/widget/ClCookieBanner/style.scss +9 -2
- package/src/styles/abstracts/color.scss +30 -10
- package/src/styles/components/button.variables.scss +2 -2
- package/src/styles/layout/helper.scss +11 -0
- package/src/styles/layout/spacing.scss +1 -0
- package/src/styles/layout/typography.scss +1 -0
- package/src/styles/layout/typography.variables.scss +2 -2
- package/src/styles/vendors/castlabs.scss +2 -2
|
@@ -92,7 +92,7 @@ $typography-monospace-line-height: 1.375;
|
|
|
92
92
|
|
|
93
93
|
@mixin typography-link-invisible {
|
|
94
94
|
@include typography-link(inherit, inherit, 0);
|
|
95
|
-
@include cl-color-focus-outline(
|
|
95
|
+
@include cl-color-focus-outline(var(--cl-color-focus), 1px);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
@mixin cl-btn-a($line-height-px) {
|
|
@@ -129,7 +129,7 @@ $typography-monospace-line-height: 1.375;
|
|
|
129
129
|
|
|
130
130
|
%cl-a {
|
|
131
131
|
@include typography-link(var(--cl-color-link), $color-ci-red);
|
|
132
|
-
@include cl-color-focus-outline(var(--cl-color-
|
|
132
|
+
@include cl-color-focus-outline(var(--cl-color-focus), 1px);
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
%cl-a-text {
|