@mirohq/design-system-popover 4.3.2-changelog-1.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +15 -0
  2. 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;
@@ -144,6 +146,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
144
146
  readonly 'border-neutrals-disabled'?: any;
145
147
  readonly 'border-neutrals-controls'?: any;
146
148
  readonly 'border-neutrals-controls-disabled'?: any;
149
+ readonly 'border-neutrals-subtle'?: any;
150
+ readonly 'border-neutrals-inverted'?: any;
147
151
  readonly 'border-primary'?: any;
148
152
  readonly 'border-primary-hover'?: any;
149
153
  readonly 'border-primary-active'?: any;
@@ -178,6 +182,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
178
182
  readonly 50: "0 4px 16px #05003812";
179
183
  readonly 100: "0 8px 32px #05003808";
180
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";
181
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";
182
187
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
183
188
  };
@@ -527,6 +532,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
527
532
  readonly 'background-danger'?: any;
528
533
  readonly 'background-danger-hover'?: any;
529
534
  readonly 'background-success'?: any;
535
+ readonly 'background-warning-subtle'?: any;
536
+ readonly 'background-warning-prominent'?: any;
530
537
  readonly 'text-neutrals-inverted'?: any;
531
538
  readonly 'text-neutrals'?: any;
532
539
  readonly 'text-neutrals-subtle'?: any;
@@ -571,6 +578,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
571
578
  readonly 'border-neutrals-disabled'?: any;
572
579
  readonly 'border-neutrals-controls'?: any;
573
580
  readonly 'border-neutrals-controls-disabled'?: any;
581
+ readonly 'border-neutrals-subtle'?: any;
582
+ readonly 'border-neutrals-inverted'?: any;
574
583
  readonly 'border-primary'?: any;
575
584
  readonly 'border-primary-hover'?: any;
576
585
  readonly 'border-primary-active'?: any;
@@ -605,6 +614,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
605
614
  readonly 50: "0 4px 16px #05003812";
606
615
  readonly 100: "0 8px 32px #05003808";
607
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";
608
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";
609
619
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
610
620
  };
@@ -1056,6 +1066,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
1056
1066
  readonly 'background-danger'?: any;
1057
1067
  readonly 'background-danger-hover'?: any;
1058
1068
  readonly 'background-success'?: any;
1069
+ readonly 'background-warning-subtle'?: any;
1070
+ readonly 'background-warning-prominent'?: any;
1059
1071
  readonly 'text-neutrals-inverted'?: any;
1060
1072
  readonly 'text-neutrals'?: any;
1061
1073
  readonly 'text-neutrals-subtle'?: any;
@@ -1100,6 +1112,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
1100
1112
  readonly 'border-neutrals-disabled'?: any;
1101
1113
  readonly 'border-neutrals-controls'?: any;
1102
1114
  readonly 'border-neutrals-controls-disabled'?: any;
1115
+ readonly 'border-neutrals-subtle'?: any;
1116
+ readonly 'border-neutrals-inverted'?: any;
1103
1117
  readonly 'border-primary'?: any;
1104
1118
  readonly 'border-primary-hover'?: any;
1105
1119
  readonly 'border-primary-active'?: any;
@@ -1134,6 +1148,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
1134
1148
  readonly 50: "0 4px 16px #05003812";
1135
1149
  readonly 100: "0 8px 32px #05003808";
1136
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";
1137
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";
1138
1153
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
1139
1154
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "4.3.2-changelog-1.0",
3
+ "version": "4.3.2",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,12 +31,12 @@
31
31
  "@radix-ui/react-popover": "^1.0.0",
32
32
  "@radix-ui/react-use-size": "^0.1.1",
33
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"
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": "^2.1.2-changelog-1.0",
39
- "@mirohq/design-system-flex": "^2.1.3-changelog-1.0"
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",