@mirohq/design-system-tooltip 3.2.12-use-press.1 → 3.2.13-calendar-component.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 +22 -10
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -80,7 +80,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
80
80
|
readonly 'background-danger-prominent-active'?: any;
|
|
81
81
|
readonly 'background-danger-prominent-hover'?: any;
|
|
82
82
|
readonly 'background-neutrals'?: any;
|
|
83
|
-
readonly 'background-neutrals-body'?: any;
|
|
84
83
|
readonly 'background-neutrals-container'?: any;
|
|
85
84
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
86
85
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -88,6 +87,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
88
87
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
89
88
|
readonly 'background-neutrals-inverted'?: any;
|
|
90
89
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
90
|
+
readonly 'background-neutrals-page'?: any;
|
|
91
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
91
92
|
readonly 'background-neutrals-scrolls'?: any;
|
|
92
93
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
93
94
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -111,12 +112,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
111
112
|
readonly 'text-neutrals'?: any;
|
|
112
113
|
readonly 'text-neutrals-disabled'?: any;
|
|
113
114
|
readonly 'text-neutrals-inverted'?: any;
|
|
114
|
-
readonly 'text-neutrals-link'?: any;
|
|
115
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
116
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
117
115
|
readonly 'text-neutrals-placeholder'?: any;
|
|
118
116
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
119
117
|
readonly 'text-neutrals-subtle'?: any;
|
|
118
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
119
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
120
120
|
readonly 'text-primary'?: any;
|
|
121
121
|
readonly 'text-primary-active'?: any;
|
|
122
122
|
readonly 'text-primary-hover'?: any;
|
|
@@ -136,7 +136,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
136
136
|
readonly 'icon-neutrals-inverted'?: any;
|
|
137
137
|
readonly 'icon-neutrals-search'?: any;
|
|
138
138
|
readonly 'icon-neutrals-subtle'?: any;
|
|
139
|
-
readonly 'icon-neutrals-
|
|
139
|
+
readonly 'icon-neutrals-text'?: any;
|
|
140
140
|
readonly 'icon-primary'?: any;
|
|
141
141
|
readonly 'icon-primary-active'?: any;
|
|
142
142
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -145,7 +145,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
145
145
|
readonly 'icon-success'?: any;
|
|
146
146
|
readonly 'icon-success-inverted'?: any;
|
|
147
147
|
readonly 'icon-warning'?: any;
|
|
148
|
+
readonly 'icon-warning-prominent'?: any;
|
|
148
149
|
readonly 'border-danger'?: any;
|
|
150
|
+
readonly 'border-danger-active'?: any;
|
|
151
|
+
readonly 'border-danger-hover'?: any;
|
|
149
152
|
readonly 'border-focus-inner'?: any;
|
|
150
153
|
readonly 'border-focus-middle'?: any;
|
|
151
154
|
readonly 'border-focus-outer'?: any;
|
|
@@ -157,6 +160,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
157
160
|
readonly 'border-neutrals-hover'?: any;
|
|
158
161
|
readonly 'border-neutrals-inverted'?: any;
|
|
159
162
|
readonly 'border-neutrals-subtle'?: any;
|
|
163
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
164
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
165
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
160
166
|
readonly 'border-primary'?: any;
|
|
161
167
|
readonly 'border-primary-active'?: any;
|
|
162
168
|
readonly 'border-primary-hover'?: any;
|
|
@@ -603,7 +609,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
603
609
|
readonly 'background-danger-prominent-active'?: any;
|
|
604
610
|
readonly 'background-danger-prominent-hover'?: any;
|
|
605
611
|
readonly 'background-neutrals'?: any;
|
|
606
|
-
readonly 'background-neutrals-body'?: any;
|
|
607
612
|
readonly 'background-neutrals-container'?: any;
|
|
608
613
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
609
614
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -611,6 +616,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
611
616
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
612
617
|
readonly 'background-neutrals-inverted'?: any;
|
|
613
618
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
619
|
+
readonly 'background-neutrals-page'?: any;
|
|
620
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
614
621
|
readonly 'background-neutrals-scrolls'?: any;
|
|
615
622
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
616
623
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -634,12 +641,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
634
641
|
readonly 'text-neutrals'?: any;
|
|
635
642
|
readonly 'text-neutrals-disabled'?: any;
|
|
636
643
|
readonly 'text-neutrals-inverted'?: any;
|
|
637
|
-
readonly 'text-neutrals-link'?: any;
|
|
638
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
639
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
640
644
|
readonly 'text-neutrals-placeholder'?: any;
|
|
641
645
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
642
646
|
readonly 'text-neutrals-subtle'?: any;
|
|
647
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
648
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
643
649
|
readonly 'text-primary'?: any;
|
|
644
650
|
readonly 'text-primary-active'?: any;
|
|
645
651
|
readonly 'text-primary-hover'?: any;
|
|
@@ -659,7 +665,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
659
665
|
readonly 'icon-neutrals-inverted'?: any;
|
|
660
666
|
readonly 'icon-neutrals-search'?: any;
|
|
661
667
|
readonly 'icon-neutrals-subtle'?: any;
|
|
662
|
-
readonly 'icon-neutrals-
|
|
668
|
+
readonly 'icon-neutrals-text'?: any;
|
|
663
669
|
readonly 'icon-primary'?: any;
|
|
664
670
|
readonly 'icon-primary-active'?: any;
|
|
665
671
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -668,7 +674,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
668
674
|
readonly 'icon-success'?: any;
|
|
669
675
|
readonly 'icon-success-inverted'?: any;
|
|
670
676
|
readonly 'icon-warning'?: any;
|
|
677
|
+
readonly 'icon-warning-prominent'?: any;
|
|
671
678
|
readonly 'border-danger'?: any;
|
|
679
|
+
readonly 'border-danger-active'?: any;
|
|
680
|
+
readonly 'border-danger-hover'?: any;
|
|
672
681
|
readonly 'border-focus-inner'?: any;
|
|
673
682
|
readonly 'border-focus-middle'?: any;
|
|
674
683
|
readonly 'border-focus-outer'?: any;
|
|
@@ -680,6 +689,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
680
689
|
readonly 'border-neutrals-hover'?: any;
|
|
681
690
|
readonly 'border-neutrals-inverted'?: any;
|
|
682
691
|
readonly 'border-neutrals-subtle'?: any;
|
|
692
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
693
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
694
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
683
695
|
readonly 'border-primary'?: any;
|
|
684
696
|
readonly 'border-primary-active'?: any;
|
|
685
697
|
readonly 'border-primary-hover'?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.13-calendar-component.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.2
|
|
32
|
-
"@mirohq/design-system-styles": "^1.
|
|
33
|
-
"@mirohq/design-system-utils": "^0.14.0-
|
|
34
|
-
"@mirohq/design-tokens": "^2.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.2",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.0.24",
|
|
33
|
+
"@mirohq/design-system-utils": "^0.14.0-calendar-component.0",
|
|
34
|
+
"@mirohq/design-tokens": "^2.7.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|