@nordcode/ui 1.0.2 → 1.0.3

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/out/bundle.css CHANGED
@@ -402,6 +402,7 @@
402
402
  background-color: var(--color-surface-muted);
403
403
  font-family: var(--font-family-default);
404
404
  line-height: var(--line-height-base);
405
+ min-block-size: 100%;
405
406
  font-style: normal;
406
407
  }
407
408
 
@@ -137,6 +137,7 @@
137
137
  background-color: var(--color-surface-muted);
138
138
  font-family: var(--font-family-default);
139
139
  line-height: var(--line-height-base);
140
+ min-block-size: 100%;
140
141
  font-style: normal;
141
142
  }
142
143
 
package/out/complete.css CHANGED
@@ -402,6 +402,7 @@
402
402
  background-color: var(--color-surface-muted);
403
403
  font-family: var(--font-family-default);
404
404
  line-height: var(--line-height-base);
405
+ min-block-size: 100%;
405
406
  font-style: normal;
406
407
  }
407
408
 
@@ -137,6 +137,7 @@
137
137
  background-color: var(--color-surface-muted);
138
138
  font-family: var(--font-family-default);
139
139
  line-height: var(--line-height-base);
140
+ min-block-size: 100%;
140
141
  font-style: normal;
141
142
  }
142
143
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "type": "git",
13
13
  "url": "https://github.com/nordcode-agency/nordcode/tree/main/packages/ui"
14
14
  },
15
- "version": "1.0.2",
15
+ "version": "1.0.3",
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },
@@ -1,4 +1,5 @@
1
1
  @layer reset {
2
+
2
3
  *,
3
4
  :after,
4
5
  :before {
@@ -50,6 +51,7 @@
50
51
  font-family: var(--font-family-default);
51
52
  line-height: var(--line-height-base);
52
53
  font-style: normal;
54
+ min-block-size: 100%;
53
55
  }
54
56
 
55
57
  /* Remove default margin in favour of better control in authored CSS */
@@ -88,17 +90,15 @@
88
90
  place-items: center;
89
91
  }
90
92
 
91
- :where(
92
- a[href],
93
- area,
94
- button,
95
- input,
96
- label[for],
97
- select,
98
- summary,
99
- textarea,
100
- [tabindex]:not([tabindex*="-"])
101
- ) {
93
+ :where(a[href],
94
+ area,
95
+ button,
96
+ input,
97
+ label[for],
98
+ select,
99
+ summary,
100
+ textarea,
101
+ [tabindex]:not([tabindex*="-"])) {
102
102
  cursor: pointer;
103
103
  touch-action: manipulation;
104
104
  -webkit-tap-highlight-color: transparent;