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