@castlabs/ui 6.0.3 → 7.0.0
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/README.md +1 -1
- package/dist/assets/castlabs-logo-eggshell.svg +31 -162
- package/dist/assets/castlabs-logo.svg +31 -162
- package/dist/castlabs-ui-editor.css +1 -1
- package/dist/castlabs-ui-editor.umd.js +30 -30
- package/dist/castlabs-ui.common.js +5 -5
- package/dist/castlabs-ui.common.js.map +1 -1
- package/dist/castlabs-ui.core.js +28 -35
- package/dist/castlabs-ui.css +7 -7
- package/dist/castlabs-ui.module.js +28 -35
- package/dist/castlabs-ui.umd.js +13 -13
- package/dist/castlabs-ui.umd.js.map +1 -1
- package/package.json +18 -18
- package/src/assets/castlabs-logo-eggshell.svg +31 -162
- package/src/assets/castlabs-logo.svg +31 -162
- package/src/components/ClAlert/style.scss +46 -43
- package/src/components/ClBadge/style.scss +13 -15
- package/src/components/ClBadge/style.variables.scss +39 -33
- package/src/components/ClButton/style.scss +47 -249
- package/src/components/ClCard/style.scss +20 -20
- package/src/components/ClCard/style.variables.scss +121 -106
- package/src/components/ClDropdown/style.scss +47 -150
- package/src/components/ClDropzone/style.scss +4 -4
- package/src/components/ClFooter/style.scss +6 -105
- package/src/components/ClIconotron/style.scss +3 -8
- package/src/components/ClList/style.scss +10 -13
- package/src/components/ClList/style.variables.scss +27 -22
- package/src/components/ClPagination/style.scss +48 -85
- package/src/components/ClProgress/style.scss +8 -23
- package/src/components/ClSpinner/style.scss +1 -1
- package/src/components/ClTabs/style.scss +9 -9
- package/src/components/ClToggle/style.scss +18 -59
- package/src/components/ClTooltip/style.scss +9 -24
- package/src/components/ClWizard/style.scss +14 -12
- package/src/components/form/ClField/style.scss +4 -4
- package/src/components/form/ClFieldCheck/style.scss +25 -20
- package/src/components/form/ClFieldFile/style.scss +11 -13
- package/src/components/form/ClFieldGroup/style.scss +38 -4
- package/src/components/form/ClFieldInput/style.scss +15 -11
- package/src/components/form/ClFieldSelect/style.scss +6 -5
- package/src/components/form/ClFieldSet/style.scss +2 -2
- package/src/components/form/ClForm/style.scss +6 -8
- package/src/components/modal/ClModal/style.scss +50 -35
- package/src/components/navigation/ClNavSide/ClNavDrawer/style.scss +112 -180
- package/src/components/navigation/ClNavSide/ClNavSideMenu/style.scss +0 -23
- package/src/components/navigation/ClNavSide/style.scss +11 -17
- package/src/components/navigation/ClNavTop/style.scss +39 -35
- package/src/components/section/ClSectionForm/style.scss +6 -3
- package/src/components/section/ClSectionHeadline/style.scss +23 -25
- package/src/components/table/ClTable/style.variables.scss +18 -69
- package/src/components/table/ClTableCel/Actions/style.scss +1 -1
- package/src/components/table/ClTableCel/Audit/style.scss +2 -4
- package/src/components/table/ClTableCel/Boolean/style.scss +1 -1
- package/src/components/table/ClTableCel/Checkbox/style.scss +2 -2
- package/src/components/table/ClTableCel/Code/style.scss +1 -1
- package/src/components/table/ClTableCel/Currency/style.scss +1 -1
- package/src/components/table/ClTableCel/Date/style.scss +1 -1
- package/src/components/table/ClTableCel/ID/style.scss +2 -2
- package/src/components/table/ClTableCel/Links/style.scss +10 -11
- package/src/components/table/ClTableCel/style.variables.scss +3 -3
- package/src/components/text/ClCopy/style.scss +4 -21
- package/src/components/text/ClHashtag/style.scss +7 -25
- package/src/components/text/ClLinkExternal/style.scss +21 -19
- package/src/components/text/ClOrg/style.scss +1 -19
- package/src/components/text/ClPlan/style.scss +7 -25
- package/src/components/text/ClRole/style.scss +7 -25
- package/src/components/widget/ClCookieBanner/style.scss +5 -1
- package/src/fonts/DMMono/DMMono.scss +36 -0
- package/src/fonts/DMMono/DM_Mono_300.woff2 +0 -0
- package/src/fonts/DMMono/DM_Mono_300italic.woff2 +0 -0
- package/src/fonts/DMMono/DM_Mono_400.woff2 +0 -0
- package/src/fonts/DMMono/DM_Mono_400italic.woff2 +0 -0
- package/src/fonts/DMMono/DM_Mono_500.woff2 +0 -0
- package/src/fonts/DMMono/DM_Mono_500italic.woff2 +0 -0
- package/src/fonts/FontAwesome5/FontAwesome5.scss +2 -2
- package/src/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Bold.woff2 +0 -0
- package/src/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Medium.woff2 +0 -0
- package/src/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Regular.woff2 +0 -0
- package/src/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap.scss +21 -0
- package/src/styles/_global.scss +2 -0
- package/src/styles/abstracts/brand.scss +9 -0
- package/src/styles/abstracts/color.scss +243 -98
- package/src/styles/abstracts/spacing.scss +2 -2
- package/src/styles/abstracts/tools.scss +0 -82
- package/src/styles/assets/fontawesome.scss +2 -0
- package/src/styles/assets/fontawesome.variables.scss +88 -0
- package/src/styles/assets/logo.scss +12 -6
- package/src/styles/components/button.variables.scss +79 -6
- package/src/styles/components/form.variables.scss +15 -16
- package/src/styles/layout/app.scss +29 -0
- package/src/styles/layout/color.scss +115 -0
- package/src/styles/layout/grid.scss +2 -1
- package/src/styles/layout/helper.scss +14 -2
- package/src/styles/layout/section.scss +46 -47
- package/src/styles/layout/spacing.scss +4 -4
- package/src/styles/layout/typography.scss +91 -112
- package/src/styles/layout/typography.variables.scss +281 -168
- package/src/styles/ui.scss +4 -5
- package/src/styles/vendors/bootstrap.scss +1 -1
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCCwR26eg.9f9ebd6f.woff2 +0 -0
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCFwR26eg.d7aed4ec.woff2 +0 -0
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCGwR0.860d704d.woff2 +0 -0
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCIwR26eg.196096f5.woff2 +0 -0
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCJwR26eg.60896ebf.woff2 +0 -0
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCKwR26eg.c5d717bd.woff2 +0 -0
- package/dist/fonts/BngRUXNETWXI6LwhGYvaxZikqbCLwR26eg.e6581016.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0Udc1UAw.ed9c080e.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.65f5554a.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.ffa02f1c.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0Zdc0.157a9634.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0adc1UAw.ae9457b8.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0bdc1UAw.3c6000b1.woff2 +0 -0
- package/dist/fonts/mem6YaGs126MiZpBA-UFUK0ddc1UAw.1244aaff.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFUZ0bbck.32149fc9.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFV50bbck.16910b81.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFVZ0b.16652597.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFVp0bbck.e1ba37a1.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFW50bbck.b50868a3.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFWJ0bbck.1250c5ba.woff2 +0 -0
- package/dist/fonts/mem8YaGs126MiZpBA-UFWp0bbck.3ec09e79.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCCwR26eg.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCFwR26eg.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCGwR0.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCIwR26eg.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCJwR26eg.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCKwR26eg.woff2 +0 -0
- package/src/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCLwR26eg.woff2 +0 -0
- package/src/fonts/NotoSansMono/NotoSansMono.scss +0 -84
- package/src/fonts/OpenSansVariable/OpenSansVariable.scss +0 -187
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0bdc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFUZ0bbck.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFV50bbck.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFVZ0b.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFVp0bbck.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFW50bbck.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFWJ0bbck.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFWZ0bbck.woff2 +0 -0
- package/src/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFWp0bbck.woff2 +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
// https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wdth,wght@80..100,100..900
|
|
2
|
-
|
|
3
|
-
/* cyrillic-ext */
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: 'Noto Sans Mono';
|
|
6
|
-
font-stretch: 80% 100%;
|
|
7
|
-
font-style: normal;
|
|
8
|
-
font-weight: 100 900;
|
|
9
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCLwR26eg.woff2?no-inline')
|
|
10
|
-
format('woff2');
|
|
11
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/* cyrillic */
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: 'Noto Sans Mono';
|
|
17
|
-
font-stretch: 80% 100%;
|
|
18
|
-
font-style: normal;
|
|
19
|
-
font-weight: 100 900;
|
|
20
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCCwR26eg.woff2?no-inline')
|
|
21
|
-
format('woff2');
|
|
22
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/* greek-ext */
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: 'Noto Sans Mono';
|
|
28
|
-
font-stretch: 80% 100%;
|
|
29
|
-
font-style: normal;
|
|
30
|
-
font-weight: 100 900;
|
|
31
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCKwR26eg.woff2?no-inline')
|
|
32
|
-
format('woff2');
|
|
33
|
-
unicode-range: U+1F00-1FFF;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/* greek */
|
|
37
|
-
@font-face {
|
|
38
|
-
font-family: 'Noto Sans Mono';
|
|
39
|
-
font-stretch: 80% 100%;
|
|
40
|
-
font-style: normal;
|
|
41
|
-
font-weight: 100 900;
|
|
42
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCFwR26eg.woff2?no-inline')
|
|
43
|
-
format('woff2');
|
|
44
|
-
unicode-range: U+0370-03FF;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* vietnamese */
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: 'Noto Sans Mono';
|
|
50
|
-
font-stretch: 80% 100%;
|
|
51
|
-
font-style: normal;
|
|
52
|
-
font-weight: 100 900;
|
|
53
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCJwR26eg.woff2?no-inline')
|
|
54
|
-
format('woff2');
|
|
55
|
-
unicode-range:
|
|
56
|
-
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
|
|
57
|
-
U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/* latin-ext */
|
|
61
|
-
@font-face {
|
|
62
|
-
font-family: 'Noto Sans Mono';
|
|
63
|
-
font-stretch: 80% 100%;
|
|
64
|
-
font-style: normal;
|
|
65
|
-
font-weight: 100 900;
|
|
66
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCIwR26eg.woff2?no-inline')
|
|
67
|
-
format('woff2');
|
|
68
|
-
unicode-range:
|
|
69
|
-
U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
|
|
70
|
-
U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/* latin */
|
|
74
|
-
@font-face {
|
|
75
|
-
font-family: 'Noto Sans Mono';
|
|
76
|
-
font-stretch: 80% 100%;
|
|
77
|
-
font-style: normal;
|
|
78
|
-
font-weight: 100 900;
|
|
79
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/NotoSansMono/BngRUXNETWXI6LwhGYvaxZikqbCGwR0.woff2?no-inline')
|
|
80
|
-
format('woff2');
|
|
81
|
-
unicode-range:
|
|
82
|
-
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
|
|
83
|
-
U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
84
|
-
}
|
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
// https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,80..100,300..800;1,80..100,300..800
|
|
2
|
-
|
|
3
|
-
/* cyrillic-ext */
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: 'Open Sans';
|
|
6
|
-
font-stretch: 80% 100%;
|
|
7
|
-
font-style: italic;
|
|
8
|
-
font-weight: 300 800;
|
|
9
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2?no-inline')
|
|
10
|
-
format('woff2');
|
|
11
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/* cyrillic */
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: 'Open Sans';
|
|
17
|
-
font-stretch: 80% 100%;
|
|
18
|
-
font-style: italic;
|
|
19
|
-
font-weight: 300 800;
|
|
20
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2?no-inline')
|
|
21
|
-
format('woff2');
|
|
22
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/* greek-ext */
|
|
26
|
-
// @font-face {
|
|
27
|
-
// font-family: 'Open Sans';
|
|
28
|
-
// font-style: italic;
|
|
29
|
-
// font-weight: 300 800;
|
|
30
|
-
// font-stretch: 80% 100%;
|
|
31
|
-
// src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2?no-inline') format('woff2');
|
|
32
|
-
// unicode-range: U+1F00-1FFF;
|
|
33
|
-
// }
|
|
34
|
-
|
|
35
|
-
/* greek */
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Open Sans';
|
|
38
|
-
font-stretch: 80% 100%;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
font-weight: 300 800;
|
|
41
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2?no-inline')
|
|
42
|
-
format('woff2');
|
|
43
|
-
unicode-range: U+0370-03FF;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/* hebrew */
|
|
47
|
-
@font-face {
|
|
48
|
-
font-family: 'Open Sans';
|
|
49
|
-
font-stretch: 80% 100%;
|
|
50
|
-
font-style: italic;
|
|
51
|
-
font-weight: 300 800;
|
|
52
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0bdc1UAw.woff2?no-inline')
|
|
53
|
-
format('woff2');
|
|
54
|
-
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/* vietnamese */
|
|
58
|
-
@font-face {
|
|
59
|
-
font-family: 'Open Sans';
|
|
60
|
-
font-stretch: 80% 100%;
|
|
61
|
-
font-style: italic;
|
|
62
|
-
font-weight: 300 800;
|
|
63
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2?no-inline')
|
|
64
|
-
format('woff2');
|
|
65
|
-
unicode-range:
|
|
66
|
-
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
|
|
67
|
-
U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/* latin-ext */
|
|
71
|
-
@font-face {
|
|
72
|
-
font-family: 'Open Sans';
|
|
73
|
-
font-stretch: 80% 100%;
|
|
74
|
-
font-style: italic;
|
|
75
|
-
font-weight: 300 800;
|
|
76
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2?no-inline')
|
|
77
|
-
format('woff2');
|
|
78
|
-
unicode-range:
|
|
79
|
-
U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
|
|
80
|
-
U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/* latin */
|
|
84
|
-
@font-face {
|
|
85
|
-
font-family: 'Open Sans';
|
|
86
|
-
font-stretch: 80% 100%;
|
|
87
|
-
font-style: italic;
|
|
88
|
-
font-weight: 300 800;
|
|
89
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2?no-inline')
|
|
90
|
-
format('woff2');
|
|
91
|
-
unicode-range:
|
|
92
|
-
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
|
|
93
|
-
U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/* cyrillic-ext */
|
|
97
|
-
@font-face {
|
|
98
|
-
font-family: 'Open Sans';
|
|
99
|
-
font-stretch: 80% 100%;
|
|
100
|
-
font-style: normal;
|
|
101
|
-
font-weight: 300 800;
|
|
102
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFWJ0bbck.woff2?no-inline')
|
|
103
|
-
format('woff2');
|
|
104
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/* cyrillic */
|
|
108
|
-
@font-face {
|
|
109
|
-
font-family: 'Open Sans';
|
|
110
|
-
font-stretch: 80% 100%;
|
|
111
|
-
font-style: normal;
|
|
112
|
-
font-weight: 300 800;
|
|
113
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFUZ0bbck.woff2?no-inline')
|
|
114
|
-
format('woff2');
|
|
115
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/* greek-ext */
|
|
119
|
-
// @font-face {
|
|
120
|
-
// font-family: 'Open Sans';
|
|
121
|
-
// font-style: normal;
|
|
122
|
-
// font-weight: 300 800;
|
|
123
|
-
// font-stretch: 80% 100%;
|
|
124
|
-
// src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFWZ0bbck.woff2?no-inline') format('woff2');
|
|
125
|
-
// unicode-range: U+1F00-1FFF;
|
|
126
|
-
// }
|
|
127
|
-
|
|
128
|
-
/* greek */
|
|
129
|
-
@font-face {
|
|
130
|
-
font-family: 'Open Sans';
|
|
131
|
-
font-stretch: 80% 100%;
|
|
132
|
-
font-style: normal;
|
|
133
|
-
font-weight: 300 800;
|
|
134
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFVp0bbck.woff2?no-inline')
|
|
135
|
-
format('woff2');
|
|
136
|
-
unicode-range: U+0370-03FF;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
/* hebrew */
|
|
140
|
-
@font-face {
|
|
141
|
-
font-family: 'Open Sans';
|
|
142
|
-
font-stretch: 80% 100%;
|
|
143
|
-
font-style: normal;
|
|
144
|
-
font-weight: 300 800;
|
|
145
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFV50bbck.woff2?no-inline')
|
|
146
|
-
format('woff2');
|
|
147
|
-
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/* vietnamese */
|
|
151
|
-
@font-face {
|
|
152
|
-
font-family: 'Open Sans';
|
|
153
|
-
font-stretch: 80% 100%;
|
|
154
|
-
font-style: normal;
|
|
155
|
-
font-weight: 300 800;
|
|
156
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFWp0bbck.woff2?no-inline')
|
|
157
|
-
format('woff2');
|
|
158
|
-
unicode-range:
|
|
159
|
-
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
|
|
160
|
-
U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
/* latin-ext */
|
|
164
|
-
@font-face {
|
|
165
|
-
font-family: 'Open Sans';
|
|
166
|
-
font-stretch: 80% 100%;
|
|
167
|
-
font-style: normal;
|
|
168
|
-
font-weight: 300 800;
|
|
169
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFW50bbck.woff2?no-inline')
|
|
170
|
-
format('woff2');
|
|
171
|
-
unicode-range:
|
|
172
|
-
U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
|
|
173
|
-
U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/* latin */
|
|
177
|
-
@font-face {
|
|
178
|
-
font-family: 'Open Sans';
|
|
179
|
-
font-stretch: 80% 100%;
|
|
180
|
-
font-style: normal;
|
|
181
|
-
font-weight: 300 800;
|
|
182
|
-
src: url('#{$castlabs-ui-asset-prefix}/fonts/OpenSansVariable/mem8YaGs126MiZpBA-UFVZ0b.woff2?no-inline')
|
|
183
|
-
format('woff2');
|
|
184
|
-
unicode-range:
|
|
185
|
-
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
|
|
186
|
-
U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
187
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|