@triptease/stylesheet 1.4.3 → 1.4.4
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/base.css +1 -1
- package/dist/blocks.css +2 -2
- package/dist/compositions.css +1 -1
- package/dist/exceptions.css +1 -1
- package/dist/triptease.css +2 -2
- package/dist/utilities.css +1 -1
- package/package.json +1 -1
package/dist/base.css
CHANGED
package/dist/blocks.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v1.4.
|
|
2
|
+
* @triptease/stylesheet v1.4.4
|
|
3
3
|
*/
|
|
4
4
|
/*
|
|
5
5
|
Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
border: 1px solid var(--color-border-100);
|
|
93
93
|
background-color: var(--color-surface-100);
|
|
94
94
|
box-shadow: var(--box-shadow-lg);
|
|
95
|
-
padding: var(--card-padding, var(--space-scale-
|
|
95
|
+
padding: var(--card-padding, var(--space-scale-2));
|
|
96
96
|
display: flex;
|
|
97
97
|
flex-direction: column;
|
|
98
98
|
gap: var(--card-vertical-spacing, var(--space-scale-1));
|
package/dist/compositions.css
CHANGED
package/dist/exceptions.css
CHANGED
package/dist/triptease.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v1.4.
|
|
2
|
+
* @triptease/stylesheet v1.4.4
|
|
3
3
|
*/
|
|
4
4
|
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500') layer(base);
|
|
5
5
|
@import url('https://fonts.googleapis.com/css?family=Inter:300,500,600,700') layer(base);
|
|
@@ -1265,7 +1265,7 @@ body {
|
|
|
1265
1265
|
border: 1px solid var(--color-border-100);
|
|
1266
1266
|
background-color: var(--color-surface-100);
|
|
1267
1267
|
box-shadow: var(--box-shadow-lg);
|
|
1268
|
-
padding: var(--card-padding, var(--space-scale-
|
|
1268
|
+
padding: var(--card-padding, var(--space-scale-2));
|
|
1269
1269
|
display: flex;
|
|
1270
1270
|
flex-direction: column;
|
|
1271
1271
|
gap: var(--card-vertical-spacing, var(--space-scale-1));
|
package/dist/utilities.css
CHANGED