@ilo-org/react 0.13.0 → 0.14.1

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 (290) hide show
  1. package/lib/cjs/components/Cards/CardGroup/CardGroup.js +0 -1
  2. package/lib/cjs/components/Cards/CardGroup/index.js +197 -160
  3. package/lib/cjs/components/Cards/FactlistCard/FactListCard.js +0 -1
  4. package/lib/cjs/components/Cards/FactlistCard/index.js +0 -1
  5. package/lib/cjs/components/Cards/TextCard/TextCard.js +1 -1
  6. package/lib/cjs/components/List/List.js +9 -11
  7. package/lib/cjs/components/List/ListItem.js +4 -7
  8. package/lib/cjs/components/List/index.js +1 -2
  9. package/lib/cjs/components/index.js +0 -1
  10. package/lib/cjs/index.js +0 -1
  11. package/lib/esm/components/Cards/CardGroup/CardGroup.js +0 -1
  12. package/lib/esm/components/Cards/CardGroup/index.js +197 -160
  13. package/lib/esm/components/Cards/FactlistCard/FactListCard.js +0 -1
  14. package/lib/esm/components/Cards/FactlistCard/index.js +0 -1
  15. package/lib/esm/components/Cards/TextCard/TextCard.js +1 -1
  16. package/lib/esm/components/List/List.js +10 -12
  17. package/lib/esm/components/List/ListItem.js +4 -7
  18. package/lib/esm/components/List/index.js +1 -2
  19. package/lib/esm/components/index.js +0 -1
  20. package/lib/esm/index.js +0 -1
  21. package/lib/types/react/src/components/List/List.props.d.ts +2 -9
  22. package/lib/types/react/src/components/List/ListItem.props.d.ts +0 -6
  23. package/lib/types/react/src/types/index.d.ts +0 -2
  24. package/package.json +35 -12
  25. package/.eslintrc.cjs +0 -39
  26. package/CHANGELOG.md +0 -858
  27. package/lib/cjs/ListCtx-14aa546f.js +0 -9
  28. package/lib/esm/ListCtx-da435fdf.js +0 -6
  29. package/lib/types/react/src/components/List/ListCtx.d.ts +0 -4
  30. package/rollup.config.mjs +0 -70
  31. package/src/components/Accordion/Accordion.args.ts +0 -16
  32. package/src/components/Accordion/Accordion.props.ts +0 -41
  33. package/src/components/Accordion/Accordion.tsx +0 -62
  34. package/src/components/Accordion/AccordionButton.props.ts +0 -13
  35. package/src/components/Accordion/AccordionButton.tsx +0 -58
  36. package/src/components/Accordion/AccordionCtx.ts +0 -9
  37. package/src/components/Accordion/AccordionItem.props.ts +0 -25
  38. package/src/components/Accordion/AccordionItem.tsx +0 -27
  39. package/src/components/Accordion/AccordionPanel.props.ts +0 -25
  40. package/src/components/Accordion/AccordionPanel.tsx +0 -46
  41. package/src/components/Accordion/index.ts +0 -4
  42. package/src/components/Breadcrumb/Breadcrumb.args.ts +0 -61
  43. package/src/components/Breadcrumb/Breadcrumb.props.ts +0 -13
  44. package/src/components/Breadcrumb/Breadcrumb.tsx +0 -82
  45. package/src/components/Breadcrumb/index.ts +0 -1
  46. package/src/components/Button/Button.args.ts +0 -35
  47. package/src/components/Button/Button.props.ts +0 -89
  48. package/src/components/Button/Button.tsx +0 -77
  49. package/src/components/Button/index.ts +0 -2
  50. package/src/components/Callout/Callout.args.ts +0 -38
  51. package/src/components/Callout/Callout.props.ts +0 -60
  52. package/src/components/Callout/Callout.tsx +0 -80
  53. package/src/components/Callout/index.ts +0 -2
  54. package/src/components/Cards/CardGroup/CardGroup.args.ts +0 -768
  55. package/src/components/Cards/CardGroup/CardGroup.props.ts +0 -78
  56. package/src/components/Cards/CardGroup/CardGroup.tsx +0 -54
  57. package/src/components/Cards/CardGroup/index.tsx +0 -3
  58. package/src/components/Cards/DataCard/DataCard.args.ts +0 -69
  59. package/src/components/Cards/DataCard/DataCard.props.ts +0 -60
  60. package/src/components/Cards/DataCard/DataCard.tsx +0 -107
  61. package/src/components/Cards/DataCard/index.tsx +0 -3
  62. package/src/components/Cards/DetailCard/DetailCard.args.ts +0 -17
  63. package/src/components/Cards/DetailCard/DetailCard.props.ts +0 -43
  64. package/src/components/Cards/DetailCard/DetailCard.tsx +0 -62
  65. package/src/components/Cards/DetailCard/index.tsx +0 -3
  66. package/src/components/Cards/FactlistCard/FactListCard.args.ts +0 -14
  67. package/src/components/Cards/FactlistCard/FactListCard.props.ts +0 -19
  68. package/src/components/Cards/FactlistCard/FactListCard.tsx +0 -42
  69. package/src/components/Cards/FactlistCard/index.tsx +0 -3
  70. package/src/components/Cards/FeatureCard/FeatureCard.args.ts +0 -30
  71. package/src/components/Cards/FeatureCard/FeatureCard.props.ts +0 -38
  72. package/src/components/Cards/FeatureCard/FeatureCard.tsx +0 -69
  73. package/src/components/Cards/FeatureCard/index.tsx +0 -3
  74. package/src/components/Cards/MultilinkCard/MultiLinkCard.tsx +0 -76
  75. package/src/components/Cards/MultilinkCard/MultilinkCard.args.ts +0 -33
  76. package/src/components/Cards/MultilinkCard/MultilinkCard.props.ts +0 -30
  77. package/src/components/Cards/MultilinkCard/index.tsx +0 -3
  78. package/src/components/Cards/PromoCard/PromoCard.args.ts +0 -19
  79. package/src/components/Cards/PromoCard/PromoCard.props.ts +0 -36
  80. package/src/components/Cards/PromoCard/PromoCard.tsx +0 -60
  81. package/src/components/Cards/PromoCard/index.tsx +0 -3
  82. package/src/components/Cards/StatCard/StatCard.args.ts +0 -14
  83. package/src/components/Cards/StatCard/StatCard.props.ts +0 -21
  84. package/src/components/Cards/StatCard/StatCard.tsx +0 -36
  85. package/src/components/Cards/StatCard/index.tsx +0 -3
  86. package/src/components/Cards/TextCard/TextCard.args.ts +0 -21
  87. package/src/components/Cards/TextCard/TextCard.props.ts +0 -32
  88. package/src/components/Cards/TextCard/TextCard.tsx +0 -62
  89. package/src/components/Cards/TextCard/index.tsx +0 -3
  90. package/src/components/Checkbox/Checkbox.args.ts +0 -42
  91. package/src/components/Checkbox/Checkbox.props.ts +0 -5
  92. package/src/components/Checkbox/Checkbox.tsx +0 -94
  93. package/src/components/Checkbox/index.ts +0 -2
  94. package/src/components/Collapse/Collapse.props.ts +0 -92
  95. package/src/components/Collapse/Collapse.tsx +0 -130
  96. package/src/components/Collapse/index.ts +0 -1
  97. package/src/components/ContextMenu/ContextMenu.args.ts +0 -62
  98. package/src/components/ContextMenu/ContextMenu.props.ts +0 -28
  99. package/src/components/ContextMenu/ContextMenu.tsx +0 -32
  100. package/src/components/ContextMenu/index.ts +0 -1
  101. package/src/components/Credit/Credit.args.ts +0 -14
  102. package/src/components/Credit/Credit.props.ts +0 -11
  103. package/src/components/Credit/Credit.tsx +0 -41
  104. package/src/components/Credit/index.ts +0 -1
  105. package/src/components/DatePicker/DatePicker.args.ts +0 -56
  106. package/src/components/DatePicker/DatePicker.props.ts +0 -26
  107. package/src/components/DatePicker/DatePicker.tsx +0 -80
  108. package/src/components/DatePicker/index.ts +0 -1
  109. package/src/components/Dropdown/Dropdown.args.ts +0 -70
  110. package/src/components/Dropdown/Dropdown.props.ts +0 -53
  111. package/src/components/Dropdown/Dropdown.tsx +0 -95
  112. package/src/components/Dropdown/index.ts +0 -1
  113. package/src/components/Empty/Empty.props.ts +0 -13
  114. package/src/components/Empty/Empty.tsx +0 -16
  115. package/src/components/Empty/index.ts +0 -1
  116. package/src/components/Fieldset/Fieldset.props.ts +0 -33
  117. package/src/components/Fieldset/Fieldset.tsx +0 -96
  118. package/src/components/Fieldset/index.ts +0 -1
  119. package/src/components/FileUpload/FileUpload.args.ts +0 -60
  120. package/src/components/FileUpload/FileUpload.props.ts +0 -21
  121. package/src/components/FileUpload/FileUpload.tsx +0 -116
  122. package/src/components/FileUpload/index.ts +0 -1
  123. package/src/components/Footer/Footer.args.ts +0 -74
  124. package/src/components/Footer/Footer.props.ts +0 -60
  125. package/src/components/Footer/Footer.tsx +0 -99
  126. package/src/components/Footer/index.ts +0 -1
  127. package/src/components/Form/Form.args.ts +0 -5
  128. package/src/components/Form/Form.props.ts +0 -8
  129. package/src/components/Form/Form.tsx +0 -23
  130. package/src/components/Form/index.ts +0 -2
  131. package/src/components/FormControl/FormControl.props.ts +0 -72
  132. package/src/components/FormControl/FormControl.tsx +0 -169
  133. package/src/components/FormControl/index.ts +0 -2
  134. package/src/components/FormElement/FormElement.props.ts +0 -60
  135. package/src/components/FormElement/FormElement.tsx +0 -19
  136. package/src/components/FormElement/index.ts +0 -1
  137. package/src/components/GlobalProvider/GlobalCtx.ts +0 -6
  138. package/src/components/GlobalProvider/GlobalProvider.props.ts +0 -15
  139. package/src/components/GlobalProvider/GlobalProvider.tsx +0 -21
  140. package/src/components/GlobalProvider/index.ts +0 -2
  141. package/src/components/Heading/Heading.args.ts +0 -49
  142. package/src/components/Heading/Heading.props.ts +0 -24
  143. package/src/components/Heading/Heading.tsx +0 -28
  144. package/src/components/Heading/index.ts +0 -1
  145. package/src/components/Hero/Hero.args.ts +0 -136
  146. package/src/components/Hero/Hero.props.ts +0 -62
  147. package/src/components/Hero/Hero.tsx +0 -94
  148. package/src/components/Hero/HeroCard.props.ts +0 -54
  149. package/src/components/Hero/HeroCard.tsx +0 -65
  150. package/src/components/Hero/index.ts +0 -2
  151. package/src/components/Icon/Icon.args.ts +0 -15
  152. package/src/components/Icon/Icon.props.ts +0 -16
  153. package/src/components/Icon/Icon.tsx +0 -25
  154. package/src/components/Icon/index.ts +0 -1
  155. package/src/components/Image/Image.args.ts +0 -29
  156. package/src/components/Image/Image.props.ts +0 -43
  157. package/src/components/Image/Image.tsx +0 -51
  158. package/src/components/Image/index.ts +0 -1
  159. package/src/components/Input/Input.args.ts +0 -139
  160. package/src/components/Input/Input.props.ts +0 -65
  161. package/src/components/Input/Input.tsx +0 -65
  162. package/src/components/Input/index.ts +0 -1
  163. package/src/components/Link/Link.props.ts +0 -39
  164. package/src/components/Link/Link.tsx +0 -42
  165. package/src/components/Link/index.ts +0 -1
  166. package/src/components/LinkList/LinkList.args.ts +0 -193
  167. package/src/components/LinkList/LinkList.props.ts +0 -52
  168. package/src/components/LinkList/LinkList.tsx +0 -59
  169. package/src/components/LinkList/index.ts +0 -1
  170. package/src/components/List/List.args.ts +0 -34
  171. package/src/components/List/List.props.ts +0 -37
  172. package/src/components/List/List.tsx +0 -41
  173. package/src/components/List/ListCtx.ts +0 -7
  174. package/src/components/List/ListItem.props.ts +0 -25
  175. package/src/components/List/ListItem.tsx +0 -22
  176. package/src/components/List/index.ts +0 -2
  177. package/src/components/Loading/Loading.args.ts +0 -55
  178. package/src/components/Loading/Loading.props.ts +0 -23
  179. package/src/components/Loading/Loading.tsx +0 -24
  180. package/src/components/Loading/index.ts +0 -1
  181. package/src/components/LocalNav/LocalNav.args.ts +0 -64
  182. package/src/components/LocalNav/LocalNav.props.ts +0 -56
  183. package/src/components/LocalNav/LocalNav.tsx +0 -181
  184. package/src/components/LocalNav/index.ts +0 -1
  185. package/src/components/Logo/Logo.args.ts +0 -45
  186. package/src/components/Logo/Logo.props.ts +0 -67
  187. package/src/components/Logo/Logo.tsx +0 -247
  188. package/src/components/Logo/index.ts +0 -1
  189. package/src/components/LogoGrid/LogoGrid.args.ts +0 -50
  190. package/src/components/LogoGrid/LogoGrid.props.ts +0 -28
  191. package/src/components/LogoGrid/LogoGrid.tsx +0 -53
  192. package/src/components/LogoGrid/index.ts +0 -1
  193. package/src/components/Navigation/Navigation.args.ts +0 -113
  194. package/src/components/Navigation/Navigation.props.ts +0 -120
  195. package/src/components/Navigation/Navigation.tsx +0 -246
  196. package/src/components/Navigation/index.ts +0 -1
  197. package/src/components/Notification/Notification.args.ts +0 -157
  198. package/src/components/Notification/Notification.props.ts +0 -67
  199. package/src/components/Notification/Notification.tsx +0 -78
  200. package/src/components/Notification/index.ts +0 -1
  201. package/src/components/NumberPicker/NumberPicker.args.ts +0 -50
  202. package/src/components/NumberPicker/NumberPicker.props.ts +0 -26
  203. package/src/components/NumberPicker/NumberPicker.tsx +0 -88
  204. package/src/components/NumberPicker/index.ts +0 -1
  205. package/src/components/Pagination/Pagination.args.ts +0 -43
  206. package/src/components/Pagination/Pagination.props.ts +0 -66
  207. package/src/components/Pagination/Pagination.tsx +0 -115
  208. package/src/components/Pagination/index.ts +0 -1
  209. package/src/components/Profile/Profile.args.ts +0 -58
  210. package/src/components/Profile/Profile.props.ts +0 -55
  211. package/src/components/Profile/Profile.tsx +0 -51
  212. package/src/components/Profile/index.ts +0 -1
  213. package/src/components/Radio/Radio.args.ts +0 -15
  214. package/src/components/Radio/Radio.props.ts +0 -6
  215. package/src/components/Radio/Radio.tsx +0 -102
  216. package/src/components/Radio/index.ts +0 -2
  217. package/src/components/ReadMore/ReadMore.args.ts +0 -23
  218. package/src/components/ReadMore/ReadMore.props.ts +0 -38
  219. package/src/components/ReadMore/ReadMore.tsx +0 -55
  220. package/src/components/ReadMore/index.ts +0 -1
  221. package/src/components/RichText/RichText.props.ts +0 -11
  222. package/src/components/RichText/RichText.tsx +0 -22
  223. package/src/components/RichText/index.ts +0 -1
  224. package/src/components/RichText/richText.args.ts +0 -38
  225. package/src/components/SearchField/SearchField.args.ts +0 -73
  226. package/src/components/SearchField/SearchField.props.ts +0 -35
  227. package/src/components/SearchField/SearchField.tsx +0 -83
  228. package/src/components/SearchField/index.ts +0 -1
  229. package/src/components/SocialMedia/SocialMedia.args.ts +0 -54
  230. package/src/components/SocialMedia/SocialMedia.props.ts +0 -45
  231. package/src/components/SocialMedia/SocialMedia.tsx +0 -46
  232. package/src/components/SocialMedia/index.ts +0 -3
  233. package/src/components/TableOfContents/TableOfContents.args.ts +0 -35
  234. package/src/components/TableOfContents/TableOfContents.props.ts +0 -23
  235. package/src/components/TableOfContents/TableOfContents.tsx +0 -32
  236. package/src/components/TableOfContents/index.ts +0 -1
  237. package/src/components/Tabs/Tabs.args.tsx +0 -201
  238. package/src/components/Tabs/Tabs.props.ts +0 -13
  239. package/src/components/Tabs/Tabs.tsx +0 -60
  240. package/src/components/Tabs/index.ts +0 -1
  241. package/src/components/Tag/Tag.args.ts +0 -15
  242. package/src/components/Tag/Tag.props.ts +0 -34
  243. package/src/components/Tag/Tag.tsx +0 -104
  244. package/src/components/Tag/TagCtx.ts +0 -4
  245. package/src/components/Tag/TagSet.args.ts +0 -37
  246. package/src/components/Tag/TagSet.props.ts +0 -37
  247. package/src/components/Tag/TagSet.tsx +0 -61
  248. package/src/components/Tag/index.ts +0 -2
  249. package/src/components/TextInput/TextInput.args.ts +0 -75
  250. package/src/components/TextInput/TextInput.props.ts +0 -20
  251. package/src/components/TextInput/TextInput.tsx +0 -71
  252. package/src/components/TextInput/index.ts +0 -2
  253. package/src/components/Textarea/Textarea.args.ts +0 -34
  254. package/src/components/Textarea/Textarea.props.ts +0 -45
  255. package/src/components/Textarea/Textarea.tsx +0 -52
  256. package/src/components/Textarea/index.ts +0 -3
  257. package/src/components/Toggle/Toggle.args.ts +0 -62
  258. package/src/components/Toggle/Toggle.props.ts +0 -27
  259. package/src/components/Toggle/Toggle.tsx +0 -85
  260. package/src/components/Toggle/index.ts +0 -3
  261. package/src/components/Tooltip/Tooltip.args.ts +0 -39
  262. package/src/components/Tooltip/Tooltip.props.ts +0 -38
  263. package/src/components/Tooltip/Tooltip.tsx +0 -119
  264. package/src/components/Tooltip/index.ts +0 -1
  265. package/src/components/Video/Video.args.ts +0 -47
  266. package/src/components/Video/Video.props.ts +0 -35
  267. package/src/components/Video/Video.tsx +0 -34
  268. package/src/components/Video/VideoPlayer.props.ts +0 -51
  269. package/src/components/Video/VideoPlayer.tsx +0 -71
  270. package/src/components/Video/index.ts +0 -1
  271. package/src/components/Video/media-file-poster.jpg +0 -0
  272. package/src/components/index.ts +0 -46
  273. package/src/declarations.d.ts +0 -36
  274. package/src/hooks/index.ts +0 -2
  275. package/src/hooks/useGlobalSettings.ts +0 -13
  276. package/src/hooks/usePrevious.ts +0 -15
  277. package/src/hooks/useVideoPlayer.ts +0 -85
  278. package/src/index.ts +0 -1
  279. package/src/types/forms.args.ts +0 -288
  280. package/src/types/index.ts +0 -139
  281. package/src/types/temp.d.ts +0 -9
  282. package/src/utils/checkArrayDuplicates.ts +0 -3
  283. package/src/utils/createChainedFunction.ts +0 -31
  284. package/src/utils/getDefaultDimensionValue.ts +0 -28
  285. package/src/utils/hoursMinutesSeconds.ts +0 -8
  286. package/src/utils/index.ts +0 -6
  287. package/src/utils/transitionEndListener.ts +0 -29
  288. package/src/utils/triggerBrowserReflow.ts +0 -4
  289. package/tsconfig.build.json +0 -19
  290. package/tsconfig.json +0 -8
