@blinkdotnew/ui 0.1.3 → 0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/styles.css +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinkdotnew/ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Blink UI SDK — production-quality React component library for SaaS apps",
5
5
  "keywords": [
6
6
  "blink",
package/src/styles.css CHANGED
@@ -1,7 +1,4 @@
1
- /* @blinkdotnew/ui — all theme variables bundled
2
- Import this once in your app's index.css to activate all themes.
3
- BlinkUIProvider adds .theme-{name} + .dark/.light to <html>. */
4
-
1
+ /* @blinkdotnew/ui — import this file in your app's index.css to get all themes */
5
2
  @import './themes/base.css';
6
3
  @import './themes/linear.css';
7
4
  @import './themes/glass.css';