@mirohq/design-system-checkbox 1.1.21-use-press.0 → 1.1.22

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 +4 -4
package/dist/types.d.ts CHANGED
@@ -86,7 +86,6 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
86
86
  readonly 'background-danger-prominent-active'?: any;
87
87
  readonly 'background-danger-prominent-hover'?: any;
88
88
  readonly 'background-neutrals'?: any;
89
- readonly 'background-neutrals-body'?: any;
90
89
  readonly 'background-neutrals-container'?: any;
91
90
  readonly 'background-neutrals-controls-disabled'?: any;
92
91
  readonly 'background-neutrals-disabled'?: any;
@@ -94,6 +93,8 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
94
93
  readonly 'background-neutrals-inactive-hover'?: any;
95
94
  readonly 'background-neutrals-inverted'?: any;
96
95
  readonly 'background-neutrals-inverted-subtle'?: any;
96
+ readonly 'background-neutrals-page'?: any;
97
+ readonly 'background-neutrals-page-subtle'?: any;
97
98
  readonly 'background-neutrals-scrolls'?: any;
98
99
  readonly 'background-neutrals-scrolls-hover'?: any;
99
100
  readonly 'background-neutrals-subtle'?: any;
@@ -117,12 +118,11 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
117
118
  readonly 'text-neutrals'?: any;
118
119
  readonly 'text-neutrals-disabled'?: any;
119
120
  readonly 'text-neutrals-inverted'?: any;
120
- readonly 'text-neutrals-link'?: any;
121
- readonly 'text-neutrals-link-active'?: any;
122
- readonly 'text-neutrals-link-hover'?: any;
123
121
  readonly 'text-neutrals-placeholder'?: any;
124
122
  readonly 'text-neutrals-placeholder-only'?: any;
125
123
  readonly 'text-neutrals-subtle'?: any;
124
+ readonly 'text-neutrals-subtle-active'?: any;
125
+ readonly 'text-neutrals-subtle-hover'?: any;
126
126
  readonly 'text-primary'?: any;
127
127
  readonly 'text-primary-active'?: any;
128
128
  readonly 'text-primary-hover'?: any;
@@ -142,7 +142,7 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
142
142
  readonly 'icon-neutrals-inverted'?: any;
143
143
  readonly 'icon-neutrals-search'?: any;
144
144
  readonly 'icon-neutrals-subtle'?: any;
145
- readonly 'icon-neutrals-with-text'?: any;
145
+ readonly 'icon-neutrals-text'?: any;
146
146
  readonly 'icon-primary'?: any;
147
147
  readonly 'icon-primary-active'?: any;
148
148
  readonly 'icon-primary-hover'?: any;
@@ -151,7 +151,10 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
151
151
  readonly 'icon-success'?: any;
152
152
  readonly 'icon-success-inverted'?: any;
153
153
  readonly 'icon-warning'?: any;
154
+ readonly 'icon-warning-prominent'?: any;
154
155
  readonly 'border-danger'?: any;
156
+ readonly 'border-danger-active'?: any;
157
+ readonly 'border-danger-hover'?: any;
155
158
  readonly 'border-focus-inner'?: any;
156
159
  readonly 'border-focus-middle'?: any;
157
160
  readonly 'border-focus-outer'?: any;
@@ -163,6 +166,9 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
163
166
  readonly 'border-neutrals-hover'?: any;
164
167
  readonly 'border-neutrals-inverted'?: any;
165
168
  readonly 'border-neutrals-subtle'?: any;
169
+ readonly 'border-neutrals-text-subtle'?: any;
170
+ readonly 'border-neutrals-text-subtle-active'?: any;
171
+ readonly 'border-neutrals-text-subtle-hover'?: any;
166
172
  readonly 'border-primary'?: any;
167
173
  readonly 'border-primary-active'?: any;
168
174
  readonly 'border-primary-hover'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-checkbox",
3
- "version": "1.1.21-use-press.0",
3
+ "version": "1.1.22",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@radix-ui/react-checkbox": "^1.0.0",
30
- "@mirohq/design-system-types": "^0.5.0",
31
- "@mirohq/design-system-icons": "^0.23.1-use-press.0",
30
+ "@mirohq/design-system-icons": "^0.23.2",
32
31
  "@mirohq/design-system-primitive": "^1.1.0",
33
- "@mirohq/design-system-stitches": "^2.3.1"
32
+ "@mirohq/design-system-stitches": "^2.3.2",
33
+ "@mirohq/design-system-types": "^0.5.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rollup -c ../../../rollup.config.js",