@rebasepro/ui 0.21.0 → 0.21.1
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 +7 -8
- package/dist/index.es.js +11 -6
- package/dist/index.es.js.map +1 -1
- package/dist/src/theme.css +2 -2
- package/dist/theme.css +2 -2
- package/package.json +1 -1
package/dist/src/theme.css
CHANGED
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
* background REPLACES it — white at 6% over the sheet is darker than the card
|
|
236
236
|
* it was meant to lift.
|
|
237
237
|
*
|
|
238
|
-
* The
|
|
239
|
-
*
|
|
238
|
+
* The rules are in packages/ui/DESIGN.md (Surfaces); the measurements behind
|
|
239
|
+
* them are in docs/design/instatic-distilled.html.
|
|
240
240
|
* ------------------------------------------------------------------------- */
|
|
241
241
|
/* No `.light` class here on purpose: nothing in the app sets one, and third-party
|
|
242
242
|
widgets (React Flow) stamp `light` on their own root, which re-lit every token
|
package/dist/theme.css
CHANGED
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
* background REPLACES it — white at 6% over the sheet is darker than the card
|
|
236
236
|
* it was meant to lift.
|
|
237
237
|
*
|
|
238
|
-
* The
|
|
239
|
-
*
|
|
238
|
+
* The rules are in packages/ui/DESIGN.md (Surfaces); the measurements behind
|
|
239
|
+
* them are in docs/design/instatic-distilled.html.
|
|
240
240
|
* ------------------------------------------------------------------------- */
|
|
241
241
|
/* No `.light` class here on purpose: nothing in the app sets one, and third-party
|
|
242
242
|
widgets (React Flow) stamp `light` on their own root, which re-lit every token
|