@reykjavik/hanna-react 0.10.56 → 0.10.57

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 (275) hide show
  1. package/{AccordionList.jsx → AccordionList.js} +5 -14
  2. package/{ActionCards.jsx → ActionCards.js} +2 -3
  3. package/{Alert.jsx → Alert.js} +6 -8
  4. package/ArticleCarousel/_ArticleCarouselCard.js +31 -0
  5. package/{ArticleCarousel.jsx → ArticleCarousel.js} +1 -1
  6. package/{ArticleMeta.jsx → ArticleMeta.js} +9 -8
  7. package/{Attention.jsx → Attention.js} +1 -1
  8. package/{BasicTable.jsx → BasicTable.js} +11 -12
  9. package/{Bling.jsx → Bling.js} +2 -2
  10. package/{BlockBreak.jsx → BlockBreak.js} +1 -1
  11. package/{BlockQuote.jsx → BlockQuote.js} +1 -1
  12. package/BreadCrumbs.js +33 -0
  13. package/{ButtonBack.jsx → ButtonBack.js} +1 -1
  14. package/{ButtonBar.jsx → ButtonBar.js} +2 -4
  15. package/{ButtonPrimary.jsx → ButtonPrimary.js} +1 -1
  16. package/{ButtonSecondary.jsx → ButtonSecondary.js} +1 -1
  17. package/{ButtonTertiary.jsx → ButtonTertiary.js} +1 -1
  18. package/CHANGELOG.md +1 -1
  19. package/{Carousel.jsx → Carousel.js} +1 -1
  20. package/{CarouselStepper.jsx → CarouselStepper.js} +1 -1
  21. package/{CenterColumn.jsx → CenterColumn.js} +1 -3
  22. package/{Checkbox.jsx → Checkbox.js} +1 -1
  23. package/{CheckboxButtonsGroup.jsx → CheckboxButtonsGroup.js} +2 -2
  24. package/{CheckboxGroup.jsx → CheckboxGroup.js} +1 -1
  25. package/{CityBlock.jsx → CityBlock.js} +1 -1
  26. package/{ContactBubble.jsx → ContactBubble.js} +12 -26
  27. package/{ContentArticle.jsx → ContentArticle.js} +9 -12
  28. package/ContentImage.js +23 -0
  29. package/{Datepicker.jsx → Datepicker.js} +17 -18
  30. package/{ExtraLinks.jsx → ExtraLinks.js} +9 -17
  31. package/FeatureList.js +21 -0
  32. package/{FieldGroup.jsx → FieldGroup.js} +3 -4
  33. package/{FileInput.jsx → FileInput.js} +22 -25
  34. package/{Foonote.jsx → Foonote.js} +0 -0
  35. package/FooterBadges.js +17 -0
  36. package/FooterInfo.js +14 -0
  37. package/{Footnote.jsx → Footnote.js} +1 -1
  38. package/{Form.jsx → Form.js} +2 -4
  39. package/{FormField.jsx → FormField.js} +20 -22
  40. package/Gallery/{_GalleryItem.jsx → _GalleryItem.js} +8 -9
  41. package/Gallery/{_GalleryModal.jsx → _GalleryModal.js} +11 -15
  42. package/Gallery/{_GalleryModalItem.jsx → _GalleryModalItem.js} +5 -7
  43. package/{Gallery.jsx → Gallery.js} +3 -4
  44. package/GridBlocks.js +29 -0
  45. package/{Heading.jsx → Heading.js} +2 -4
  46. package/{HeroBlock.jsx → HeroBlock.js} +8 -9
  47. package/{IframeBlock.jsx → IframeBlock.js} +6 -6
  48. package/{Illustration.jsx → Illustration.js} +1 -1
  49. package/{ImageCards.jsx → ImageCards.js} +2 -3
  50. package/InfoBlock.js +18 -0
  51. package/{InfoHero.jsx → InfoHero.js} +9 -15
  52. package/{IslandBlock.jsx → IslandBlock.js} +1 -1
  53. package/{IslandPageBlock.jsx → IslandPageBlock.js} +1 -1
  54. package/{LabeledTextBlock.jsx → LabeledTextBlock.js} +5 -7
  55. package/Layout.js +58 -0
  56. package/MainMenu/{_Auxiliary.jsx → _Auxiliary.js} +5 -11
  57. package/MainMenu/_PrimaryPanel.js +29 -0
  58. package/{MainMenu.jsx → MainMenu.js} +27 -40
  59. package/{MiniMetrics.jsx → MiniMetrics.js} +5 -4
  60. package/Modal.js +19 -0
  61. package/{NameCard.jsx → NameCard.js} +18 -23
  62. package/{NameCards.jsx → NameCards.js} +1 -3
  63. package/{NewsHero.jsx → NewsHero.js} +7 -9
  64. package/{PageFilter.jsx → PageFilter.js} +6 -7
  65. package/{PageHeading.jsx → PageHeading.js} +2 -4
  66. package/ProcessOverview.js +22 -0
  67. package/{PullQuote.jsx → PullQuote.js} +1 -1
  68. package/{RadioButtonsGroup.jsx → RadioButtonsGroup.js} +2 -2
  69. package/{RadioGroup.jsx → RadioGroup.js} +2 -2
  70. package/{RelatedLinks.jsx → RelatedLinks.js} +9 -13
  71. package/{RowBlock.jsx → RowBlock.js} +1 -3
  72. package/{RowBlockColumn.jsx → RowBlockColumn.js} +2 -4
  73. package/{SearchInput.jsx → SearchInput.js} +4 -6
  74. package/SearchResults/_SearchResultsItem.js +20 -0
  75. package/{SearchResults.jsx → SearchResults.js} +27 -36
  76. package/{SeenEffect.jsx → SeenEffect.js} +1 -1
  77. package/{Selectbox.jsx → Selectbox.js} +1 -1
  78. package/{ShareButtons.jsx → ShareButtons.js} +6 -12
  79. package/{Sharpie.jsx → Sharpie.js} +1 -1
  80. package/{SiteSearchAutocomplete.jsx → SiteSearchAutocomplete.js} +5 -7
  81. package/{SiteSearchCurtain.jsx → SiteSearchCurtain.js} +1 -5
  82. package/{SiteSearchInput.jsx → SiteSearchInput.js} +10 -12
  83. package/{Skeleton.jsx → Skeleton.js} +5 -5
  84. package/{SubHeading.jsx → SubHeading.js} +2 -4
  85. package/{Tabs.jsx → Tabs.js} +12 -12
  86. package/{TagPill.jsx → TagPill.js} +11 -16
  87. package/{TextBlock.jsx → TextBlock.js} +2 -4
  88. package/{TextButton.jsx → TextButton.js} +1 -1
  89. package/{TextInput.jsx → TextInput.js} +1 -1
  90. package/{VSpacer.jsx → VSpacer.js} +1 -1
  91. package/{VerticalTabsTOC.jsx → VerticalTabsTOC.js} +2 -2
  92. package/WizardLayout.js +35 -0
  93. package/{WizardLayoutClose.jsx → WizardLayoutClose.js} +1 -1
  94. package/WizardStepper.js +30 -0
  95. package/_abstract/{Button.jsx → Button.js} +2 -6
  96. package/_abstract/CardList.js +43 -0
  97. package/_abstract/{Image.jsx → Image.js} +10 -12
  98. package/_abstract/{Link.jsx → Link.js} +0 -0
  99. package/_abstract/TogglerGroup.js +34 -0
  100. package/_abstract/{TogglerGroupField.jsx → TogglerGroupField.js} +3 -3
  101. package/_abstract/{TogglerInput.jsx → TogglerInput.js} +13 -15
  102. package/_abstract/{_AbstractCarousel.jsx → _AbstractCarousel.js} +7 -10
  103. package/_abstract/{_Blings.jsx → _Blings.js} +1 -3
  104. package/_abstract/_Block.js +29 -0
  105. package/_abstract/{_Quote.jsx → _Quote.js} +3 -6
  106. package/_abstract/{breakOnNL.jsx → breakOnNL.js} +1 -1
  107. package/esm/AccordionList.js +24 -0
  108. package/esm/{ActionCards.jsx → ActionCards.js} +2 -3
  109. package/esm/{Alert.jsx → Alert.js} +6 -8
  110. package/esm/ArticleCarousel/_ArticleCarouselCard.js +24 -0
  111. package/esm/{ArticleCarousel.jsx → ArticleCarousel.js} +1 -1
  112. package/esm/ArticleMeta.js +18 -0
  113. package/esm/Attention.js +4 -0
  114. package/esm/{BasicTable.jsx → BasicTable.js} +11 -12
  115. package/esm/{Bling.jsx → Bling.js} +2 -2
  116. package/esm/BlockBreak.js +6 -0
  117. package/esm/BlockQuote.js +4 -0
  118. package/esm/BreadCrumbs.js +28 -0
  119. package/esm/ButtonBack.js +4 -0
  120. package/esm/{ButtonBar.jsx → ButtonBar.js} +2 -4
  121. package/esm/ButtonPrimary.js +4 -0
  122. package/esm/ButtonSecondary.js +4 -0
  123. package/esm/{ButtonTertiary.jsx → ButtonTertiary.js} +1 -1
  124. package/esm/Carousel.js +4 -0
  125. package/esm/CarouselStepper.js +4 -0
  126. package/esm/CenterColumn.js +7 -0
  127. package/esm/Checkbox.js +4 -0
  128. package/esm/{CheckboxButtonsGroup.jsx → CheckboxButtonsGroup.js} +2 -2
  129. package/esm/{CheckboxGroup.jsx → CheckboxGroup.js} +1 -1
  130. package/esm/{CityBlock.jsx → CityBlock.js} +1 -1
  131. package/esm/{ContactBubble.jsx → ContactBubble.js} +12 -26
  132. package/esm/ContentArticle.js +21 -0
  133. package/esm/ContentImage.js +18 -0
  134. package/esm/{Datepicker.jsx → Datepicker.js} +17 -18
  135. package/esm/{ExtraLinks.jsx → ExtraLinks.js} +9 -17
  136. package/esm/FeatureList.js +16 -0
  137. package/esm/FieldGroup.js +9 -0
  138. package/esm/{FileInput.jsx → FileInput.js} +22 -25
  139. package/esm/{Foonote.jsx → Foonote.js} +0 -0
  140. package/esm/FooterBadges.js +12 -0
  141. package/esm/FooterInfo.js +9 -0
  142. package/esm/Footnote.js +3 -0
  143. package/esm/{Form.jsx → Form.js} +2 -4
  144. package/esm/{FormField.jsx → FormField.js} +20 -22
  145. package/esm/Gallery/{_GalleryItem.jsx → _GalleryItem.js} +8 -9
  146. package/esm/Gallery/{_GalleryModal.jsx → _GalleryModal.js} +11 -15
  147. package/esm/Gallery/{_GalleryModalItem.jsx → _GalleryModalItem.js} +5 -7
  148. package/esm/{Gallery.jsx → Gallery.js} +3 -4
  149. package/esm/GridBlocks.js +24 -0
  150. package/esm/{Heading.jsx → Heading.js} +2 -4
  151. package/esm/HeroBlock.js +21 -0
  152. package/esm/{IframeBlock.jsx → IframeBlock.js} +6 -6
  153. package/esm/{Illustration.jsx → Illustration.js} +1 -1
  154. package/esm/{ImageCards.jsx → ImageCards.js} +2 -3
  155. package/esm/InfoBlock.js +13 -0
  156. package/esm/{InfoHero.jsx → InfoHero.js} +9 -15
  157. package/esm/{IslandBlock.jsx → IslandBlock.js} +1 -1
  158. package/esm/{IslandPageBlock.jsx → IslandPageBlock.js} +1 -1
  159. package/esm/LabeledTextBlock.js +14 -0
  160. package/esm/Layout.js +52 -0
  161. package/esm/MainMenu/_Auxiliary.js +13 -0
  162. package/esm/MainMenu/_PrimaryPanel.js +22 -0
  163. package/esm/{MainMenu.jsx → MainMenu.js} +27 -40
  164. package/esm/MiniMetrics.js +12 -0
  165. package/esm/Modal.js +14 -0
  166. package/esm/{NameCard.jsx → NameCard.js} +18 -23
  167. package/esm/NameCards.js +7 -0
  168. package/esm/{NewsHero.jsx → NewsHero.js} +7 -9
  169. package/esm/PageFilter.js +15 -0
  170. package/esm/{PageHeading.jsx → PageHeading.js} +2 -4
  171. package/esm/ProcessOverview.js +17 -0
  172. package/esm/PullQuote.js +4 -0
  173. package/esm/{RadioButtonsGroup.jsx → RadioButtonsGroup.js} +2 -2
  174. package/esm/RadioGroup.js +7 -0
  175. package/esm/RelatedLinks.js +26 -0
  176. package/esm/{RowBlock.jsx → RowBlock.js} +1 -3
  177. package/esm/{RowBlockColumn.jsx → RowBlockColumn.js} +2 -4
  178. package/esm/{SearchInput.jsx → SearchInput.js} +4 -6
  179. package/esm/SearchResults/_SearchResultsItem.js +15 -0
  180. package/esm/{SearchResults.jsx → SearchResults.js} +27 -36
  181. package/esm/{SeenEffect.jsx → SeenEffect.js} +1 -1
  182. package/esm/{Selectbox.jsx → Selectbox.js} +1 -1
  183. package/esm/{ShareButtons.jsx → ShareButtons.js} +6 -12
  184. package/esm/{Sharpie.jsx → Sharpie.js} +1 -1
  185. package/esm/{SiteSearchAutocomplete.jsx → SiteSearchAutocomplete.js} +5 -7
  186. package/esm/{SiteSearchCurtain.jsx → SiteSearchCurtain.js} +1 -5
  187. package/esm/{SiteSearchInput.jsx → SiteSearchInput.js} +10 -12
  188. package/esm/{Skeleton.jsx → Skeleton.js} +5 -5
  189. package/esm/{SubHeading.jsx → SubHeading.js} +2 -4
  190. package/esm/{Tabs.jsx → Tabs.js} +12 -12
  191. package/esm/{TagPill.jsx → TagPill.js} +11 -16
  192. package/esm/{TextBlock.jsx → TextBlock.js} +2 -4
  193. package/esm/{TextButton.jsx → TextButton.js} +1 -1
  194. package/esm/{TextInput.jsx → TextInput.js} +1 -1
  195. package/esm/{VSpacer.jsx → VSpacer.js} +1 -1
  196. package/esm/{VerticalTabsTOC.jsx → VerticalTabsTOC.js} +2 -2
  197. package/esm/WizardLayout.js +30 -0
  198. package/esm/WizardLayoutClose.js +4 -0
  199. package/esm/WizardStepper.js +25 -0
  200. package/esm/_abstract/{Button.jsx → Button.js} +2 -6
  201. package/esm/_abstract/CardList.js +36 -0
  202. package/esm/_abstract/{Image.jsx → Image.js} +10 -12
  203. package/esm/_abstract/{Link.jsx → Link.js} +0 -0
  204. package/esm/_abstract/TogglerGroup.js +29 -0
  205. package/esm/_abstract/{TogglerGroupField.jsx → TogglerGroupField.js} +3 -3
  206. package/esm/_abstract/{TogglerInput.jsx → TogglerInput.js} +13 -15
  207. package/esm/_abstract/{_AbstractCarousel.jsx → _AbstractCarousel.js} +7 -10
  208. package/esm/_abstract/_Blings.js +12 -0
  209. package/esm/_abstract/_Block.js +24 -0
  210. package/esm/_abstract/_Quote.js +8 -0
  211. package/esm/_abstract/{breakOnNL.jsx → breakOnNL.js} +1 -1
  212. package/package.json +91 -91
  213. package/ArticleCarousel/_ArticleCarouselCard.jsx +0 -32
  214. package/BreadCrumbs.jsx +0 -36
  215. package/ContentImage.jsx +0 -18
  216. package/FeatureList.jsx +0 -28
  217. package/FooterBadges.jsx +0 -21
  218. package/FooterInfo.jsx +0 -19
  219. package/GridBlocks.jsx +0 -40
  220. package/InfoBlock.jsx +0 -23
  221. package/Layout.jsx +0 -69
  222. package/MainMenu/_PrimaryPanel.jsx +0 -37
  223. package/Modal.jsx +0 -21
  224. package/ProcessOverview.jsx +0 -25
  225. package/SearchResults/_SearchResultsItem.jsx +0 -24
  226. package/WizardLayout.jsx +0 -44
  227. package/WizardStepper.jsx +0 -34
  228. package/_abstract/CardList.jsx +0 -46
  229. package/_abstract/TogglerGroup.jsx +0 -36
  230. package/_abstract/_Block.jsx +0 -32
  231. package/esm/AccordionList.jsx +0 -33
  232. package/esm/ArticleCarousel/_ArticleCarouselCard.jsx +0 -25
  233. package/esm/ArticleMeta.jsx +0 -17
  234. package/esm/Attention.jsx +0 -4
  235. package/esm/BlockBreak.jsx +0 -6
  236. package/esm/BlockQuote.jsx +0 -4
  237. package/esm/BreadCrumbs.jsx +0 -31
  238. package/esm/ButtonBack.jsx +0 -4
  239. package/esm/ButtonPrimary.jsx +0 -4
  240. package/esm/ButtonSecondary.jsx +0 -4
  241. package/esm/Carousel.jsx +0 -4
  242. package/esm/CarouselStepper.jsx +0 -4
  243. package/esm/CenterColumn.jsx +0 -9
  244. package/esm/Checkbox.jsx +0 -4
  245. package/esm/ContentArticle.jsx +0 -24
  246. package/esm/ContentImage.jsx +0 -13
  247. package/esm/FeatureList.jsx +0 -23
  248. package/esm/FieldGroup.jsx +0 -10
  249. package/esm/FooterBadges.jsx +0 -16
  250. package/esm/FooterInfo.jsx +0 -14
  251. package/esm/Footnote.jsx +0 -3
  252. package/esm/GridBlocks.jsx +0 -35
  253. package/esm/HeroBlock.jsx +0 -22
  254. package/esm/InfoBlock.jsx +0 -18
  255. package/esm/LabeledTextBlock.jsx +0 -16
  256. package/esm/Layout.jsx +0 -63
  257. package/esm/MainMenu/_Auxiliary.jsx +0 -19
  258. package/esm/MainMenu/_PrimaryPanel.jsx +0 -30
  259. package/esm/MiniMetrics.jsx +0 -11
  260. package/esm/Modal.jsx +0 -16
  261. package/esm/NameCards.jsx +0 -9
  262. package/esm/PageFilter.jsx +0 -16
  263. package/esm/ProcessOverview.jsx +0 -20
  264. package/esm/PullQuote.jsx +0 -4
  265. package/esm/RadioGroup.jsx +0 -7
  266. package/esm/RelatedLinks.jsx +0 -30
  267. package/esm/SearchResults/_SearchResultsItem.jsx +0 -19
  268. package/esm/WizardLayout.jsx +0 -39
  269. package/esm/WizardLayoutClose.jsx +0 -4
  270. package/esm/WizardStepper.jsx +0 -29
  271. package/esm/_abstract/CardList.jsx +0 -39
  272. package/esm/_abstract/TogglerGroup.jsx +0 -31
  273. package/esm/_abstract/_Blings.jsx +0 -14
  274. package/esm/_abstract/_Block.jsx +0 -27
  275. package/esm/_abstract/_Quote.jsx +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reykjavik/hanna-react",
