@max-ts/kit 1.10.2 → 1.10.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAaf,CAAC;AAEH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAaf,CAAC;AAEH,eAAO,MAAM,IAAI,QA2Bf,CAAC;AAEH,eAAO,MAAM,OAAO,QAuElB,CAAC;AAmBH,eAAO,MAAM,OAAO,QAKlB,CAAC"}
|
package/lib/styles.css
CHANGED
|
@@ -283,10 +283,10 @@ img, picture, video, canvas, svg {
|
|
|
283
283
|
font-family: inherit;
|
|
284
284
|
font-weight: var(--fontWeight-medium);
|
|
285
285
|
cursor: pointer;
|
|
286
|
+
line-height: var(--lineHeight-none);
|
|
286
287
|
border-width: 0;
|
|
287
288
|
justify-content: center;
|
|
288
289
|
align-items: center;
|
|
289
|
-
line-height: 100%;
|
|
290
290
|
transition: background-color .2s;
|
|
291
291
|
display: inline-flex;
|
|
292
292
|
position: relative;
|
|
@@ -5860,6 +5860,7 @@ a.outline__1af895x4:hover {
|
|
|
5860
5860
|
|
|
5861
5861
|
.style__hworoa1[data-orientation="horizontal"] {
|
|
5862
5862
|
height: var(--spacing-8);
|
|
5863
|
+
gap: var(--spacing-1);
|
|
5863
5864
|
}
|
|
5864
5865
|
|
|
5865
5866
|
.style__hworoa1[data-orientation="vertical"] {
|