@mirohq/design-system-popover 4.3.1 → 4.3.2-changelog-1.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/dist/types.d.ts +0 -12
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -100,8 +100,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
100
100
|
readonly 'background-danger'?: any;
|
|
101
101
|
readonly 'background-danger-hover'?: any;
|
|
102
102
|
readonly 'background-success'?: any;
|
|
103
|
-
readonly 'background-warning-subtle'?: any;
|
|
104
|
-
readonly 'background-warning-prominent'?: any;
|
|
105
103
|
readonly 'text-neutrals-inverted'?: any;
|
|
106
104
|
readonly 'text-neutrals'?: any;
|
|
107
105
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -146,8 +144,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
146
144
|
readonly 'border-neutrals-disabled'?: any;
|
|
147
145
|
readonly 'border-neutrals-controls'?: any;
|
|
148
146
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
149
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
150
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
151
147
|
readonly 'border-primary'?: any;
|
|
152
148
|
readonly 'border-primary-hover'?: any;
|
|
153
149
|
readonly 'border-primary-active'?: any;
|
|
@@ -531,8 +527,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
531
527
|
readonly 'background-danger'?: any;
|
|
532
528
|
readonly 'background-danger-hover'?: any;
|
|
533
529
|
readonly 'background-success'?: any;
|
|
534
|
-
readonly 'background-warning-subtle'?: any;
|
|
535
|
-
readonly 'background-warning-prominent'?: any;
|
|
536
530
|
readonly 'text-neutrals-inverted'?: any;
|
|
537
531
|
readonly 'text-neutrals'?: any;
|
|
538
532
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -577,8 +571,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
577
571
|
readonly 'border-neutrals-disabled'?: any;
|
|
578
572
|
readonly 'border-neutrals-controls'?: any;
|
|
579
573
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
580
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
581
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
582
574
|
readonly 'border-primary'?: any;
|
|
583
575
|
readonly 'border-primary-hover'?: any;
|
|
584
576
|
readonly 'border-primary-active'?: any;
|
|
@@ -1064,8 +1056,6 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1064
1056
|
readonly 'background-danger'?: any;
|
|
1065
1057
|
readonly 'background-danger-hover'?: any;
|
|
1066
1058
|
readonly 'background-success'?: any;
|
|
1067
|
-
readonly 'background-warning-subtle'?: any;
|
|
1068
|
-
readonly 'background-warning-prominent'?: any;
|
|
1069
1059
|
readonly 'text-neutrals-inverted'?: any;
|
|
1070
1060
|
readonly 'text-neutrals'?: any;
|
|
1071
1061
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1110,8 +1100,6 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1110
1100
|
readonly 'border-neutrals-disabled'?: any;
|
|
1111
1101
|
readonly 'border-neutrals-controls'?: any;
|
|
1112
1102
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1113
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1114
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1115
1103
|
readonly 'border-primary'?: any;
|
|
1116
1104
|
readonly 'border-primary-hover'?: any;
|
|
1117
1105
|
readonly 'border-primary-active'?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "4.3.1",
|
|
3
|
+
"version": "4.3.2-changelog-1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@radix-ui/react-compose-refs": "^0.0.5",
|
|
31
31
|
"@radix-ui/react-popover": "^1.0.0",
|
|
32
32
|
"@radix-ui/react-use-size": "^0.1.1",
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
33
|
+
"@mirohq/design-system-primitive": "^1.1.0",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.1.2-changelog-1.0",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.0.15-changelog-1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@mirohq/design-system-button": "^2.1.1",
|
|
39
|
-
"@mirohq/design-system-flex": "^2.1.1"
|
|
38
|
+
"@mirohq/design-system-button": "^2.1.2-changelog-1.0",
|
|
39
|
+
"@mirohq/design-system-flex": "^2.1.3-changelog-1.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "rollup -c ../../../rollup.config.js",
|