@ilo-org/react 0.18.3 → 0.18.4

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 (30) hide show
  1. package/lib/cjs/_store/{CardGroup-chunk-BN6pkvcW.js → CardGroup-chunk-BCIYNW1W.js} +1 -1
  2. package/lib/cjs/_store/{Footer-chunk-x0-hQ6OJ.js → Footer-chunk-BVLm3gIW.js} +1 -1
  3. package/lib/cjs/_store/{Footer-entry-XMrNYM_p.js → Footer-entry-gbueRcx6.js} +1 -1
  4. package/lib/cjs/_store/{LinkList-chunk-Dv-cNPfH.js → LinkList-chunk-Uvotg8l4.js} +1 -1
  5. package/lib/cjs/_store/{LinkList-entry-CvmQYOZx.js → LinkList-entry-C2ZrAw9R.js} +1 -1
  6. package/lib/cjs/_store/{components-entry-D1S6zRgk.js → components-entry-C1UgcdWx.js} +1 -1
  7. package/lib/cjs/index.js +1 -1
  8. package/lib/esm/_store/{CardGroup-chunk-CTMjL89C.js → CardGroup-chunk-BzPahXVe.js} +1 -1
  9. package/lib/esm/_store/{Footer-chunk-jMQtAGbS.js → Footer-chunk-BsI1B7K-.js} +1 -1
  10. package/lib/esm/_store/Footer-entry-D5I2UfE7.js +4 -0
  11. package/lib/esm/_store/LinkList-chunk-Doq6Z7IG.js +41 -0
  12. package/lib/esm/_store/LinkList-entry-B2LOzklm.js +4 -0
  13. package/lib/esm/_store/{components-entry-B0qNGD2m.js → components-entry-OJluWOaZ.js} +3 -3
  14. package/lib/esm/index.js +3 -3
  15. package/lib/styles/components/accordion.css +1 -1
  16. package/lib/styles/components/callout.css +1 -1
  17. package/lib/styles/components/linklist.css +1 -1
  18. package/lib/styles/components/pagination.css +1 -1
  19. package/lib/styles/components/richtext.css +1 -1
  20. package/lib/styles/components/tabs.css +1 -1
  21. package/lib/styles/components/tag.css +1 -1
  22. package/lib/styles/global.css.map +1 -1
  23. package/lib/styles/index.css +2 -2
  24. package/lib/styles/index.css.map +1 -1
  25. package/lib/styles/monorepo.css +2 -2
  26. package/lib/styles/monorepo.css.map +1 -1
  27. package/package.json +3 -3
  28. package/lib/esm/_store/Footer-entry-BRJx_i2O.js +0 -4
  29. package/lib/esm/_store/LinkList-chunk-CIZvyv8v.js +0 -38
  30. package/lib/esm/_store/LinkList-entry-ChpzxNTf.js +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/react",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "description": "React components for the ILO's Design System",
5
5
  "keywords": [
6
6
  "ui_patterns",
@@ -71,10 +71,10 @@
71
71
  "react-transition-group": "^4.4.1",
72
72
  "video.js": "^7.21.2",
73
73
  "videojs-youtube": "^3.0.1",
74
+ "@ilo-org/brand-assets": "1.0.0",
74
75
  "@ilo-org/fonts": "1.0.0",
75
76
  "@ilo-org/icons-react": "1.0.2",
76
- "@ilo-org/brand-assets": "1.0.0",
77
- "@ilo-org/styles": "1.3.1",
77
+ "@ilo-org/styles": "1.3.2",
78
78
  "@ilo-org/themes": "0.9.1",
79
79
  "@ilo-org/utils": "0.1.1"
80
80
  },
@@ -1,4 +0,0 @@
1
- import { F as e } from "./Footer-chunk-jMQtAGbS.js";
2
- export {
3
- e as Footer
4
- };
@@ -1,38 +0,0 @@
1
- import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
- import { c as h } from "./index-chunk-0LeqwHm8.js";
3
- import { u as p } from "./useGlobalSettings-chunk-gkijV3S1.js";
4
- const u = ({
5
- className: m,
6
- headline: n,
7
- linkgroup: r,
8
- theme: e
9
- }) => {
10
- const { prefix: t } = p(), s = `${t}--link-list`, d = h(m, {
11
- [s]: !0,
12
- [`${s + "--" + (e && e === "dark" ? e : "light")}`]: !0
13
- });
14
- return /* @__PURE__ */ c("div", { className: d, children: [
15
- n && /* @__PURE__ */ l("h3", { className: `${s}--headline`, children: n }),
16
- /* @__PURE__ */ l("ul", { className: `${s}--linkgroups`, children: r && r.map((i, $) => /* @__PURE__ */ c(
17
- "li",
18
- {
19
- className: `${s}--linkgroups-item`,
20
- children: [
21
- i.headline && /* @__PURE__ */ l("h4", { className: `${s}--links--headline`, children: i.headline }),
22
- /* @__PURE__ */ l("ul", { className: `${s}--links`, children: i.links && i.links.map((a, o) => /* @__PURE__ */ l(
23
- "li",
24
- {
25
- className: `${s}--links--item${a.indented ? " indented" : ""}`,
26
- children: /* @__PURE__ */ l("a", { href: a.url, className: `${s}--link`, children: /* @__PURE__ */ l("span", { className: `${s}--label`, children: a.label }) })
27
- },
28
- `${s}--links--item-${o}`
29
- )) })
30
- ]
31
- },
32
- `${s}--linkgroups-item-${$}`
33
- )) })
34
- ] });
35
- }, f = u;
36
- export {
37
- f as L
38
- };
@@ -1,4 +0,0 @@
1
- import { L as o } from "./LinkList-chunk-CIZvyv8v.js";
2
- export {
3
- o as LinkList
4
- };