@mirohq/design-system-popover 4.2.1-colors.0 → 4.2.2-colors.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 +24 -9
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -77,11 +77,12 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
77
77
|
readonly 'background-neutrals-body'?: any;
|
|
78
78
|
readonly 'background-neutrals-container'?: any;
|
|
79
79
|
readonly 'background-neutrals-inverted'?: any;
|
|
80
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
80
81
|
readonly 'background-neutrals-subtle'?: any;
|
|
81
82
|
readonly 'background-neutrals-subtle-hover'?: any;
|
|
82
83
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
83
84
|
readonly 'background-neutrals-disabled'?: any;
|
|
84
|
-
readonly 'background-neutrals-disabled
|
|
85
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
85
86
|
readonly 'background-neutrals-scrolls'?: any;
|
|
86
87
|
readonly 'background-neutrals-inactive'?: any;
|
|
87
88
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
@@ -103,7 +104,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
103
104
|
readonly 'background-warning-prominent'?: any;
|
|
104
105
|
readonly 'text-neutrals-inverted'?: any;
|
|
105
106
|
readonly 'text-neutrals'?: any;
|
|
106
|
-
readonly 'text-neutrals-
|
|
107
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
107
108
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
108
109
|
readonly 'text-neutrals-placeholder'?: any;
|
|
109
110
|
readonly 'text-neutrals-disabled'?: any;
|
|
@@ -112,6 +113,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
112
113
|
readonly 'text-primary-hover'?: any;
|
|
113
114
|
readonly 'text-primary-active'?: any;
|
|
114
115
|
readonly 'text-primary-selected'?: any;
|
|
116
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
115
117
|
readonly 'text-danger-inverted'?: any;
|
|
116
118
|
readonly 'text-danger'?: any;
|
|
117
119
|
readonly 'text-danger-hover'?: any;
|
|
@@ -120,9 +122,12 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
120
122
|
readonly 'text-warning'?: any;
|
|
121
123
|
readonly 'icon-neutrals-inverted'?: any;
|
|
122
124
|
readonly 'icon-neutrals'?: any;
|
|
123
|
-
readonly 'icon-neutrals-
|
|
125
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
126
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
124
127
|
readonly 'icon-neutrals-disabled'?: any;
|
|
125
128
|
readonly 'icon-neutrals-search'?: any;
|
|
129
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
130
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
126
131
|
readonly 'icon-primary-inverted'?: any;
|
|
127
132
|
readonly 'icon-primary'?: any;
|
|
128
133
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -500,11 +505,12 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
500
505
|
readonly 'background-neutrals-body'?: any;
|
|
501
506
|
readonly 'background-neutrals-container'?: any;
|
|
502
507
|
readonly 'background-neutrals-inverted'?: any;
|
|
508
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
503
509
|
readonly 'background-neutrals-subtle'?: any;
|
|
504
510
|
readonly 'background-neutrals-subtle-hover'?: any;
|
|
505
511
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
506
512
|
readonly 'background-neutrals-disabled'?: any;
|
|
507
|
-
readonly 'background-neutrals-disabled
|
|
513
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
508
514
|
readonly 'background-neutrals-scrolls'?: any;
|
|
509
515
|
readonly 'background-neutrals-inactive'?: any;
|
|
510
516
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
@@ -526,7 +532,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
526
532
|
readonly 'background-warning-prominent'?: any;
|
|
527
533
|
readonly 'text-neutrals-inverted'?: any;
|
|
528
534
|
readonly 'text-neutrals'?: any;
|
|
529
|
-
readonly 'text-neutrals-
|
|
535
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
530
536
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
531
537
|
readonly 'text-neutrals-placeholder'?: any;
|
|
532
538
|
readonly 'text-neutrals-disabled'?: any;
|
|
@@ -535,6 +541,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
535
541
|
readonly 'text-primary-hover'?: any;
|
|
536
542
|
readonly 'text-primary-active'?: any;
|
|
537
543
|
readonly 'text-primary-selected'?: any;
|
|
544
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
538
545
|
readonly 'text-danger-inverted'?: any;
|
|
539
546
|
readonly 'text-danger'?: any;
|
|
540
547
|
readonly 'text-danger-hover'?: any;
|
|
@@ -543,9 +550,12 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
543
550
|
readonly 'text-warning'?: any;
|
|
544
551
|
readonly 'icon-neutrals-inverted'?: any;
|
|
545
552
|
readonly 'icon-neutrals'?: any;
|
|
546
|
-
readonly 'icon-neutrals-
|
|
553
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
554
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
547
555
|
readonly 'icon-neutrals-disabled'?: any;
|
|
548
556
|
readonly 'icon-neutrals-search'?: any;
|
|
557
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
558
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
549
559
|
readonly 'icon-primary-inverted'?: any;
|
|
550
560
|
readonly 'icon-primary'?: any;
|
|
551
561
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -1025,11 +1035,12 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1025
1035
|
readonly 'background-neutrals-body'?: any;
|
|
1026
1036
|
readonly 'background-neutrals-container'?: any;
|
|
1027
1037
|
readonly 'background-neutrals-inverted'?: any;
|
|
1038
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1028
1039
|
readonly 'background-neutrals-subtle'?: any;
|
|
1029
1040
|
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1030
1041
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
1031
1042
|
readonly 'background-neutrals-disabled'?: any;
|
|
1032
|
-
readonly 'background-neutrals-disabled
|
|
1043
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1033
1044
|
readonly 'background-neutrals-scrolls'?: any;
|
|
1034
1045
|
readonly 'background-neutrals-inactive'?: any;
|
|
1035
1046
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
@@ -1051,7 +1062,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1051
1062
|
readonly 'background-warning-prominent'?: any;
|
|
1052
1063
|
readonly 'text-neutrals-inverted'?: any;
|
|
1053
1064
|
readonly 'text-neutrals'?: any;
|
|
1054
|
-
readonly 'text-neutrals-
|
|
1065
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
1055
1066
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1056
1067
|
readonly 'text-neutrals-placeholder'?: any;
|
|
1057
1068
|
readonly 'text-neutrals-disabled'?: any;
|
|
@@ -1060,6 +1071,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1060
1071
|
readonly 'text-primary-hover'?: any;
|
|
1061
1072
|
readonly 'text-primary-active'?: any;
|
|
1062
1073
|
readonly 'text-primary-selected'?: any;
|
|
1074
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
1063
1075
|
readonly 'text-danger-inverted'?: any;
|
|
1064
1076
|
readonly 'text-danger'?: any;
|
|
1065
1077
|
readonly 'text-danger-hover'?: any;
|
|
@@ -1068,9 +1080,12 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1068
1080
|
readonly 'text-warning'?: any;
|
|
1069
1081
|
readonly 'icon-neutrals-inverted'?: any;
|
|
1070
1082
|
readonly 'icon-neutrals'?: any;
|
|
1071
|
-
readonly 'icon-neutrals-
|
|
1083
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
1084
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
1072
1085
|
readonly 'icon-neutrals-disabled'?: any;
|
|
1073
1086
|
readonly 'icon-neutrals-search'?: any;
|
|
1087
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
1088
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
1074
1089
|
readonly 'icon-primary-inverted'?: any;
|
|
1075
1090
|
readonly 'icon-primary'?: any;
|
|
1076
1091
|
readonly 'icon-primary-hover'?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2-colors.0",
|
|
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.0.4",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.0.
|
|
35
|
-
"@mirohq/design-system-styles": "^1.0.
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.0.11-colors.0",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.0.11-colors.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@mirohq/design-system-button": "^2.0.
|
|
39
|
-
"@mirohq/design-system-flex": "^2.0.
|
|
38
|
+
"@mirohq/design-system-button": "^2.0.17-colors.0",
|
|
39
|
+
"@mirohq/design-system-flex": "^2.0.13-colors.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "rollup -c ../../../rollup.config.js",
|