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

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,18 @@ 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
+ padding: 0.75em 0;
4613
+ font-weight: 700;
4614
+ color: var(--color-black);
4616
4615
  }
4617
4616
  th div {
4618
4617
  width: 100%;
@@ -4626,12 +4625,21 @@ const BMF = KoliBri.createTheme("bmf", {
4626
4625
  }
4627
4626
  th div.right {
4628
4627
  justify-content: end;
4629
- } /*tr:nth-child(even) {background-color: #f2f2f2;}*/
4628
+ }
4630
4629
  th,
4631
4630
  td {
4632
- padding: 0.5em;
4631
+ vertical-align: top;
4633
4632
  border-bottom: 1px solid var(--color-granite);
4634
- 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;
4635
4643
  }
4636
4644
  td.center > div {
4637
4645
  display: flex;
@@ -4645,9 +4653,6 @@ const BMF = KoliBri.createTheme("bmf", {
4645
4653
  th[aria-sort="descending"] {
4646
4654
  font-weight: 700;
4647
4655
  }
4648
- :host > div:last-child {
4649
- padding: 0.5em;
4650
- }
4651
4656
  :host > div:last-child,
4652
4657
  :host > div:last-child > div:last-child {
4653
4658
  display: grid;
package/dist/index.mjs CHANGED
@@ -4598,19 +4598,18 @@ 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
+ padding: 0.75em 0;
4611
+ font-weight: 700;
4612
+ color: var(--color-black);
4614
4613
  }
4615
4614
  th div {
4616
4615
  width: 100%;
@@ -4624,12 +4623,21 @@ const BMF = KoliBri.createTheme("bmf", {
4624
4623
  }
4625
4624
  th div.right {
4626
4625
  justify-content: end;
4627
- } /*tr:nth-child(even) {background-color: #f2f2f2;}*/
4626
+ }
4628
4627
  th,
4629
4628
  td {
4630
- padding: 0.5em;
4629
+ vertical-align: top;
4631
4630
  border-bottom: 1px solid var(--color-granite);
4632
- 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;
4633
4641
  }
4634
4642
  td.center > div {
4635
4643
  display: flex;
@@ -4643,9 +4651,6 @@ const BMF = KoliBri.createTheme("bmf", {
4643
4651
  th[aria-sort="descending"] {
4644
4652
  font-weight: 700;
4645
4653
  }
4646
- :host > div:last-child {
4647
- padding: 0.5em;
4648
- }
4649
4654
  :host > div:last-child,
4650
4655
  :host > div:last-child > div:last-child {
4651
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.3",
3
+ "version": "1.7.0-rc.5",
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.5",
52
52
  "@types/node": "ts5.1",
53
- "@typescript-eslint/eslint-plugin": "6.5.0",
54
- "@typescript-eslint/parser": "6.5.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.3"
61
+ "@public-ui/components": "1.7.0-rc.5"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",