@mirohq/design-system-popover 4.3.2-button.0 → 4.3.2-test-changelog.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 -9
- package/package.json +5 -5
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;
|
|
@@ -182,7 +180,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
182
180
|
readonly 50: "0 4px 16px #05003812";
|
|
183
181
|
readonly 100: "0 8px 32px #05003808";
|
|
184
182
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
185
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
186
183
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
187
184
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
188
185
|
};
|
|
@@ -532,8 +529,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
532
529
|
readonly 'background-danger'?: any;
|
|
533
530
|
readonly 'background-danger-hover'?: any;
|
|
534
531
|
readonly 'background-success'?: any;
|
|
535
|
-
readonly 'background-warning-subtle'?: any;
|
|
536
|
-
readonly 'background-warning-prominent'?: any;
|
|
537
532
|
readonly 'text-neutrals-inverted'?: any;
|
|
538
533
|
readonly 'text-neutrals'?: any;
|
|
539
534
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -614,7 +609,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
614
609
|
readonly 50: "0 4px 16px #05003812";
|
|
615
610
|
readonly 100: "0 8px 32px #05003808";
|
|
616
611
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
617
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
618
612
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
619
613
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
620
614
|
};
|
|
@@ -1066,8 +1060,6 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1066
1060
|
readonly 'background-danger'?: any;
|
|
1067
1061
|
readonly 'background-danger-hover'?: any;
|
|
1068
1062
|
readonly 'background-success'?: any;
|
|
1069
|
-
readonly 'background-warning-subtle'?: any;
|
|
1070
|
-
readonly 'background-warning-prominent'?: any;
|
|
1071
1063
|
readonly 'text-neutrals-inverted'?: any;
|
|
1072
1064
|
readonly 'text-neutrals'?: any;
|
|
1073
1065
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1148,7 +1140,6 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1148
1140
|
readonly 50: "0 4px 16px #05003812";
|
|
1149
1141
|
readonly 100: "0 8px 32px #05003808";
|
|
1150
1142
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1151
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1152
1143
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1153
1144
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1154
1145
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "4.3.2-
|
|
3
|
+
"version": "4.3.2-test-changelog.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-stitches": "^2.1.2-test-changelog.0",
|
|
33
34
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-styles": "^1.0.15-button.0"
|
|
35
|
+
"@mirohq/design-system-styles": "^1.0.15-test-changelog.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@mirohq/design-system-button": "^2.1.2-
|
|
39
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
38
|
+
"@mirohq/design-system-button": "^2.1.2-test-changelog.0",
|
|
39
|
+
"@mirohq/design-system-flex": "^2.1.3-test-changelog.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "rollup -c ../../../rollup.config.js",
|