@ilo-org/twig 0.9.1 → 0.9.3

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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @ilo-org/twig@0.9.1 build:lib /home/runner/work/designsystem/designsystem/packages/twig
2
+ > @ilo-org/twig@0.9.3 build:lib /home/runner/work/designsystem/designsystem/packages/twig
3
3
  > node importprefix.js && node importsvgs.js && pnpm output
4
4
 
5
5
  theme prefix added
6
6
 
7
- > @ilo-org/twig@0.9.1 output /home/runner/work/designsystem/designsystem/packages/twig
7
+ > @ilo-org/twig@0.9.3 output /home/runner/work/designsystem/designsystem/packages/twig
8
8
  > node outputtwigs.js
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @ilo-org/twig
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - cefc8690e: Correctly apply max-width to card wrappers
8
+ - Updated dependencies [cefc8690e]
9
+ - @ilo-org/styles@0.8.3
10
+
11
+ ## 0.9.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [270805a67]
16
+ - Updated dependencies [9ed7f815a]
17
+ - Updated dependencies [c81b76d1a]
18
+ - Updated dependencies [bffee71ef]
19
+ - @ilo-org/styles@0.8.2
20
+
3
21
  ## 0.9.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/twig",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Twig components for the ILO's Design System",
6
6
  "main": "",
@@ -25,7 +25,7 @@
25
25
  "@ilo-org/brand-assets": "0.1.0",
26
26
  "@ilo-org/fonts": "0.1.0",
27
27
  "@ilo-org/icons": "0.2.1",
28
- "@ilo-org/styles": "0.8.1",
28
+ "@ilo-org/styles": "0.8.3",
29
29
  "@ilo-org/themes": "0.2.0",
30
30
  "@ilo-org/utils": "0.0.11"
31
31
  },
@@ -2,7 +2,7 @@
2
2
  PROMO CARD COMPONENT
3
3
  #}
4
4
 
5
- <div class="{{prefix}}--card--wrapper">
5
+ <div class="{{prefix}}--card--wrapper {{prefix}}--card--wrapper__type__promo {{prefix}}--card--wrapper__type__promo__size__{{ size }}">
6
6
  <div class="{{prefix}}--card {{prefix}}--card__type__promo {{prefix}}--card__size__{{ size }} {{prefix}}--card__action {{prefix}}--card__theme__{{theme}} {% if cornercut %}{{prefix}}--card__cornercut{% endif %}">
7
7
  <a class="{{prefix}}--card--link" href="{{link}}" title="{{title}}">
8
8
  <span class="{{prefix}}--card--link--text">{{title}}</span>
@@ -74,8 +74,8 @@ cardgroup:
74
74
  label: Group of cards
75
75
  description: "The group of cards. Each card can be one of the following types: multilink, feature, detail, graphicpromo, stat, graphic, factlist, data."
76
76
  preview:
77
- - eyebrow: "Podcast"
78
- title: "Can digital technology be an equality machine?"
77
+ - eyebrow: "Press release"
78
+ title: "ILO welcomes first global agreement on working conditions and rights of professional football players"
79
79
  link: "https://www.ilo.org/"
80
80
  cta:
81
81
  label: "Read the press release"
@@ -93,8 +93,8 @@ cardgroup:
93
93
  src: "/images/large.jpg"
94
94
  - breakpoint: "(min-width: 1440px)"
95
95
  src: "/images/large.jpg"
96
- - eyebrow: "Podcast"
97
- title: "Can digital technology be an equality machine?"
96
+ - eyebrow: "Report"
97
+ title: "Renewable energy jobs hit 12.7 million globally"
98
98
  link: "https://www.ilo.org/"
99
99
  cta:
100
100
  label: "Read the press release"
@@ -113,7 +113,7 @@ cardgroup:
113
113
  - breakpoint: "(min-width: 1440px)"
114
114
  src: "/images/large.jpg"
115
115
  - eyebrow: "Podcast"
116
- title: "Can digital technology be an equality machine?"
116
+ title: "Telangana and Andhra Pradesh launch pre-departure handbook for Indians going to the European Union"
117
117
  link: "https://www.ilo.org/"
118
118
  cta:
119
119
  label: "Read the press release"