@prom-ui/core 0.0.19 → 0.0.22
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/Body/index.js +2 -2
- package/Body/package.json +4 -1
- package/Box/index.js +2 -2
- package/Box/package.json +4 -1
- package/Button/index.js +2 -2
- package/Button/package.json +4 -1
- package/ButtonPageUp/package.json +4 -1
- package/Checkbox/index.js +2 -2
- package/Checkbox/package.json +4 -1
- package/Flex/index.js +2 -2
- package/Flex/package.json +4 -1
- package/Grid/index.js +2 -2
- package/Grid/package.json +4 -1
- package/Icon/index.js +2 -2
- package/Icon/package.json +4 -1
- package/Image/index.js +2 -2
- package/Image/package.json +4 -1
- package/ImageEmoji/package.json +4 -1
- package/Input/index.js +2 -2
- package/Input/package.json +4 -1
- package/KeyPress/package.json +4 -1
- package/Line/index.js +2 -2
- package/Line/package.json +4 -1
- package/Link/index.js +2 -2
- package/Link/package.json +4 -1
- package/List/index.js +2 -2
- package/List/package.json +4 -1
- package/OutsideClick/package.json +4 -1
- package/Picture/index.js +2 -2
- package/Picture/package.json +4 -1
- package/PortableOverlay/index.js +2 -2
- package/PortableOverlay/package.json +4 -1
- package/Portal/package.json +4 -1
- package/Rating/index.js +2 -2
- package/Rating/package.json +4 -1
- package/Scroll/index.js +2 -2
- package/Scroll/package.json +4 -1
- package/ScrollControls/index.js +2 -2
- package/ScrollControls/package.json +4 -1
- package/SideOverlay/index.js +2 -2
- package/SideOverlay/package.json +4 -1
- package/SimpleSlider/index.js +2 -2
- package/SimpleSlider/package.json +4 -1
- package/Skeleton/index.js +2 -2
- package/Skeleton/package.json +4 -1
- package/Spinner/index.js +2 -2
- package/Spinner/package.json +4 -1
- package/Text/index.js +2 -2
- package/Text/package.json +4 -1
- package/TextEmoji/package.json +4 -1
- package/Tooltip/Popper/index.d.ts +12 -0
- package/Tooltip/Popper/index.js +88 -0
- package/Tooltip/Popper/package.json +9 -0
- package/Tooltip/Popper/style.css +133 -0
- package/Tooltip/Trigger/index.d.ts +5 -0
- package/Tooltip/Trigger/index.js +76 -0
- package/Tooltip/Trigger/package.json +9 -0
- package/Tooltip/Trigger/style.css +36 -0
- package/Tooltip/index.d.ts +24 -0
- package/Tooltip/index.js +284 -0
- package/Tooltip/package.json +12 -0
- package/Tooltip/style.css +170 -0
- package/Tooltip/utils.d.ts +1 -0
- package/Tumbler/index.js +2 -2
- package/Tumbler/package.json +4 -1
- package/package.json +3 -2
package/Body/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitBody = require('evokit-body');
|
|
@@ -12,3 +10,5 @@ Object.defineProperty(exports, 'Body', {
|
|
|
12
10
|
enumerable: true,
|
|
13
11
|
get: function () { return evokitBody.Body; }
|
|
14
12
|
});
|
|
13
|
+
|
|
14
|
+
require('./style.css');
|
package/Body/package.json
CHANGED
package/Box/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitBox = require('evokit-box');
|
|
@@ -18,3 +16,5 @@ Object.defineProperty(exports, 'Box', {
|
|
|
18
16
|
enumerable: true,
|
|
19
17
|
get: function () { return evokitBox.Box; }
|
|
20
18
|
});
|
|
19
|
+
|
|
20
|
+
require('./style.css');
|
package/Box/package.json
CHANGED
package/Button/index.js
CHANGED
package/Button/package.json
CHANGED
package/Checkbox/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -97,3 +95,5 @@ Checkbox.defaultProps = {
|
|
|
97
95
|
};
|
|
98
96
|
|
|
99
97
|
exports.Checkbox = Checkbox;
|
|
98
|
+
|
|
99
|
+
require('./style.css');
|
package/Checkbox/package.json
CHANGED
package/Flex/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitFlex = require('evokit-flex');
|
|
@@ -23,3 +21,5 @@ Object.defineProperty(exports, 'Flex', {
|
|
|
23
21
|
enumerable: true,
|
|
24
22
|
get: function () { return evokitFlex.Flex; }
|
|
25
23
|
});
|
|
24
|
+
|
|
25
|
+
require('./style.css');
|
package/Flex/package.json
CHANGED
package/Grid/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitGrid = require('evokit-grid');
|
|
@@ -23,3 +21,5 @@ Object.defineProperty(exports, 'Grid', {
|
|
|
23
21
|
enumerable: true,
|
|
24
22
|
get: function () { return evokitGrid.Grid; }
|
|
25
23
|
});
|
|
24
|
+
|
|
25
|
+
require('./style.css');
|
package/Grid/package.json
CHANGED
package/Icon/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var react = require('react');
|
|
@@ -77,3 +75,5 @@ function (_super) {
|
|
|
77
75
|
|
|
78
76
|
exports.Icon = Icon;
|
|
79
77
|
exports.StyleGuide = StyleGuide;
|
|
78
|
+
|
|
79
|
+
require('./style.css');
|
package/Icon/package.json
CHANGED
package/Image/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitImage = require('evokit-image');
|
|
@@ -18,3 +16,5 @@ Object.defineProperty(exports, 'Image', {
|
|
|
18
16
|
enumerable: true,
|
|
19
17
|
get: function () { return evokitImage.Image; }
|
|
20
18
|
});
|
|
19
|
+
|
|
20
|
+
require('./style.css');
|
package/Image/package.json
CHANGED
package/ImageEmoji/package.json
CHANGED
package/Input/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var react = require('react');
|
|
@@ -82,3 +80,5 @@ function (_super) {
|
|
|
82
80
|
|
|
83
81
|
exports.Input = Input;
|
|
84
82
|
exports.StyleGuide = StyleGuide;
|
|
83
|
+
|
|
84
|
+
require('./style.css');
|
package/Input/package.json
CHANGED
package/KeyPress/package.json
CHANGED
package/Line/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitLine = require('evokit-line');
|
|
@@ -18,3 +16,5 @@ Object.defineProperty(exports, 'Line', {
|
|
|
18
16
|
enumerable: true,
|
|
19
17
|
get: function () { return evokitLine.Line; }
|
|
20
18
|
});
|
|
19
|
+
|
|
20
|
+
require('./style.css');
|
package/Line/package.json
CHANGED
package/Link/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitLink = require('evokit-link');
|
|
@@ -20,3 +18,5 @@ Object.defineProperty(exports, 'Link', {
|
|
|
20
18
|
enumerable: true,
|
|
21
19
|
get: function () { return evokitLink.Link; }
|
|
22
20
|
});
|
|
21
|
+
|
|
22
|
+
require('./style.css');
|
package/Link/package.json
CHANGED
package/List/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitList = require('evokit-list');
|
|
@@ -23,3 +21,5 @@ Object.defineProperty(exports, 'List', {
|
|
|
23
21
|
enumerable: true,
|
|
24
22
|
get: function () { return evokitList.List; }
|
|
25
23
|
});
|
|
24
|
+
|
|
25
|
+
require('./style.css');
|
package/List/package.json
CHANGED
package/Picture/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var evokitPicture = require('evokit-picture');
|
|
@@ -23,3 +21,5 @@ Object.defineProperty(exports, 'Picture', {
|
|
|
23
21
|
enumerable: true,
|
|
24
22
|
get: function () { return evokitPicture.Picture; }
|
|
25
23
|
});
|
|
24
|
+
|
|
25
|
+
require('./style.css');
|
package/Picture/package.json
CHANGED
package/PortableOverlay/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -112,3 +110,5 @@ PortableOverlay.propTypes = {
|
|
|
112
110
|
};
|
|
113
111
|
|
|
114
112
|
exports.PortableOverlay = PortableOverlay;
|
|
113
|
+
|
|
114
|
+
require('./style.css');
|
package/Portal/package.json
CHANGED
package/Rating/index.js
CHANGED
package/Rating/package.json
CHANGED
package/Scroll/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var react = require('react');
|
|
@@ -77,3 +75,5 @@ function (_super) {
|
|
|
77
75
|
|
|
78
76
|
exports.Scroll = Scroll;
|
|
79
77
|
exports.StyleGuide = StyleGuide;
|
|
78
|
+
|
|
79
|
+
require('./style.css');
|
package/Scroll/package.json
CHANGED
package/ScrollControls/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -245,3 +243,5 @@ ScrollControls.propTypes = {
|
|
|
245
243
|
};
|
|
246
244
|
|
|
247
245
|
exports.ScrollControls = ScrollControls;
|
|
246
|
+
|
|
247
|
+
require('./style.css');
|
package/SideOverlay/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -252,3 +250,5 @@ SideOverlay.propTypes = {
|
|
|
252
250
|
var templateObject_1;
|
|
253
251
|
|
|
254
252
|
exports.SideOverlay = SideOverlay;
|
|
253
|
+
|
|
254
|
+
require('./style.css');
|
package/SideOverlay/package.json
CHANGED
package/SimpleSlider/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -478,3 +476,5 @@ SimpleSlider.propTypes = {
|
|
|
478
476
|
var templateObject_1, templateObject_2, templateObject_3;
|
|
479
477
|
|
|
480
478
|
exports.SimpleSlider = SimpleSlider;
|
|
479
|
+
|
|
480
|
+
require('./style.css');
|
package/Skeleton/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -111,3 +109,5 @@ Skeleton.propTypes = {
|
|
|
111
109
|
};
|
|
112
110
|
|
|
113
111
|
exports.Skeleton = Skeleton;
|
|
112
|
+
|
|
113
|
+
require('./style.css');
|
package/Skeleton/package.json
CHANGED
package/Spinner/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./style.css');
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
4
|
|
|
7
5
|
var React = require('react');
|
|
@@ -76,3 +74,5 @@ _b.width = PropTypes__default["default"].oneOfType([PropTypes__default["default"
|
|
|
76
74
|
_b.height = PropTypes__default["default"].oneOfType([PropTypes__default["default"].string, PropTypes__default["default"].number]), _b);
|
|
77
75
|
|
|
78
76
|
exports.Spinner = Spinner;
|
|
77
|
+
|
|
78
|
+
require('./style.css');
|