@public-ui/themes 1.7.2-rc.0 → 1.7.2

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.cjs CHANGED
@@ -53348,6 +53348,10 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53348
53348
  }
53349
53349
  `,
53350
53350
  "KOL-BUTTON": css`
53351
+ :host > kol-button-wc > button {
53352
+ border-radius: var(--border-radius);
53353
+ }
53354
+
53351
53355
  :host > kol-button-wc > button > kol-span-wc,
53352
53356
  :host > kol-link-wc > a > kol-span-wc {
53353
53357
  border-radius: var(--border-radius);
@@ -53456,6 +53460,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53456
53460
  gap: 0.5rem;
53457
53461
  line-height: 1rem;
53458
53462
  }
53463
+ :host > kol-link-wc > a {
53464
+ border-radius: var(--border-radius);
53465
+ }
53459
53466
  :host > kol-button-wc > button > kol-span-wc:not(.hide-label),
53460
53467
  :host > kol-link-wc > a > kol-span-wc:not(.hide-label) {
53461
53468
  padding: 0.75rem 1rem;
package/dist/index.mjs CHANGED
@@ -53346,6 +53346,10 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53346
53346
  }
53347
53347
  `,
53348
53348
  "KOL-BUTTON": css`
53349
+ :host > kol-button-wc > button {
53350
+ border-radius: var(--border-radius);
53351
+ }
53352
+
53349
53353
  :host > kol-button-wc > button > kol-span-wc,
53350
53354
  :host > kol-link-wc > a > kol-span-wc {
53351
53355
  border-radius: var(--border-radius);
@@ -53454,6 +53458,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53454
53458
  gap: 0.5rem;
53455
53459
  line-height: 1rem;
53456
53460
  }
53461
+ :host > kol-link-wc > a {
53462
+ border-radius: var(--border-radius);
53463
+ }
53457
53464
  :host > kol-button-wc > button > kol-span-wc:not(.hide-label),
53458
53465
  :host > kol-link-wc > a > kol-span-wc:not(.hide-label) {
53459
53466
  padding: 0.75rem 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.7.2-rc.0",
3
+ "version": "1.7.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -41,7 +41,7 @@
41
41
  "wcag"
42
42
  ],
43
43
  "devDependencies": {
44
- "@public-ui/schema": "1.7.2-rc.0",
44
+ "@public-ui/schema": "1.7.2",
45
45
  "@types/node": "ts5.1",
46
46
  "@typescript-eslint/eslint-plugin": "6.7.3",
47
47
  "@typescript-eslint/parser": "6.7.3",
@@ -52,7 +52,7 @@
52
52
  "unbuild": "1.2.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@public-ui/components": "1.7.2-rc.0"
55
+ "@public-ui/components": "1.7.2"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "type": "module",