@rivet-health/design-system 4.4.0 → 4.5.0
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/package.json
CHANGED
package/styles/tokens/color.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@layer base {
|
|
2
|
-
:root
|
|
2
|
+
:root,
|
|
3
|
+
:host {
|
|
3
4
|
/**
|
|
4
5
|
* @tokens base-color
|
|
5
6
|
* @presenter Color
|
|
@@ -106,7 +107,8 @@
|
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
@layer semantic {
|
|
109
|
-
:root
|
|
110
|
+
:root,
|
|
111
|
+
:host {
|
|
110
112
|
/**
|
|
111
113
|
* @tokens semantic-color
|
|
112
114
|
* @presenter Color
|
package/styles/tokens/depth.css
CHANGED
package/styles/tokens/size.css
CHANGED