@ilo-org/twig 1.2.5 → 1.3.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.
- package/dist/components/button/button.component.yml +1 -1
- package/dist/components/button/button.wingsuit.yml +1 -1
- package/dist/components/card_data/card_data.component.yml +3 -1
- package/dist/components/card_data/card_data.twig +2 -1
- package/dist/components/card_data/card_data.wingsuit.yml +3 -1
- package/dist/components/icon/icon.behavior.js +641 -461
- package/dist/components/icon/icon.component.yml +2 -2
- package/dist/components/icon/icon.wingsuit.yml +2 -2
- package/dist/components/modal/modal.component.yml +3 -1
- package/dist/components/modal/modal.wingsuit.yml +3 -1
- package/dist/components/richtext/richtext.component.yml +1 -1
- package/dist/components/richtext/richtext.wingsuit.yml +1 -1
- package/dist/components/socialmedia/socialmedia.twig +2 -2
- package/dist/components/tabs/tabs.component.yml +2 -1
- package/dist/components/tabs/tabs.wingsuit.yml +2 -1
- package/dist/styles/components/accordion.css +1 -1
- package/dist/styles/components/blockquote.css +0 -0
- package/dist/styles/components/breadcrumb.css +1 -1
- package/dist/styles/components/callout.css +1 -1
- package/dist/styles/components/card.css +1 -1
- package/dist/styles/components/checkbox.css +1 -1
- package/dist/styles/components/contextmenu.css +1 -1
- package/dist/styles/components/credit.css +1 -1
- package/dist/styles/components/datepicker.css +1 -1
- package/dist/styles/components/detailcard.css +1 -1
- package/dist/styles/components/dropdown.css +1 -1
- package/dist/styles/components/featurecard.css +1 -1
- package/dist/styles/components/fieldset.css +1 -1
- package/dist/styles/components/footer.css +1 -1
- package/dist/styles/components/formcontrol.css +1 -1
- package/dist/styles/components/image.css +1 -1
- package/dist/styles/components/linklist.css +1 -1
- package/dist/styles/components/list.css +1 -1
- package/dist/styles/components/navigation.css +1 -1
- package/dist/styles/components/notification.css +1 -1
- package/dist/styles/components/pagination.css +1 -1
- package/dist/styles/components/profile.css +1 -1
- package/dist/styles/components/readmore.css +1 -1
- package/dist/styles/components/richtext.css +1 -1
- package/dist/styles/components/searchfield.css +1 -1
- package/dist/styles/components/socialmedia.css +1 -1
- package/dist/styles/components/table.css +1 -1
- package/dist/styles/components/tableofcontents.css +1 -1
- package/dist/styles/components/tabs.css +1 -1
- package/dist/styles/components/tag.css +1 -1
- package/dist/styles/components/tooltip.css +1 -1
- package/dist/styles/components/video.css +1 -1
- package/dist/styles/global.css +1 -1
- package/dist/styles/global.css.map +1 -1
- package/dist/styles/index.css +2 -2
- package/dist/styles/index.css.map +1 -1
- package/dist/styles/monorepo.css +2 -2
- package/dist/styles/monorepo.css.map +1 -1
- package/package.json +4 -3
|
@@ -8,7 +8,7 @@ datacard:
|
|
|
8
8
|
dataset:
|
|
9
9
|
type: object
|
|
10
10
|
label: Dataset object
|
|
11
|
-
description: Array of Content (label, copy), Files object (optional headline, array of items with label and
|
|
11
|
+
description: Array of Content (label, copy), Files object (optional headline, array of items with label, url and target) and Links object (optional headline, array of items with label and url)
|
|
12
12
|
preview:
|
|
13
13
|
content:
|
|
14
14
|
items:
|
|
@@ -21,8 +21,10 @@ datacard:
|
|
|
21
21
|
items:
|
|
22
22
|
- label: PDF 3.2 MB
|
|
23
23
|
url: "https://www.ilo.org"
|
|
24
|
+
target: "_blank"
|
|
24
25
|
- label: EPUB 5.8 MB
|
|
25
26
|
url: "https://www.ilo.org"
|
|
27
|
+
target: "_parent"
|
|
26
28
|
- label: MOBI 2.4 MB
|
|
27
29
|
url: "https://www.ilo.org"
|
|
28
30
|
cta:
|
|
@@ -8,7 +8,7 @@ datacard:
|
|
|
8
8
|
dataset:
|
|
9
9
|
type: object
|
|
10
10
|
label: Dataset object
|
|
11
|
-
description: Array of Content (label, copy), Files object (optional headline, array of items with label and
|
|
11
|
+
description: Array of Content (label, copy), Files object (optional headline, array of items with label, url and target) and Links object (optional headline, array of items with label and url)
|
|
12
12
|
preview:
|
|
13
13
|
content:
|
|
14
14
|
items:
|
|
@@ -21,8 +21,10 @@ datacard:
|
|
|
21
21
|
items:
|
|
22
22
|
- label: PDF 3.2 MB
|
|
23
23
|
url: "https://www.ilo.org"
|
|
24
|
+
target: "_blank"
|
|
24
25
|
- label: EPUB 5.8 MB
|
|
25
26
|
url: "https://www.ilo.org"
|
|
27
|
+
target: "_parent"
|
|
26
28
|
- label: MOBI 2.4 MB
|
|
27
29
|
url: "https://www.ilo.org"
|
|
28
30
|
cta:
|