@@ -16,7 +16,6 @@ require('react');
16
16
  require('../../../GlobalCtx-10114bdd.js');
17
17
  require('../../Link/Link.js');
18
18
  require('../../List/List.js');
19
- require('../../../ListCtx-14aa546f.js');
20
19
  require('../../List/ListItem.js');
21
20
  require('../../LinkList/LinkList.js');
22
21
  require('../../Profile/Profile.js');
@@ -12,7 +12,6 @@ require('../../Link/Link.js');
12
12
  require('../DetailCard/DetailCard.js');
13
13
  require('../FactlistCard/FactListCard.js');
14
14
  require('../../List/List.js');
15
- require('../../../ListCtx-14aa546f.js');
16
15
  require('../../List/ListItem.js');
17
16
  require('../FeatureCard/FeatureCard.js');
18
17
  require('../../LinkList/LinkList.js');
@@ -25,13 +24,13 @@ require('../../Profile/Profile.js');
25
24
  const textCardGroup = {
26
25
  cards: [
27
26
  {
28
- title: "Why we need greater social justice",
29
- eyebrow: "Podcast",
27
+ title: "ILO welcomes first global agreement on working conditions",
28
+ eyebrow: "Press release",
30
29
  date: {
31
30
  human: "20 September 2022",
32
31
  unix: "1670389200",
33
32
  },
34
- theme: "light",
33
+ theme: "dark",
35
34
  link: "https:/www.ilo.org",
36
35
  profile: {
37
36
  avatar: "/ilo-dg.jpg",
@@ -41,13 +40,45 @@ const textCardGroup = {
41
40
  },
42
41
  },
43
42
  {
44
- title: "Why we need greater social justice",
43
+ title: "Renewable energy jobs hit 12.7 million globally",
44
+ eyebrow: "Report",
45
+ date: {
46
+ human: "21 September 2022",
47
+ unix: "1670389200",
48
+ },
49
+ theme: "dark",
50
+ link: "https:/www.ilo.org",
51
+ profile: {
52
+ avatar: "/ilo-dg.jpg",
53
+ description: "Gilbert Houngbo is the Director-General of the International Labour Organization",
54
+ name: "Gilbert Houngbo",
55
+ role: "ILO Director-General",
56
+ },
57
+ },
58
+ {
59
+ title: "Can digital technology be an equality machine? ",
45
60
  eyebrow: "Podcast",
46
61
  date: {
47
- human: "20 September 2022",
62
+ human: "25 September 2022",
48
63
  unix: "1670389200",
49
64
  },
50
- theme: "light",
65
+ theme: "dark",
66
+ link: "https:/www.ilo.org",
67
+ profile: {
68
+ avatar: "/ilo-dg.jpg",
69
+ description: "Gilbert Houngbo is the Director-General of the International Labour Organization",
70
+ name: "Gilbert Houngbo",
71
+ role: "ILO Director-General",
72
+ },
73
+ },
74
+ {
75
+ title: "Why we need greater social justice?",
76
+ eyebrow: "Podcast",
77
+ date: {
78
+ human: "31 September 2022",
79
+ unix: "1670389200",
80
+ },
81
+ theme: "dark",
51
82
  link: "https:/www.ilo.org",
52
83
  profile: {
53
84
  avatar: "/ilo-dg.jpg",
@@ -57,7 +88,7 @@ const textCardGroup = {
57
88
  },
58
89
  },
59
90
  ],
60
- cardCount: "two",
91
+ cardCount: "three",
61
92
  type: "text",
62
93
  cta: {
63
94
  label: "Discover our unique mission",
@@ -67,8 +98,8 @@ const textCardGroup = {
67
98
  const statCardGroup = {
68
99
  cards: [
69
100
  {
70
- title: "Global employment growth down by half in 2023",
71
- intro: "The current global economic slowdown is likely to force more workers to accept lower quality, poorly paid jobs which lack job security and social protection, so accentuating inequalities exacerbated by the COVID-19 crisis.",
101
+ title: "Can digital technology be an equality machine?",
102
+ intro: "A toxic combination of mutually-reinforcing crises inflation, debt, food and fuel price rises, geopolitical tensions and conflict, climate change are threatening to increase poverty, inequality and discrimination worldwide.",
72
103
  color: "turquoise",
73
104
  source: {
74
105
  label: "World Employment and Social Outlook: Trends 2023",
@@ -76,7 +107,7 @@ const statCardGroup = {
76
107
  },
77
108
  },
78
109
  {
79
- title: "Global employment growth down by half in 2023",
110
+ title: "Renewable energy jobs hit 12.7 million globally",
80
111
  intro: "The current global economic slowdown is likely to force more workers to accept lower quality, poorly paid jobs which lack job security and social protection, so accentuating inequalities exacerbated by the COVID-19 crisis.",
81
112
  color: "turquoise",
82
113
  source: {
@@ -85,8 +116,8 @@ const statCardGroup = {
85
116
  },
86
117
  },
87
118
  {
88
- title: "Global employment growth down by half in 2023",
89
- intro: "The current global economic slowdown is likely to force more workers to accept lower quality, poorly paid jobs which lack job security and social protection, so accentuating inequalities exacerbated by the COVID-19 crisis.",
119
+ title: "Global employment growth down by half",
120
+ intro: "A toxic combination of mutually-reinforcing crises inflation, debt, food and fuel price rises, geopolitical tensions and conflict, climate change are threatening to increase poverty, inequality and discrimination worldwide.",
90
121
  color: "turquoise",
91
122
  source: {
92
123
  label: "World Employment and Social Outlook: Trends 2023",
@@ -94,7 +125,7 @@ const statCardGroup = {
94
125
  },
95
126
  },
96
127
  {
97
- title: "Global employment growth down by half in 2023",
128
+ title: "ILO welcomes first global agreement on working conditions and rights of professional football players",
98
129
  intro: "The current global economic slowdown is likely to force more workers to accept lower quality, poorly paid jobs which lack job security and social protection, so accentuating inequalities exacerbated by the COVID-19 crisis.",
99
130
  color: "turquoise",
100
131
  source: {
@@ -103,7 +134,7 @@ const statCardGroup = {
103
134
  },
104
135
  },
105
136
  ],
106
- cardCount: "four",
137
+ cardCount: "three",
107
138
  type: "stat",
108
139
  cta: {
109
140
  label: "Discover our unique mission",
@@ -113,8 +144,8 @@ const statCardGroup = {
113
144
  const multilinkCardGroup = {
114
145
  cards: [
115
146
  {
116
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
117
- eyebrow: "High-level meeting",
147
+ title: "ILO welcomes first global agreement on working conditions",
148
+ eyebrow: "Press release",
118
149
  intro: "At the end of their meeting the G7 Labour Ministers highlighted the urgent need to greater focus on rights and occupational safety and health.",
119
150
  image: "/hero.jpg",
120
151
  alignment: "left",
@@ -143,6 +174,64 @@ const multilinkCardGroup = {
143
174
  },
144
175
  {
145
176
  title: "ILO welcomes G7 call to make a just transition to a green economy happen",
177
+ eyebrow: "Report",
178
+ intro: "A toxic combination of mutually-reinforcing crises inflation, debt, food and fuel price rises, geopolitical tensions and conflict.",
179
+ image: "/hero.jpg",
180
+ alignment: "left",
181
+ link: "https:/www.ilo.org",
182
+ linklist: {
183
+ headline: "",
184
+ linkgroup: [
185
+ {
186
+ links: [
187
+ {
188
+ label: "Read the press release",
189
+ url: "https://www.ilo.org",
190
+ },
191
+ {
192
+ label: "See the statement",
193
+ url: "https://www.ilo.org",
194
+ },
195
+ {
196
+ label: "Remarks to G7 Openening Session",
197
+ url: "https://www.ilo.org",
198
+ },
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ },
204
+ {
205
+ title: "Telangana and Andhra Pradesh launch pre-departure handbook",
206
+ eyebrow: "Podcast",
207
+ intro: "At the end of their meeting the G7 Labour Ministers highlighted the urgent need to greater focus on rights and occupational safety and health.",
208
+ image: "/hero.jpg",
209
+ alignment: "left",
210
+ link: "https:/www.ilo.org",
211
+ linklist: {
212
+ headline: "",
213
+ linkgroup: [
214
+ {
215
+ links: [
216
+ {
217
+ label: "Read the press release",
218
+ url: "https://www.ilo.org",
219
+ },
220
+ {
221
+ label: "See the statement",
222
+ url: "https://www.ilo.org",
223
+ },
224
+ {
225
+ label: "Remarks to G7 Openening Session",
226
+ url: "https://www.ilo.org",
227
+ },
228
+ ],
229
+ },
230
+ ],
231
+ },
232
+ },
233
+ {
234
+ title: "Renewable energy jobs hit 12.7 million globally",
146
235
  eyebrow: "High-level meeting",
147
236
  intro: "At the end of their meeting the G7 Labour Ministers highlighted the urgent need to greater focus on rights and occupational safety and health.",
148
237
  image: "/hero.jpg",
@@ -172,7 +261,7 @@ const multilinkCardGroup = {
172
261
  },
173
262
  ],
174
263
  type: "multilink",
175
- cardCount: "two",
264
+ cardCount: "three",
176
265
  cta: {
177
266
  label: "Discover our unique mission",
178
267
  url: "https://www.ilo.org",
@@ -182,8 +271,8 @@ const promoCardGroup = {
182
271
  cards: [
183
272
  {
184
273
  size: "standard",
185
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
186
- eyebrow: "High-level meeting",
274
+ title: "ILO welcomes first global agreement on working conditions",
275
+ eyebrow: "Report",
187
276
  theme: "dark",
188
277
  cornercut: true,
189
278
  intro: "At the end of their meeting the G7 Labour Ministers highlighted the urgent need to greater focus on rights and occupational safety and health.",
@@ -195,7 +284,7 @@ const promoCardGroup = {
195
284
  },
196
285
  {
197
286
  size: "standard",
198
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
287
+ title: "Renewable energy jobs hits 12.7 million globally",
199
288
  eyebrow: "High-level meeting",
200
289
  theme: "dark",
201
290
  cornercut: true,
@@ -208,7 +297,20 @@ const promoCardGroup = {
208
297
  },
209
298
  {
210
299
  size: "standard",
211
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
300
+ title: "ILO welcomes G7 call to make a just transition",
301
+ eyebrow: "Podcast",
302
+ theme: "dark",
303
+ cornercut: true,
304
+ intro: "At the end of their meeting the G7 Labour Ministers highlighted the urgent need to greater focus on rights and occupational safety and health.",
305
+ link: "https:/www.ilo.org",
306
+ cta: {
307
+ label: "Read the press release",
308
+ url: "https://www.ilo.org",
309
+ },
310
+ },
311
+ {
312
+ size: "standard",
313
+ title: "Telangana and Andhra Pradesh launch pre-departure handbook",
212
314
  eyebrow: "High-level meeting",
213
315
  theme: "dark",
214
316
  cornercut: true,
@@ -221,7 +323,7 @@ const promoCardGroup = {
221
323
  },
222
324
  ],
223
325
  type: "promo",
224
- cardCount: "two",
326
+ cardCount: "three",
225
327
  cta: {
226
328
  label: "Discover our unique mission",
227
329
  url: "https://www.ilo.org",
@@ -232,12 +334,8 @@ const featureCardGroup = {
232
334
  {
233
335
  isvideo: false,
234
336
  title: "ILO welcomes G7 call to make a just transition to a green economy happen",
235
- eyebrow: "High-level meeting",
337
+ eyebrow: "Press release",
236
338
  theme: "dark",
237
- date: {
238
- human: "18 March 2023",
239
- unix: "1670389200",
240
- },
241
339
  image: "/small.jpg",
242
340
  link: "https:/www.ilo.org",
243
341
  linklist: {
@@ -256,13 +354,9 @@ const featureCardGroup = {
256
354
  },
257
355
  {
258
356
  isvideo: false,
259
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
260
- eyebrow: "High-level meeting",
357
+ title: "Renewable energy jobs hit 12.7 million globally",
358
+ eyebrow: "Report",
261
359
  theme: "dark",
262
- date: {
263
- human: "18 March 2023",
264
- unix: "1670389200",
265
- },
266
360
  image: "/small.jpg",
267
361
  link: "https:/www.ilo.org",
268
362
  linklist: {
@@ -281,13 +375,9 @@ const featureCardGroup = {
281
375
  },
282
376
  {
283
377
  isvideo: false,
284
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
285
- eyebrow: "High-level meeting",
378
+ title: "Telangana and Andhra Pradesh launch pre-departure handbook for Indians going to the European Union",
379
+ eyebrow: "Podcast",
286
380
  theme: "dark",
287
- date: {
288
- human: "18 March 2023",
289
- unix: "1670389200",
290
- },
291
381
  image: "/small.jpg",
292
382
  link: "https:/www.ilo.org",
293
383
  linklist: {
@@ -306,13 +396,9 @@ const featureCardGroup = {
306
396
  },
307
397
  {
308
398
  isvideo: false,
309
- title: "ILO welcomes G7 call to make a just transition to a green economy happen",
310
- eyebrow: "High-level meeting",
399
+ title: "Can digital technology be an equality machine?",
400
+ eyebrow: "Podcast",
311
401
  theme: "dark",
312
- date: {
313
- human: "18 March 2023",
314
- unix: "1670389200",
315
- },
316
402
  image: "/small.jpg",
317
403
  link: "https:/www.ilo.org",
318
404
  linklist: {
@@ -343,29 +429,53 @@ const detailCardGroup = {
343
429
  title: "Technical meeting on digitalization in the construction sector",
344
430
  eyebrow: "Meeting",
345
431
  intro: "The purpose of the meeting will be to discuss opportunities and challenges for the future of work in the construction industry as a vehicle to ensure a human-centred economic recovery.",
432
+ date: {
433
+ human: "12 March 2023",
434
+ unix: "1670389200",
435
+ },
436
+ image: "/medium.jpg",
437
+ link: "https:/www.ilo.org",
438
+ eventdetails: "5:30 - 12:00 CET | Geneva",
439
+ },
440
+ {
441
+ title: "Renewable energy jobs hit 12.7 million globally",
442
+ eyebrow: "Promo",
443
+ intro: "The purpose of the meeting will be to discuss opportunities and challenges for the future of work in the construction industry as a vehicle to ensure a human-centred economic recovery.",
346
444
  date: {
347
445
  human: "18 March 2023",
348
446
  unix: "1670389200",
349
447
  },
350
448
  image: "/medium.jpg",
351
449
  link: "https:/www.ilo.org",
352
- eventdetails: "8:30 - 12:00 CET | Geneva",
450
+ eventdetails: "7:30 - 12:00 CET | Geneva",
353
451
  },
354
452
  {
355
- title: "Technical meeting on digitalization in the construction sector",
453
+ title: "Telangana and Andhra Pradesh launch pre-departure handbook",
454
+ eyebrow: "Report",
455
+ intro: "The purpose of the meeting will be to discuss opportunities and challenges for the future of work in the construction industry as a vehicle to ensure a human-centred economic recovery.",
456
+ date: {
457
+ human: "22 March 2023",
458
+ unix: "1670389200",
459
+ },
460
+ image: "/medium.jpg",
461
+ link: "https:/www.ilo.org",
462
+ eventdetails: "10:30 - 12:00 CET | Geneva",
463
+ },
464
+ {
465
+ title: "Can digital technology be an equality machine?",
356
466
  eyebrow: "Meeting",
357
467
  intro: "The purpose of the meeting will be to discuss opportunities and challenges for the future of work in the construction industry as a vehicle to ensure a human-centred economic recovery.",
358
468
  date: {
359
- human: "18 March 2023",
469
+ human: "31 March 2023",
360
470
  unix: "1670389200",
361
471
  },
362
472
  image: "/medium.jpg",
363
473
  link: "https:/www.ilo.org",
364
- eventdetails: "8:30 - 12:00 CET | Geneva",
474
+ eventdetails: "11:30 - 12:00 CET | Geneva",
365
475
  },
366
476
  ],
367
477
  type: "detail",
368
- cardCount: "two",
478
+ cardCount: "three",
369
479
  cta: {
370
480
  label: "Discover our unique mission",
371
481
  url: "https://www.ilo.org",
@@ -373,6 +483,15 @@ const detailCardGroup = {
373
483
  };
374
484
  const factListCardGroup = {
375
485
  cards: [
486
+ {
487
+ title: "ILO welcomes first global agreement on working conditions",
488
+ theme: "light",
489
+ list: [
490
+ "The current slowdown means that many workers will have to accept lower quality jobs, often at very low pay.",
491
+ "Global employment growth will be only 1.0 per cent in 2023, less than half the level in 2022.",
492
+ "The labour market deterioration is mainly due to emerging geopolitical tensions and the Ukraine conflict.",
493
+ ],
494
+ },
376
495
  {
377
496
  title: "Economic slowdown likely to force workers to accept lower quality jobs",
378
497
  theme: "light",
@@ -383,7 +502,16 @@ const factListCardGroup = {
383
502
  ],
384
503
  },
385
504
  {
386
- title: "Economic slowdown likely to force workers to accept lower quality jobs",
505
+ title: "Telangana and Andhra Pradesh launch pre-departure handbook",
506
+ theme: "light",
507
+ list: [
508
+ "The current slowdown means that many workers will have to accept lower quality jobs, often at very low pay.",
509
+ "Global employment growth will be only 1.0 per cent in 2023, less than half the level in 2022.",
510
+ "The labour market deterioration is mainly due to emerging geopolitical tensions and the Ukraine conflict.",
511
+ ],
512
+ },
513
+ {
514
+ title: "Renewable energy jobs hit 12.7 million globally",
387
515
  theme: "light",
388
516
  list: [
389
517
  "Global employment growth will be only 1.0 per cent in 2023, less than half the level in 2022.",
@@ -393,7 +521,7 @@ const factListCardGroup = {
393
521
  },
394
522
  ],
395
523
  type: "factlist",
396
- cardCount: "two",
524
+ cardCount: "three",
397
525
  cta: {
398
526
  label: "Discover our unique mission",
399
527
  url: "https://www.ilo.org",
@@ -402,83 +530,16 @@ const factListCardGroup = {
402
530
  const dataCardGroup = {
403
531
  cards: [
404
532
  {
405
- size: "wide",
406
- eyebrow: "Meeting",
407
- image: "/small.jpg",
408
- columns: "two",
409
- dataset: {
410
- content: {
411
- items: [
412
- {
413
- label: "Date",
414
- copy: "18 March 2023",
415
- },
416
- {
417
- label: "Event type",
418
- copy: "Technical meeting of experts",
419
- },
420
- ],
421
- },
422
- files: {
423
- headline: "Files",
424
- items: [
425
- {
426
- label: "Meeting agenda",
427
- url: "https://www.ilo.org",
428
- },
429
- {
430
- label: "Briefing notes",
431
- url: "https://www.ilo.org",
432
- },
433
- {
434
- label: "Practical info",
435
- url: "https://www.ilo.org",
436
- },
437
- ],
438
- },
439
- cta: {
440
- headline: "Read online",
441
- items: [
442
- {
443
- label: "HTML Version",
444
- url: "https://www.ilo.org",
445
- },
446
- {
447
- label: "InfoStories",
448
- url: "https://www.ilo.org/infostories/en-GB",
449
- },
450
- ],
451
- },
452
- links: {
453
- headline: "Languages",
454
- items: [
455
- {
456
- label: "English",
457
- url: "https://www.ilo.org",
458
- },
459
- {
460
- label: "Español",
461
- url: "https://www.ilo.org",
462
- },
463
- {
464
- label: "Français",
465
- url: "https://www.ilo.org",
466
- },
467
- ],
468
- },
469
- },
470
- },
471
- {
472
- size: "wide",
473
- eyebrow: "Meeting",
533
+ size: "standard",
534
+ eyebrow: "Press release",
474
535
  image: "/small.jpg",
475
- columns: "two",
536
+ columns: "one",
476
537
  dataset: {
477
538
  content: {
478
539
  items: [
479
540
  {
480
541
  label: "Date",
481
- copy: "18 March 2023",
542
+ copy: "20 March 2023",
482
543
  },
483
544
  {
484
545
  label: "Event type",
@@ -493,10 +554,6 @@ const dataCardGroup = {
493
554
  label: "Meeting agenda",
494
555
  url: "https://www.ilo.org",
495
556
  },
496
- {
497
- label: "Briefing notes",
498
- url: "https://www.ilo.org",
499
- },
500
557
  {
501
558
  label: "Practical info",
502
559
  url: "https://www.ilo.org",
@@ -536,30 +593,26 @@ const dataCardGroup = {
536
593
  },
537
594
  },
538
595
  {
539
- size: "wide",
540
- eyebrow: "Meeting",
596
+ size: "standard",
597
+ eyebrow: "Report",
541
598
  image: "/small.jpg",
542
- columns: "two",
599
+ columns: "one",
543
600
  dataset: {
544
601
  content: {
545
602
  items: [
546
603
  {
547
604
  label: "Date",
548
- copy: "18 March 2023",
605
+ copy: "23 March 2023",
549
606
  },
550
607
  {
551
608
  label: "Event type",
552
- copy: "Technical meeting of experts",
609
+ copy: "Casual meeting",
553
610
  },
554
611
  ],
555
612
  },
556
613
  files: {
557
614
  headline: "Files",
558
615
  items: [
559
- {
560
- label: "Meeting agenda",
561
- url: "https://www.ilo.org",
562
- },
563
616
  {
564
617
  label: "Briefing notes",
565
618
  url: "https://www.ilo.org",
@@ -586,10 +639,6 @@ const dataCardGroup = {
586
639
  links: {
587
640
  headline: "Languages",
588
641
  items: [
589
- {
590
- label: "English",
591
- url: "https://www.ilo.org",
592
- },
593
642
  {
594
643
  label: "Español",
595
644
  url: "https://www.ilo.org",
@@ -603,16 +652,16 @@ const dataCardGroup = {
603
652
  },
604
653
  },
605
654
  {
606
- size: "wide",
655
+ size: "standard",
607
656
  eyebrow: "Meeting",
608
657
  image: "/small.jpg",
609
- columns: "two",
658
+ columns: "one",
610
659
  dataset: {
611
660
  content: {
612
661
  items: [
613
662
  {
614
663
  label: "Date",
615
- copy: "18 March 2023",
664
+ copy: "24 March 2023",
616
665
  },
617
666
  {
618
667
  label: "Event type",
@@ -623,14 +672,6 @@ const dataCardGroup = {
623
672
  files: {
624
673
  headline: "Files",
625
674
  items: [
626
- {
627
- label: "Meeting agenda",
628
- url: "https://www.ilo.org",
629
- },
630
- {
631
- label: "Briefing notes",
632
- url: "https://www.ilo.org",
633
- },
634
675
  {
635
676
  label: "Practical info",
636
677
  url: "https://www.ilo.org",
@@ -661,25 +702,21 @@ const dataCardGroup = {
661
702
  label: "Español",
662
703
  url: "https://www.ilo.org",
663
704
  },
664
- {
665
- label: "Français",
666
- url: "https://www.ilo.org",
667
- },
668
705
  ],
669
706
  },
670
707
  },
671
708
  },
672
709
  {
673
- size: "wide",
710
+ size: "standard",
674
711
  eyebrow: "Meeting",
675
712
  image: "/small.jpg",
676
- columns: "two",
713
+ columns: "one",
677
714
  dataset: {
678
715
  content: {
679
716
  items: [
680
717
  {
681
718
  label: "Date",
682
- copy: "18 March 2023",
719
+ copy: "29 March 2023",
683
720
  },
684
721
  {
685
722
  label: "Event type",
@@ -737,7 +774,7 @@ const dataCardGroup = {
737
774
  },
738
775
  },
739
776
  ],
740
- cardCount: "four",
777
+ cardCount: "three",
741
778
  type: "data",
742
779
  cta: {
743
780
  label: "Discover our unique mission",
@@ -8,7 +8,6 @@ var components_List_ListItem = require('../../List/ListItem.js');
8
8
  require('tslib');
9
9
  require('react');
10
10
  require('../../../GlobalCtx-10114bdd.js');
11
- require('../../../ListCtx-14aa546f.js');
12
11
 
13
12
  const FactlistCard = ({ title, theme = "narrow", size, list, }) => {
14
13
  const { prefix } = hooks_useGlobalSettings();
@@ -8,7 +8,6 @@ require('tslib');
8
8
  require('react');
9
9
  require('../../../GlobalCtx-10114bdd.js');
10
10
  require('../../List/List.js');
11
- require('../../../ListCtx-14aa546f.js');
12
11
  require('../../List/ListItem.js');
13
12
 
14
13
  const FactlistCardArgs = {