@triptease/stylesheet 2.0.1 → 2.1.0

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.0.1
2
+ * @triptease/stylesheet v2.1.0
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
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v2.0.1
2
+ * @triptease/stylesheet v2.1.0
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.0.1
2
+ * @triptease/stylesheet v2.1.0
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.0.1
2
+ * @triptease/stylesheet v2.1.0
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -0,0 +1,2 @@
1
+ import { CSSResult } from 'lit';
2
+ export declare const styles: CSSResult;