@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 +1 -1
- package/dist/blocks.css +2 -2
- package/dist/compositions.css +1 -1
- package/dist/exceptions.css +1 -1
- package/dist/lit/triptease.js +2 -2
- 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 v2.1.
|
|
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:
|
|
365
|
+
text-align: left;
|
|
366
366
|
vertical-align: middle;
|
|
367
367
|
border: 1px solid var(--color-border-200);
|
|
368
368
|
|
package/dist/compositions.css
CHANGED
package/dist/exceptions.css
CHANGED
package/dist/lit/triptease.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
2
|
export const styles = css`/*
|
|
3
|
-
* @triptease/stylesheet v2.1.
|
|
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:
|
|
1399
|
+
text-align: left;
|
|
1400
1400
|
vertical-align: middle;
|
|
1401
1401
|
border: 1px solid var(--color-border-200);
|
|
1402
1402
|
|
package/dist/triptease.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v2.1.
|
|
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:
|
|
1398
|
+
text-align: left;
|
|
1399
1399
|
vertical-align: middle;
|
|
1400
1400
|
border: 1px solid var(--color-border-200);
|
|
1401
1401
|
|
package/dist/utilities.css
CHANGED