@mirohq/design-system-flex 2.1.11 → 2.1.12
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/dist/types.d.ts +11 -5
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -95,7 +95,6 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
95
95
|
readonly 'background-danger-prominent-active'?: any;
|
|
96
96
|
readonly 'background-danger-prominent-hover'?: any;
|
|
97
97
|
readonly 'background-neutrals'?: any;
|
|
98
|
-
readonly 'background-neutrals-body'?: any;
|
|
99
98
|
readonly 'background-neutrals-container'?: any;
|
|
100
99
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
101
100
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -103,6 +102,8 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
103
102
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
104
103
|
readonly 'background-neutrals-inverted'?: any;
|
|
105
104
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
105
|
+
readonly 'background-neutrals-page'?: any;
|
|
106
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
106
107
|
readonly 'background-neutrals-scrolls'?: any;
|
|
107
108
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
108
109
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -126,12 +127,11 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
126
127
|
readonly 'text-neutrals'?: any;
|
|
127
128
|
readonly 'text-neutrals-disabled'?: any;
|
|
128
129
|
readonly 'text-neutrals-inverted'?: any;
|
|
129
|
-
readonly 'text-neutrals-link'?: any;
|
|
130
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
131
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
132
130
|
readonly 'text-neutrals-placeholder'?: any;
|
|
133
131
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
134
132
|
readonly 'text-neutrals-subtle'?: any;
|
|
133
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
134
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
135
135
|
readonly 'text-primary'?: any;
|
|
136
136
|
readonly 'text-primary-active'?: any;
|
|
137
137
|
readonly 'text-primary-hover'?: any;
|
|
@@ -151,7 +151,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
151
151
|
readonly 'icon-neutrals-inverted'?: any;
|
|
152
152
|
readonly 'icon-neutrals-search'?: any;
|
|
153
153
|
readonly 'icon-neutrals-subtle'?: any;
|
|
154
|
-
readonly 'icon-neutrals-
|
|
154
|
+
readonly 'icon-neutrals-text'?: any;
|
|
155
155
|
readonly 'icon-primary'?: any;
|
|
156
156
|
readonly 'icon-primary-active'?: any;
|
|
157
157
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -160,7 +160,10 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
160
160
|
readonly 'icon-success'?: any;
|
|
161
161
|
readonly 'icon-success-inverted'?: any;
|
|
162
162
|
readonly 'icon-warning'?: any;
|
|
163
|
+
readonly 'icon-warning-prominent'?: any;
|
|
163
164
|
readonly 'border-danger'?: any;
|
|
165
|
+
readonly 'border-danger-active'?: any;
|
|
166
|
+
readonly 'border-danger-hover'?: any;
|
|
164
167
|
readonly 'border-focus-inner'?: any;
|
|
165
168
|
readonly 'border-focus-middle'?: any;
|
|
166
169
|
readonly 'border-focus-outer'?: any;
|
|
@@ -172,6 +175,9 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
172
175
|
readonly 'border-neutrals-hover'?: any;
|
|
173
176
|
readonly 'border-neutrals-inverted'?: any;
|
|
174
177
|
readonly 'border-neutrals-subtle'?: any;
|
|
178
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
179
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
180
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
175
181
|
readonly 'border-primary'?: any;
|
|
176
182
|
readonly 'border-primary-active'?: any;
|
|
177
183
|
readonly 'border-primary-hover'?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-flex",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
+
"@mirohq/design-system-primitive": "^1.1.0",
|
|
29
30
|
"@mirohq/design-system-utils": "^0.13.2",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
31
|
-
"@mirohq/design-system-primitive": "^1.1.0"
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.2"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|