@castlabs/ui 7.0.2 → 7.0.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/dist/assets/bs/checked.svg +1 -0
- package/dist/assets/bs/select-disabled.svg +1 -0
- package/dist/assets/bs/select.svg +1 -0
- package/dist/castlabs-logo-eggshell.23c10525.svg +33 -0
- package/dist/castlabs-logo.72b8026b.svg +33 -0
- package/dist/castlabs-ui.common.js +1 -1
- package/dist/castlabs-ui.css +3 -3
- package/dist/castlabs-ui.umd.js +8 -8
- package/dist/castlabs-ui.umd.js.map +1 -1
- package/dist/checked.f00b2c85.svg +1 -0
- package/dist/fonts/DM_Mono_300.46aa9818.woff2 +0 -0
- package/dist/fonts/DM_Mono_300italic.d4b24176.woff2 +0 -0
- package/dist/fonts/DM_Mono_400.b9b6ac6a.woff2 +0 -0
- package/dist/fonts/DM_Mono_400italic.edc76b76.woff2 +0 -0
- package/dist/fonts/DM_Mono_500.3f958442.woff2 +0 -0
- package/dist/fonts/DM_Mono_500italic.3c62d36e.woff2 +0 -0
- package/dist/fonts/NonNaturalGroteskInktrap-Bold.229d19af.woff2 +0 -0
- package/dist/fonts/NonNaturalGroteskInktrap-Medium.ae23d3bb.woff2 +0 -0
- package/dist/fonts/NonNaturalGroteskInktrap-Regular.1db788b6.woff2 +0 -0
- package/dist/select-disabled.c5e07724.svg +1 -0
- package/dist/select.10c23108.svg +1 -0
- package/package.json +1 -1
- package/src/assets/bs/checked.svg +1 -0
- package/src/assets/bs/select-disabled.svg +1 -0
- package/src/assets/bs/select.svg +1 -0
- package/src/components/ClAlert/style.scss +0 -4
- package/src/components/ClButton/style.scss +3 -1
- package/src/components/ClDropdown/style.scss +1 -1
- package/src/components/ClDropzone/style.scss +1 -1
- package/src/components/ClFooter/style.scss +1 -0
- package/src/components/ClList/style.variables.scss +1 -2
- package/src/components/ClTabs/style.scss +1 -1
- package/src/components/ClTooltip/style.scss +44 -0
- package/src/components/form/ClField/style.scss +1 -2
- package/src/components/form/ClFieldCheck/style.scss +3 -4
- package/src/components/form/ClFieldFile/style.scss +3 -3
- package/src/components/form/ClFieldGroup/style.scss +60 -38
- package/src/components/form/ClFieldInput/style.scss +2 -9
- package/src/components/form/ClFieldSelect/style.scss +9 -1
- package/src/components/navigation/ClNavSide/ClNavDrawer/style.scss +12 -8
- package/src/components/table/ClTable/style.variables.scss +2 -14
- package/src/components/text/ClLinkExternal/style.scss +2 -0
- package/src/components/widget/ClBackCancelOk/style.scss +4 -0
- package/src/components/widget/ClCookieBanner/style.scss +0 -5
- package/src/fonts/DMMono/DMMono.scss +9 -6
- package/src/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap.scss +3 -3
- package/src/styles/assets/logo.scss +2 -14
- package/src/styles/components/form.variables.scss +6 -6
- package/src/styles/layout/typography.variables.scss +2 -2
- package/src/styles/vendors/castlabs.scss +2 -2
- package/dist/assets/cookie.svg +0 -1
- package/src/assets/cookie.svg +0 -1
|
@@ -3,10 +3,8 @@
|
|
|
3
3
|
/// @access public
|
|
4
4
|
////
|
|
5
5
|
|
|
6
|
-
// This file contains inline css assets.
|
|
7
|
-
|
|
8
6
|
.cl-asset-logo {
|
|
9
|
-
background-image: url('
|
|
7
|
+
background-image: url('#{$castlabs-ui-asset-prefix}/assets/castlabs-logo.svg?no-inline');
|
|
10
8
|
background-position: center;
|
|
11
9
|
background-repeat: no-repeat;
|
|
12
10
|
background-size: contain;
|
|
@@ -19,7 +17,7 @@
|
|
|
19
17
|
}
|
|
20
18
|
|
|
21
19
|
.cl-asset-logo-eggshell {
|
|
22
|
-
background-image: url('
|
|
20
|
+
background-image: url('#{$castlabs-ui-asset-prefix}/assets/castlabs-logo-eggshell.svg?no-inline');
|
|
23
21
|
background-position: center;
|
|
24
22
|
background-repeat: no-repeat;
|
|
25
23
|
background-size: contain;
|
|
@@ -39,13 +37,3 @@ a:hover {
|
|
|
39
37
|
background-image: none;
|
|
40
38
|
}
|
|
41
39
|
}
|
|
42
|
-
|
|
43
|
-
.cl-asset-cookie {
|
|
44
|
-
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NyAxMTQiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PHN0eWxlPi5zdDB7ZmlsbDojZTU5YjM0fS5zdDJ7ZmlsbDojNmEzMDAwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTgzLjIgNDYuOWwtOS44LTE4LjVjNS45LTEuMyA5LjYtNS4zIDExLjUtNy4zbDExLjUgNi43Yy0xLjggMi0xMy4yIDE5LjEtMTMuMiAxOS4xek0yNC4xIDExMC41Qy0yNiA5MS4xIDExLjggMTUuMSA0OC42IDBsMTEuNSA2LjctMzYgMTAzLjh6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYzLjYgMjYuNmwtMTEtMTAuN2MyLjcgMS42IDYuNCAxLjUgMTAuNC0uN2wxMS41IDYuN2MtNCAyLjEtMTAuOSA0LjctMTAuOSA0Ljd6Ii8+PHBhdGggZD0iTTk2LjQgMjcuOWMzLjEgMjkuMy0xNi45IDY0LjgtNDIuMSA3OS43LTIzLjUgMTMuNi00Mi42IDIuNy00Mi43LTI0LjMuMy0yOS4zIDIxLjMtNjQuNyA0OC41LTc2LjYtMi43IDEwLjggMi43IDIxLjIgMTQuNCAxNS4yLS45IDE2LjQgMTIuOSAxNiAyMS45IDZ6IiBmaWxsPSIjZmZiNDUwIi8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTY4LjcgNzYuM2MtNC41IDEuNy03LjggMTQuMiAwIDEwLjkgNC41LTEuNiA3LjgtMTQuMiAwLTEwLjl6TTQ4LjggNjMuOGMxMi4yLTQtMiAyMC43LTQuNyA4LjIgMC0zIDIuMS02LjcgNC43LTguMnpNNzIuNyA0Mi45YzcuOC0zLjMgNC41IDkuMyAwIDExLTcuOCAzLjMtNC41LTkuMyAwLTExek0zMy44IDg4YzcuOC0zLjMgNC41IDkuMyAwIDEwLjktNy43IDMuNC00LjQtOS4yIDAtMTAuOXpNNTAuOCAyNy44YzcuOC0zLjMgNC41IDkuMyAwIDExLTcuOCAzLjMtNC41LTkuMyAwLTExek0zMCA1NC43YzEyLjItNC0yIDIwLjctNC44IDguMi4xLTMgMi4yLTYuNyA0LjgtOC4yeiIvPjwvc3ZnPgo=');
|
|
45
|
-
background-position: center;
|
|
46
|
-
background-repeat: no-repeat;
|
|
47
|
-
background-size: contain;
|
|
48
|
-
display: inline-block;
|
|
49
|
-
height: 1em;
|
|
50
|
-
width: 1em;
|
|
51
|
-
}
|
|
@@ -33,18 +33,18 @@ $form-spacing-label-input: px(2);
|
|
|
33
33
|
@include typography-font($typography-monospace-font-list, 400, px(17), 1.59em, 0.025em, 80%);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
@mixin form-focus-embed {
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
@mixin cl-form-focus-embed {
|
|
37
|
+
@include cl-button-focus-outline; // additional inner outline
|
|
38
|
+
|
|
39
|
+
border-color: $color-focus !important;
|
|
39
40
|
box-shadow: none;
|
|
40
41
|
color: $color-focus;
|
|
41
|
-
outline: 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
@mixin form-focus {
|
|
44
|
+
@mixin cl-form-focus {
|
|
45
45
|
&:focus,
|
|
46
46
|
&:focus:first-child,
|
|
47
47
|
&:focus:last-child {
|
|
48
|
-
@include form-focus-embed;
|
|
48
|
+
@include cl-form-focus-embed;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -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(var(--cl-color-focus),
|
|
95
|
+
@include cl-color-focus-outline(var(--cl-color-focus), 2px);
|
|
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-focus),
|
|
132
|
+
@include cl-color-focus-outline(var(--cl-color-focus), 2px);
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
%cl-a-text {
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.cl-nav-top {
|
|
11
|
-
border-bottom:
|
|
11
|
+
border-bottom: $brand-line-width solid $color-ci-red;
|
|
12
12
|
|
|
13
13
|
.col-12 {
|
|
14
|
-
height: calc(3rem -
|
|
14
|
+
height: calc(3rem - $brand-line-width) !important; // sass-lint:disable-line no-important
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
package/dist/assets/cookie.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97 114" width="40" height="40"><style>.st0{fill:#e59b34}.st2{fill:#6a3000}</style><path class="st0" d="M83.2 46.9l-9.8-18.5c5.9-1.3 9.6-5.3 11.5-7.3l11.5 6.7c-1.8 2-13.2 19.1-13.2 19.1zM24.1 110.5C-26 91.1 11.8 15.1 48.6 0l11.5 6.7-36 103.8z"/><path class="st0" d="M63.6 26.6l-11-10.7c2.7 1.6 6.4 1.5 10.4-.7l11.5 6.7c-4 2.1-10.9 4.7-10.9 4.7z"/><path d="M96.4 27.9c3.1 29.3-16.9 64.8-42.1 79.7-23.5 13.6-42.6 2.7-42.7-24.3.3-29.3 21.3-64.7 48.5-76.6-2.7 10.8 2.7 21.2 14.4 15.2-.9 16.4 12.9 16 21.9 6z" fill="#ffb450"/><path class="st2" d="M68.7 76.3c-4.5 1.7-7.8 14.2 0 10.9 4.5-1.6 7.8-14.2 0-10.9zM48.8 63.8c12.2-4-2 20.7-4.7 8.2 0-3 2.1-6.7 4.7-8.2zM72.7 42.9c7.8-3.3 4.5 9.3 0 11-7.8 3.3-4.5-9.3 0-11zM33.8 88c7.8-3.3 4.5 9.3 0 10.9-7.7 3.4-4.4-9.2 0-10.9zM50.8 27.8c7.8-3.3 4.5 9.3 0 11-7.8 3.3-4.5-9.3 0-11zM30 54.7c12.2-4-2 20.7-4.8 8.2.1-3 2.2-6.7 4.8-8.2z"/></svg>
|
package/src/assets/cookie.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97 114" width="40" height="40"><style>.st0{fill:#e59b34}.st2{fill:#6a3000}</style><path class="st0" d="M83.2 46.9l-9.8-18.5c5.9-1.3 9.6-5.3 11.5-7.3l11.5 6.7c-1.8 2-13.2 19.1-13.2 19.1zM24.1 110.5C-26 91.1 11.8 15.1 48.6 0l11.5 6.7-36 103.8z"/><path class="st0" d="M63.6 26.6l-11-10.7c2.7 1.6 6.4 1.5 10.4-.7l11.5 6.7c-4 2.1-10.9 4.7-10.9 4.7z"/><path d="M96.4 27.9c3.1 29.3-16.9 64.8-42.1 79.7-23.5 13.6-42.6 2.7-42.7-24.3.3-29.3 21.3-64.7 48.5-76.6-2.7 10.8 2.7 21.2 14.4 15.2-.9 16.4 12.9 16 21.9 6z" fill="#ffb450"/><path class="st2" d="M68.7 76.3c-4.5 1.7-7.8 14.2 0 10.9 4.5-1.6 7.8-14.2 0-10.9zM48.8 63.8c12.2-4-2 20.7-4.7 8.2 0-3 2.1-6.7 4.7-8.2zM72.7 42.9c7.8-3.3 4.5 9.3 0 11-7.8 3.3-4.5-9.3 0-11zM33.8 88c7.8-3.3 4.5 9.3 0 10.9-7.7 3.4-4.4-9.2 0-10.9zM50.8 27.8c7.8-3.3 4.5 9.3 0 11-7.8 3.3-4.5-9.3 0-11zM30 54.7c12.2-4-2 20.7-4.8 8.2.1-3 2.2-6.7 4.8-8.2z"/></svg>
|