@kubex/zinc 1.1.9 → 1.1.11

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.9",
3
+ "version": "1.1.11",
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",
@@ -30,7 +30,7 @@ $text-styles: (
30
30
  "input-content": ("size": 14px, "line": 24px, "spacing": 18px, "weight": normal, "color": default, "transform": none),
31
31
  "input-label": ("size": 14px, "line": 16px, "spacing": 15px, "weight": semibold, "color": default, "transform": none),
32
32
  "chart-minor": ("size": 14px, "line": 16px, "spacing": 15px, "weight": semibold, "color": muted, "transform": none),
33
- "chart-major": ("size": 21px, "line": 16px, "spacing": 18px, "weight": normal, "color": default, "transform": none),
33
+ "chart-major": ("size": 21px, "line": 24px, "spacing": 18px, "weight": normal, "color": default, "transform": none),
34
34
  "button-label": ("size": 13px, "line": 16px, "spacing": 18px, "weight": semibold, "color": default, "transform": uppercase),
35
35
  "chip": ("size": 10px, "line": 16px, "spacing": 15px, "weight": semibold, "color": default, "transform": uppercase),
36
36
  "navbar-link": ("size": 16px, "line": 16px, "spacing": 18px, "weight": semibold, "color": muted, "transform": none),
@@ -15,7 +15,7 @@
15
15
  padding-block: 0;
16
16
  height: var(--zn-spacing-medium);
17
17
  text-align: center;
18
- gap: var(--zn-spacing-small);
18
+ gap: var(--zn-spacing-x-small);
19
19
  width: fit-content;
20
20
  justify-content: center;
21
21
  align-items: center;
@@ -15,7 +15,7 @@
15
15
 
16
16
  .reveal__text {
17
17
  grid-area: stack;
18
- line-height: 1.4;
18
+ line-height: inherit;
19
19
  transition: opacity 0.2s ease,
20
20
  transform 0.2s ease;
21
21
  will-change: opacity, transform;
@@ -112,6 +112,7 @@
112
112
 
113
113
  .amount {
114
114
  font-size: 20px;
115
+ line-height: 20px;
115
116
  padding-top: 5px;
116
117
  }
117
118
  }