@public-ui/themes 1.6.0-rc.20 → 1.6.0-rc.21

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
@@ -3276,9 +3276,16 @@ const BMF = KoliBri.createTheme("bmf", {
3276
3276
  kol-heading-wc {
3277
3277
  font-weight: 700;
3278
3278
  }
3279
+ kol-tooltip #floating {
3280
+ border: 1px solid var(--color-metal);
3281
+ border-radius: var(--border-radius);
3282
+ }
3283
+ kol-tooltip #arrow {
3284
+ border: 1px solid var(--color-metal);
3285
+ }
3279
3286
  kol-tooltip .area {
3280
- background-color: var(--color-metal);
3281
- color: var(--color-white);
3287
+ background-color: var(--color-white);
3288
+ color: var(--color-metal);
3282
3289
  }
3283
3290
  kol-tooltip kol-span-wc {
3284
3291
  border-radius: var(--border-radius);
package/dist/index.mjs CHANGED
@@ -3274,9 +3274,16 @@ const BMF = KoliBri.createTheme("bmf", {
3274
3274
  kol-heading-wc {
3275
3275
  font-weight: 700;
3276
3276
  }
3277
+ kol-tooltip #floating {
3278
+ border: 1px solid var(--color-metal);
3279
+ border-radius: var(--border-radius);
3280
+ }
3281
+ kol-tooltip #arrow {
3282
+ border: 1px solid var(--color-metal);
3283
+ }
3277
3284
  kol-tooltip .area {
3278
- background-color: var(--color-metal);
3279
- color: var(--color-white);
3285
+ background-color: var(--color-white);
3286
+ color: var(--color-metal);
3280
3287
  }
3281
3288
  kol-tooltip kol-span-wc {
3282
3289
  border-radius: var(--border-radius);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.6.0-rc.20",
3
+ "version": "1.6.0-rc.21",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -48,7 +48,7 @@
48
48
  "prepack": "unbuild"
49
49
  },
50
50
  "devDependencies": {
51
- "@public-ui/schema": "1.6.0-rc.20",
51
+ "@public-ui/schema": "1.6.0-rc.21",
52
52
  "@types/node": "ts4.9",
53
53
  "@typescript-eslint/eslint-plugin": "6.2.0",
54
54
  "@typescript-eslint/parser": "6.2.0",
@@ -58,7 +58,7 @@
58
58
  "unbuild": "1.2.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@public-ui/components": "1.6.0-rc.20"
61
+ "@public-ui/components": "1.6.0-rc.21"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",