@rijkshuisstijl-community/web-components 1.0.1-alpha.48 → 1.0.1-alpha.49
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/index.mjs +2 -2
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -3605,8 +3605,8 @@ function Cc(t) {
|
|
|
3605
3605
|
return t;
|
|
3606
3606
|
}
|
|
3607
3607
|
var pl = /* @__PURE__ */ b(function(t, c) {
|
|
3608
|
-
var r = t.children, e = t.className, o = t.lead, n = t.small, i = t.appearance, h = m(t, kl), l = i === "lead" || o
|
|
3609
|
-
return a("p", Cc(Cc({}, h), {}, {
|
|
3608
|
+
var r = t.children, e = t.className, o = t.lead, n = t.small, i = t.appearance, h = m(t, kl), l = i === "lead" || !!o, u = i === "small" || !!n;
|
|
3609
|
+
return l = l !== u ? l : !1, u = u !== l ? u : !1, a("p", Cc(Cc({}, h), {}, {
|
|
3610
3610
|
ref: c,
|
|
3611
3611
|
className: s("utrecht-paragraph", l && "utrecht-paragraph--lead", u && "utrecht-paragraph--small", e),
|
|
3612
3612
|
children: l ? a("b", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/web-components",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.49",
|
|
4
4
|
"author": "Community for NL Design System",
|
|
5
5
|
"description": "Generic web components bundle based on the NL Design System architecture",
|
|
6
6
|
"license": "EUPL-1.2",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@preact/preset-vite": "2.10.1",
|
|
36
|
-
"@rijkshuisstijl-community/components-css": "1.0.0-alpha.
|
|
37
|
-
"@rijkshuisstijl-community/components-react": "1.0.0-alpha.
|
|
38
|
-
"@rijkshuisstijl-community/design-tokens": "1.0.0-alpha.
|
|
36
|
+
"@rijkshuisstijl-community/components-css": "1.0.0-alpha.164",
|
|
37
|
+
"@rijkshuisstijl-community/components-react": "1.0.0-alpha.140",
|
|
38
|
+
"@rijkshuisstijl-community/design-tokens": "1.0.0-alpha.165",
|
|
39
39
|
"@types/react": "19.0.8",
|
|
40
40
|
"@vitejs/plugin-react": "4.3.4",
|
|
41
41
|
"cpy-cli": "5.0.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"preact": "10.25.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "a03752872c4fd56e2662f43060dd8b72ad271f6a"
|
|
53
53
|
}
|