@mirohq/design-system-popover 5.0.19 → 5.0.20-themes.1
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 +354 -321
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
16
16
|
readonly lg: "4px";
|
|
17
17
|
};
|
|
18
18
|
colors: {
|
|
19
|
+
readonly black: any;
|
|
19
20
|
readonly 'blue-100': any;
|
|
20
21
|
readonly 'blue-200': any;
|
|
21
22
|
readonly 'blue-300': any;
|
|
@@ -35,6 +36,15 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
35
36
|
readonly 'gray-700': any;
|
|
36
37
|
readonly 'gray-800': any;
|
|
37
38
|
readonly 'gray-900': any;
|
|
39
|
+
readonly 'green-100': any;
|
|
40
|
+
readonly 'green-200': any;
|
|
41
|
+
readonly 'green-300': any;
|
|
42
|
+
readonly 'green-400': any;
|
|
43
|
+
readonly 'green-500': any;
|
|
44
|
+
readonly 'green-600': any;
|
|
45
|
+
readonly 'green-700': any;
|
|
46
|
+
readonly 'green-800': any;
|
|
47
|
+
readonly 'green-900': any;
|
|
38
48
|
readonly 'indigo-100': any;
|
|
39
49
|
readonly 'indigo-200': any;
|
|
40
50
|
readonly 'indigo-300': any;
|
|
@@ -53,6 +63,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
53
63
|
readonly 'red-700': any;
|
|
54
64
|
readonly 'red-800': any;
|
|
55
65
|
readonly 'red-900': any;
|
|
66
|
+
readonly transparent: any;
|
|
67
|
+
readonly white: any;
|
|
56
68
|
readonly 'yellow-100': any;
|
|
57
69
|
readonly 'yellow-200': any;
|
|
58
70
|
readonly 'yellow-300': any;
|
|
@@ -62,113 +74,112 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
62
74
|
readonly 'yellow-700': any;
|
|
63
75
|
readonly 'yellow-800': any;
|
|
64
76
|
readonly 'yellow-900': any;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
readonly 'border-warning'?: any;
|
|
77
|
+
"background-alpha-active"?: any;
|
|
78
|
+
"background-alpha-hover"?: any;
|
|
79
|
+
"background-danger-prominent"?: any;
|
|
80
|
+
"background-danger-prominent-active"?: any;
|
|
81
|
+
"background-danger-prominent-hover"?: any;
|
|
82
|
+
"background-danger-subtle"?: any;
|
|
83
|
+
"background-danger-subtle-active"?: any;
|
|
84
|
+
"background-danger-subtle-hover"?: any;
|
|
85
|
+
"background-neutrals"?: any;
|
|
86
|
+
"background-neutrals-active"?: any;
|
|
87
|
+
"background-neutrals-container"?: any;
|
|
88
|
+
"background-neutrals-controls-disabled"?: any;
|
|
89
|
+
"background-neutrals-disabled"?: any;
|
|
90
|
+
"background-neutrals-hover"?: any;
|
|
91
|
+
"background-neutrals-inactive"?: any;
|
|
92
|
+
"background-neutrals-inactive-hover"?: any;
|
|
93
|
+
"background-neutrals-inverted"?: any;
|
|
94
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
95
|
+
"background-neutrals-page"?: any;
|
|
96
|
+
"background-neutrals-page-subtle"?: any;
|
|
97
|
+
"background-neutrals-scrolls"?: any;
|
|
98
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
99
|
+
"background-neutrals-subtle"?: any;
|
|
100
|
+
"background-neutrals-subtle-active"?: any;
|
|
101
|
+
"background-neutrals-subtle-hover"?: any;
|
|
102
|
+
"background-primary-prominent"?: any;
|
|
103
|
+
"background-primary-prominent-active"?: any;
|
|
104
|
+
"background-primary-prominent-hover"?: any;
|
|
105
|
+
"background-primary-prominent-selected"?: any;
|
|
106
|
+
"background-primary-subtle"?: any;
|
|
107
|
+
"background-primary-subtle-active"?: any;
|
|
108
|
+
"background-primary-subtle-hover"?: any;
|
|
109
|
+
"background-primary-subtle-selected"?: any;
|
|
110
|
+
"background-success"?: any;
|
|
111
|
+
"background-warning-prominent"?: any;
|
|
112
|
+
"background-warning-subtle"?: any;
|
|
113
|
+
"border-danger"?: any;
|
|
114
|
+
"border-danger-active"?: any;
|
|
115
|
+
"border-danger-hover"?: any;
|
|
116
|
+
"border-focus-inner"?: any;
|
|
117
|
+
"border-focus-middle"?: any;
|
|
118
|
+
"border-focus-outer"?: any;
|
|
119
|
+
"border-neutrals"?: any;
|
|
120
|
+
"border-neutrals-active"?: any;
|
|
121
|
+
"border-neutrals-controls"?: any;
|
|
122
|
+
"border-neutrals-controls-disabled"?: any;
|
|
123
|
+
"border-neutrals-disabled"?: any;
|
|
124
|
+
"border-neutrals-hover"?: any;
|
|
125
|
+
"border-neutrals-inverted"?: any;
|
|
126
|
+
"border-neutrals-subtle"?: any;
|
|
127
|
+
"border-neutrals-text"?: any;
|
|
128
|
+
"border-neutrals-text-active"?: any;
|
|
129
|
+
"border-neutrals-text-hover"?: any;
|
|
130
|
+
"border-neutrals-text-subtle"?: any;
|
|
131
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
132
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
133
|
+
"border-neutrals-transparent"?: any;
|
|
134
|
+
"border-primary"?: any;
|
|
135
|
+
"border-primary-active"?: any;
|
|
136
|
+
"border-primary-hover"?: any;
|
|
137
|
+
"border-primary-inverted"?: any;
|
|
138
|
+
"border-success"?: any;
|
|
139
|
+
"border-warning"?: any;
|
|
140
|
+
"icon-danger"?: any;
|
|
141
|
+
"icon-danger-active"?: any;
|
|
142
|
+
"icon-danger-hover"?: any;
|
|
143
|
+
"icon-danger-inverted"?: any;
|
|
144
|
+
"icon-neutrals"?: any;
|
|
145
|
+
"icon-neutrals-disabled"?: any;
|
|
146
|
+
"icon-neutrals-inactive"?: any;
|
|
147
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
148
|
+
"icon-neutrals-inverted"?: any;
|
|
149
|
+
"icon-neutrals-search"?: any;
|
|
150
|
+
"icon-neutrals-subtle"?: any;
|
|
151
|
+
"icon-neutrals-text"?: any;
|
|
152
|
+
"icon-primary"?: any;
|
|
153
|
+
"icon-primary-active"?: any;
|
|
154
|
+
"icon-primary-hover"?: any;
|
|
155
|
+
"icon-primary-inverted"?: any;
|
|
156
|
+
"icon-primary-selected"?: any;
|
|
157
|
+
"icon-success"?: any;
|
|
158
|
+
"icon-success-inverted"?: any;
|
|
159
|
+
"icon-warning"?: any;
|
|
160
|
+
"icon-warning-prominent"?: any;
|
|
161
|
+
"text-danger"?: any;
|
|
162
|
+
"text-danger-active"?: any;
|
|
163
|
+
"text-danger-hover"?: any;
|
|
164
|
+
"text-danger-inverted"?: any;
|
|
165
|
+
"text-neutrals"?: any;
|
|
166
|
+
"text-neutrals-active"?: any;
|
|
167
|
+
"text-neutrals-disabled"?: any;
|
|
168
|
+
"text-neutrals-hover"?: any;
|
|
169
|
+
"text-neutrals-inverted"?: any;
|
|
170
|
+
"text-neutrals-placeholder"?: any;
|
|
171
|
+
"text-neutrals-placeholder-only"?: any;
|
|
172
|
+
"text-neutrals-subtle"?: any;
|
|
173
|
+
"text-neutrals-subtle-active"?: any;
|
|
174
|
+
"text-neutrals-subtle-hover"?: any;
|
|
175
|
+
"text-primary"?: any;
|
|
176
|
+
"text-primary-active"?: any;
|
|
177
|
+
"text-primary-hover"?: any;
|
|
178
|
+
"text-primary-inverted"?: any;
|
|
179
|
+
"text-primary-inverted-subtle"?: any;
|
|
180
|
+
"text-primary-selected"?: any;
|
|
181
|
+
"text-success"?: any;
|
|
182
|
+
"text-warning"?: any;
|
|
172
183
|
};
|
|
173
184
|
'font-sizes': {
|
|
174
185
|
readonly 150: "0.75rem";
|
|
@@ -477,6 +488,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
477
488
|
readonly lg: "4px";
|
|
478
489
|
};
|
|
479
490
|
colors: {
|
|
491
|
+
readonly black: any;
|
|
480
492
|
readonly 'blue-100': any;
|
|
481
493
|
readonly 'blue-200': any;
|
|
482
494
|
readonly 'blue-300': any;
|
|
@@ -496,6 +508,15 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
496
508
|
readonly 'gray-700': any;
|
|
497
509
|
readonly 'gray-800': any;
|
|
498
510
|
readonly 'gray-900': any;
|
|
511
|
+
readonly 'green-100': any;
|
|
512
|
+
readonly 'green-200': any;
|
|
513
|
+
readonly 'green-300': any;
|
|
514
|
+
readonly 'green-400': any;
|
|
515
|
+
readonly 'green-500': any;
|
|
516
|
+
readonly 'green-600': any;
|
|
517
|
+
readonly 'green-700': any;
|
|
518
|
+
readonly 'green-800': any;
|
|
519
|
+
readonly 'green-900': any;
|
|
499
520
|
readonly 'indigo-100': any;
|
|
500
521
|
readonly 'indigo-200': any;
|
|
501
522
|
readonly 'indigo-300': any;
|
|
@@ -514,6 +535,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
514
535
|
readonly 'red-700': any;
|
|
515
536
|
readonly 'red-800': any;
|
|
516
537
|
readonly 'red-900': any;
|
|
538
|
+
readonly transparent: any;
|
|
539
|
+
readonly white: any;
|
|
517
540
|
readonly 'yellow-100': any;
|
|
518
541
|
readonly 'yellow-200': any;
|
|
519
542
|
readonly 'yellow-300': any;
|
|
@@ -523,113 +546,112 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
523
546
|
readonly 'yellow-700': any;
|
|
524
547
|
readonly 'yellow-800': any;
|
|
525
548
|
readonly 'yellow-900': any;
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
readonly 'border-warning'?: any;
|
|
549
|
+
"background-alpha-active"?: any;
|
|
550
|
+
"background-alpha-hover"?: any;
|
|
551
|
+
"background-danger-prominent"?: any;
|
|
552
|
+
"background-danger-prominent-active"?: any;
|
|
553
|
+
"background-danger-prominent-hover"?: any;
|
|
554
|
+
"background-danger-subtle"?: any;
|
|
555
|
+
"background-danger-subtle-active"?: any;
|
|
556
|
+
"background-danger-subtle-hover"?: any;
|
|
557
|
+
"background-neutrals"?: any;
|
|
558
|
+
"background-neutrals-active"?: any;
|
|
559
|
+
"background-neutrals-container"?: any;
|
|
560
|
+
"background-neutrals-controls-disabled"?: any;
|
|
561
|
+
"background-neutrals-disabled"?: any;
|
|
562
|
+
"background-neutrals-hover"?: any;
|
|
563
|
+
"background-neutrals-inactive"?: any;
|
|
564
|
+
"background-neutrals-inactive-hover"?: any;
|
|
565
|
+
"background-neutrals-inverted"?: any;
|
|
566
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
567
|
+
"background-neutrals-page"?: any;
|
|
568
|
+
"background-neutrals-page-subtle"?: any;
|
|
569
|
+
"background-neutrals-scrolls"?: any;
|
|
570
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
571
|
+
"background-neutrals-subtle"?: any;
|
|
572
|
+
"background-neutrals-subtle-active"?: any;
|
|
573
|
+
"background-neutrals-subtle-hover"?: any;
|
|
574
|
+
"background-primary-prominent"?: any;
|
|
575
|
+
"background-primary-prominent-active"?: any;
|
|
576
|
+
"background-primary-prominent-hover"?: any;
|
|
577
|
+
"background-primary-prominent-selected"?: any;
|
|
578
|
+
"background-primary-subtle"?: any;
|
|
579
|
+
"background-primary-subtle-active"?: any;
|
|
580
|
+
"background-primary-subtle-hover"?: any;
|
|
581
|
+
"background-primary-subtle-selected"?: any;
|
|
582
|
+
"background-success"?: any;
|
|
583
|
+
"background-warning-prominent"?: any;
|
|
584
|
+
"background-warning-subtle"?: any;
|
|
585
|
+
"border-danger"?: any;
|
|
586
|
+
"border-danger-active"?: any;
|
|
587
|
+
"border-danger-hover"?: any;
|
|
588
|
+
"border-focus-inner"?: any;
|
|
589
|
+
"border-focus-middle"?: any;
|
|
590
|
+
"border-focus-outer"?: any;
|
|
591
|
+
"border-neutrals"?: any;
|
|
592
|
+
"border-neutrals-active"?: any;
|
|
593
|
+
"border-neutrals-controls"?: any;
|
|
594
|
+
"border-neutrals-controls-disabled"?: any;
|
|
595
|
+
"border-neutrals-disabled"?: any;
|
|
596
|
+
"border-neutrals-hover"?: any;
|
|
597
|
+
"border-neutrals-inverted"?: any;
|
|
598
|
+
"border-neutrals-subtle"?: any;
|
|
599
|
+
"border-neutrals-text"?: any;
|
|
600
|
+
"border-neutrals-text-active"?: any;
|
|
601
|
+
"border-neutrals-text-hover"?: any;
|
|
602
|
+
"border-neutrals-text-subtle"?: any;
|
|
603
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
604
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
605
|
+
"border-neutrals-transparent"?: any;
|
|
606
|
+
"border-primary"?: any;
|
|
607
|
+
"border-primary-active"?: any;
|
|
608
|
+
"border-primary-hover"?: any;
|
|
609
|
+
"border-primary-inverted"?: any;
|
|
610
|
+
"border-success"?: any;
|
|
611
|
+
"border-warning"?: any;
|
|
612
|
+
"icon-danger"?: any;
|
|
613
|
+
"icon-danger-active"?: any;
|
|
614
|
+
"icon-danger-hover"?: any;
|
|
615
|
+
"icon-danger-inverted"?: any;
|
|
616
|
+
"icon-neutrals"?: any;
|
|
617
|
+
"icon-neutrals-disabled"?: any;
|
|
618
|
+
"icon-neutrals-inactive"?: any;
|
|
619
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
620
|
+
"icon-neutrals-inverted"?: any;
|
|
621
|
+
"icon-neutrals-search"?: any;
|
|
622
|
+
"icon-neutrals-subtle"?: any;
|
|
623
|
+
"icon-neutrals-text"?: any;
|
|
624
|
+
"icon-primary"?: any;
|
|
625
|
+
"icon-primary-active"?: any;
|
|
626
|
+
"icon-primary-hover"?: any;
|
|
627
|
+
"icon-primary-inverted"?: any;
|
|
628
|
+
"icon-primary-selected"?: any;
|
|
629
|
+
"icon-success"?: any;
|
|
630
|
+
"icon-success-inverted"?: any;
|
|
631
|
+
"icon-warning"?: any;
|
|
632
|
+
"icon-warning-prominent"?: any;
|
|
633
|
+
"text-danger"?: any;
|
|
634
|
+
"text-danger-active"?: any;
|
|
635
|
+
"text-danger-hover"?: any;
|
|
636
|
+
"text-danger-inverted"?: any;
|
|
637
|
+
"text-neutrals"?: any;
|
|
638
|
+
"text-neutrals-active"?: any;
|
|
639
|
+
"text-neutrals-disabled"?: any;
|
|
640
|
+
"text-neutrals-hover"?: any;
|
|
641
|
+
"text-neutrals-inverted"?: any;
|
|
642
|
+
"text-neutrals-placeholder"?: any;
|
|
643
|
+
"text-neutrals-placeholder-only"?: any;
|
|
644
|
+
"text-neutrals-subtle"?: any;
|
|
645
|
+
"text-neutrals-subtle-active"?: any;
|
|
646
|
+
"text-neutrals-subtle-hover"?: any;
|
|
647
|
+
"text-primary"?: any;
|
|
648
|
+
"text-primary-active"?: any;
|
|
649
|
+
"text-primary-hover"?: any;
|
|
650
|
+
"text-primary-inverted"?: any;
|
|
651
|
+
"text-primary-inverted-subtle"?: any;
|
|
652
|
+
"text-primary-selected"?: any;
|
|
653
|
+
"text-success"?: any;
|
|
654
|
+
"text-warning"?: any;
|
|
633
655
|
};
|
|
634
656
|
'font-sizes': {
|
|
635
657
|
readonly 150: "0.75rem";
|
|
@@ -1056,6 +1078,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1056
1078
|
readonly lg: "4px";
|
|
1057
1079
|
};
|
|
1058
1080
|
colors: {
|
|
1081
|
+
readonly black: any;
|
|
1059
1082
|
readonly 'blue-100': any;
|
|
1060
1083
|
readonly 'blue-200': any;
|
|
1061
1084
|
readonly 'blue-300': any;
|
|
@@ -1075,6 +1098,15 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1075
1098
|
readonly 'gray-700': any;
|
|
1076
1099
|
readonly 'gray-800': any;
|
|
1077
1100
|
readonly 'gray-900': any;
|
|
1101
|
+
readonly 'green-100': any;
|
|
1102
|
+
readonly 'green-200': any;
|
|
1103
|
+
readonly 'green-300': any;
|
|
1104
|
+
readonly 'green-400': any;
|
|
1105
|
+
readonly 'green-500': any;
|
|
1106
|
+
readonly 'green-600': any;
|
|
1107
|
+
readonly 'green-700': any;
|
|
1108
|
+
readonly 'green-800': any;
|
|
1109
|
+
readonly 'green-900': any;
|
|
1078
1110
|
readonly 'indigo-100': any;
|
|
1079
1111
|
readonly 'indigo-200': any;
|
|
1080
1112
|
readonly 'indigo-300': any;
|
|
@@ -1093,6 +1125,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1093
1125
|
readonly 'red-700': any;
|
|
1094
1126
|
readonly 'red-800': any;
|
|
1095
1127
|
readonly 'red-900': any;
|
|
1128
|
+
readonly transparent: any;
|
|
1129
|
+
readonly white: any;
|
|
1096
1130
|
readonly 'yellow-100': any;
|
|
1097
1131
|
readonly 'yellow-200': any;
|
|
1098
1132
|
readonly 'yellow-300': any;
|
|
@@ -1102,113 +1136,112 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1102
1136
|
readonly 'yellow-700': any;
|
|
1103
1137
|
readonly 'yellow-800': any;
|
|
1104
1138
|
readonly 'yellow-900': any;
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
readonly 'border-warning'?: any;
|
|
1139
|
+
"background-alpha-active"?: any;
|
|
1140
|
+
"background-alpha-hover"?: any;
|
|
1141
|
+
"background-danger-prominent"?: any;
|
|
1142
|
+
"background-danger-prominent-active"?: any;
|
|
1143
|
+
"background-danger-prominent-hover"?: any;
|
|
1144
|
+
"background-danger-subtle"?: any;
|
|
1145
|
+
"background-danger-subtle-active"?: any;
|
|
1146
|
+
"background-danger-subtle-hover"?: any;
|
|
1147
|
+
"background-neutrals"?: any;
|
|
1148
|
+
"background-neutrals-active"?: any;
|
|
1149
|
+
"background-neutrals-container"?: any;
|
|
1150
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1151
|
+
"background-neutrals-disabled"?: any;
|
|
1152
|
+
"background-neutrals-hover"?: any;
|
|
1153
|
+
"background-neutrals-inactive"?: any;
|
|
1154
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1155
|
+
"background-neutrals-inverted"?: any;
|
|
1156
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1157
|
+
"background-neutrals-page"?: any;
|
|
1158
|
+
"background-neutrals-page-subtle"?: any;
|
|
1159
|
+
"background-neutrals-scrolls"?: any;
|
|
1160
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
1161
|
+
"background-neutrals-subtle"?: any;
|
|
1162
|
+
"background-neutrals-subtle-active"?: any;
|
|
1163
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1164
|
+
"background-primary-prominent"?: any;
|
|
1165
|
+
"background-primary-prominent-active"?: any;
|
|
1166
|
+
"background-primary-prominent-hover"?: any;
|
|
1167
|
+
"background-primary-prominent-selected"?: any;
|
|
1168
|
+
"background-primary-subtle"?: any;
|
|
1169
|
+
"background-primary-subtle-active"?: any;
|
|
1170
|
+
"background-primary-subtle-hover"?: any;
|
|
1171
|
+
"background-primary-subtle-selected"?: any;
|
|
1172
|
+
"background-success"?: any;
|
|
1173
|
+
"background-warning-prominent"?: any;
|
|
1174
|
+
"background-warning-subtle"?: any;
|
|
1175
|
+
"border-danger"?: any;
|
|
1176
|
+
"border-danger-active"?: any;
|
|
1177
|
+
"border-danger-hover"?: any;
|
|
1178
|
+
"border-focus-inner"?: any;
|
|
1179
|
+
"border-focus-middle"?: any;
|
|
1180
|
+
"border-focus-outer"?: any;
|
|
1181
|
+
"border-neutrals"?: any;
|
|
1182
|
+
"border-neutrals-active"?: any;
|
|
1183
|
+
"border-neutrals-controls"?: any;
|
|
1184
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1185
|
+
"border-neutrals-disabled"?: any;
|
|
1186
|
+
"border-neutrals-hover"?: any;
|
|
1187
|
+
"border-neutrals-inverted"?: any;
|
|
1188
|
+
"border-neutrals-subtle"?: any;
|
|
1189
|
+
"border-neutrals-text"?: any;
|
|
1190
|
+
"border-neutrals-text-active"?: any;
|
|
1191
|
+
"border-neutrals-text-hover"?: any;
|
|
1192
|
+
"border-neutrals-text-subtle"?: any;
|
|
1193
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1194
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1195
|
+
"border-neutrals-transparent"?: any;
|
|
1196
|
+
"border-primary"?: any;
|
|
1197
|
+
"border-primary-active"?: any;
|
|
1198
|
+
"border-primary-hover"?: any;
|
|
1199
|
+
"border-primary-inverted"?: any;
|
|
1200
|
+
"border-success"?: any;
|
|
1201
|
+
"border-warning"?: any;
|
|
1202
|
+
"icon-danger"?: any;
|
|
1203
|
+
"icon-danger-active"?: any;
|
|
1204
|
+
"icon-danger-hover"?: any;
|
|
1205
|
+
"icon-danger-inverted"?: any;
|
|
1206
|
+
"icon-neutrals"?: any;
|
|
1207
|
+
"icon-neutrals-disabled"?: any;
|
|
1208
|
+
"icon-neutrals-inactive"?: any;
|
|
1209
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1210
|
+
"icon-neutrals-inverted"?: any;
|
|
1211
|
+
"icon-neutrals-search"?: any;
|
|
1212
|
+
"icon-neutrals-subtle"?: any;
|
|
1213
|
+
"icon-neutrals-text"?: any;
|
|
1214
|
+
"icon-primary"?: any;
|
|
1215
|
+
"icon-primary-active"?: any;
|
|
1216
|
+
"icon-primary-hover"?: any;
|
|
1217
|
+
"icon-primary-inverted"?: any;
|
|
1218
|
+
"icon-primary-selected"?: any;
|
|
1219
|
+
"icon-success"?: any;
|
|
1220
|
+
"icon-success-inverted"?: any;
|
|
1221
|
+
"icon-warning"?: any;
|
|
1222
|
+
"icon-warning-prominent"?: any;
|
|
1223
|
+
"text-danger"?: any;
|
|
1224
|
+
"text-danger-active"?: any;
|
|
1225
|
+
"text-danger-hover"?: any;
|
|
1226
|
+
"text-danger-inverted"?: any;
|
|
1227
|
+
"text-neutrals"?: any;
|
|
1228
|
+
"text-neutrals-active"?: any;
|
|
1229
|
+
"text-neutrals-disabled"?: any;
|
|
1230
|
+
"text-neutrals-hover"?: any;
|
|
1231
|
+
"text-neutrals-inverted"?: any;
|
|
1232
|
+
"text-neutrals-placeholder"?: any;
|
|
1233
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1234
|
+
"text-neutrals-subtle"?: any;
|
|
1235
|
+
"text-neutrals-subtle-active"?: any;
|
|
1236
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1237
|
+
"text-primary"?: any;
|
|
1238
|
+
"text-primary-active"?: any;
|
|
1239
|
+
"text-primary-hover"?: any;
|
|
1240
|
+
"text-primary-inverted"?: any;
|
|
1241
|
+
"text-primary-inverted-subtle"?: any;
|
|
1242
|
+
"text-primary-selected"?: any;
|
|
1243
|
+
"text-success"?: any;
|
|
1244
|
+
"text-warning"?: any;
|
|
1212
1245
|
};
|
|
1213
1246
|
'font-sizes': {
|
|
1214
1247
|
readonly 150: "0.75rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.20-themes.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-popover": "^1.0.0",
|
|
31
31
|
"@radix-ui/react-use-size": "^1.0.1",
|
|
32
|
-
"@mirohq/design-system-icons": "^0.28.
|
|
33
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
32
|
+
"@mirohq/design-system-icons": "^0.28.1-themes.1",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.1.1-themes.1",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.3.5-themes.1",
|
|
35
35
|
"@mirohq/design-system-primitive": "^1.1.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|