@redsift/design-system 8.0.7 → 9.0.0-alpha.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/CONTRIBUTING.md +21 -23
- package/index.d.ts +844 -468
- package/index.js +3249 -1769
- package/index.js.map +1 -1
- package/package.json +3 -2
- package/style/index.css +764 -382
- package/style/redsift-design-tokens.css +214 -245
- package/style/redsift-fonts.css +545 -132
- package/style/redsift-reset.css +1 -0
- package/style/redsift-style.css +4 -5
- package/style/redsift.css +764 -382
- package/style/fonts/electrolize-v14-latin-regular.woff +0 -0
- package/style/fonts/electrolize-v14-latin-regular.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500italic.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500italic.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2 +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff +0 -0
- package/style/fonts/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2 +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2 +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2 +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2 +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff +0 -0
- package/style/fonts/source-code-pro-v22-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2 +0 -0
package/style/redsift-reset.css
CHANGED
package/style/redsift-style.css
CHANGED
|
@@ -14,7 +14,6 @@ h1 {
|
|
|
14
14
|
font-size: var(--redsift-typography-h1-font-size);
|
|
15
15
|
font-weight: var(--redsift-typography-h1-font-weight);
|
|
16
16
|
line-height: var(--redsift-typography-h1-line-height);
|
|
17
|
-
text-transform: var(--redsift-typography-h1-text-transform);
|
|
18
17
|
color: var(--redsift-color-neutral-black);
|
|
19
18
|
}
|
|
20
19
|
|
|
@@ -45,25 +44,25 @@ h4 {
|
|
|
45
44
|
a {
|
|
46
45
|
background: none;
|
|
47
46
|
border: none;
|
|
48
|
-
color: var(--redsift-color-
|
|
47
|
+
color: var(--redsift-color-ctas-primary-primary);
|
|
49
48
|
font-family: var(--redsift-typography-link-font-family);
|
|
50
49
|
font-size: var(--redsift-typography-link-font-size);
|
|
51
50
|
font-weight: var(--redsift-typography-link-font-weight);
|
|
52
51
|
line-height: var(--redsift-typography-link-line-height);
|
|
53
52
|
padding: unset;
|
|
54
53
|
text-decoration: underline;
|
|
55
|
-
text-decoration-color: var(--redsift-color-
|
|
54
|
+
text-decoration-color: var(--redsift-color-ctas-primary-hover);
|
|
56
55
|
text-underline-offset: 2px;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
a:hover,
|
|
60
59
|
a:focus-visible {
|
|
61
60
|
cursor: pointer;
|
|
62
|
-
text-decoration-color: var(--redsift-color-
|
|
61
|
+
text-decoration-color: var(--redsift-color-ctas-primary-primary);
|
|
63
62
|
}
|
|
64
63
|
|
|
65
64
|
a:focus-visible {
|
|
66
|
-
outline: 2px solid var(--redsift-color-
|
|
65
|
+
outline: 2px solid var(--redsift-color-ctas-primary-primary);
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
strong {
|