@snyk-mktg/brand-ui 2.4.0 → 2.4.2-canary.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/dist/css/base.css +10 -10
- package/dist/css/base.css.map +1 -1
- package/dist/css/bundle.css +11 -11
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +1 -1
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/index.css.map +1 -1
- package/dist/css/labs-bundle.css +11 -11
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/css/utilities.css +1 -1
- package/dist/css/utilities.css.map +1 -1
- package/dist/js/cjs/helpers/caseFormats.d.ts +1 -0
- package/dist/js/cjs/helpers/caseFormats.js +47 -0
- package/dist/js/cjs/helpers/classnames.d.ts +1 -0
- package/dist/js/cjs/helpers/classnames.js +9 -0
- package/dist/js/cjs/helpers/getInitials.d.ts +1 -0
- package/dist/js/cjs/helpers/getInitials.js +14 -0
- package/dist/js/cjs/helpers/grid.d.ts +17 -0
- package/dist/js/cjs/helpers/grid.js +62 -0
- package/dist/js/cjs/helpers/incrementDisplayValue.d.ts +8 -0
- package/dist/js/cjs/helpers/incrementDisplayValue.js +15 -0
- package/dist/js/cjs/helpers/index.d.ts +9 -0
- package/dist/js/cjs/helpers/index.js +30 -0
- package/dist/js/cjs/helpers/range.d.ts +4 -0
- package/dist/js/cjs/helpers/range.js +8 -0
- package/dist/js/cjs/helpers/scroll.d.ts +5 -0
- package/dist/js/cjs/helpers/scroll.js +14 -0
- package/dist/js/cjs/helpers/uid.d.ts +4 -0
- package/dist/js/cjs/helpers/uid.js +8 -0
- package/dist/js/cjs/index.d.ts +3 -0
- package/dist/js/cjs/index.js +19 -0
- package/dist/js/cjs/types/buttonVariants.d.ts +1 -0
- package/dist/js/cjs/types/buttonVariants.js +2 -0
- package/dist/js/cjs/types/colors.d.ts +3 -0
- package/dist/js/cjs/types/colors.js +2 -0
- package/dist/js/cjs/types/downloadableFiles.d.ts +1 -0
- package/dist/js/cjs/types/downloadableFiles.js +2 -0
- package/dist/js/cjs/types/icons.d.ts +5 -0
- package/dist/js/cjs/types/icons.js +2 -0
- package/dist/js/cjs/types/index.d.ts +8 -0
- package/dist/js/cjs/types/index.js +24 -0
- package/dist/js/cjs/types/logos.d.ts +3 -0
- package/dist/js/cjs/types/logos.js +2 -0
- package/dist/js/cjs/types/mediaCategories.d.ts +1 -0
- package/dist/js/cjs/types/mediaCategories.js +2 -0
- package/dist/js/cjs/types/patchPoses.d.ts +1 -0
- package/dist/js/cjs/types/patchPoses.js +2 -0
- package/dist/js/cjs/types/sizes.d.ts +4 -0
- package/dist/js/cjs/types/sizes.js +2 -0
- package/dist/js/cjs/utilities/buttonVariants.d.ts +3 -0
- package/dist/js/cjs/utilities/buttonVariants.js +4 -0
- package/dist/js/cjs/utilities/colors.d.ts +42 -0
- package/dist/js/cjs/utilities/colors.js +86 -0
- package/dist/js/cjs/utilities/downloadableFiles.d.ts +2 -0
- package/dist/js/cjs/utilities/downloadableFiles.js +21 -0
- package/dist/js/cjs/utilities/icons.d.ts +7 -0
- package/dist/js/cjs/utilities/icons.js +238 -0
- package/dist/js/cjs/utilities/index.d.ts +8 -0
- package/dist/js/cjs/utilities/index.js +24 -0
- package/dist/js/cjs/utilities/logos.d.ts +5 -0
- package/dist/js/cjs/utilities/logos.js +29 -0
- package/dist/js/cjs/utilities/mediaCategories.d.ts +3 -0
- package/dist/js/cjs/utilities/mediaCategories.js +24 -0
- package/dist/js/cjs/utilities/patchPoses.d.ts +3 -0
- package/dist/js/cjs/utilities/patchPoses.js +5 -0
- package/dist/js/cjs/utilities/sizes.d.ts +5 -0
- package/dist/js/cjs/utilities/sizes.js +20 -0
- package/dist/scss/base/variables/_typography.scss +11 -11
- package/package.json +3 -2
package/dist/css/bundle.css
CHANGED
|
@@ -5108,7 +5108,7 @@ cite {
|
|
|
5108
5108
|
}
|
|
5109
5109
|
|
|
5110
5110
|
.txt-hero-title-large {
|
|
5111
|
-
font-family: "Big Shoulders
|
|
5111
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5112
5112
|
font-size: 5.625rem;
|
|
5113
5113
|
font-weight: 900;
|
|
5114
5114
|
letter-spacing: -0.01em;
|
|
@@ -5118,7 +5118,7 @@ cite {
|
|
|
5118
5118
|
}
|
|
5119
5119
|
@media (max-width: 768px) {
|
|
5120
5120
|
.txt-hero-title-large {
|
|
5121
|
-
font-family: "Big Shoulders
|
|
5121
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5122
5122
|
font-size: 3.125rem;
|
|
5123
5123
|
font-weight: 900;
|
|
5124
5124
|
letter-spacing: -0.01em;
|
|
@@ -5128,7 +5128,7 @@ cite {
|
|
|
5128
5128
|
}
|
|
5129
5129
|
|
|
5130
5130
|
.txt-hero-title-small {
|
|
5131
|
-
font-family: "Big Shoulders
|
|
5131
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5132
5132
|
font-size: 3.125rem;
|
|
5133
5133
|
font-weight: 900;
|
|
5134
5134
|
letter-spacing: -0.01em;
|
|
@@ -5138,7 +5138,7 @@ cite {
|
|
|
5138
5138
|
}
|
|
5139
5139
|
@media (max-width: 768px) {
|
|
5140
5140
|
.txt-hero-title-small {
|
|
5141
|
-
font-family: "Big Shoulders
|
|
5141
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5142
5142
|
font-size: 3.125rem;
|
|
5143
5143
|
font-weight: 900;
|
|
5144
5144
|
letter-spacing: -0.01em;
|
|
@@ -5148,7 +5148,7 @@ cite {
|
|
|
5148
5148
|
}
|
|
5149
5149
|
|
|
5150
5150
|
.txt-page-title-large {
|
|
5151
|
-
font-family: "Big Shoulders
|
|
5151
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5152
5152
|
font-size: 4.375rem;
|
|
5153
5153
|
font-weight: 900;
|
|
5154
5154
|
letter-spacing: -0.01em;
|
|
@@ -5158,7 +5158,7 @@ cite {
|
|
|
5158
5158
|
}
|
|
5159
5159
|
@media (max-width: 768px) {
|
|
5160
5160
|
.txt-page-title-large {
|
|
5161
|
-
font-family: "Big Shoulders
|
|
5161
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5162
5162
|
font-size: 3.125rem;
|
|
5163
5163
|
font-weight: 900;
|
|
5164
5164
|
letter-spacing: -0.01em;
|
|
@@ -5168,7 +5168,7 @@ cite {
|
|
|
5168
5168
|
}
|
|
5169
5169
|
|
|
5170
5170
|
.txt-page-title {
|
|
5171
|
-
font-family: "Big Shoulders
|
|
5171
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5172
5172
|
font-size: 3rem;
|
|
5173
5173
|
font-weight: 900;
|
|
5174
5174
|
letter-spacing: -0.01em;
|
|
@@ -5178,7 +5178,7 @@ cite {
|
|
|
5178
5178
|
}
|
|
5179
5179
|
@media (max-width: 768px) {
|
|
5180
5180
|
.txt-page-title {
|
|
5181
|
-
font-family: "Big Shoulders
|
|
5181
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5182
5182
|
font-size: 3.125rem;
|
|
5183
5183
|
font-weight: 900;
|
|
5184
5184
|
letter-spacing: -0.01em;
|
|
@@ -5188,7 +5188,7 @@ cite {
|
|
|
5188
5188
|
}
|
|
5189
5189
|
|
|
5190
5190
|
.txt-section-title {
|
|
5191
|
-
font-family: "Big Shoulders
|
|
5191
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5192
5192
|
font-size: 3rem;
|
|
5193
5193
|
font-weight: 900;
|
|
5194
5194
|
letter-spacing: -0.01em;
|
|
@@ -5198,7 +5198,7 @@ cite {
|
|
|
5198
5198
|
}
|
|
5199
5199
|
@media (max-width: 768px) {
|
|
5200
5200
|
.txt-section-title {
|
|
5201
|
-
font-family: "Big Shoulders
|
|
5201
|
+
font-family: "Big Shoulders", sans-serif;
|
|
5202
5202
|
font-size: 3.125rem;
|
|
5203
5203
|
font-weight: 900;
|
|
5204
5204
|
letter-spacing: -0.01em;
|
|
@@ -35703,7 +35703,7 @@ The rich text class applies default styling to HTML when you cannot apply class
|
|
|
35703
35703
|
}
|
|
35704
35704
|
.txt-rich h1:not([class]),
|
|
35705
35705
|
.txt-rich-long h1:not([class]) {
|
|
35706
|
-
font-family: "Big Shoulders
|
|
35706
|
+
font-family: "Big Shoulders";
|
|
35707
35707
|
font-size: 3rem;
|
|
35708
35708
|
font-weight: 900;
|
|
35709
35709
|
letter-spacing: -0.01em;
|