3
- "version": "0.10.56",
3
+ "version": "0.10.57",
4
4
  "author": "Reykjavík (http://www.reykjavik.is)",
5
5
  "contributors": [
6
6
  "Hugsmiðjan ehf (http://www.hugsmidjan.is)",
@@ -38,363 +38,363 @@
38
38
  },
39
39
  "exports": {
40
40
  "./AccordionList": {
41
- "import": "./esm/AccordionList.mjs",
41
+ "import": "./esm/AccordionList.js",
42
42
  "require": "./AccordionList.js"
43
43
  },
44
44
  "./ActionCards": {
45
- "import": "./esm/ActionCards.mjs",
45
+ "import": "./esm/ActionCards.js",
46
46
  "require": "./ActionCards.js"
47
47
  },
48
48
  "./Alert": {
49
- "import": "./esm/Alert.mjs",
49
+ "import": "./esm/Alert.js",
50
50
  "require": "./Alert.js"
51
51
  },
52
52
  "./ArticleCarousel": {
53
- "import": "./esm/ArticleCarousel.mjs",
53
+ "import": "./esm/ArticleCarousel.js",
54
54
  "require": "./ArticleCarousel.js"
55
55
  },
56
56
  "./ArticleMeta": {
57
- "import": "./esm/ArticleMeta.mjs",
57
+ "import": "./esm/ArticleMeta.js",
58
58
  "require": "./ArticleMeta.js"
59
59
  },
60
60
  "./assets": {
61
- "import": "./esm/assets.mjs",
61
+ "import": "./esm/assets.js",
62
62
  "require": "./assets.js"
63
63
  },
64
64
  "./Attention": {
65
- "import": "./esm/Attention.mjs",
65
+ "import": "./esm/Attention.js",
66
66
  "require": "./Attention.js"
67
67
  },
68
68
  "./BasicTable": {
69
- "import": "./esm/BasicTable.mjs",
69
+ "import": "./esm/BasicTable.js",
70
70
  "require": "./BasicTable.js"
71
71
  },
72
72
  "./Bling": {
73
- "import": "./esm/Bling.mjs",
73
+ "import": "./esm/Bling.js",
74
74
  "require": "./Bling.js"
75
75
  },
76
76
  "./BlockBreak": {
77
- "import": "./esm/BlockBreak.mjs",
77
+ "import": "./esm/BlockBreak.js",
78
78
  "require": "./BlockBreak.js"
79
79
  },
80
80
  "./BlockQuote": {
81
- "import": "./esm/BlockQuote.mjs",
81
+ "import": "./esm/BlockQuote.js",
82
82
  "require": "./BlockQuote.js"
83
83
  },
84
84
  "./BreadCrumbs": {
85
- "import": "./esm/BreadCrumbs.mjs",
85
+ "import": "./esm/BreadCrumbs.js",
86
86
  "require": "./BreadCrumbs.js"
87
87
  },
88
88
  "./ButtonBack": {
89
- "import": "./esm/ButtonBack.mjs",
89
+ "import": "./esm/ButtonBack.js",
90
90
  "require": "./ButtonBack.js"
91
91
  },
92
92
  "./ButtonBar": {
93
- "import": "./esm/ButtonBar.mjs",
93
+ "import": "./esm/ButtonBar.js",
94
94
  "require": "./ButtonBar.js"
95
95
  },
96
96
  "./ButtonPrimary": {
97
- "import": "./esm/ButtonPrimary.mjs",
97
+ "import": "./esm/ButtonPrimary.js",
98
98
  "require": "./ButtonPrimary.js"
99
99
  },
100
100
  "./ButtonSecondary": {
101
- "import": "./esm/ButtonSecondary.mjs",
101
+ "import": "./esm/ButtonSecondary.js",
102
102
  "require": "./ButtonSecondary.js"
103
103
  },
104
104
  "./ButtonTertiary": {
105
- "import": "./esm/ButtonTertiary.mjs",
105
+ "import": "./esm/ButtonTertiary.js",
106
106
  "require": "./ButtonTertiary.js"
107
107
  },
108
108
  "./Carousel": {
109
- "import": "./esm/Carousel.mjs",
109
+ "import": "./esm/Carousel.js",
110
110
  "require": "./Carousel.js"
111
111
  },
112
112
  "./CarouselStepper": {
113
- "import": "./esm/CarouselStepper.mjs",
113
+ "import": "./esm/CarouselStepper.js",
114
114
  "require": "./CarouselStepper.js"
115
115
  },
116
116
  "./CenterColumn": {
117
- "import": "./esm/CenterColumn.mjs",
117
+ "import": "./esm/CenterColumn.js",
118
118
  "require": "./CenterColumn.js"
119
119
  },
120
120
  "./Checkbox": {
121
- "import": "./esm/Checkbox.mjs",
121
+ "import": "./esm/Checkbox.js",
122
122
  "require": "./Checkbox.js"
123
123
  },
124
124
  "./CheckboxButtonsGroup": {
125
- "import": "./esm/CheckboxButtonsGroup.mjs",
125
+ "import": "./esm/CheckboxButtonsGroup.js",
126
126
  "require": "./CheckboxButtonsGroup.js"
127
127
  },
128
128
  "./CheckboxGroup": {
129
- "import": "./esm/CheckboxGroup.mjs",
129
+ "import": "./esm/CheckboxGroup.js",
130
130
  "require": "./CheckboxGroup.js"
131
131
  },
132
132
  "./CityBlock": {
133
- "import": "./esm/CityBlock.mjs",
133
+ "import": "./esm/CityBlock.js",
134
134
  "require": "./CityBlock.js"
135
135
  },
136
136
  "./constants": {
137
- "import": "./esm/constants.mjs",
137
+ "import": "./esm/constants.js",
138
138
  "require": "./constants.js"
139
139
  },
140
140
  "./ContactBubble": {
141
- "import": "./esm/ContactBubble.mjs",
141
+ "import": "./esm/ContactBubble.js",
142
142
  "require": "./ContactBubble.js"
143
143
  },
144
144
  "./ContentArticle": {
145
- "import": "./esm/ContentArticle.mjs",
145
+ "import": "./esm/ContentArticle.js",
146
146
  "require": "./ContentArticle.js"
147
147
  },
148
148
  "./ContentImage": {
149
- "import": "./esm/ContentImage.mjs",
149
+ "import": "./esm/ContentImage.js",
150
150
  "require": "./ContentImage.js"
151
151
  },
152
152
  "./Datepicker": {
153
- "import": "./esm/Datepicker.mjs",
153
+ "import": "./esm/Datepicker.js",
154
154
  "require": "./Datepicker.js"
155
155
  },
156
156
  "./ExtraLinks": {
157
- "import": "./esm/ExtraLinks.mjs",
157
+ "import": "./esm/ExtraLinks.js",
158
158
  "require": "./ExtraLinks.js"
159
159
  },
160
160
  "./FeatureList": {
161
- "import": "./esm/FeatureList.mjs",
161
+ "import": "./esm/FeatureList.js",
162
162
  "require": "./FeatureList.js"
163
163
  },
164
164
  "./FieldGroup": {
165
- "import": "./esm/FieldGroup.mjs",
165
+ "import": "./esm/FieldGroup.js",
166
166
  "require": "./FieldGroup.js"
167
167
  },
168
168
  "./FileInput": {
169
- "import": "./esm/FileInput.mjs",
169
+ "import": "./esm/FileInput.js",
170
170
  "require": "./FileInput.js"
171
171
  },
172
172
  "./focus-visible": {
173
- "import": "./esm/focus-visible.mjs",
173
+ "import": "./esm/focus-visible.js",
174
174
  "require": "./focus-visible.js"
175
175
  },
176
176
  "./Foonote": {
177
- "import": "./esm/Foonote.mjs",
177
+ "import": "./esm/Foonote.js",
178
178
  "require": "./Foonote.js"
179
179
  },
180
180
  "./FooterBadges": {
181
- "import": "./esm/FooterBadges.mjs",
181
+ "import": "./esm/FooterBadges.js",
182
182
  "require": "./FooterBadges.js"
183
183
  },
184
184
  "./FooterInfo": {
185
- "import": "./esm/FooterInfo.mjs",
185
+ "import": "./esm/FooterInfo.js",
186
186
  "require": "./FooterInfo.js"
187
187
  },
188
188
  "./Footnote": {
189
- "import": "./esm/Footnote.mjs",
189
+ "import": "./esm/Footnote.js",
190
190
  "require": "./Footnote.js"
191
191
  },
192
192
  "./Form": {
193
- "import": "./esm/Form.mjs",
193
+ "import": "./esm/Form.js",
194
194
  "require": "./Form.js"
195
195
  },
196
196
  "./FormField": {
197
- "import": "./esm/FormField.mjs",
197
+ "import": "./esm/FormField.js",
198
198
  "require": "./FormField.js"
199
199
  },
200
200
  "./Gallery": {
201
- "import": "./esm/Gallery.mjs",
201
+ "import": "./esm/Gallery.js",
202
202
  "require": "./Gallery.js"
203
203
  },
204
204
  "./GridBlocks": {
205
- "import": "./esm/GridBlocks.mjs",
205
+ "import": "./esm/GridBlocks.js",
206
206
  "require": "./GridBlocks.js"
207
207
  },
208
208
  "./Heading": {
209
- "import": "./esm/Heading.mjs",
209
+ "import": "./esm/Heading.js",
210
210
  "require": "./Heading.js"
211
211
  },
212
212
  "./HeroBlock": {
213
- "import": "./esm/HeroBlock.mjs",
213
+ "import": "./esm/HeroBlock.js",
214
214
  "require": "./HeroBlock.js"
215
215
  },
216
216
  "./IframeBlock": {
217
- "import": "./esm/IframeBlock.mjs",
217
+ "import": "./esm/IframeBlock.js",
218
218
  "require": "./IframeBlock.js"
219
219
  },
220
220
  "./Illustration": {
221
- "import": "./esm/Illustration.mjs",
221
+ "import": "./esm/Illustration.js",
222
222
  "require": "./Illustration.js"
223
223
  },
224
224
  "./ImageCards": {
225
- "import": "./esm/ImageCards.mjs",
225
+ "import": "./esm/ImageCards.js",
226
226
  "require": "./ImageCards.js"
227
227
  },
228
228
  "./InfoBlock": {
229
- "import": "./esm/InfoBlock.mjs",
229
+ "import": "./esm/InfoBlock.js",
230
230
  "require": "./InfoBlock.js"
231
231
  },
232
232
  "./InfoHero": {
233
- "import": "./esm/InfoHero.mjs",
233
+ "import": "./esm/InfoHero.js",
234
234
  "require": "./InfoHero.js"
235
235
  },
236
236
  "./IslandBlock": {
237
- "import": "./esm/IslandBlock.mjs",
237
+ "import": "./esm/IslandBlock.js",
238
238
  "require": "./IslandBlock.js"
239
239
  },
240
240
  "./IslandPageBlock": {
241
- "import": "./esm/IslandPageBlock.mjs",
241
+ "import": "./esm/IslandPageBlock.js",
242
242
  "require": "./IslandPageBlock.js"
243
243
  },
244
244
  "./LabeledTextBlock": {
245
- "import": "./esm/LabeledTextBlock.mjs",
245
+ "import": "./esm/LabeledTextBlock.js",
246
246
  "require": "./LabeledTextBlock.js"
247
247
  },
248
248
  "./Layout": {
249
- "import": "./esm/Layout.mjs",
249
+ "import": "./esm/Layout.js",
250
250
  "require": "./Layout.js"
251
251
  },
252
252
  "./MainMenu": {
253
- "import": "./esm/MainMenu.mjs",
253
+ "import": "./esm/MainMenu.js",
254
254
  "require": "./MainMenu.js"
255
255
  },
256
256
  "./MiniMetrics": {
257
- "import": "./esm/MiniMetrics.mjs",
257
+ "import": "./esm/MiniMetrics.js",
258
258
  "require": "./MiniMetrics.js"
259
259
  },
260
260
  "./Modal": {
261
- "import": "./esm/Modal.mjs",
261
+ "import": "./esm/Modal.js",
262
262
  "require": "./Modal.js"
263
263
  },
264
264
  "./NameCard": {
265
- "import": "./esm/NameCard.mjs",
265
+ "import": "./esm/NameCard.js",
266
266
  "require": "./NameCard.js"
267
267
  },
268
268
  "./NameCards": {
269
- "import": "./esm/NameCards.mjs",
269
+ "import": "./esm/NameCards.js",
270
270
  "require": "./NameCards.js"
271
271
  },
272
272
  "./NewsHero": {
273
- "import": "./esm/NewsHero.mjs",
273
+ "import": "./esm/NewsHero.js",
274
274
  "require": "./NewsHero.js"
275
275
  },
276
276
  "./PageFilter": {
277
- "import": "./esm/PageFilter.mjs",
277
+ "import": "./esm/PageFilter.js",
278
278
  "require": "./PageFilter.js"
279
279
  },
280
280
  "./PageHeading": {
281
- "import": "./esm/PageHeading.mjs",
281
+ "import": "./esm/PageHeading.js",
282
282
  "require": "./PageHeading.js"
283
283
  },
284
284
  "./ProcessOverview": {
285
- "import": "./esm/ProcessOverview.mjs",
285
+ "import": "./esm/ProcessOverview.js",
286
286
  "require": "./ProcessOverview.js"
287
287
  },
288
288
  "./PullQuote": {
289
- "import": "./esm/PullQuote.mjs",
289
+ "import": "./esm/PullQuote.js",
290
290
  "require": "./PullQuote.js"
291
291
  },
292
292
  "./RadioButtonsGroup": {
293
- "import": "./esm/RadioButtonsGroup.mjs",
293
+ "import": "./esm/RadioButtonsGroup.js",
294
294
  "require": "./RadioButtonsGroup.js"
295
295
  },
296
296
  "./RadioGroup": {
297
- "import": "./esm/RadioGroup.mjs",
297
+ "import": "./esm/RadioGroup.js",
298
298
  "require": "./RadioGroup.js"
299
299
  },
300
300
  "./RelatedLinks": {
301
- "import": "./esm/RelatedLinks.mjs",
301
+ "import": "./esm/RelatedLinks.js",
302
302
  "require": "./RelatedLinks.js"
303
303
  },
304
304
  "./RowBlock": {
305
- "import": "./esm/RowBlock.mjs",
305
+ "import": "./esm/RowBlock.js",
306
306
  "require": "./RowBlock.js"
307
307
  },
308
308
  "./RowBlockColumn": {
309
- "import": "./esm/RowBlockColumn.mjs",
309
+ "import": "./esm/RowBlockColumn.js",
310
310
  "require": "./RowBlockColumn.js"
311
311
  },
312
312
  "./SearchInput": {
313
- "import": "./esm/SearchInput.mjs",
313
+ "import": "./esm/SearchInput.js",
314
314
  "require": "./SearchInput.js"
315
315
  },
316
316
  "./SearchResults": {
317
- "import": "./esm/SearchResults.mjs",
317
+ "import": "./esm/SearchResults.js",
318
318
  "require": "./SearchResults.js"
319
319
  },
320
320
  "./SeenEffect": {
321
- "import": "./esm/SeenEffect.mjs",
321
+ "import": "./esm/SeenEffect.js",
322
322
  "require": "./SeenEffect.js"
323
323
  },
324
324
  "./Selectbox": {
325
- "import": "./esm/Selectbox.mjs",
325
+ "import": "./esm/Selectbox.js",
326
326
  "require": "./Selectbox.js"
327
327
  },
328
328
  "./ShareButtons": {
329
- "import": "./esm/ShareButtons.mjs",
329
+ "import": "./esm/ShareButtons.js",
330
330
  "require": "./ShareButtons.js"
331
331
  },
332
332
  "./Sharpie": {
333
- "import": "./esm/Sharpie.mjs",
333
+ "import": "./esm/Sharpie.js",
334
334
  "require": "./Sharpie.js"
335
335
  },
336
336
  "./SiteSearchAutocomplete": {
337
- "import": "./esm/SiteSearchAutocomplete.mjs",
337
+ "import": "./esm/SiteSearchAutocomplete.js",
338
338
  "require": "./SiteSearchAutocomplete.js"
339
339
  },
340
340
  "./SiteSearchCurtain": {
341
- "import": "./esm/SiteSearchCurtain.mjs",
341
+ "import": "./esm/SiteSearchCurtain.js",
342
342
  "require": "./SiteSearchCurtain.js"
343
343
  },
344
344
  "./SiteSearchInput": {
345
- "import": "./esm/SiteSearchInput.mjs",
345
+ "import": "./esm/SiteSearchInput.js",
346
346
  "require": "./SiteSearchInput.js"
347
347
  },
348
348
  "./Skeleton": {
349
- "import": "./esm/Skeleton.mjs",
349
+ "import": "./esm/Skeleton.js",
350
350
  "require": "./Skeleton.js"
351
351
  },
352
352
  "./SubHeading": {
353
- "import": "./esm/SubHeading.mjs",
353
+ "import": "./esm/SubHeading.js",
354
354
  "require": "./SubHeading.js"
355
355
  },
356
356
  "./Tabs": {
357
- "import": "./esm/Tabs.mjs",
357
+ "import": "./esm/Tabs.js",
358
358
  "require": "./Tabs.js"
359
359
  },
360
360
  "./TagPill": {
361
- "import": "./esm/TagPill.mjs",
361
+ "import": "./esm/TagPill.js",
362
362
  "require": "./TagPill.js"
363
363
  },
364
364
  "./TextBlock": {
365
- "import": "./esm/TextBlock.mjs",
365
+ "import": "./esm/TextBlock.js",
366
366
  "require": "./TextBlock.js"
367
367
  },
368
368
  "./TextButton": {
369
- "import": "./esm/TextButton.mjs",
369
+ "import": "./esm/TextButton.js",
370
370
  "require": "./TextButton.js"
371
371
  },
372
372
  "./TextInput": {
373
- "import": "./esm/TextInput.mjs",
373
+ "import": "./esm/TextInput.js",
374
374
  "require": "./TextInput.js"
375
375
  },
376
376
  "./utils": {
377
- "import": "./esm/utils.mjs",
377
+ "import": "./esm/utils.js",
378
378
  "require": "./utils.js"
379
379
  },
380
380
  "./VerticalTabsTOC": {
381
- "import": "./esm/VerticalTabsTOC.mjs",
381
+ "import": "./esm/VerticalTabsTOC.js",
382
382
  "require": "./VerticalTabsTOC.js"
383
383
  },
384
384
  "./VSpacer": {
385
- "import": "./esm/VSpacer.mjs",
385
+ "import": "./esm/VSpacer.js",
386
386
  "require": "./VSpacer.js"
387
387
  },
388
388
  "./WizardLayout": {
389
- "import": "./esm/WizardLayout.mjs",
389
+ "import": "./esm/WizardLayout.js",
390
390
  "require": "./WizardLayout.js"
391
391
  },
392
392
  "./WizardLayoutClose": {
393
- "import": "./esm/WizardLayoutClose.mjs",
393
+ "import": "./esm/WizardLayoutClose.js",
394
394
  "require": "./WizardLayoutClose.js"
395
395
  },
396
396
  "./WizardStepper": {
397
- "import": "./esm/WizardStepper.mjs",
397
+ "import": "./esm/WizardStepper.js",
398
398
  "require": "./WizardStepper.js"
399
399
  }
400
400
  }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ArticleCarouselCard = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const getBemClass_1 = __importDefault(require("@hugsmidjan/react/utils/getBemClass"));
