oddsgate-ds 1.0.111 → 1.0.112
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/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/styles/variables.d.ts +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/styles/variables.d.ts +1 -1
- package/dist/public/fonts/Epilogue/Epilogue-Italic.eot +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Italic.ttf +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Italic.woff +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Italic.woff2 +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Regular.eot +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Regular.ttf +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Regular.woff +0 -0
- package/dist/public/fonts/Epilogue/Epilogue-Regular.woff2 +0 -0
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
- package/public/fonts/Epilogue/Epilogue-Italic.eot +0 -0
- package/public/fonts/Epilogue/Epilogue-Italic.ttf +0 -0
- package/public/fonts/Epilogue/Epilogue-Italic.woff +0 -0
- package/public/fonts/Epilogue/Epilogue-Italic.woff2 +0 -0
- package/public/fonts/Epilogue/Epilogue-Regular.eot +0 -0
- package/public/fonts/Epilogue/Epilogue-Regular.ttf +0 -0
- package/public/fonts/Epilogue/Epilogue-Regular.woff +0 -0
- package/public/fonts/Epilogue/Epilogue-Regular.woff2 +0 -0
- package/src/components/molecules/BlogCard/BlogCard.component.tsx +1 -1
- package/src/components/molecules/EventsCard/EventsCard.component.tsx +1 -1
- package/src/components/molecules/LogosCard/LogosCard.theme.ts +1 -1
- package/src/components/molecules/NewsCard/NewsCard.component.tsx +1 -1
- package/src/styles/utilities.ts +4 -2
- package/src/styles/variables.ts +1 -1
- package/dist/public/fonts/RedHat/RedHatDisplay-Italic.svg +0 -6648
- package/dist/public/fonts/RedHat/RedHatDisplay-Italic.ttf +0 -0
- package/dist/public/fonts/RedHat/RedHatDisplay-Italic.woff +0 -0
- package/dist/public/fonts/RedHat/RedHatDisplay-Italic.woff2 +0 -0
- package/dist/public/fonts/RedHat/RedHatDisplay-Regular.svg +0 -6240
- package/dist/public/fonts/RedHat/RedHatDisplay-Regular.ttf +0 -0
- package/dist/public/fonts/RedHat/RedHatDisplay-Regular.woff +0 -0
- package/dist/public/fonts/RedHat/RedHatDisplay-Regular.woff2 +0 -0
- package/public/fonts/RedHat/RedHatDisplay-Italic.svg +0 -6648
- package/public/fonts/RedHat/RedHatDisplay-Italic.ttf +0 -0
- package/public/fonts/RedHat/RedHatDisplay-Italic.woff +0 -0
- package/public/fonts/RedHat/RedHatDisplay-Italic.woff2 +0 -0
- package/public/fonts/RedHat/RedHatDisplay-Regular.svg +0 -6240
- package/public/fonts/RedHat/RedHatDisplay-Regular.ttf +0 -0
- package/public/fonts/RedHat/RedHatDisplay-Regular.woff +0 -0
- package/public/fonts/RedHat/RedHatDisplay-Regular.woff2 +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const pxToRem: (size: number) => string;
|
|
2
2
|
export declare const fontName = "MD Nichrome";
|
|
3
|
-
export declare const alternativeFont = "
|
|
3
|
+
export declare const alternativeFont = "Epilogue";
|
|
4
4
|
export declare const gutter: string;
|
|
5
5
|
export declare const desktop_width: number;
|
|
6
6
|
export declare const tablet_width: number;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/types.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as styled_components from 'styled-components';
|
|
|
5
5
|
|
|
6
6
|
declare const pxToRem: (size: number) => string;
|
|
7
7
|
declare const fontName = "MD Nichrome";
|
|
8
|
-
declare const alternativeFont = "
|
|
8
|
+
declare const alternativeFont = "Epilogue";
|
|
9
9
|
declare const gutter: string;
|
|
10
10
|
declare const desktop_width: number;
|
|
11
11
|
declare const tablet_width: number;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -23,7 +23,7 @@ const BlogCard = ({
|
|
|
23
23
|
variant={variant}
|
|
24
24
|
imageElement={
|
|
25
25
|
<>
|
|
26
|
-
{category && <Chip variant='light' className='font-
|
|
26
|
+
{category && <Chip variant='light' className='font-epilogue'>{category}</Chip>}
|
|
27
27
|
<ImageWrapper aspectRatioHeight={63}>{imageElement}</ImageWrapper>
|
|
28
28
|
</>
|
|
29
29
|
}
|
|
@@ -23,7 +23,7 @@ const EventsCard = ({
|
|
|
23
23
|
<ImageWrapper aspectRatioHeight={100}>{imageElement}</ImageWrapper>
|
|
24
24
|
}
|
|
25
25
|
>
|
|
26
|
-
{category && <Chip variant='dark' className='mb-5 font-
|
|
26
|
+
{category && <Chip variant='dark' className='mb-5 font-epilogue'>{category}</Chip>}
|
|
27
27
|
<Heading tag={'h3'} size={'h4'} className={'fw-bold textEllipsis'}>
|
|
28
28
|
{title}
|
|
29
29
|
</Heading>
|
|
@@ -21,7 +21,7 @@ const NewsCard = ({
|
|
|
21
21
|
$variant={variant}
|
|
22
22
|
imageElement={
|
|
23
23
|
<>
|
|
24
|
-
{category && <Chip variant='light' className='font-
|
|
24
|
+
{category && <Chip variant='light' className='font-epilogue'>{category}</Chip>}
|
|
25
25
|
<ImageWrapper aspectRatioHeight={63}>{imageElement}</ImageWrapper>
|
|
26
26
|
</>
|
|
27
27
|
}
|
package/src/styles/utilities.ts
CHANGED
|
@@ -201,7 +201,8 @@ export const utilities: {
|
|
|
201
201
|
responsive: true,
|
|
202
202
|
property: "margin",
|
|
203
203
|
class: "m",
|
|
204
|
-
values: spacers
|
|
204
|
+
values: spacers,
|
|
205
|
+
important: true,
|
|
205
206
|
},
|
|
206
207
|
"margin-top": {
|
|
207
208
|
responsive: true,
|
|
@@ -243,7 +244,8 @@ export const utilities: {
|
|
|
243
244
|
responsive: true,
|
|
244
245
|
property: "padding",
|
|
245
246
|
class: "p",
|
|
246
|
-
values: spaces
|
|
247
|
+
values: spaces,
|
|
248
|
+
important: true,
|
|
247
249
|
},
|
|
248
250
|
"padding-top": {
|
|
249
251
|
responsive: true,
|
package/src/styles/variables.ts
CHANGED