@ilo-org/twig 0.17.0 → 0.18.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.
Files changed (255) hide show
  1. package/dist/components/accordion/accordion-item.twig +22 -0
  2. package/dist/components/accordion/accordion.behavior.js +1 -0
  3. package/dist/components/accordion/accordion.css +1 -0
  4. package/dist/components/accordion/accordion.twig +16 -0
  5. package/dist/components/accordion/accordion.wingsuit.yml +77 -0
  6. package/dist/components/breadcrumb/breadcrumb.behavior.js +1 -0
  7. package/dist/components/breadcrumb/breadcrumb.css +1 -0
  8. package/dist/components/breadcrumb/breadcrumb.twig +43 -0
  9. package/dist/components/breadcrumb/breadcrumb.wingsuit.yml +36 -0
  10. package/dist/components/button/button.css +1 -0
  11. package/dist/components/button/button.twig +23 -0
  12. package/dist/components/button/button.wingsuit.yml +114 -0
  13. package/dist/components/callout/callout.behavior.js +1 -0
  14. package/dist/components/callout/callout.css +1 -0
  15. package/dist/components/callout/callout.twig +41 -0
  16. package/dist/components/callout/callout.wingsuit.yml +72 -0
  17. package/dist/components/card/card.css +1 -0
  18. package/dist/components/card/card.twig +24 -0
  19. package/dist/components/card/card.wingsuit.yml +227 -0
  20. package/dist/components/card_data/card_data.twig +101 -0
  21. package/dist/components/card_data/card_data.wingsuit.yml +135 -0
  22. package/dist/components/card_detail/card_detail.twig +37 -0
  23. package/dist/components/card_detail/card_detail.wingsuit.yml +71 -0
  24. package/dist/components/card_factlist/card_factlist.twig +21 -0
  25. package/dist/components/card_factlist/card_factlist.wingsuit.yml +46 -0
  26. package/dist/components/card_feature/card_feature.twig +39 -0
  27. package/dist/components/card_feature/card_feature.wingsuit.yml +80 -0
  28. package/dist/components/card_multilink/card_multilink.twig +45 -0
  29. package/dist/components/card_multilink/card_multilink.wingsuit.yml +91 -0
  30. package/dist/components/card_promo/card_promo.twig +35 -0
  31. package/dist/components/card_promo/card_promo.wingsuit.yml +71 -0
  32. package/dist/components/card_stat/card_stat.twig +24 -0
  33. package/dist/components/card_stat/card_stat.wingsuit.yml +44 -0
  34. package/dist/components/card_text/card_text.twig +35 -0
  35. package/dist/components/card_text/card_text.wingsuit.yml +57 -0
  36. package/dist/components/cardgroup/cardgroup.css +1 -0
  37. package/dist/components/cardgroup/cardgroup.twig +46 -0
  38. package/dist/components/cardgroup/cardgroup.wingsuit.yml +158 -0
  39. package/dist/components/checkbox/checkbox.css +1 -0
  40. package/dist/components/checkbox/checkbox.twig +17 -0
  41. package/dist/components/checkbox/checkbox.wingsuit.yml +84 -0
  42. package/dist/components/container/container.css +1 -0
  43. package/dist/components/contextmenu/contextmenu.css +1 -0
  44. package/dist/components/contextmenu/contextmenu.twig +12 -0
  45. package/dist/components/contextmenu/contextmenu.wingsuit.yml +24 -0
  46. package/dist/components/credit/credit.css +1 -0
  47. package/dist/components/datacard/datacard.css +1 -0
  48. package/dist/components/datepicker/datepicker.css +1 -0
  49. package/dist/components/datepicker/datepicker.twig +20 -0
  50. package/dist/components/datepicker/datepicker.wingsuit.yml +72 -0
  51. package/dist/components/detailcard/detailcard.css +1 -0
  52. package/dist/components/dropdown/dropdown.css +1 -0
  53. package/dist/components/dropdown/dropdown.twig +22 -0
  54. package/dist/components/dropdown/dropdown.wingsuit.yml +101 -0
  55. package/dist/components/empty/empty.css +1 -0
  56. package/dist/components/factlistcard/factlistcard.css +1 -0
  57. package/dist/components/featurecard/featurecard.css +1 -0
  58. package/dist/components/fieldset/fieldset.css +1 -0
  59. package/dist/components/file-upload/file-upload.css +1 -0
  60. package/dist/components/fileupload/fileupload.behavior.js +1 -0
  61. package/dist/components/fileupload/fileupload.twig +20 -0
  62. package/dist/components/fileupload/fileupload.wingsuit.yml +95 -0
  63. package/dist/components/footer/footer.css +1 -0
  64. package/dist/components/footer/footer.twig +63 -0
  65. package/dist/components/footer/footer.wingsuit.yml +106 -0
  66. package/dist/components/form/fieldset.twig +70 -0
  67. package/dist/components/form/form.css +1 -0
  68. package/dist/components/form/form.twig +19 -0
  69. package/dist/components/form/form.wingsuit.yml +205 -0
  70. package/dist/components/form/formcontrol.twig +89 -0
  71. package/dist/components/form/input.twig +10 -0
  72. package/dist/components/formcontrol/formcontrol.css +1 -0
  73. package/dist/components/heading/heading.css +1 -0
  74. package/dist/components/hero/hero.css +1 -0
  75. package/dist/components/hero/hero.twig +65 -0
  76. package/dist/components/hero/hero.wingsuit.yml +182 -0
  77. package/dist/components/herocard/herocard.css +1 -0
  78. package/dist/components/herocard/herocard.twig +30 -0
  79. package/dist/components/herocard/herocard.wingsuit.yml +71 -0
  80. package/dist/components/icon/icon.behavior.js +1 -0
  81. package/dist/components/icon/icon.css +1 -0
  82. package/dist/components/icon/icon.twig +4 -0
  83. package/dist/components/icon/icon.wingsuit.yml +29 -0
  84. package/dist/components/image/image.css +1 -0
  85. package/dist/components/image/image.twig +29 -0
  86. package/dist/components/image/image.wingsuit.yml +57 -0
  87. package/dist/components/input/input.css +1 -0
  88. package/dist/components/link/link.css +1 -0
  89. package/dist/components/link/link.twig +8 -0
  90. package/dist/components/link/link.wingsuit.yml +36 -0
  91. package/dist/components/linklist/linklist.behavior.js +1 -0
  92. package/dist/components/linklist/linklist.css +1 -0
  93. package/dist/components/linklist/linklist.twig +26 -0
  94. package/dist/components/linklist/linklist.wingsuit.yml +55 -0
  95. package/dist/components/list/list-item.twig +6 -0
  96. package/dist/components/list/list.css +1 -0
  97. package/dist/components/list/list.twig +35 -0
  98. package/dist/components/list/list.wingsuit.yml +60 -0
  99. package/dist/components/list-item/list-item.wingsuit.yml +19 -0
  100. package/dist/components/loading/loading.behavior.js +1 -0
  101. package/dist/components/loading/loading.css +1 -0
  102. package/dist/components/loading/loading.twig +8 -0
  103. package/dist/components/loading/loading.wingsuit.yml +39 -0
  104. package/dist/components/localnav/localnav.twig +86 -0
  105. package/dist/components/localnav/localnav.wingsuit.yml +88 -0
  106. package/dist/components/logo/logo.css +1 -0
  107. package/dist/components/logogrid/logogrid.css +1 -0
  108. package/dist/components/logogrid/logogrid.twig +17 -0
  109. package/dist/components/logogrid/logogrid.wingsuit.yml +45 -0
  110. package/dist/components/modal/modal.behavior.js +1 -0
  111. package/dist/components/modal/modal.css +1 -0
  112. package/dist/components/modal/modal.twig +20 -0
  113. package/dist/components/modal/modal.wingsuit.yml +61 -0
  114. package/dist/components/multilinkcard/multilinkcard.css +1 -0
  115. package/dist/components/navigation/navigation.behavior.js +1 -0
  116. package/dist/components/navigation/navigation.css +1 -0
  117. package/dist/components/navigation/navigation.twig +171 -0
  118. package/dist/components/navigation/navigation.wingsuit.yml +127 -0
  119. package/dist/components/notification/notification.behavior.js +1 -0
  120. package/dist/components/notification/notification.css +1 -0
  121. package/dist/components/notification/notification.twig +18 -0
  122. package/dist/components/notification/notification.wingsuit.yml +59 -0
  123. package/dist/components/numberpicker/numberpicker.twig +16 -0
  124. package/dist/components/numberpicker/numberpicker.wingsuit.yml +92 -0
  125. package/dist/components/pagination/pagination.css +1 -0
  126. package/dist/components/pagination/pagination.twig +49 -0
  127. package/dist/components/pagination/pagination.wingsuit.yml +75 -0
  128. package/dist/components/picture/picture.twig +21 -0
  129. package/dist/components/polyfill/polyfill.twig +10 -0
  130. package/dist/components/profile/profile.css +1 -0
  131. package/dist/components/profile/profile.twig +26 -0
  132. package/dist/components/profile/profile.wingsuit.yml +46 -0
  133. package/dist/components/promocard/promocard.css +1 -0
  134. package/dist/components/radio/radio.css +1 -0
  135. package/dist/components/radio/radio.twig +23 -0
  136. package/dist/components/radio/radio.wingsuit.yml +84 -0
  137. package/dist/components/readmore/readmore.behavior.js +1 -0
  138. package/dist/components/readmore/readmore.css +1 -0
  139. package/dist/components/readmore/readmore.twig +16 -0
  140. package/dist/components/readmore/readmore.wingsuit.yml +37 -0
  141. package/dist/components/richtext/richtext.css +1 -0
  142. package/dist/components/richtext/richtext.twig +6 -0
  143. package/dist/components/richtext/richtext.wingsuit.yml +13 -0
  144. package/dist/components/search/search.behavior.js +1 -0
  145. package/dist/components/search/search.twig +31 -0
  146. package/dist/components/search/search.wingsuit.yml +90 -0
  147. package/dist/components/searchfield/searchfield.css +1 -0
  148. package/dist/components/socialmedia/socialmedia.css +1 -0
  149. package/dist/components/socialmedia/socialmedia.twig +17 -0
  150. package/dist/components/socialmedia/socialmedia.wingsuit.yml +59 -0
  151. package/dist/components/statcard/statcard.css +1 -0
  152. package/dist/components/table/table.behavior.js +1 -0
  153. package/dist/components/table/table.css +1 -0
  154. package/dist/components/table/table.twig +39 -0
  155. package/dist/components/table/table.wingsuit.yml +112 -0
  156. package/dist/components/tableofcontents/tableofcontents.behavior.js +1 -0
  157. package/dist/components/tableofcontents/tableofcontents.css +1 -0
  158. package/dist/components/tableofcontents/tableofcontents.twig +47 -0
  159. package/dist/components/tableofcontents/tableofcontents.wingsuit.yml +44 -0
  160. package/dist/components/tabs/tabs.behavior.js +1 -0
  161. package/dist/components/tabs/tabs.css +1 -0
  162. package/dist/components/tabs/tabs.twig +26 -0
  163. package/dist/components/tabs/tabs.wingsuit.yml +169 -0
  164. package/dist/components/tag/tag.behavior.js +1 -0
  165. package/dist/components/tag/tag.css +1 -0
  166. package/dist/components/tag/tag.wingsuit.yml +44 -0
  167. package/dist/components/tags/tag.twig +30 -0
  168. package/dist/components/tags/tags.twig +15 -0
  169. package/dist/components/tags/tags.wingsuit.yml +45 -0
  170. package/dist/components/textarea/textarea.css +1 -0
  171. package/dist/components/textarea/textarea.twig +14 -0
  172. package/dist/components/textarea/textarea.wingsuit.yml +127 -0
  173. package/dist/components/textcard/textcard.css +1 -0
  174. package/dist/components/textinput/textinput.css +1 -0
  175. package/dist/components/textinput/textinput.twig +14 -0
  176. package/dist/components/textinput/textinput.wingsuit.yml +87 -0
  177. package/dist/components/toggle/toggle.css +1 -0
  178. package/dist/components/toggle/toggle.twig +36 -0
  179. package/dist/components/toggle/toggle.wingsuit.yml +95 -0
  180. package/dist/components/tooltip/tooltip.behavior.js +1 -0
  181. package/dist/components/tooltip/tooltip.css +1 -0
  182. package/dist/components/tooltip/tooltip.twig +14 -0
  183. package/dist/components/tooltip/tooltip.wingsuit.yml +53 -0
  184. package/dist/components/video/video.behavior.js +16 -0
  185. package/dist/components/video/video.css +1 -0
  186. package/dist/components/video/video.twig +18 -0
  187. package/dist/components/video/video.wingsuit.yml +82 -0
  188. package/dist/components/video/videoplayer.twig +8 -0
  189. package/dist/global/styles.css +2 -0
  190. package/package.json +13 -9
  191. package/src/patterns/components/checkbox/checkbox.wingsuit.yml +1 -0
  192. package/src/patterns/components/dropdown/dropdown.wingsuit.yml +2 -1
  193. package/src/patterns/components/fileupload/fileupload.wingsuit.yml +1 -0
  194. package/src/patterns/components/list/list-item.twig +1 -1
  195. package/src/patterns/components/list/list-item.wingsuit.yml +1 -1
  196. package/src/patterns/components/list/list.twig +2 -2
  197. package/src/patterns/components/list/list.wingsuit.yml +11 -11
  198. package/src/patterns/components/navigation/navigation.wingsuit.yml +1 -0
  199. package/src/patterns/components/numberpicker/numberpicker.wingsuit.yml +1 -0
  200. package/src/patterns/components/radio/radio.wingsuit.yml +1 -0
  201. package/src/patterns/components/search/search.wingsuit.yml +1 -0
  202. package/src/patterns/components/tags/tag.twig +4 -4
  203. package/src/patterns/components/tags/tag.wingsuit.yml +4 -3
  204. package/src/patterns/components/tags/tags.twig +1 -1
  205. package/src/patterns/components/tags/tags.wingsuit.yml +3 -3
  206. package/src/patterns/components/textarea/textarea.wingsuit.yml +1 -0
  207. package/src/patterns/components/textinput/textinput.wingsuit.yml +1 -0
  208. package/src/patterns/components/toggle/toggle.wingsuit.yml +1 -0
  209. package/.browserslistrc +0 -4
  210. package/.eslintrc.js +0 -25
  211. package/.stylelintignore +0 -9
  212. package/.stylelintrc +0 -19
  213. package/.turbo/turbo-build:lib.log +0 -71
  214. package/CHANGELOG.md +0 -1036
  215. package/apps/storybook/assets.js +0 -10
  216. package/apps/storybook/main.js +0 -27
  217. package/apps/storybook/manager-head.html +0 -92
  218. package/apps/storybook/manager.js +0 -7
  219. package/apps/storybook/patterns/colors.stories.mdx +0 -23
  220. package/apps/storybook/patterns/intro.stories.mdx +0 -184
  221. package/apps/storybook/patterns/typeset.stories.mdx +0 -32
  222. package/apps/storybook/patterns/welcome.stories.mdx +0 -33
  223. package/apps/storybook/preview-body.html +0 -4
  224. package/apps/storybook/preview-head.html +0 -5
  225. package/apps/storybook/preview.js +0 -36
  226. package/apps/storybook/styles.scss +0 -25
  227. package/apps/storybook/theme.js +0 -46
  228. package/apps/storybook/welcome.scss +0 -131
  229. package/babel.config.js +0 -16
  230. package/copystyles.js +0 -16
  231. package/copytemplates.js +0 -27
  232. package/images/fao-logo.svg +0 -195
  233. package/images/favicon.ico +0 -0
  234. package/images/hero.jpg +0 -0
  235. package/images/ilo-dg.jpg +0 -0
  236. package/images/ilo-headquarters.jpg +0 -0
  237. package/images/large.jpg +0 -0
  238. package/images/logo_en_horizontal_blue.svg +0 -893
  239. package/images/media-file-poster.jpg +0 -0
  240. package/images/medium.jpg +0 -0
  241. package/images/publication.jpg +0 -0
  242. package/images/small.jpg +0 -0
  243. package/images/twig.svg +0 -6
  244. package/images/unhcr-logo.svg +0 -1
  245. package/images/unicef-logo.png +0 -0
  246. package/images/video-example.mp4 +0 -0
  247. package/images/wfp-logo.svg +0 -1
  248. package/images/who-logo.svg +0 -1
  249. package/images/youtube-video-poster.avif +0 -0
  250. package/importprefix.js +0 -20
  251. package/importsvgs.js +0 -5
  252. package/jest.config.js +0 -18
  253. package/postcss.config.js +0 -6
  254. package/rollup.config.js +0 -31
  255. package/wingsuit.config.js +0 -28
