@mirohq/design-system-switch 3.0.3 → 3.0.4

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/types.d.ts +11 -5
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -84,7 +84,6 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
84
84
  readonly 'background-danger-prominent-active'?: any;
85
85
  readonly 'background-danger-prominent-hover'?: any;
86
86
  readonly 'background-neutrals'?: any;
87
- readonly 'background-neutrals-body'?: any;
88
87
  readonly 'background-neutrals-container'?: any;
89
88
  readonly 'background-neutrals-controls-disabled'?: any;
90
89
  readonly 'background-neutrals-disabled'?: any;
@@ -92,6 +91,8 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
92
91
  readonly 'background-neutrals-inactive-hover'?: any;
93
92
  readonly 'background-neutrals-inverted'?: any;
94
93
  readonly 'background-neutrals-inverted-subtle'?: any;
94
+ readonly 'background-neutrals-page'?: any;
95
+ readonly 'background-neutrals-page-subtle'?: any;
95
96
  readonly 'background-neutrals-scrolls'?: any;
96
97
  readonly 'background-neutrals-scrolls-hover'?: any;
97
98
  readonly 'background-neutrals-subtle'?: any;
@@ -115,12 +116,11 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
115
116
  readonly 'text-neutrals'?: any;
116
117
  readonly 'text-neutrals-disabled'?: any;
117
118
  readonly 'text-neutrals-inverted'?: any;
118
- readonly 'text-neutrals-link'?: any;
119
- readonly 'text-neutrals-link-active'?: any;
120
- readonly 'text-neutrals-link-hover'?: any;
121
119
  readonly 'text-neutrals-placeholder'?: any;
122
120
  readonly 'text-neutrals-placeholder-only'?: any;
123
121
  readonly 'text-neutrals-subtle'?: any;
122
+ readonly 'text-neutrals-subtle-active'?: any;
123
+ readonly 'text-neutrals-subtle-hover'?: any;
124
124
  readonly 'text-primary'?: any;
125
125
  readonly 'text-primary-active'?: any;
126
126
  readonly 'text-primary-hover'?: any;
@@ -140,7 +140,7 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
140
140
  readonly 'icon-neutrals-inverted'?: any;
141
141
  readonly 'icon-neutrals-search'?: any;
142
142
  readonly 'icon-neutrals-subtle'?: any;
143
- readonly 'icon-neutrals-with-text'?: any;
143
+ readonly 'icon-neutrals-text'?: any;
144
144
  readonly 'icon-primary'?: any;
145
145
  readonly 'icon-primary-active'?: any;
146
146
  readonly 'icon-primary-hover'?: any;
@@ -149,7 +149,10 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
149
149
  readonly 'icon-success'?: any;
150
150
  readonly 'icon-success-inverted'?: any;
151
151
  readonly 'icon-warning'?: any;
152
+ readonly 'icon-warning-prominent'?: any;
152
153
  readonly 'border-danger'?: any;
154
+ readonly 'border-danger-active'?: any;
155
+ readonly 'border-danger-hover'?: any;
153
156
  readonly 'border-focus-inner'?: any;
154
157
  readonly 'border-focus-middle'?: any;
155
158
  readonly 'border-focus-outer'?: any;
@@ -161,6 +164,9 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
161
164
  readonly 'border-neutrals-hover'?: any;
162
165
  readonly 'border-neutrals-inverted'?: any;
163
166
  readonly 'border-neutrals-subtle'?: any;
167
+ readonly 'border-neutrals-text-subtle'?: any;
168
+ readonly 'border-neutrals-text-subtle-active'?: any;
169
+ readonly 'border-neutrals-text-subtle-hover'?: any;
164
170
  readonly 'border-primary'?: any;
165
171
  readonly 'border-primary-active'?: any;
166
172
  readonly 'border-primary-hover'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-switch",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-switch": "^1.0.0",
31
- "@mirohq/design-system-stitches": "^2.3.1",
32
- "@mirohq/design-system-styles": "^1.0.23",
31
+ "@mirohq/design-system-stitches": "^2.3.2",
32
+ "@mirohq/design-system-styles": "^1.0.24",
33
33
  "@mirohq/design-system-types": "^0.5.0",
34
34
  "@mirohq/design-system-utils": "^0.13.2"
35
35
  },