@tangle-network/sandbox-ui 0.10.5 → 0.10.6
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/globals.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/globals.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");
|
|
2
3
|
@layer properties;
|
|
3
4
|
:root, [data-sandbox-ui] {
|
|
4
5
|
--md3-surface: #0a0a14;
|
|
@@ -403,7 +404,6 @@
|
|
|
403
404
|
--radius-pill: 999px;
|
|
404
405
|
--radius-full: 999px;
|
|
405
406
|
}
|
|
406
|
-
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");
|
|
407
407
|
@layer theme, base, components, utilities;
|
|
408
408
|
@layer theme {
|
|
409
409
|
:root, :host {
|
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");
|
|
2
3
|
@layer properties;
|
|
3
4
|
:root, [data-sandbox-ui] {
|
|
4
5
|
--md3-surface: #0a0a14;
|
|
@@ -403,7 +404,6 @@
|
|
|
403
404
|
--radius-pill: 999px;
|
|
404
405
|
--radius-full: 999px;
|
|
405
406
|
}
|
|
406
|
-
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");
|
|
407
407
|
@layer theme, base, components, utilities;
|
|
408
408
|
@layer theme {
|
|
409
409
|
:root, :host {
|
package/package.json
CHANGED