@triptease/stylesheet 2.0.1 → 2.0.2
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 +2 -1
- package/dist/blocks.css +1 -1
- package/dist/compositions.css +1 -1
- package/dist/exceptions.css +1 -1
- package/dist/triptease.css +2 -1
- package/dist/utilities.css +1 -1
- package/package.json +1 -1
package/dist/base.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v2.0.
|
|
2
|
+
* @triptease/stylesheet v2.0.2
|
|
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);
|
|
@@ -629,6 +629,7 @@ input[type='checkbox'][data-theme='toggle'],
|
|
|
629
629
|
border-width: 0px;
|
|
630
630
|
padding: 2px;
|
|
631
631
|
position: relative;
|
|
632
|
+
isolation: isolate;
|
|
632
633
|
min-width: var(--space-scale-5);
|
|
633
634
|
|
|
634
635
|
&:hover {
|
package/dist/blocks.css
CHANGED
package/dist/compositions.css
CHANGED
package/dist/exceptions.css
CHANGED
package/dist/triptease.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v2.0.
|
|
2
|
+
* @triptease/stylesheet v2.0.2
|
|
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);
|
|
@@ -629,6 +629,7 @@ input[type='checkbox'][data-theme='toggle'],
|
|
|
629
629
|
border-width: 0px;
|
|
630
630
|
padding: 2px;
|
|
631
631
|
position: relative;
|
|
632
|
+
isolation: isolate;
|
|
632
633
|
min-width: var(--space-scale-5);
|
|
633
634
|
|
|
634
635
|
&:hover {
|
package/dist/utilities.css
CHANGED