@public-ui/themes 1.7.0-rc.4 → 1.7.0-rc.6

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
@@ -4609,6 +4609,7 @@ const BMF = KoliBri.createTheme("bmf", {
4609
4609
  border-bottom-width: 0;
4610
4610
  }
4611
4611
  th {
4612
+ padding: 0.75em 0;
4612
4613
  font-weight: 700;
4613
4614
  color: var(--color-black);
4614
4615
  }
@@ -4627,9 +4628,18 @@ const BMF = KoliBri.createTheme("bmf", {
4627
4628
  }
4628
4629
  th,
4629
4630
  td {
4630
- padding: 0.5em;
4631
+ vertical-align: top;
4631
4632
  border-bottom: 1px solid var(--color-granite);
4632
- height: 2.75rem;
4633
+ height: 1.25rem;
4634
+ }
4635
+ tbody th,
4636
+ td {
4637
+ padding: 1em 0;
4638
+ }
4639
+ th kol-button,
4640
+ td kol-button {
4641
+ margin-top: -0.75rem;
4642
+ margin-bottom: -0.75rem;
4633
4643
  }
4634
4644
  td.center > div {
4635
4645
  display: flex;
@@ -4643,9 +4653,6 @@ const BMF = KoliBri.createTheme("bmf", {
4643
4653
  th[aria-sort="descending"] {
4644
4654
  font-weight: 700;
4645
4655
  }
4646
- :host > div:last-child {
4647
- padding: 0.5em;
4648
- }
4649
4656
  :host > div:last-child,
4650
4657
  :host > div:last-child > div:last-child {
4651
4658
  display: grid;
package/dist/index.mjs CHANGED
@@ -4607,6 +4607,7 @@ const BMF = KoliBri.createTheme("bmf", {
4607
4607
  border-bottom-width: 0;
4608
4608
  }
4609
4609
  th {
4610
+ padding: 0.75em 0;
4610
4611
  font-weight: 700;
4611
4612
  color: var(--color-black);
4612
4613
  }
@@ -4625,9 +4626,18 @@ const BMF = KoliBri.createTheme("bmf", {
4625
4626
  }
4626
4627
  th,
4627
4628
  td {
4628
- padding: 0.5em;
4629
+ vertical-align: top;
4629
4630
  border-bottom: 1px solid var(--color-granite);
4630
- height: 2.75rem;
4631
+ height: 1.25rem;
4632
+ }
4633
+ tbody th,
4634
+ td {
4635
+ padding: 1em 0;
4636
+ }
4637
+ th kol-button,
4638
+ td kol-button {
4639
+ margin-top: -0.75rem;
4640
+ margin-bottom: -0.75rem;
4631
4641
  }
4632
4642
  td.center > div {
4633
4643
  display: flex;
@@ -4641,9 +4651,6 @@ const BMF = KoliBri.createTheme("bmf", {
4641
4651
  th[aria-sort="descending"] {
4642
4652
  font-weight: 700;
4643
4653
  }
4644
- :host > div:last-child {
4645
- padding: 0.5em;
4646
- }
4647
4654
  :host > div:last-child,
4648
4655
  :host > div:last-child > div:last-child {
4649
4656
  display: grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.7.0-rc.4",
3
+ "version": "1.7.0-rc.6",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -48,17 +48,17 @@
48
48
  "prepack": "unbuild"
49
49
  },
50
50
  "devDependencies": {
51
- "@public-ui/schema": "1.7.0-rc.4",
51
+ "@public-ui/schema": "1.7.0-rc.6",
52
52
  "@types/node": "ts5.1",
53
- "@typescript-eslint/eslint-plugin": "6.6.0",
54
- "@typescript-eslint/parser": "6.6.0",
55
- "eslint": "8.48.0",
53
+ "@typescript-eslint/eslint-plugin": "6.7.0",
54
+ "@typescript-eslint/parser": "6.7.0",
55
+ "eslint": "8.49.0",
56
56
  "eslint-plugin-no-loops": "0.3.0",
57
57
  "typescript": "5.2.2",
58
58
  "unbuild": "1.2.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@public-ui/components": "1.7.0-rc.4"
61
+ "@public-ui/components": "1.7.0-rc.6"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",