@prom-ui/core 0.0.18 → 0.0.21

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.
Files changed (57) hide show
  1. package/Body/index.js +2 -2
  2. package/Body/package.json +4 -1
  3. package/Box/index.js +2 -2
  4. package/Box/package.json +4 -1
  5. package/Button/index.js +2 -2
  6. package/Button/package.json +4 -1
  7. package/ButtonPageUp/package.json +4 -1
  8. package/Checkbox/index.js +2 -2
  9. package/Checkbox/package.json +4 -1
  10. package/Flex/index.js +2 -2
  11. package/Flex/package.json +4 -1
  12. package/Grid/index.js +2 -2
  13. package/Grid/package.json +4 -1
  14. package/Icon/index.js +2 -2
  15. package/Icon/package.json +4 -1
  16. package/Image/index.js +2 -2
  17. package/Image/package.json +4 -1
  18. package/ImageEmoji/package.json +4 -1
  19. package/Input/index.js +2 -2
  20. package/Input/package.json +4 -1
  21. package/KeyPress/package.json +4 -1
  22. package/Line/index.js +2 -2
  23. package/Line/package.json +4 -1
  24. package/Link/index.js +2 -2
  25. package/Link/package.json +4 -1
  26. package/List/index.js +2 -2
  27. package/List/package.json +4 -1
  28. package/OutsideClick/package.json +4 -1
  29. package/Picture/index.js +2 -2
  30. package/Picture/package.json +4 -1
  31. package/PortableOverlay/index.js +2 -2
  32. package/PortableOverlay/package.json +4 -1
  33. package/Portal/package.json +4 -1
  34. package/Rating/index.js +2 -2
  35. package/Rating/package.json +4 -1
  36. package/Scroll/index.js +2 -2
  37. package/Scroll/package.json +4 -1
  38. package/ScrollControls/index.js +2 -2
  39. package/ScrollControls/package.json +4 -1
  40. package/SideOverlay/index.js +2 -2
  41. package/SideOverlay/package.json +4 -1
  42. package/SimpleSlider/index.d.ts +23 -0
  43. package/SimpleSlider/index.js +480 -0
  44. package/SimpleSlider/package.json +15 -0
  45. package/SimpleSlider/style.css +134 -0
  46. package/SimpleSlider/useAutoPlay.d.ts +3 -0
  47. package/SimpleSlider/utils.d.ts +19 -0
  48. package/Skeleton/index.js +2 -2
  49. package/Skeleton/package.json +4 -1
  50. package/Spinner/index.js +2 -2
  51. package/Spinner/package.json +4 -1
  52. package/Text/index.js +2 -2
  53. package/Text/package.json +4 -1
  54. package/TextEmoji/package.json +4 -1
  55. package/Tumbler/index.js +2 -2
  56. package/Tumbler/package.json +4 -1
  57. package/package.json +4 -2
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Spinner",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
+ "sideEffects": [
7
+ "*.css"
8
+ ],
6
9
  "dependencies": {
7
10
  "evokit": "^3.2.3"
8
11
  }
package/Text/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 evokitText = require('evokit-text');
@@ -18,3 +16,5 @@ Object.defineProperty(exports, 'Text', {
18
16
  enumerable: true,
19
17
  get: function () { return evokitText.Text; }
20
18
  });
19
+
20
+ require('./style.css');
package/Text/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Text",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
+ "sideEffects": [
7
+ "*.css"
8
+ ],
6
9
  "dependencies": {
7
10
  "evokit-text": "^3.2.0"
8
11
  }
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@prom-ui/core/TextEmoji",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
+ "sideEffects": [
7
+ "*.css"
8
+ ],
6
9
  "dependencies": {
7
10
  "@evo/emoji-text": "^0.1.1"
8
11
  }
package/Tumbler/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');
@@ -96,3 +94,5 @@ Tumbler.propTypes = {
96
94
  };
97
95
 
98
96
  exports.Tumbler = Tumbler;
97
+
98
+ require('./style.css');
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Tumbler",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
+ "sideEffects": [
7
+ "*.css"
8
+ ],
6
9
  "dependencies": {
7
10
  "classnames": "^2.3.1",
8
11
  "react-transition-group": "^4.4.2"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prom-ui/core",
3
3
  "author": "e.marchenko",
4
- "version": "0.0.18",
4
+ "version": "0.0.21",
5
5
  "description": "core ui blocks",
6
6
  "scripts": {
7
7
  "prebuild": "node ./preBuild.js",
@@ -42,6 +42,8 @@
42
42
  "evokit-list": "^3.3.0",
43
43
  "evokit-picture": "^3.2.0",
44
44
  "evokit-text": "^3.2.0",
45
+ "intersection-observer": "^0.12.0",
46
+ "react-easy-swipe": "^0.0.22",
45
47
  "react-scrolllock": "^5.0.1",
46
48
  "react-transition-group": "^4.4.2",
47
49
  "ts-debounce": "^4.0.0",
@@ -52,5 +54,5 @@
52
54
  "react": "*",
53
55
  "react-dom": "*"
54
56
  },
55
- "gitHead": "08fdb9774272869a485dc2c1c8dc7964d8e6c407"
57
+ "gitHead": "90267b94713fb0491e356222a17c43e4f42f37ea"
56
58
  }