@kubex/zinc 1.1.16 → 1.1.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubex/zinc",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
5
5
  "keywords": [
6
6
  "web components",
@@ -48,7 +48,6 @@ table:not(.remarkd-table) {
48
48
  th {
49
49
  @include m.text-style(button-label);
50
50
  text-transform: capitalize;
51
- border-top: 1px solid rgb(var(--zn-border-color));
52
51
  border-bottom: 1px solid rgb(var(--zn-border-color));
53
52
  }
54
53
  }
@@ -1339,9 +1339,9 @@ export default class ZnDataTable extends ZincElement {
1339
1339
  <td class="table__cell table__cell--actions">
1340
1340
  <zn-dropdown placement="bottom-end">
1341
1341
  <zn-button slot="trigger"
1342
- icon-button
1343
- plain
1342
+ icon-button="small"
1344
1343
  icon="ellipsis@lu"
1344
+ plain
1345
1345
  aria-label="Row actions">
1346
1346
  </zn-button>
1347
1347
  <zn-menu>
@@ -80,7 +80,6 @@ table {
80
80
 
81
81
  th {
82
82
  @include wc.text-style(button-label);
83
- border-top: 1px solid rgb(var(--zn-border-color));
84
83
  border-bottom: 1px solid rgb(var(--zn-border-color));
85
84
  }
86
85
  }
@@ -1,5 +1,5 @@
1
1
  .form-control-input {
2
- margin: var(--zn-spacing-2x-small) 3px 3px;
2
+ margin: var(--zn-spacing-2x-small) 3px 3px 0;
3
3
  }
4
4
 
5
5
  .form-control-input--flush {
@@ -20,7 +20,7 @@
20
20
  color: var(--zn-input-label-color);
21
21
  font-weight: var(--zn-input-label-font-weight);
22
22
  line-height: var(--zn-input-label-line-height);
23
- margin-bottom: var(--zn-spacing-2x-small);
23
+ margin-bottom: var(--zn-spacing-x-small);
24
24
  }
25
25
 
26
26
  .form-control--has-label.form-control--medium .form-control__label {