@mirohq/design-system-icon-button 1.2.12-dropdown.1 → 1.2.12-dropdown.2
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 +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -85,7 +85,6 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
85
85
|
readonly 'background-danger-prominent-active'?: any;
|
|
86
86
|
readonly 'background-danger-prominent-hover'?: any;
|
|
87
87
|
readonly 'background-neutrals'?: any;
|
|
88
|
-
readonly 'background-neutrals-body'?: any;
|
|
89
88
|
readonly 'background-neutrals-container'?: any;
|
|
90
89
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
91
90
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -93,6 +92,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
93
92
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
94
93
|
readonly 'background-neutrals-inverted'?: any;
|
|
95
94
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
95
|
+
readonly 'background-neutrals-page'?: any;
|
|
96
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
96
97
|
readonly 'background-neutrals-scrolls'?: any;
|
|
97
98
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
98
99
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -116,12 +117,11 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
116
117
|
readonly 'text-neutrals'?: any;
|
|
117
118
|
readonly 'text-neutrals-disabled'?: any;
|
|
118
119
|
readonly 'text-neutrals-inverted'?: any;
|
|
119
|
-
readonly 'text-neutrals-link'?: any;
|
|
120
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
121
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
122
120
|
readonly 'text-neutrals-placeholder'?: any;
|
|
123
121
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
124
122
|
readonly 'text-neutrals-subtle'?: any;
|
|
123
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
124
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
125
125
|
readonly 'text-primary'?: any;
|
|
126
126
|
readonly 'text-primary-active'?: any;
|
|
127
127
|
readonly 'text-primary-hover'?: any;
|
|
@@ -141,7 +141,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
141
141
|
readonly 'icon-neutrals-inverted'?: any;
|
|
142
142
|
readonly 'icon-neutrals-search'?: any;
|
|
143
143
|
readonly 'icon-neutrals-subtle'?: any;
|
|
144
|
-
readonly 'icon-neutrals-
|
|
144
|
+
readonly 'icon-neutrals-text'?: any;
|
|
145
145
|
readonly 'icon-primary'?: any;
|
|
146
146
|
readonly 'icon-primary-active'?: any;
|
|
147
147
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -150,7 +150,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
150
150
|
readonly 'icon-success'?: any;
|
|
151
151
|
readonly 'icon-success-inverted'?: any;
|
|
152
152
|
readonly 'icon-warning'?: any;
|
|
153
|
+
readonly 'icon-warning-prominent'?: any;
|
|
153
154
|
readonly 'border-danger'?: any;
|
|
155
|
+
readonly 'border-danger-active'?: any;
|
|
156
|
+
readonly 'border-danger-hover'?: any;
|
|
154
157
|
readonly 'border-focus-inner'?: any;
|
|
155
158
|
readonly 'border-focus-middle'?: any;
|
|
156
159
|
readonly 'border-focus-outer'?: any;
|
|
@@ -162,6 +165,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
162
165
|
readonly 'border-neutrals-hover'?: any;
|
|
163
166
|
readonly 'border-neutrals-inverted'?: any;
|
|
164
167
|
readonly 'border-neutrals-subtle'?: any;
|
|
168
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
169
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
170
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
165
171
|
readonly 'border-primary'?: any;
|
|
166
172
|
readonly 'border-primary-active'?: any;
|
|
167
173
|
readonly 'border-primary-hover'?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "1.2.12-dropdown.
|
|
3
|
+
"version": "1.2.12-dropdown.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-badge": "^0.3.10-dropdown.0",
|
|
30
|
-
"@mirohq/design-system-
|
|
30
|
+
"@mirohq/design-system-tooltip": "^3.2.12-dropdown.1",
|
|
31
31
|
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
|
|
32
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.8-dropdown.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@mirohq/design-system-flex": "^2.1.12-dropdown.0",
|
|
36
|
-
"@mirohq/design-system-icons": "^0.23.1-dropdown.
|
|
36
|
+
"@mirohq/design-system-icons": "^0.23.1-dropdown.1"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|