@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.4.3
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);
package/dist/blocks.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.4.3
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-3));
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));
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.4.3
2
+ * @triptease/stylesheet v1.4.4
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.4.3
2
+ * @triptease/stylesheet v1.4.4
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.4.3
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-3));
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));
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.4.3
2
+ * @triptease/stylesheet v1.4.4
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triptease/stylesheet",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "The stylesheet for the Triptease design system",
5
5
  "main": "dist/triptease.css",
6
6
  "type": "module",