Skip to content

Commit

Permalink
pull master
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Nov 25, 2024
2 parents 804dbff + 15b798c commit 6b410b0
Show file tree
Hide file tree
Showing 164 changed files with 3,510 additions and 664 deletions.
Binary file modified .storybook/css/fonts/vivo-type-bold.woff2
Binary file not shown.
Binary file modified .storybook/css/fonts/vivo-type-light.woff2
Binary file not shown.
Binary file added .storybook/css/fonts/vivo-type-medium.woff2
Binary file not shown.
Binary file modified .storybook/css/fonts/vivo-type-regular.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion .storybook/css/vivo-font.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-family: 'Vivo Type';
font-style: normal;
font-weight: 500;
src: url('./fonts/vivo-type-bold.woff2') format('woff2');
src: url('./fonts/vivo-type-medium.woff2') format('woff2');
}

/* Bold */
Expand Down
Binary file not shown.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [16.5.0](https://github.com/Telefonica/mistica-web/compare/v16.4.0...v16.5.0) (2024-11-18)


### Features

* **Accordion, BoxedAccordion:** allow detail and right content in header ([#1290](https://github.com/Telefonica/mistica-web/issues/1290)) ([087c486](https://github.com/Telefonica/mistica-web/commit/087c4866757733339e51ed9de54b844fecf7aed5))
* **HorizontalMosaic, VerticalMosaic:** allow passing gridMode information to each item ([#1289](https://github.com/Telefonica/mistica-web/issues/1289)) ([bb8852c](https://github.com/Telefonica/mistica-web/commit/bb8852c439cb33b2ae7c877a2ac32760ec29180c))
* **MainNavigationBar:** add menu ([#1280](https://github.com/Telefonica/mistica-web/issues/1280)) ([3973ead](https://github.com/Telefonica/mistica-web/commit/3973ead1ebef7f613b1aebd3c18306fc88999de0))
* **vivo-type:** added medium weight ([#1291](https://github.com/Telefonica/mistica-web/issues/1291)) ([8a38d2c](https://github.com/Telefonica/mistica-web/commit/8a38d2c1c16a17b931f96c75b400d7ba8c036a93))

# [16.4.0](https://github.com/Telefonica/mistica-web/compare/v16.3.1...v16.4.0) (2024-11-04)


Expand Down
22 changes: 11 additions & 11 deletions css/vivo-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@
--mistica-line-height-4: 1.5rem;
--mistica-font-size-5: 1.25rem;
--mistica-line-height-5: 1.5rem;
--mistica-font-weight-5: 400;
--mistica-font-weight-5: 500;
--mistica-font-size-6: 1.5rem;
--mistica-line-height-6: 2rem;
--mistica-font-weight-6: 400;
--mistica-font-weight-6: 500;
--mistica-font-size-7: 1.75rem;
--mistica-line-height-7: 2rem;
--mistica-font-weight-7: 400;
--mistica-font-weight-7: 500;
--mistica-font-size-8: 2rem;
--mistica-line-height-8: 2.5rem;
--mistica-font-weight-8: 400;
Expand All @@ -218,18 +218,18 @@
--mistica-font-weight-10: 400;
--mistica-font-size-cardTitle: 1.25rem;
--mistica-line-height-cardTitle: 1.5rem;
--mistica-font-weight-cardTitle: 400;
--mistica-font-weight-button: 400;
--mistica-font-weight-cardTitle: 500;
--mistica-font-weight-button: 500;
--mistica-font-size-tabsLabel: 1.125rem;
--mistica-line-height-tabsLabel: 1.5rem;
--mistica-font-weight-tabsLabel: 400;
--mistica-font-weight-link: 400;
--mistica-font-weight-title1: 400;
--mistica-font-weight-title2: 400;
--mistica-font-weight-tabsLabel: 500;
--mistica-font-weight-link: 500;
--mistica-font-weight-title1: 500;
--mistica-font-weight-title2: 500;
--mistica-font-size-title3: 1.125rem;
--mistica-line-height-title3: 1.5rem;
--mistica-font-weight-title3: 400;
--mistica-font-weight-indicator: 400;
--mistica-font-weight-title3: 500;
--mistica-font-weight-indicator: 500;
--mistica-font-weight-navigationBar: 400;
}

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telefonica/mistica",
"version": "16.4.0",
"version": "16.5.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -151,6 +151,7 @@
"@vanilla-extract/dynamic": "^2.1.1",
"@vanilla-extract/sprinkles": "^1.6.2",
"classnames": "^2.3.1",
"cubic-bezier": "^0.1.2",
"lottie-react": "^2.4.0",
"moment": "^2.29.1",
"react-autosuggest": "^10.1.0",
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6b410b0

Please sign in to comment.