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.
Files changed (46) hide show
  1. package/dist/cjs/index.js +4 -4
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/styles/variables.d.ts +1 -1
  4. package/dist/esm/index.js +4 -4
  5. package/dist/esm/index.js.map +1 -1
  6. package/dist/esm/types/styles/variables.d.ts +1 -1
  7. package/dist/public/fonts/Epilogue/Epilogue-Italic.eot +0 -0
  8. package/dist/public/fonts/Epilogue/Epilogue-Italic.ttf +0 -0
  9. package/dist/public/fonts/Epilogue/Epilogue-Italic.woff +0 -0
  10. package/dist/public/fonts/Epilogue/Epilogue-Italic.woff2 +0 -0
  11. package/dist/public/fonts/Epilogue/Epilogue-Regular.eot +0 -0
  12. package/dist/public/fonts/Epilogue/Epilogue-Regular.ttf +0 -0
  13. package/dist/public/fonts/Epilogue/Epilogue-Regular.woff +0 -0
  14. package/dist/public/fonts/Epilogue/Epilogue-Regular.woff2 +0 -0
  15. package/dist/types.d.ts +1 -1
  16. package/package.json +1 -1
  17. package/public/fonts/Epilogue/Epilogue-Italic.eot +0 -0
  18. package/public/fonts/Epilogue/Epilogue-Italic.ttf +0 -0
  19. package/public/fonts/Epilogue/Epilogue-Italic.woff +0 -0
  20. package/public/fonts/Epilogue/Epilogue-Italic.woff2 +0 -0
  21. package/public/fonts/Epilogue/Epilogue-Regular.eot +0 -0
  22. package/public/fonts/Epilogue/Epilogue-Regular.ttf +0 -0
  23. package/public/fonts/Epilogue/Epilogue-Regular.woff +0 -0
  24. package/public/fonts/Epilogue/Epilogue-Regular.woff2 +0 -0
  25. package/src/components/molecules/BlogCard/BlogCard.component.tsx +1 -1
  26. package/src/components/molecules/EventsCard/EventsCard.component.tsx +1 -1
  27. package/src/components/molecules/LogosCard/LogosCard.theme.ts +1 -1
  28. package/src/components/molecules/NewsCard/NewsCard.component.tsx +1 -1
  29. package/src/styles/utilities.ts +4 -2
  30. package/src/styles/variables.ts +1 -1
  31. package/dist/public/fonts/RedHat/RedHatDisplay-Italic.svg +0 -6648
  32. package/dist/public/fonts/RedHat/RedHatDisplay-Italic.ttf +0 -0
  33. package/dist/public/fonts/RedHat/RedHatDisplay-Italic.woff +0 -0
  34. package/dist/public/fonts/RedHat/RedHatDisplay-Italic.woff2 +0 -0
  35. package/dist/public/fonts/RedHat/RedHatDisplay-Regular.svg +0 -6240
  36. package/dist/public/fonts/RedHat/RedHatDisplay-Regular.ttf +0 -0
  37. package/dist/public/fonts/RedHat/RedHatDisplay-Regular.woff +0 -0
  38. package/dist/public/fonts/RedHat/RedHatDisplay-Regular.woff2 +0 -0
  39. package/public/fonts/RedHat/RedHatDisplay-Italic.svg +0 -6648
  40. package/public/fonts/RedHat/RedHatDisplay-Italic.ttf +0 -0
  41. package/public/fonts/RedHat/RedHatDisplay-Italic.woff +0 -0
  42. package/public/fonts/RedHat/RedHatDisplay-Italic.woff2 +0 -0
  43. package/public/fonts/RedHat/RedHatDisplay-Regular.svg +0 -6240
  44. package/public/fonts/RedHat/RedHatDisplay-Regular.ttf +0 -0
  45. package/public/fonts/RedHat/RedHatDisplay-Regular.woff +0 -0
  46. 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 = "Red Hat Display";
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;
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 = "Red Hat Display";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oddsgate-ds",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "description": "Miew theme component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -23,7 +23,7 @@ const BlogCard = ({
23
23
  variant={variant}
24
24
  imageElement={
25
25
  <>
26
- {category && <Chip variant='light' className='font-redhat'>{category}</Chip>}
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-redhat'>{category}</Chip>}
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>
@@ -7,7 +7,7 @@ export const StyledLogosCard = styled.div<ILogosCard>`
7
7
  display: inline-flex;
8
8
  vertical-align: middle;
9
9
  width: 100%;
10
- max-width: 160px;
10
+ max-width: 180px;
11
11
 
12
12
  overflow: hidden;
13
13
  margin: ${spaces[2]} ${spaces[3]};
@@ -21,7 +21,7 @@ const NewsCard = ({
21
21
  $variant={variant}
22
22
  imageElement={
23
23
  <>
24
- {category && <Chip variant='light' className='font-redhat'>{category}</Chip>}
24
+ {category && <Chip variant='light' className='font-epilogue'>{category}</Chip>}
25
25
  <ImageWrapper aspectRatioHeight={63}>{imageElement}</ImageWrapper>
26
26
  </>
27
27
  }
@@ -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,
@@ -3,7 +3,7 @@ export const pxToRem = (size: number) => {
3
3
  }
4
4
 
5
5
  export const fontName = "MD Nichrome"
6
- export const alternativeFont = "Red Hat Display";
6
+ export const alternativeFont = "Epilogue";
7
7
 
8
8
  export const gutter = pxToRem(8); //needs to be in this file
9
9