@triptease/stylesheet 2.1.3 → 2.1.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 v2.1.3
2
+ * @triptease/stylesheet v2.1.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 v2.1.3
2
+ * @triptease/stylesheet v2.1.4
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -362,7 +362,7 @@ th {
362
362
 
363
363
  td {
364
364
  padding: var(--space-scale-2);
365
- text-align: right;
365
+ text-align: left;
366
366
  vertical-align: middle;
367
367
  border: 1px solid var(--color-border-200);
368
368
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v2.1.3
2
+ * @triptease/stylesheet v2.1.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 v2.1.3
2
+ * @triptease/stylesheet v2.1.4
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -1,6 +1,6 @@
1
1
  import { css } from 'lit';
2
2
  export const styles = css`/*
3
- * @triptease/stylesheet v2.1.3
3
+ * @triptease/stylesheet v2.1.4
4
4
  */
5
5
 
6
6
 
@@ -1396,7 +1396,7 @@ th {
1396
1396
 
1397
1397
  td {
1398
1398
  padding: var(--space-scale-2);
1399
- text-align: right;
1399
+ text-align: left;
1400
1400
  vertical-align: middle;
1401
1401
  border: 1px solid var(--color-border-200);
1402
1402
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v2.1.3
2
+ * @triptease/stylesheet v2.1.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);
@@ -1395,7 +1395,7 @@ th {
1395
1395
 
1396
1396
  td {
1397
1397
  padding: var(--space-scale-2);
1398
- text-align: right;
1398
+ text-align: left;
1399
1399
  vertical-align: middle;
1400
1400
  border: 1px solid var(--color-border-200);
1401
1401
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v2.1.3
2
+ * @triptease/stylesheet v2.1.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": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "The stylesheet for the Triptease design system",
5
5
  "main": "dist/triptease.css",
6
6
  "type": "module",