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