@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivet-health/design-system",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -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
@@ -1,4 +1,5 @@
1
- :root {
1
+ :root,
2
+ :host {
2
3
  /**
3
4
  * @tokens depth
4
5
  * @presenter Shadow
@@ -1,5 +1,6 @@
1
1
  @layer base {
2
- :root {
2
+ :root,
3
+ :host {
3
4
  /**
4
5
  * @tokens base-size
5
6
  * @presenter Spacing
@@ -10,7 +11,8 @@
10
11
  }
11
12
 
12
13
  @layer semantic {
13
- :root {
14
+ :root,
15
+ :host {
14
16
  /**
15
17
  * @tokens spacing
16
18
  * @presenter Spacing
@@ -1,4 +1,5 @@
1
- :root {
1
+ :root,
2
+ :host {
2
3
  /**
3
4
  * @tokens transition
4
5
  */
@@ -1,5 +1,6 @@
1
1
  @layer base {
2
- :root {
2
+ :root,
3
+ :host {
3
4
  /**
4
5
  * @tokens font-family
5
6
  * @presenter FontFamily
@@ -77,7 +78,8 @@
77
78
  }
78
79
 
79
80
  @layer semantic {
80
- :root {
81
+ :root,
82
+ :host {
81
83
  /**
82
84
  * @tokens semantic-type
83
85
  * @presenter FontFamily
@@ -1,4 +1,5 @@
1
- :root {
1
+ :root,
2
+ :host {
2
3
  /**
3
4
  * @tokens z-index
4
5
  */