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

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,18 +3276,18 @@ const BMF = KoliBri.createTheme("bmf", {
3276
3276
  kol-heading-wc {
3277
3277
  font-weight: 700;
3278
3278
  }
3279
- kol-tooltip #floating {
3279
+ kol-tooltip .tooltip-floating {
3280
3280
  border: 1px solid var(--color-metal);
3281
3281
  border-radius: var(--border-radius);
3282
3282
  }
3283
- kol-tooltip #arrow {
3283
+ kol-tooltip .tooltip-arrow {
3284
3284
  border: 1px solid var(--color-metal);
3285
3285
  }
3286
- kol-tooltip .area {
3286
+ kol-tooltip .tooltip-area {
3287
3287
  background-color: var(--color-white);
3288
3288
  color: var(--color-metal);
3289
3289
  }
3290
- kol-tooltip kol-span-wc {
3290
+ kol-tooltip .tooltip-content {
3291
3291
  border-radius: var(--border-radius);
3292
3292
  line-height: 1.5em;
3293
3293
  padding: 0.5rem 0.75rem;
@@ -15606,13 +15606,13 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
15606
15606
 
15607
15607
  const DESYv2 = KoliBri.createTheme("desy-v2", {
15608
15608
  GLOBAL: `
15609
- kol-tooltip .area {
15609
+ kol-tooltip .tooltip-area {
15610
15610
  background-color:#f2f2f2;
15611
15611
  }
15612
- kol-tooltip #arrow {
15612
+ kol-tooltip .tooltip-arrow {
15613
15613
  background-color: #626262;
15614
15614
  }
15615
- kol-tooltip kol-span-wc {
15615
+ kol-tooltip .tooltip-content {
15616
15616
  padding: 0.25rem 0.5rem;
15617
15617
  font-size: 0.875rem;
15618
15618
  line-height: 1.25rem;
@@ -18444,13 +18444,13 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
18444
18444
  });
18445
18445
 
18446
18446
  const ECL_EC = KoliBri.createTheme("ecl-ec", {
18447
- GLOBAL: `kol-tooltip .area {
18447
+ GLOBAL: `kol-tooltip .tooltip-area {
18448
18448
  background-color: #f2f2f2;
18449
18449
  }
18450
- kol-tooltip #arrow {
18450
+ kol-tooltip .tooltip-arrow {
18451
18451
  background-color: #626262;
18452
18452
  }
18453
- kol-tooltip kol-span-wc {
18453
+ kol-tooltip .tooltip-content {
18454
18454
  padding: 0.25rem 0.5rem;
18455
18455
  font-size: 0.875rem;
18456
18456
  line-height: 1.25rem;
@@ -19881,13 +19881,13 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
19881
19881
  });
19882
19882
 
19883
19883
  const ECL_EU = KoliBri.createTheme("ecl-eu", {
19884
- GLOBAL: `kol-tooltip .area {
19884
+ GLOBAL: `kol-tooltip .tooltip-area {
19885
19885
  background-color: #f2f2f2;
19886
19886
  }
19887
- kol-tooltip #arrow {
19887
+ kol-tooltip .tooltip-arrow {
19888
19888
  background-color: #626262;
19889
19889
  }
19890
- kol-tooltip kol-span-wc {
19890
+ kol-tooltip .tooltip-content {
19891
19891
  padding: 0.25rem 0.5rem;
19892
19892
  font-size: 0.875rem;
19893
19893
  line-height: 1.25rem;
@@ -21429,13 +21429,13 @@ const ITZBund = KoliBri.createTheme("itzbund", {
21429
21429
  kol-span-wc > span {
21430
21430
  gap: 0.25em;
21431
21431
  }
21432
- kol-tooltip .area {
21432
+ kol-tooltip .tooltip-area {
21433
21433
  background-color: #f2f2f2;
21434
21434
  }
21435
- kol-tooltip #arrow {
21435
+ kol-tooltip .tooltip-arrow {
21436
21436
  background-color: #626262;
21437
21437
  }
21438
- kol-tooltip kol-span-wc {
21438
+ kol-tooltip .tooltip-content {
21439
21439
  padding: 0.25rem 0.5rem;
21440
21440
  font-size: 0.875rem;
21441
21441
  line-height: 1.25rem;
@@ -23157,11 +23157,11 @@ const MFM = KoliBri.createTheme("mfm", {
23157
23157
  kol-heading-wc {
23158
23158
  font-weight: 700;
23159
23159
  }
23160
- kol-tooltip .area {
23160
+ kol-tooltip .tooltip-area {
23161
23161
  background-color: var(--color-metal);
23162
23162
  color: var(--color-white);
23163
23163
  }
23164
- kol-tooltip kol-span-wc {
23164
+ kol-tooltip .tooltip-content {
23165
23165
  border-radius: var(--border-radius);
23166
23166
  line-height: 1.5em;
23167
23167
  padding: 0.5rem 0.75rem;
@@ -32721,13 +32721,13 @@ const MAPZ = KoliBri.createTheme("mapz", {
32721
32721
  outline-width: 3px;
32722
32722
  transition: outline-offset 0.2s linear;
32723
32723
  }
32724
- kol-tooltip .area {
32724
+ kol-tooltip .tooltip-area {
32725
32725
  background-color: #f2f2f2;
32726
32726
  }
32727
- kol-tooltip #arrow {
32727
+ kol-tooltip .tooltip-arrow {
32728
32728
  background-color: #626262;
32729
32729
  }
32730
- kol-tooltip kol-span-wc {
32730
+ kol-tooltip .tooltip-content {
32731
32731
  border-radius: 2px;
32732
32732
  border: 1px solid #626262;
32733
32733
  color: #000000 !important;
@@ -50325,13 +50325,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
50325
50325
  color: var(--color-red);
50326
50326
  padding-left: 0.25em;
50327
50327
  }
50328
- kol-tooltip .area {
50328
+ kol-tooltip .tooltip-area {
50329
50329
  background-color: #f2f2f2;
50330
50330
  }
50331
- kol-tooltip #arrow {
50331
+ kol-tooltip .tooltip-arrow {
50332
50332
  background-color: #626262;
50333
50333
  }
50334
- kol-tooltip kol-span-wc {
50334
+ kol-tooltip .tooltip-content {
50335
50335
  padding: 0.25rem 0.5rem;
50336
50336
  font-size: 0.875rem;
50337
50337
  line-height: 1.25rem;
package/dist/index.mjs CHANGED
@@ -3274,18 +3274,18 @@ const BMF = KoliBri.createTheme("bmf", {
3274
3274
  kol-heading-wc {
3275
3275
  font-weight: 700;
3276
3276
  }
3277
- kol-tooltip #floating {
3277
+ kol-tooltip .tooltip-floating {
3278
3278
  border: 1px solid var(--color-metal);
3279
3279
  border-radius: var(--border-radius);
3280
3280
  }
3281
- kol-tooltip #arrow {
3281
+ kol-tooltip .tooltip-arrow {
3282
3282
  border: 1px solid var(--color-metal);
3283
3283
  }
3284
- kol-tooltip .area {
3284
+ kol-tooltip .tooltip-area {
3285
3285
  background-color: var(--color-white);
3286
3286
  color: var(--color-metal);
3287
3287
  }
3288
- kol-tooltip kol-span-wc {
3288
+ kol-tooltip .tooltip-content {
3289
3289
  border-radius: var(--border-radius);
3290
3290
  line-height: 1.5em;
3291
3291
  padding: 0.5rem 0.75rem;
@@ -15604,13 +15604,13 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
15604
15604
 
15605
15605
  const DESYv2 = KoliBri.createTheme("desy-v2", {
15606
15606
  GLOBAL: `
15607
- kol-tooltip .area {
15607
+ kol-tooltip .tooltip-area {
15608
15608
  background-color:#f2f2f2;
15609
15609
  }
15610
- kol-tooltip #arrow {
15610
+ kol-tooltip .tooltip-arrow {
15611
15611
  background-color: #626262;
15612
15612
  }
15613
- kol-tooltip kol-span-wc {
15613
+ kol-tooltip .tooltip-content {
15614
15614
  padding: 0.25rem 0.5rem;
15615
15615
  font-size: 0.875rem;
15616
15616
  line-height: 1.25rem;
@@ -18442,13 +18442,13 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
18442
18442
  });
18443
18443
 
18444
18444
  const ECL_EC = KoliBri.createTheme("ecl-ec", {
18445
- GLOBAL: `kol-tooltip .area {
18445
+ GLOBAL: `kol-tooltip .tooltip-area {
18446
18446
  background-color: #f2f2f2;
18447
18447
  }
18448
- kol-tooltip #arrow {
18448
+ kol-tooltip .tooltip-arrow {
18449
18449
  background-color: #626262;
18450
18450
  }
18451
- kol-tooltip kol-span-wc {
18451
+ kol-tooltip .tooltip-content {
18452
18452
  padding: 0.25rem 0.5rem;
18453
18453
  font-size: 0.875rem;
18454
18454
  line-height: 1.25rem;
@@ -19879,13 +19879,13 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
19879
19879
  });
19880
19880
 
19881
19881
  const ECL_EU = KoliBri.createTheme("ecl-eu", {
19882
- GLOBAL: `kol-tooltip .area {
19882
+ GLOBAL: `kol-tooltip .tooltip-area {
19883
19883
  background-color: #f2f2f2;
19884
19884
  }
19885
- kol-tooltip #arrow {
19885
+ kol-tooltip .tooltip-arrow {
19886
19886
  background-color: #626262;
19887
19887
  }
19888
- kol-tooltip kol-span-wc {
19888
+ kol-tooltip .tooltip-content {
19889
19889
  padding: 0.25rem 0.5rem;
19890
19890
  font-size: 0.875rem;
19891
19891
  line-height: 1.25rem;
@@ -21427,13 +21427,13 @@ const ITZBund = KoliBri.createTheme("itzbund", {
21427
21427
  kol-span-wc > span {
21428
21428
  gap: 0.25em;
21429
21429
  }
21430
- kol-tooltip .area {
21430
+ kol-tooltip .tooltip-area {
21431
21431
  background-color: #f2f2f2;
21432
21432
  }
21433
- kol-tooltip #arrow {
21433
+ kol-tooltip .tooltip-arrow {
21434
21434
  background-color: #626262;
21435
21435
  }
21436
- kol-tooltip kol-span-wc {
21436
+ kol-tooltip .tooltip-content {
21437
21437
  padding: 0.25rem 0.5rem;
21438
21438
  font-size: 0.875rem;
21439
21439
  line-height: 1.25rem;
@@ -23155,11 +23155,11 @@ const MFM = KoliBri.createTheme("mfm", {
23155
23155
  kol-heading-wc {
23156
23156
  font-weight: 700;
23157
23157
  }
23158
- kol-tooltip .area {
23158
+ kol-tooltip .tooltip-area {
23159
23159
  background-color: var(--color-metal);
23160
23160
  color: var(--color-white);
23161
23161
  }
23162
- kol-tooltip kol-span-wc {
23162
+ kol-tooltip .tooltip-content {
23163
23163
  border-radius: var(--border-radius);
23164
23164
  line-height: 1.5em;
23165
23165
  padding: 0.5rem 0.75rem;
@@ -32719,13 +32719,13 @@ const MAPZ = KoliBri.createTheme("mapz", {
32719
32719
  outline-width: 3px;
32720
32720
  transition: outline-offset 0.2s linear;
32721
32721
  }
32722
- kol-tooltip .area {
32722
+ kol-tooltip .tooltip-area {
32723
32723
  background-color: #f2f2f2;
32724
32724
  }
32725
- kol-tooltip #arrow {
32725
+ kol-tooltip .tooltip-arrow {
32726
32726
  background-color: #626262;
32727
32727
  }
32728
- kol-tooltip kol-span-wc {
32728
+ kol-tooltip .tooltip-content {
32729
32729
  border-radius: 2px;
32730
32730
  border: 1px solid #626262;
32731
32731
  color: #000000 !important;
@@ -50323,13 +50323,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
50323
50323
  color: var(--color-red);
50324
50324
  padding-left: 0.25em;
50325
50325
  }
50326
- kol-tooltip .area {
50326
+ kol-tooltip .tooltip-area {
50327
50327
  background-color: #f2f2f2;
50328
50328
  }
50329
- kol-tooltip #arrow {
50329
+ kol-tooltip .tooltip-arrow {
50330
50330
  background-color: #626262;
50331
50331
  }
50332
- kol-tooltip kol-span-wc {
50332
+ kol-tooltip .tooltip-content {
50333
50333
  padding: 0.25rem 0.5rem;
50334
50334
  font-size: 0.875rem;
50335
50335
  line-height: 1.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.6.0-rc.21",
3
+ "version": "1.6.0-rc.22",
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.21",
51
+ "@public-ui/schema": "1.6.0-rc.22",
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.21"
61
+ "@public-ui/components": "1.6.0-rc.22"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",