9
- const assets_1 = require("@reykjavik/hanna-utils/assets");
10
- const Image_1 = __importDefault(require("../_abstract/Image"));
11
- const Link_1 = require("../_abstract/Link");
12
- const constants_1 = require("../constants");
13
- const ArticleCarouselCard = (props) => {
14
- const { date, title, summary, href, moreLabel, color, theme, illustration, image } = props;
15
- const photo = image === null || image === void 0 ? void 0 : image.photo;
16
- const imageProps = illustration ? { src: (0, assets_1.getIllustrationUrl)(illustration) } : image;
17
- return (<div className="ArticleCarouselCard" data-color={color && constants_1.colorFamilies[color]} data-color-theme={!color ? theme && constants_1.themeOptions[theme] : undefined} // color takes precedence over "theme"
18
- >
19
- <Link_1.Link className="ArticleCarouselCard__link" href={href}>
20
- {' '}
21
- <Image_1.default placeholder className={(0, getBemClass_1.default)('ArticleCarouselCard__illustration', photo && 'photo')} {...imageProps}/>
22
- <h3 className="ArticleCarouselCard__title">{title}</h3>{' '}
23
- </Link_1.Link>{' '}
24
- {date && <span className="ArticleCarouselCard__date">{date}</span>}
25
- <div className="ArticleCarouselCard__summary">{summary}</div>
26
- {moreLabel && (<Link_1.Link className="ArticleCarouselCard__morelink" href={href} aria-label={title}>
27
- {' '}
28
- {moreLabel}{' '}
29
- </Link_1.Link>)}
30
- </div>);
31
- };
32
- exports.ArticleCarouselCard = ArticleCarouselCard;
package/BreadCrumbs.jsx DELETED
@@ -1,36 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const Link_1 = require("./_abstract/Link");
8
- const BreadCrumbs__item = (props) => {
9
- const { link, current } = props;
10
- return link.href != null ? (<Link_1.Link className="BreadCrumbs__item" href={link.href} aria-current={current || undefined}>
11
- {link.label}
12
- </Link_1.Link>) : (<span className="BreadCrumbs__item" aria-current={current || undefined}>
13
- {link.label}
14
- </span>);
15
- };
16
- const BreadCrumbs = (props) => {
17
- const { title, trail } = props;
18
- if (trail.length === 0) {
19
- return null;
20
- }
21
- const ancestors = trail.slice(0, -1);
22
- const current = trail[trail.length - 1];
23
- return (<nav className="BreadCrumbs" aria-label={title}>
24
- <span className="BreadCrumbs__title">{title}:</span>{' '}
25
- {ancestors.map((link, i) => {
26
- return (<react_1.default.Fragment key={i}>
27
- <BreadCrumbs__item link={link}/>{' '}
28
- <span className="BreadCrumbs__separator" aria-label="">
29
- &gt;
30
- </span>{' '}
31
- </react_1.default.Fragment>);
32
- })}
33
- <BreadCrumbs__item link={current} current/>
34
- </nav>);
35
- };
36
- exports.default = BreadCrumbs;
package/ContentImage.jsx DELETED
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const Image_1 = __importDefault(require("./_abstract/Image"));
8
- const ContentImage = (props) => {
9
- const { image, caption, credit } = props;
10
- return (<figure className="ContentImage">
11
- {(caption || credit) && (<figcaption className="ContentImage__caption">
12
- {caption && <span className="ContentImage__text"> {caption} </span>}{' '}
13
- {credit && <small className="ContentImage__credit"> {credit} </small>}
14
- </figcaption>)}
15
- <Image_1.default className="ContentImage__image" {...image}/>
16
- </figure>);
17
- };
18
- exports.default = ContentImage;
package/FeatureList.jsx DELETED
@@ -1,28 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const seenEffect_1 = require("./utils/seenEffect");
8
- const Bling_1 = __importDefault(require("./Bling"));
9
- const FeatureList = (props) => {
10
- const { title, features, startSeen } = props;
11
- const [ref] = (0, seenEffect_1.useSeenEffect)(startSeen);
12
- const _features = features.length ? features : [{ name: '...' }];
13
- return (<>
14
- <Bling_1.default type="snake-large" align="left" vertical="down-ish"/>
15
-
16
- <div className="FeatureList" ref={ref}>
17
- <h2 className="FeatureList__title">{title}</h2>
18
- <ul className="FeatureList__list">
19
- {_features.map(({ name, icon, iconUrl }, i) => (<li key={i} className="FeatureList__feature" style={iconUrl
20
- ? { '--efnistakn': `url("${iconUrl}")` }
21
- : undefined} data-efnistakn={!iconUrl ? icon : undefined}>
22
- {name}
23
- </li>))}
24
- </ul>
25
- </div>
26
- </>);
27
- };
28
- exports.default = FeatureList;
package/FooterBadges.jsx DELETED
@@ -1,21 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const Link_1 = require("./_abstract/Link");
8
- const FooterBadges = (props) => {
9
- if (!props.badges.length) {
10
- return null;
11
- }
12
- return (<ul className="FooterBadges">
13
- {props.badges.map(({ altText, src, href }, i) => (<li key={i} className="FooterBadges__badge">
14
- {href ? (<Link_1.Link href={href}>
15
- {' '}
16
- <img src={src} alt={altText}/>{' '}
17
- </Link_1.Link>) : (<img src={src} alt={altText}/>)}
18
- </li>))}
19
- </ul>);
20
- };
21
- exports.default = FooterBadges;
package/FooterInfo.jsx DELETED
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const getBemClass_1 = __importDefault(require("@hugsmidjan/react/utils/getBemClass"));
8
- const FooterInfo = (props) => {
9
- const { boxes } = props;
10
- return (<div className="FooterInfo">
11
- {boxes.map((group, i) => (<div className={(0, getBemClass_1.default)('FooterInfo__group', group.modifier)} role={group.role} key={i}>
12
- <h3 className="FooterInfo__grouptitle">{group.title}</h3>
13
- {group.content ? (<div className={(0, getBemClass_1.default)('FooterInfo__groupcontent', group.modifier)}>
14
- {group.content}
15
- </div>) : (<div className={(0, getBemClass_1.default)('FooterInfo__groupcontent', group.modifier)} dangerouslySetInnerHTML={{ __html: group.html }}/>)}
16
- </div>))}
17
- </div>);
18
- };
19
- exports.default = FooterInfo;