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

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
@@ -4600,19 +4600,17 @@ const BMF = KoliBri.createTheme("bmf", {
4600
4600
  white-space: nowrap;
4601
4601
  border-width: 0;
4602
4602
  }
4603
- th {
4604
- font-weight: 700;
4605
- color: var(--color-black);
4606
- }
4607
4603
  table {
4608
4604
  width: 100%;
4609
4605
  border-spacing: 0;
4610
4606
  }
4607
+ tbody tr:last-child th,
4611
4608
  tr:last-child td {
4612
4609
  border-bottom-width: 0;
4613
4610
  }
4614
4611
  th {
4615
- background-color: var(--color-white);
4612
+ font-weight: 700;
4613
+ color: var(--color-black);
4616
4614
  }
4617
4615
  th div {
4618
4616
  width: 100%;
@@ -4626,7 +4624,7 @@ const BMF = KoliBri.createTheme("bmf", {
4626
4624
  }
4627
4625
  th div.right {
4628
4626
  justify-content: end;
4629
- } /*tr:nth-child(even) {background-color: #f2f2f2;}*/
4627
+ }
4630
4628
  th,
4631
4629
  td {
4632
4630
  padding: 0.5em;
package/dist/index.mjs CHANGED
@@ -4598,19 +4598,17 @@ const BMF = KoliBri.createTheme("bmf", {
4598
4598
  white-space: nowrap;
4599
4599
  border-width: 0;
4600
4600
  }
4601
- th {
4602
- font-weight: 700;
4603
- color: var(--color-black);
4604
- }
4605
4601
  table {
4606
4602
  width: 100%;
4607
4603
  border-spacing: 0;
4608
4604
  }
4605
+ tbody tr:last-child th,
4609
4606
  tr:last-child td {
4610
4607
  border-bottom-width: 0;
4611
4608
  }
4612
4609
  th {
4613
- background-color: var(--color-white);
4610
+ font-weight: 700;
4611
+ color: var(--color-black);
4614
4612
  }
4615
4613
  th div {
4616
4614
  width: 100%;
@@ -4624,7 +4622,7 @@ const BMF = KoliBri.createTheme("bmf", {
4624
4622
  }
4625
4623
  th div.right {
4626
4624
  justify-content: end;
4627
- } /*tr:nth-child(even) {background-color: #f2f2f2;}*/
4625
+ }
4628
4626
  th,
4629
4627
  td {
4630
4628
  padding: 0.5em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.7.0-rc.3",
3
+ "version": "1.7.0-rc.4",
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.3",
51
+ "@public-ui/schema": "1.7.0-rc.4",
52
52
  "@types/node": "ts5.1",
53
- "@typescript-eslint/eslint-plugin": "6.5.0",
54
- "@typescript-eslint/parser": "6.5.0",
53
+ "@typescript-eslint/eslint-plugin": "6.6.0",
54
+ "@typescript-eslint/parser": "6.6.0",
55
55
  "eslint": "8.48.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.3"
61
+ "@public-ui/components": "1.7.0-rc.4"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",