@nurix/ui-component-library 1.1.7-stage.140 → 1.1.7-stage.141

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/dist/styles.css +6 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -589,6 +589,12 @@
589
589
  .lego-land .h-\[18px\] {
590
590
  height: 18px;
591
591
  }
592
+ .lego-land .h-\[32px\] {
593
+ height: 32px;
594
+ }
595
+ .lego-land .h-\[48px\] {
596
+ height: 48px;
597
+ }
592
598
  .lego-land .h-\[50px\] {
593
599
  height: 50px;
594
600
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nurix/ui-component-library",
3
- "version": "1.1.7-stage.140",
3
+ "version": "1.1.7-stage.141",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",