react-tooltip 5.10.1-beta.5 → 5.10.1-beta.6

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.
@@ -1,71 +0,0 @@
1
- /* src/tokens.css */
2
- :root {
3
- --rt-color-white: #fff;
4
- --rt-color-dark: #222;
5
- --rt-color-success: #8dc572;
6
- --rt-color-error: #be6464;
7
- --rt-color-warning: #f0ad4e;
8
- --rt-color-info: #337ab7;
9
- --rt-opacity: 0.9;
10
- }
11
-
12
- /* esbuild-css-modules-plugin-namespace:./src/components/Tooltip/styles.module.css?esbuild-css-modules-plugin-built */
13
- .react-tooltip__tooltip_KtSkBq {
14
- visibility: hidden;
15
- width: max-content;
16
- pointer-events: none;
17
- opacity: 0;
18
- will-change: opacity, visibility;
19
- border-radius: 3px;
20
- padding: 8px 16px;
21
- font-size: 90%;
22
- transition: opacity .3s ease-out;
23
- position: absolute;
24
- top: 0;
25
- left: 0;
26
- }
27
- .react-tooltip__fixed_KtSkBq {
28
- position: fixed;
29
- }
30
- .react-tooltip__arrow_KtSkBq {
31
- background: inherit;
32
- width: 8px;
33
- height: 8px;
34
- position: absolute;
35
- transform: rotate(45deg);
36
- }
37
- .react-tooltip__no-arrow_KtSkBq {
38
- display: none;
39
- }
40
- .react-tooltip__clickable_KtSkBq {
41
- pointer-events: auto;
42
- }
43
- .react-tooltip__show_KtSkBq {
44
- visibility: visible;
45
- opacity: var(--rt-opacity);
46
- }
47
- .react-tooltip__dark_KtSkBq {
48
- background: var(--rt-color-dark);
49
- color: var(--rt-color-white);
50
- }
51
- .react-tooltip__light_KtSkBq {
52
- background-color: var(--rt-color-white);
53
- color: var(--rt-color-dark);
54
- }
55
- .react-tooltip__success_KtSkBq {
56
- background-color: var(--rt-color-success);
57
- color: var(--rt-color-white);
58
- }
59
- .react-tooltip__warning_KtSkBq {
60
- background-color: var(--rt-color-warning);
61
- color: var(--rt-color-white);
62
- }
63
- .react-tooltip__error_KtSkBq {
64
- background-color: var(--rt-color-error);
65
- color: var(--rt-color-white);
66
- }
67
- .react-tooltip__info_KtSkBq {
68
- background-color: var(--rt-color-info);
69
- color: var(--rt-color-white);
70
- }
71
- /*# sourceMappingURL=react-tooltip.css.map */
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/tokens.css", "src/components/Tooltip/styles.module.css"],
4
- "sourcesContent": [":root {\n --rt-color-white: #fff;\n --rt-color-dark: #222;\n --rt-color-success: #8dc572;\n --rt-color-error: #be6464;\n --rt-color-warning: #f0ad4e;\n --rt-color-info: #337ab7;\n --rt-opacity: 0.9;\n}\n", ".tooltip {\n visibility: hidden;\n width: max-content;\n position: absolute;\n top: 0;\n left: 0;\n padding: 8px 16px;\n border-radius: 3px;\n font-size: 90%;\n pointer-events: none;\n opacity: 0;\n transition: opacity 0.3s ease-out;\n will-change: opacity, visibility;\n}\n\n.fixed {\n position: fixed;\n}\n\n.arrow {\n position: absolute;\n background: inherit;\n width: 8px;\n height: 8px;\n transform: rotate(45deg);\n}\n\n.no-arrow {\n display: none;\n}\n\n.clickable {\n pointer-events: auto;\n}\n\n.show {\n visibility: visible;\n opacity: var(--rt-opacity);\n}\n\n/** Types variant **/\n.dark {\n background: var(--rt-color-dark);\n color: var(--rt-color-white);\n}\n\n.light {\n background-color: var(--rt-color-white);\n color: var(--rt-color-dark);\n}\n\n.success {\n background-color: var(--rt-color-success);\n color: var(--rt-color-white);\n}\n\n.warning {\n background-color: var(--rt-color-warning);\n color: var(--rt-color-white);\n}\n\n.error {\n background-color: var(--rt-color-error);\n color: var(--rt-color-white);\n}\n\n.info {\n background-color: var(--rt-color-info);\n color: var(--rt-color-white);\n}\n"],
5
- "mappings": ";AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;;;ACPF;;;;;;;;;;;;;;AAeA;;;AAIA;;;;;;;AAQA;;;AAIA;;;AAIA;;;;AAMA;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAKA;;;;",
6
- "names": []
7
- }