package/CHANGELOG.md DELETED
@@ -1,1036 +0,0 @@
1
- # @ilo-org/twig
2
-
3
- ## 0.17.0
4
-
5
- ### Minor Changes
6
-
7
- - 62ac366e3: Started publishing bundled js and compiled css for each component to npm
8
- - 977e15006: Fixes a bug where some distribution assets weren't getting included in Design System packages while a lot of non-essential development assets were. At the same time, this removes some `src` directories from the packages which some consumers might have been using.
9
- - 7728f1f64: Fix Wingsuit definition making sure that they can be properly read by an actual Drupal site. Also, remove excessive use of "|raw".
10
- - d3bc4af8f: Fixed the substitution of the prefix
11
-
12
- ### Patch Changes
13
-
14
- - 8e6c502a7: Fixes some layout issues in List that caused parts of the list item numbers to get chopped off in ordered lists when they were rendered in containers with hidden overflow, as well as some incorrect rendering in RTL layouts.
15
- - 977e15006: Refactor of how Twig outputs templates and bundles JavaScript for components
16
- - 83c0b3682: Add styling to links in breadcrumb
17
- - 24957c9f5: added home screen
18
- - Updated dependencies [3ceaceaa3]
19
- - Updated dependencies [13bcd92df]
20
- - Updated dependencies [8e6c502a7]
21
- - Updated dependencies [f5a78ab73]
22
- - Updated dependencies [d0a08d7c3]
23
- - Updated dependencies [977e15006]
24
- - @ilo-org/styles@0.16.0
25
- - @ilo-org/brand-assets@0.5.0
26
- - @ilo-org/fonts@0.2.0
27
- - @ilo-org/icons@0.3.0
28
- - @ilo-org/themes@0.8.0
29
- - @ilo-org/utils@0.1.0
30
-
31
- ## 0.16.3
32
-
33
- ### Patch Changes
34
-
35
- - 9a326f047: fixed accordion a11y
36
- - 77fbf565d: Fix lighthouse accessibility audit error of tabs attributes not matching their roles
37
- - 10dadfad7: Fix design bug in pagination for rtl
38
- - Updated dependencies [7e1460a88]
39
- - Updated dependencies [10dadfad7]
40
- - Updated dependencies [5bc989f5d]
41
- - @ilo-org/styles@0.15.0
42
-
43
- ## 0.16.2
44
-
45
- ### Patch Changes
46
-
47
- - 4ed63c1a1: Fix bug in Multilink Card that prevented `alignment` property from being applied was size was set to `fluid`.
48
- - Updated dependencies [94c28eae7]
49
- - @ilo-org/styles@0.14.2
50
-
51
- ## 0.16.1
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies [d44ee1021]
56
- - Updated dependencies [be59e9c1f]
57
- - @ilo-org/styles@0.14.1
58
- - @ilo-org/themes@0.7.2
59
-
60
- ## 0.16.0
61
-
62
- ### Minor Changes
63
-
64
- - 138890e7a: implemented new icon component
65
-
66
- ### Patch Changes
67
-
68
- - ac23bf484: Add clear button to search input field
69
- - fd26dbafc: Enable Button to use newly refactored Icon component
70
- - db2ecaf48: Correct the way the Table of Contents passes properties to the Open and Close buttons.
71
- - Updated dependencies [ac23bf484]
72
- - Updated dependencies [1b9c54f99]
73
- - Updated dependencies [138890e7a]
74
- - @ilo-org/styles@0.14.0
75
-
76
- ## 0.15.0
77
-
78
- ### Minor Changes
79
-
80
- - 4153f99b5: Removed black bars from youtube ebedded video
81
- - 1ed3123ae: Re-implemented video.js styles
82
-
83
- ### Patch Changes
84
-
85
- - 9bf73c7bd: Fix lists containing other elements than li items to improve accessibility
86
- - a3c872512: separated labels for breadcrumbs
87
- - 056754038: Revise and refactor color names with the same values and remove duplicates and replace where it was used
88
- - e1000fbbd: added legacy classname for react video component
89
- - Updated dependencies [4153f99b5]
90
- - Updated dependencies [c8de2b695]
91
- - Updated dependencies [7472dd625]
92
- - Updated dependencies [b3298a267]
93
- - Updated dependencies [bf4432d7c]
94
- - Updated dependencies [1ed3123ae]
95
- - Updated dependencies [f76a35fdc]
96
- - Updated dependencies [a3c872512]
97
- - Updated dependencies [056754038]
98
- - Updated dependencies [4bbac5457]
99
- - Updated dependencies [e1000fbbd]
100
- - Updated dependencies [ac58b53d2]
101
- - Updated dependencies [51b20d4aa]
102
- - Updated dependencies [5a1e32f8e]
103
- - Updated dependencies [52eeae214]
104
- - Updated dependencies [709675b79]
105
- - @ilo-org/styles@0.13.3
106
- - @ilo-org/brand-assets@0.4.0
107
- - @ilo-org/themes@0.7.1
108
-
109
- ## 0.14.6
110
-
111
- ### Patch Changes
112
-
113
- - Updated dependencies [2f7fe6c69]
114
- - @ilo-org/brand-assets@0.3.1
115
-
116
- ## 0.14.5
117
-
118
- ### Patch Changes
119
-
120
- - Updated dependencies [dcb36eeef]
121
- - @ilo-org/brand-assets@0.3.0
122
-
123
- ## 0.14.4
124
-
125
- ### Patch Changes
126
-
127
- - f557eb372: breadcrumbs: added check for context items
128
-
129
- ## 0.14.3
130
-
131
- ### Patch Changes
132
-
133
- - ba3fdf8fc: Update how the breakpoints are set on the Hero twig component.
134
- - fb6b65ec3: Fix alignment value to be used from cardgroup and passed on to the card
135
- - e077aa740: Add a condition to check the breakpoint value.
136
- - 67ac66a79: Refactor option label to be a child component instead of an attribute to improve screen reader experience
137
- - e34e17292: Add optional name paramater that will pass a string to the button element's underlying name attribute
138
- - d74d0161f: Refactor card heading from h5 to h3 to ensure headings are in sequential order to improve accessibility
139
- - d0e3e8c87: Add optional string modalLabel parameter to be used as aria-label attribute in modal
140
- - 261413766: Add block to wrap label, as required in Drupal development.
141
- - 1ddab579a: Refactor tab role to be in the proper child element in tabs so that they peform their intended accessibility functions
142
- - Updated dependencies [16dea2974]
143
- - Updated dependencies [0d0341a3c]
144
- - @ilo-org/styles@0.13.2
145
-
146
- ## 0.14.2
147
-
148
- ### Patch Changes
149
-
150
- - d67dc414b: Don't show language selector in Nav if no links are passed to the Language Context Menu
151
- - Updated dependencies [08a2141cc]
152
- - Updated dependencies [dea2d0a07]
153
- - @ilo-org/styles@0.13.1
154
-
155
- ## 0.14.1
156
-
157
- ### Patch Changes
158
-
159
- - 9d79b2a6f: Modify tooltip label and icon condition
160
- - 1e6365385: Add popperjs as a dependency in twig instead of as a dev dependency
161
-
162
- ## 0.14.0
163
-
164
- ### Minor Changes
165
-
166
- - df7080c80: Used popper library to handle tooltip
167
- - 6fe60e0d6: Add a `gap` setting to the hero card that allows the developer to set an optional background color on the entire Hero,
168
- which fills the "gap" between the bottom of the Hero Card and the bottom of the hero image when `align` is set to `bottom` or `baseline`. Options are `transparent`, `white`, `light` and `dark`.
169
-
170
- ### Patch Changes
171
-
172
- - b014e9af0: Fix Breadcrumb incorrectly assuming there will always be at least two links
173
- - c54ce9923: Fix Breadcrumb spacing vis-a-vis Hero
174
- - a78b32be4: Add eyebrow to multilink card
175
- - 9ed7b873d: build(deps-dev): bump postcss from 8.4.21 to 8.4.31
176
- - Updated dependencies [df7080c80]
177
- - Updated dependencies [c5eaabd55]
178
- - Updated dependencies [720825342]
179
- - Updated dependencies [6f86e7a94]
180
- - Updated dependencies [94b03b9be]
181
- - Updated dependencies [c54ce9923]
182
- - Updated dependencies [6fe60e0d6]
183
- - Updated dependencies [9ed7b873d]
184
- - Updated dependencies [c173ec9f8]
185
- - @ilo-org/styles@0.13.0
186
-
187
- ## 0.13.0
188
-
189
- ### Minor Changes
190
-
191
- - 55f0c47aa: Added chained hover effect for video play button
192
- - 39e6bab1f: Implemented functionality for external links to open in new browser tab
193
-
194
- ### Patch Changes
195
-
196
- - cf4d43446: added hover effect for anchor item inside indented linked list
197
- - 3be0a12ac: reduced padding for accordion inner panel
198
- - ca463b9b7: added full width on mobile viewport for affected cards
199
- - 5df8f748a: fixed text input invalid state
200
- - ee17a3bd2: Top spacing should be removed in hero card when there is no image
201
- - cfba6422c: Make sure Breadcrumb shows first link when condensed with ellipses
202
- - 5ad95a48f: Remove link from multicard when its not available
203
- - Updated dependencies [ed548bcfc]
204
- - Updated dependencies [4522e79de]
205
- - Updated dependencies [bf1ec0843]
206
- - Updated dependencies [34c8c9a8f]
207
- - Updated dependencies [05a5a4b84]
208
- - Updated dependencies [ccdb35c99]
209
- - Updated dependencies [cf4d43446]
210
- - Updated dependencies [e8cec8dfc]
211
- - Updated dependencies [045602383]
212
- - Updated dependencies [5e051fc7a]
213
- - Updated dependencies [d74847eff]
214
- - Updated dependencies [b04dd21bb]
215
- - Updated dependencies [060748c0f]
216
- - Updated dependencies [ff62947c3]
217
- - Updated dependencies [02a0e177e]
218
- - Updated dependencies [a010a5077]
219
- - Updated dependencies [9b960abc2]
220
- - Updated dependencies [55f0c47aa]
221
- - Updated dependencies [30b275924]
222
- - Updated dependencies [690efdabb]
223
- - Updated dependencies [e48c3cdbd]
224
- - Updated dependencies [01c4126c2]
225
- - Updated dependencies [309733cdd]
226
- - Updated dependencies [2b02101ef]
227
- - Updated dependencies [4a5afb00e]
228
- - Updated dependencies [aa4dce006]
229
- - Updated dependencies [1794fc434]
230
- - Updated dependencies [c885bf0cd]
231
- - Updated dependencies [ea4ac05ea]
232
- - Updated dependencies [3be0a12ac]
233
- - Updated dependencies [f0dbaa608]
234
- - Updated dependencies [b976f7221]
235
- - Updated dependencies [ca463b9b7]
236
- - Updated dependencies [6d089ba7f]
237
- - Updated dependencies [ec4cec224]
238
- - Updated dependencies [a8ce5d3fc]
239
- - Updated dependencies [bec744d2e]
240
- - Updated dependencies [6be769d3f]
241
- - Updated dependencies [5df8f748a]
242
- - Updated dependencies [ee17a3bd2]
243
- - Updated dependencies [cfba6422c]
244
- - Updated dependencies [03d0b6549]
245
- - Updated dependencies [b972abe2e]
246
- - Updated dependencies [1e58f9c7d]
247
- - Updated dependencies [f0e5b51b9]
248
- - Updated dependencies [76db527a0]
249
- - Updated dependencies [70c645779]
250
- - Updated dependencies [86189a0d7]
251
- - @ilo-org/styles@0.12.0
252
- - @ilo-org/themes@0.7.0
253
-
254
- ## 0.12.2
255
-
256
- ### Patch Changes
257
-
258
- - 9b1d93031: Fix various styling issues with the Profile.
259
- - 7dedac6dd: Fix Callout styles
260
- - 1c65834a5: Change hero card date position
261
- - 8d912f712: Make the accordion function properly inside a modal window. This also smoothens animations and simplifies the accordion styles.
262
- - bd6fcbb9d: In Navigation, fix bug where clicking inside the Search Box would then close it immediately. This also fixes a similar issue in the context menu.
263
- - 50ed7febf: Align source to the bottom of Stat Cards
264
- - 44e42762f: fixed input border-radius on iOS Safari
265
- - Updated dependencies [9b1d93031]
266
- - Updated dependencies [1f7525b0d]
267
- - Updated dependencies [632a16fcf]
268
- - Updated dependencies [b8e8265ce]
269
- - Updated dependencies [7dedac6dd]
270
- - Updated dependencies [8d912f712]
271
- - Updated dependencies [50ed7febf]
272
- - Updated dependencies [44e42762f]
273
- - @ilo-org/styles@0.11.2
274
- - @ilo-org/fonts@0.1.2
275
-
276
- ## 0.12.1
277
-
278
- ### Patch Changes
279
-
280
- - Updated dependencies [78f48eff5]
281
- - Updated dependencies [03b3c26e4]
282
- - @ilo-org/fonts@0.1.1
283
- - @ilo-org/styles@0.11.1
284
-
285
- ## 0.12.0
286
-
287
- ### Minor Changes
288
-
289
- - b7fcf3426: Data Card dataset field takes an optional `cta` argument that renders a list of secondary buttons with possible headline
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [b7fcf3426]
294
- - Updated dependencies [27624a076]
295
- - @ilo-org/styles@0.11.0
296
-
297
- ## 0.11.5
298
-
299
- ### Patch Changes
300
-
301
- - 1a6d0671f: Align Hero Card content with main body content when `justify` is set to `start` or `offset`
302
- - Updated dependencies [266671491]
303
- - Updated dependencies [244fae9db]
304
- - Updated dependencies [1a6d0671f]
305
- - Updated dependencies [371faf0fb]
306
- - @ilo-org/styles@0.10.6
307
-
308
- ## 0.11.4
309
-
310
- ### Patch Changes
311
-
312
- - Updated dependencies [2c4331403]
313
- - @ilo-org/styles@0.10.5
314
- - @ilo-org/themes@0.6.1
315
-
316
- ## 0.11.3
317
-
318
- ### Patch Changes
319
-
320
- - Updated dependencies [477ccf7c0]
321
- - @ilo-org/styles@0.10.4
322
-
323
- ## 0.11.2
324
-
325
- ### Patch Changes
326
-
327
- - Updated dependencies [0e2e0a039]
328
- - @ilo-org/styles@0.10.3
329
-
330
- ## 0.11.1
331
-
332
- ### Patch Changes
333
-
334
- - 515502c24: The Hero component accepts top level `theme` and `background` variables that it will pass to the card. Otherwise, it's still possible to pass them directly to the card on an object with all of the other card properties.
335
- - 7c5bb7bed: Update Hero to insert standard hero card offset so as to align it with content in the main content container
336
- - Updated dependencies [ee517d0f2]
337
- - Updated dependencies [71002bcde]
338
- - Updated dependencies [703bc66a6]
339
- - Updated dependencies [ad52c6442]
340
- - Updated dependencies [9be1cd23e]
341
- - @ilo-org/styles@0.10.2
342
- - @ilo-org/themes@0.6.0
343
-
344
- ## 0.11.0
345
-
346
- ### Minor Changes
347
-
348
- - 455e1b626: Add Radio as form element
349
- - 41f933135: Adds File Upload as form element
350
- - 4f439c1bf: Add Number Picker as form element
351
- - b7e6cda36: Add TextArea as form element
352
- - 2acffbd2e: Add Toggle as form element
353
-
354
- ### Patch Changes
355
-
356
- - bd5919f50: Setting formControlClass as a variable with the default value at the begining of the template.
357
- - a43230b26: Add blocks to override with Drupal search block on the navigation.
358
- - c86fa4f33: Fix tooltip icon appearing in the wrong color. This adds a new parameter `icontheme` for the tooltip, which defaults to light.
359
- - 86b5b118a: Set name as default id for TextInput
360
- - Updated dependencies [c3b0e6def]
361
- - Updated dependencies [39ff32a91]
362
- - Updated dependencies [0488bc66e]
363
- - Updated dependencies [c86fa4f33]
364
- - @ilo-org/styles@0.10.1
365
- - @ilo-org/themes@0.5.1
366
-
367
- ## 0.10.5
368
-
369
- ### Patch Changes
370
-
371
- - ad590b833: Use container class to set max widths and padding for Navigation
372
- - e575c2973: Fit content in the footer inside a 1300px max-width container
373
- - Updated dependencies [1e18e0ca9]
374
- - Updated dependencies [ad590b833]
375
- - Updated dependencies [6c4ebfeb3]
376
- - Updated dependencies [e575c2973]
377
- - Updated dependencies [e575c2973]
378
- - Updated dependencies [73640499b]
379
- - @ilo-org/styles@0.10.0
380
- - @ilo-org/themes@0.5.0
381
-
382
- ## 0.10.4
383
-
384
- ### Patch Changes
385
-
386
- - Updated dependencies [3290283dd]
387
- - @ilo-org/themes@0.4.0
388
- - @ilo-org/styles@0.9.2
389
-
390
- ## 0.10.3
391
-
392
- ### Patch Changes
393
-
394
- - 260be930f: Fix the Icon component being unable to actually render icons. This was happening because the icon files generated during build were not being included in the package published to npm.
395
-
396
- ## 0.10.2
397
-
398
- ### Patch Changes
399
-
400
- - 3661a0200: Fix bug in Button where icons appeared outside the borders of the button. This was caused by the attribute being mislabelled in the twig component preventing the correct classname from being applied.
401
- - Updated dependencies [c0fb36a66]
402
- - @ilo-org/brand-assets@0.2.0
403
-
404
- ## 0.10.1
405
-
406
- ### Patch Changes
407
-
408
- - ac70147d0: Add a block wrap the modal content so it can be overriden.
409
-
410
- ## 0.10.0
411
-
412
- ### Minor Changes
413
-
414
- - 5a4a7255a: This includes an initial refactor of the Form component and exposes several sub-components so they can be used directly by the developer without the Form component if they need to. So far, the Checkbox, Date Picker, Dropdown, Search and Text Input are exposed. Legacy form components have been removed from the documentation and should not be used, they will be refactored and exposed properly in the next version.
415
-
416
- ### Patch Changes
417
-
418
- - Updated dependencies [5a4a7255a]
419
- - Updated dependencies [5a4a7255a]
420
- - Updated dependencies [5a4a7255a]
421
- - @ilo-org/themes@0.3.0
422
- - @ilo-org/styles@0.9.1
423
-
424
- ## 0.9.5
425
-
426
- ### Patch Changes
427
-
428
- - 897fe5766: fix click event bubbling
429
- - Updated dependencies [897fe5766]
430
- - Updated dependencies [897fe5766]
431
- - Updated dependencies [897fe5766]
432
- - @ilo-org/styles@0.9.0
433
-
434
- ## 0.9.4
435
-
436
- ### Patch Changes
437
-
438
- - 58bc8ff88: Remove justify setting on card group
439
- - 58bc8ff88: Ensure cards in card group take up full width of card group and always have the same gap
440
- - Updated dependencies [58bc8ff88]
441
- - Updated dependencies [58a708c3a]
442
- - @ilo-org/styles@0.8.4
443
-
444
- ## 0.9.3
445
-
446
- ### Patch Changes
447
-
448
- - cefc8690e: Correctly apply max-width to card wrappers
449
- - Updated dependencies [cefc8690e]
450
- - @ilo-org/styles@0.8.3
451
-
452
- ## 0.9.2
453
-
454
- ### Patch Changes
455
-
456
- - Updated dependencies [270805a67]
457
- - Updated dependencies [9ed7f815a]
458
- - Updated dependencies [c81b76d1a]
459
- - Updated dependencies [bffee71ef]
460
- - @ilo-org/styles@0.8.2
461
-
462
- ## 0.9.1
463
-
464
- ### Patch Changes
465
-
466
- - 76e3c3efa: build(deps-dev): bump lodash from 4.17.20 to 4.17.21
467
- - b90ff5984: Add `size` prop back to Card Group so that it can be used to set layout options.
468
- - Updated dependencies [5887810c3]
469
- - @ilo-org/styles@0.8.1
470
-
471
- ## 0.9.0
472
-
473
- ### Minor Changes
474
-
475
- - 9edcc451f: Add 2-column layout for Data Cards. `columns` setting allows users to choose preferred layout option.
476
-
477
- ### Patch Changes
478
-
479
- - 289d2f3f6: Fix response images not working when only one breakpoint url is provided
480
- - Updated dependencies [9edcc451f]
481
- - Updated dependencies [9edcc451f]
482
- - @ilo-org/styles@0.8.0
483
-
484
- ## 0.8.2
485
-
486
- ### Patch Changes
487
-
488
- - Updated dependencies [0cb90a388]
489
- - Updated dependencies [b0797d2f9]
490
- - @ilo-org/styles@0.7.2
491
-
492
- ## 0.8.1
493
-
494
- ### Patch Changes
495
-
496
- - 0fd4b60df: - In Card Group, set `theme` and `type` properties for Cards on Card Group, not on invididual cards
497
- - Use `cardcount` to determine how many cards should be in a row and how wide they should be.
498
- - Updated dependencies [0fd4b60df]
499
- - @ilo-org/styles@0.7.1
500
-
501
- ## 0.8.0
502
-
503
- ### Minor Changes
504
-
505
- - bdeca8720: Refactor the Card Group in line with changes made to the Cards.
506
-
507
- - Width of the cards in the card group are set via a new `size` property that uses the `size` property of the cards in the group.
508
- - A new `collapsed` property optionally removes the space between the cards so they are touching.
509
- - A new `justify` property allows the user to horizontally align the cards to the beginning or center, or to the left and right edges of the container.
510
-
511
- - ba46a3a7d: Complete refactor of the Card component. Exposes each individual card as a separate template that can be imported individually or via the `Card` component using the `type` property.
512
-
513
- Settings for the `Card` component change as follows:
514
-
515
- - `cornercut` is deprecated for all cards except the Promo Card. For the others, it’s determined automatically by the type of card.
516
- - `alignment` is deprecated for all cards except the Multilink Card, where it determines where the image should be placed, when size is set to wide.
517
- - `size` has the following options: `narrow`, `wide`, `standard` and `fluid`. When a component only has two sizes, the options are `narrow`, `wide` and `fluid` and the default is `narrow`. When it has three options, all of the options are available and the default is `standard`. `fluid` is a new option which sets the card to be as wide as its container.
518
- - `eventDetails` becomes `dateExtra`
519
- - `imageAlt` is moved to `image.alt`
520
- - `loading` is moved to `image.loading`
521
-
522
- The following options for the Card's `type` setting have changed as follows:
523
-
524
- - `graphic` becomes `text`
525
- - `graphicpromo` becomes `promo`
526
-
527
- ### Patch Changes
528
-
529
- - ee2889916: Cards are not clickable if they are passed a cta prop, only the cta is clickable
530
- - 8b12345cb: Remove alignment prop from Card component, which didn't do anything
531
- - ba46a3a7d: Create new picture component to be used internally where responsive images are needed without captions.
532
- - 8b12345cb: In Card, change cornercut options to be boolean `true` or `false`
533
- - Updated dependencies [ba46a3a7d]
534
- - Updated dependencies [bdeca8720]
535
- - Updated dependencies [bbd9262d1]
536
- - Updated dependencies [ee14cd3d3]
537
- - Updated dependencies [b56d55cfd]
538
- - Updated dependencies [5022dfc4c]
539
- - Updated dependencies [bacc0bba7]
540
- - Updated dependencies [ba46a3a7d]
541
- - Updated dependencies [652966ab7]
542
- - @ilo-org/styles@0.7.0
543
-
544
- ## 0.7.0
545
-
546
- ### Minor Changes
547
-
548
- - c0648530f: Accordion items can now be made scrollable by passing `scroll: true` to the Accordion Panel component.
549
- - d3c276e92: Add LogoGrid component which shows a list of logos with an optional link
550
-
551
- ### Patch Changes
552
-
553
- - Updated dependencies [c0648530f]
554
- - Updated dependencies [0dc9a8538]
555
- - @ilo-org/styles@0.6.0
556
-
557
- ## 0.6.0
558
-
559
- ### Minor Changes
560
-
561
- - 0f45a7aae: Add new social media component and use in hero card and footer components
562
-
563
- ### Patch Changes
564
-
565
- - Updated dependencies [0f45a7aae]
566
- - Updated dependencies [0f45a7aae]
567
- - Updated dependencies [0f45a7aae]
568
- - Updated dependencies [0f45a7aae]
569
- - Updated dependencies [2f6b0e73f]
570
- - @ilo-org/themes@0.2.0
571
- - @ilo-org/icons@0.2.1
572
- - @ilo-org/styles@0.5.0
573
-
574
- ## 0.5.0
575
-
576
- ### Minor Changes
577
-
578
- - e74f529ac: Refactor hero and hero card component. Expose layout and style options more explicitly and remove parameters and classes that refer to specific template names which could change.
579
- - cc4fe4ba6: In the Callout component, use the Button component so it can take a url and act as a link
580
-
581
- ### Patch Changes
582
-
583
- - bb9180a14: In hero, make sure breadcrumb is not null and not empty or it could render unintentionally
584
- - Updated dependencies [5df0bb1a9]
585
- - Updated dependencies [51b4be31a]
586
- - Updated dependencies [6a7dbe609]
587
- - Updated dependencies [b498c19c4]
588
- - @ilo-org/icons@0.2.0
589
- - @ilo-org/themes@0.1.16
590
- - @ilo-org/styles@0.4.0
591
-
592
- ## 0.4.1
593
-
594
- ### Patch Changes
595
-
596
- - 7cb5e74da: Add attributes to videoplayer missing.
597
- - 2c843d726: Delete source tag duplicated.
598
-
599
- ## 0.4.0
600
-
601
- ### Minor Changes
602
-
603
- - 36f5da68a: In responsive images, allow the breakpoint property to take either a string containing a media query or a number that will indicate the minimum width of the viewport at which the image should be displayed.
604
-
605
- ### Patch Changes
606
-
607
- - 11801070b: Change request for videojs player to be able to work with Youtube videos.
608
- - 1692a67dc: Remove needless console.logs
609
- - bbfa1d9b9: Add Alt and loading card variables on cardgroup template.
610
- - 1b942833b: Remove max-width for the video component. Not needed.
611
- - Updated dependencies [11801070b]
612
- - Updated dependencies [1b942833b]
613
- - @ilo-org/styles@0.3.5
614
-
615
- ## 0.3.1
616
-
617
- ### Patch Changes
618
-
619
- - Updated dependencies [ee2e53f51]
620
- - @ilo-org/styles@0.3.4
621
-
622
- ## 0.3.0
623
-
624
- ### Minor Changes
625
-
626
- - ee859111c: Add support for reponsive images in the Card component. The `image` field can take either a string (for a non-responsive image) or an array of objects with an `src` and `breakpoint` property. The `image` field of the card now works the same way as the `url` field of the Image component. This also adds an `imageAlt` field that applies a describe alt tag to the image.
627
-
628
- ### Patch Changes
629
-
630
- - ee859111c: Fixes bug where touch events on the mobile open/close buttons inadvertantly activated the logo link. Also correctly hides the mobile nav when it's closed so it doesn't show up in the tab order and can't be clicked.
631
- - Updated dependencies [ee859111c]
632
- - Updated dependencies [ee859111c]
633
- - Updated dependencies [ee859111c]
634
- - @ilo-org/styles@0.3.3
635
-
636
- ## 0.2.26
637
-
638
- ### Patch Changes
639
-
640
- - 4dd7f57a5: Add an if statement to all Drupal.behaviors to avoid calling js functions more than once.
641
- - 44ff8b6db: Add responsive image structure to card images. Add loading attribute for card images and image component.
642
-
643
- ## 0.2.25
644
-
645
- ### Patch Changes
646
-
647
- - 48900c9ac: Add an if statement to all Drupal.behaviors to avoid calling js functions more than once.
648
-
649
- ## 0.2.24
650
-
651
- ### Patch Changes
652
-
653
- - 55e5c479e: Add a check to only run the accordion function once in Drupal.
654
-
655
- ## 0.2.23
656
-
657
- ### Patch Changes
658
-
659
- - 3134bcadf: Add blocks to wrap pictures in card component
660
-
661
- ## 0.2.22
662
-
663
- ### Patch Changes
664
-
665
- - 31f3c3790: Added a block to wrap the image on the Hero component. That allows Drupal to include responsive images.
666
-
667
- ## 0.2.21
668
-
669
- ### Patch Changes
670
-
671
- - Updated dependencies [be8262383]
672
- - Updated dependencies [be8262383]
673
- - Updated dependencies [36960e383]
674
- - @ilo-org/styles@0.3.2
675
- - @ilo-org/brand-assets@0.1.0
676
- - @ilo-org/utils@0.0.11
677
- - @ilo-org/icons@0.1.17
678
-
679
- ## 0.2.20
680
-
681
- ### Patch Changes
682
-
683
- - Updated dependencies [e5c100219]
684
- - @ilo-org/styles@0.3.1
685
-
686
- ## 0.2.19
687
-
688
- ### Patch Changes
689
-
690
- - Updated dependencies [8bc52db6e]
691
- - @ilo-org/styles@0.3.0
692
-
693
- ## 0.2.18
694
-
695
- ### Patch Changes
696
-
697
- - Updated dependencies [bac3cc9d5]
698
- - @ilo-org/styles@0.2.1
699
-
700
- ## 0.2.17
701
-
702
- ### Patch Changes
703
-
704
- - 2aa1f1cc6: enable profile to be themeable and address a few minor style issues
705
- - Updated dependencies [2aa1f1cc6]
706
- - Updated dependencies [2aa1f1cc6]
707
- - Updated dependencies [c24a5f721]
708
- - @ilo-org/styles@0.2.0
709
-
710
- ## 0.2.16
711
-
712
- ### Patch Changes
713
-
714
- - 9da85065a: Remove unneeded props and markup from localnav
715
-
716
- ## 0.2.15
717
-
718
- ### Patch Changes
719
-
720
- - d55e975ca: Add homepage to package.json
721
-
722
- ## 0.2.14
723
-
724
- ### Patch Changes
725
-
726
- - Updated dependencies [1405b9cbf]
727
- - @ilo-org/styles@0.1.19
728
-
729
- ## 0.2.13
730
-
731
- ### Patch Changes
732
-
733
- - 7a09aa23c: Fix minor linting errors throughout
734
- - 7a09aa23c: Update twig storybook deps
735
- - Updated dependencies [2f60e9d92]
736
- - Updated dependencies [c9413b943]
737
- - @ilo-org/styles@0.1.18
738
- - @ilo-org/brand-assets@0.1.0
739
- - @ilo-org/utils@0.0.11
740
-
741
- ## 0.2.12
742
-
743
- ### Patch Changes
744
-
745
- - Updated dependencies [391687e3e]
746
- - @ilo-org/fonts@0.1.0
747
- - @ilo-org/styles@0.1.17
748
-
749
- ## 0.2.11
750
-
751
- ### Patch Changes
752
-
753
- - @ilo-org/icons@0.1.16
754
- - @ilo-org/styles@0.1.16
755
-
756
- ## 0.2.10
757
-
758
- ### Patch Changes
759
-
760
- - 8e24e57fc: We've fixed broken exports from @ilo-org/react and ensured that types are exported properly as well. We've upgraded the @ilo-org/react Storybook project to version 7.0.0-beta. This has required us to decouple the installation and build scripts of the react and storybook projects. It's no longer possible to install dependencies and then build both storybook projects together. Instead, users should run `pnpm react:install` or `pnpm twig:install` before building the respective Storbyook project. This should be fixed when Wingsuit upgrades to Webpack5.
761
- - Updated dependencies [8e24e57fc]
762
- - @ilo-org/styles@0.1.15
763
- - @ilo-org/themes@0.1.15
764
- - @ilo-org/fonts@0.0.7
765
- - @ilo-org/icons@0.1.15
766
- - @ilo-org/utils@0.0.11
767
-
768
- ## 0.2.9
769
-
770
- ### Patch Changes
771
-
772
- - 414f75fca: Fix issue where CardGroup used the wrong size button
773
- - e53bad307: enable hero to use title attribute instead of credit component
774
- - b48b386b8: Local nav color for the background is a setting now
775
- - Updated dependencies [b48b386b8]
776
- - @ilo-org/fonts@0.0.6
777
- - @ilo-org/icons@0.1.14
778
- - @ilo-org/styles@0.1.14
779
- - @ilo-org/themes@0.1.14
780
- - @ilo-org/utils@0.0.10
781
-
782
- ## 0.2.8
783
-
784
- ### Patch Changes
785
-
786
- - 62c3c624e: Bugfixes in multiple components
787
- - 1b29018f0: Adds better React Storybook experience
788
- - 43c2b0026: Cornercut changes to make more consistent across sizes and breakpoints for hero and cards
789
- - Updated dependencies [62c3c624e]
790
- - Updated dependencies [1b29018f0]
791
- - Updated dependencies [43c2b0026]
792
- - @ilo-org/fonts@0.0.5
793
- - @ilo-org/icons@0.1.13
794
- - @ilo-org/styles@0.1.13
795
- - @ilo-org/themes@0.1.13
796
- - @ilo-org/utils@0.0.9
797
-
798
- ## 0.2.7
799
-
800
- ### Patch Changes
801
-
802
- - 94bd642d9: ILOUAT-16: Clicking on the page should close subnav menu
803
- ILOUAT-26: mobile hamburger click shouldn't auto navigate to inside link
804
- ILOUAT-27: Menu take over on mobile should be the whole page without the ability to scroll past it
805
- ILOUAT-37: Subnav pane should properly open when subnav items are focused
806
- - a167b7405: - Border radius for context menu
807
- - Mobile nav disappear on breakpoint instead of any resize event
808
- - More List spacing fixes (title item)
809
- - Breadcrumb on mobile in heroes
810
- - Bugfixes for feature card on wide mode with list item
811
- - Add in "Back to main site" link for local nav
812
- - 79e17c5d3: Bufdixes to multiple components
813
- - 7b3813bb1: Bugfixes to multiple components
814
- - Updated dependencies [94bd642d9]
815
- - Updated dependencies [a167b7405]
816
- - Updated dependencies [79e17c5d3]
817
- - Updated dependencies [7b3813bb1]
818
- - @ilo-org/fonts@0.0.4
819
- - @ilo-org/icons@0.1.12
820
- - @ilo-org/styles@0.1.12
821
- - @ilo-org/themes@0.1.12
822
- - @ilo-org/utils@0.0.8
823
-
824
- ## 0.2.6
825
-
826
- ### Patch Changes
827
-
828
- - f7f448c65: Fixes to React radio button, SearchField, add ability to serve different langauge fonts
829
- - f4b7bcb7f: Local nav fixes for mobile
830
- - 0dfb90274: Patchfix for Feature card wide version
831
- - Updated dependencies [f7f448c65]
832
- - Updated dependencies [f4b7bcb7f]
833
- - Updated dependencies [0dfb90274]
834
- - @ilo-org/fonts@0.0.3
835
- - @ilo-org/styles@0.1.11
836
- - @ilo-org/themes@0.1.11
837
- - @ilo-org/utils@0.0.7
838
- - @ilo-org/icons@0.1.11
839
-
840
- ## 0.2.5
841
-
842
- ### Patch Changes
843
-
844
- - fdba39df6: Adjust card widths
845
- - 592c40ae9: Hover fix for data card and breadcrumb for hero
846
- - 3005bb74c: Fixes to Video, Accordion, List, Checkbox, favicon
847
- - b72b8aa9e: Update README; various bugfixes with Table, Footer, Notification, Video, RichText
848
- - d7015e194: - Tag fixes for consistent font size
849
- - Accordion transition, font size and height fixes
850
- - Tooltip transition fix
851
- - Cards padding and anchor the date on feature cards
852
- - List fix font sizes on mobile
853
- - Callout fix transition timing
854
- - 6ba8ee615: Documentation for wingusit
855
- - Updated dependencies [fdba39df6]
856
- - Updated dependencies [592c40ae9]
857
- - Updated dependencies [3005bb74c]
858
- - Updated dependencies [b72b8aa9e]
859
- - Updated dependencies [d7015e194]
860
- - Updated dependencies [6ba8ee615]
861
- - @ilo-org/styles@0.1.10
862
- - @ilo-org/icons@0.1.10
863
- - @ilo-org/themes@0.1.10
864
- - @ilo-org/utils@0.0.6
865
-
866
- ## 0.2.4
867
-
868
- ### Patch Changes
869
-
870
- - 48e7a4ada: - Hero: Breadcrumb add in
871
- - Cards: Video icon for feature and external link option
872
- - 2bfdfd356: Fixes to Hero, Cards components
873
- - Updated dependencies [48e7a4ada]
874
- - Updated dependencies [2bfdfd356]
875
- - @ilo-org/icons@0.1.9
876
- - @ilo-org/styles@0.1.9
877
- - @ilo-org/themes@0.1.9
878
- - @ilo-org/utils@0.0.5
879
-
880
- ## 0.2.3
881
-
882
- ### Patch Changes
883
-
884
- - 069cd8eaf: FIxes to cards
885
- - a76395618: ESC exits out of toggle menus in the nav
886
- - 8cd74234c: Bugfixes to Tag, Tooltip, Callout, Checkbox, LinkList
887
- - Updated dependencies [069cd8eaf]
888
- - Updated dependencies [a76395618]
889
- - Updated dependencies [8cd74234c]
890
- - @ilo-org/styles@0.1.8
891
- - @ilo-org/themes@0.1.8
892
- - @ilo-org/icons@0.1.8
893
- - @ilo-org/utils@0.0.4
894
-
895
- ## 0.2.2
896
-
897
- ### Patch Changes
898
-
899
- - 84fd6bc7d: Bugfixes with several components
900
- - 6e470111a: Nav, Card and Hero fixes for QA
901
- - Updated dependencies [84fd6bc7d]
902
- - Updated dependencies [6e470111a]
903
- - @ilo-org/styles@0.1.7
904
- - @ilo-org/icons@0.1.7
905
- - @ilo-org/themes@0.1.7
906
- - @ilo-org/utils@0.0.3
907
-
908
- ## 0.2.1
909
-
910
- ### Patch Changes
911
-
912
- - b65d5c4c1: Various bugfixes
913
- - 487778036: CHangeset wasn't detected by github
914
- - ab6c0a1c7: Set all packages to rely on latest fixed version of other internal packages
915
- - d2b78bb88: Right to left for Profile component
916
- - dd2b3ece6: YHet another changeset, perhaps something is broken with changesets
917
- - Updated dependencies [b65d5c4c1]
918
- - Updated dependencies [487778036]
919
- - Updated dependencies [ab6c0a1c7]
920
- - Updated dependencies [d2b78bb88]
921
- - Updated dependencies [dd2b3ece6]
922
- - @ilo-org/icons@0.1.6
923
- - @ilo-org/styles@0.1.6
924
- - @ilo-org/utils@0.0.2
925
- - @ilo-org/themes@0.1.6
926
-
927
- ## 0.2.0
928
-
929
- ### Minor Changes
930
-
931
- - 22bda9fb8: Rename tagset to Tags to match other components and work as an npm package
932
-
933
- ### Patch Changes
934
-
935
- - a3bd6c73c: Bugfixes for Form, Loading components
936
- - aa8469ceb: Remove testing code from hero and add RTL style for tags
937
- - da45da834: Bugfixes in several components
938
- - 539894a90: Hero fixes for RTL and lack of image
939
- - Updated dependencies [a3bd6c73c]
940
- - Updated dependencies [aa8469ceb]
941
- - Updated dependencies [da45da834]
942
- - Updated dependencies [539894a90]
943
- - Updated dependencies [22bda9fb8]
944
- - @ilo-org/styles@0.1.5
945
- - @ilo-org/icons@0.1.5
946
- - @ilo-org/themes@0.1.5
947
-
948
- ## 0.1.4
949
-
950
- ### Patch Changes
951
-
952
- - a8e627c45: Bugfixes in Form and Footer, and right-to-left styling for Form
953
- - 9d25aa0e8: QA bugfixes for Nav Hero and Callout
954
- - Updated dependencies [a8e627c45]
955
- - Updated dependencies [9d25aa0e8]
956
- - @ilo-org/icons@0.1.4
957
- - @ilo-org/styles@0.1.4
958
- - @ilo-org/themes@0.1.4
959
-
960
- ## 0.1.3
961
-
962
- ### Patch Changes
963
-
964
- - 774682316: Card fixes such as font sizes and some slight tweaks to make sure all the data is displayed
965
- - 2d7d8114a: Bug fixes and right-to-left stlying for rich text, tabs, image and credit components
966
- - 04fe60f9f: Mostly design bugfixes across multiple components
967
- - Updated dependencies [774682316]
968
- - Updated dependencies [2d7d8114a]
969
- - Updated dependencies [04fe60f9f]
970
- - @ilo-org/icons@0.1.3
971
- - @ilo-org/styles@0.1.3
972
- - @ilo-org/themes@0.1.3
973
-
974
- ## 0.1.2
975
-
976
- ### Patch Changes
977
-
978
- - a84c36d: Navigation RTL styles and design QA
979
- - Updated dependencies [a84c36d]
980
- - @ilo-org/icons@0.1.2
981
- - @ilo-org/styles@0.1.2
982
- - @ilo-org/themes@0.1.2
983
-
984
- ## 0.1.1
985
-
986
- ### Patch Changes
987
-
988
- - ce78c7a: Accordion, Callout and Hero minor bugfixing and RTL styling for Cards
989
-
990
- - Added sizes for cards, certain cards have different padding or styles for wide/standard/narrow
991
- - Changed the parameters for cardgroups, removing settings and adding type to denote variant of card
992
- - Changed the way cornercut and dark settings work, including a :not selector for cards that do no utilize those features
993
-
994
- - 04c5c4e: - Fix some narrow/wide styles for multilink
995
- - Use px-to-rem
996
- - Overflow on hero images
997
- - max-width on mobile logos
998
- - 1a7ac4f: Bugfixes for several components
999
- - 2aa4aed: Bugfixes to Footer and Table components
1000
- - Updated dependencies [ce78c7a]
1001
- - Updated dependencies [04c5c4e]
1002
- - Updated dependencies [1a7ac4f]
1003
- - Updated dependencies [2aa4aed]
1004
- - @ilo-org/icons@0.1.1
1005
- - @ilo-org/styles@0.1.1
1006
- - @ilo-org/themes@0.1.1
1007
-
1008
- ## 0.1.0
1009
-
1010
- ### Minor Changes
1011
-
1012
- - 6bf0e10: Use context menu for language switcher and wingsuit setup for local nav
1013
-
1014
- ### Patch Changes
1015
-
1016
- - Updated dependencies [6bf0e10]
1017
- - @ilo-org/icons@0.1.0
1018
- - @ilo-org/styles@0.1.0
1019
- - @ilo-org/themes@0.1.0
1020
-
1021
- ## 0.0.3
1022
-
1023
- ### Patch Changes
1024
-
1025
- - Updated dependencies [ab6fd1b]
1026
- - Updated dependencies [b68f6fb]
1027
- - @ilo-org/styles@0.0.3
1028
-
1029
- ## 0.0.2
1030
-
1031
- ### Patch Changes
1032
-
1033
- - b61692a: CSS should default to assuming fonts are being loaded via a server rather than by means of the monorepo
1034
- - Updated dependencies [b61692a]
1035
- - @ilo-org/fonts@0.0.2
1036
- - @ilo-org/styles@0.0.2