@nurix/ui-component-library 1.1.3-stage.76 → 1.1.3-stage.78

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/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # lego-land
2
2
 
3
+ ## Theming docs
4
+
5
+ See `docs/THEMING.md`.
6
+
3
7
  ## Using in a consumer app
4
8
 
5
9
  ### 1) Ensure Tailwind keeps (and understands) the library classes
package/dist/styles.css CHANGED
@@ -198,6 +198,9 @@
198
198
  .lego-land .absolute {
199
199
  position: absolute;
200
200
  }
201
+ .lego-land .fixed {
202
+ position: fixed;
203
+ }
201
204
  .lego-land .relative {
202
205
  position: relative;
203
206
  }
@@ -641,10 +644,6 @@
641
644
  .lego-land * {
642
645
  border-color: hsl(var(--border));
643
646
  }
644
- .lego-land {
645
- background-color: hsl(var(--background));
646
- color: hsl(var(--foreground));
647
- }
648
647
  }
649
648
  @property --tw-translate-x {
650
649
  syntax: "*";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nurix/ui-component-library",
3
- "version": "1.1.3-stage.76",
3
+ "version": "1.1.3-stage.78",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",