@homecode/ui 4.18.39 → 4.18.41

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.
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgForward = function SvgForward(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M163.311-296.623c-28.311-18.874-28.311-347.88 0-366.754C191.623-682.251 428.436-524.376 428.436-480c0 44.376-236.813 202.251-265.125 183.377zm400 0c-28.311-18.874-28.311-347.88 0-366.754C591.623-682.251 828.436-524.376 828.436-480c0 44.376-236.813 202.251-265.125 183.377zM225.73-411.3c10.73 7.1 100.253-52.143 100.253-68.699 0-16.556-89.523-75.8-100.253-68.699C215-541.599 215-418.4 225.73-411.3zm400 0c10.73 7.1 100.253-52.143 100.253-68.699 0-16.556-89.523-75.8-100.253-68.699C615-541.599 615-418.4 625.73-411.3z"
12
+ })));
13
+ };
14
+
15
+ export { SvgForward as default };
@@ -15,6 +15,7 @@ var ICONS = {
15
15
  email: () => import('./email.svg.js'),
16
16
  externalLink: () => import('./externalLink.svg.js'),
17
17
  eye: () => import('./eye.svg.js'),
18
+ forward: () => import('./forward.svg.js'),
18
19
  fullscreen: () => import('./fullscreen.svg.js'),
19
20
  fullscreenExit: () => import('./fullscreenExit.svg.js'),
20
21
  function: () => import('./function.svg.js'),
@@ -31,10 +32,13 @@ var ICONS = {
31
32
  moreVertical: () => import('./moreVertical.svg.js'),
32
33
  moreHorizontal: () => import('./moreHorizontal.svg.js'),
33
34
  output: () => import('./output.svg.js'),
35
+ pause: () => import('./pause.svg.js'),
36
+ play: () => import('./play.svg.js'),
34
37
  plus: () => import('./plus.svg.js'),
35
38
  redo: () => import('./redo.svg.js'),
36
39
  undo: () => import('./undo.svg.js'),
37
40
  requiredStar: () => import('./requiredStar.svg.js'),
41
+ rewind: () => import('./rewind.svg.js'),
38
42
  save: () => import('./save.svg.js'),
39
43
  send: () => import('./send.svg.js'),
40
44
  settings: () => import('./settings.svg.js'),
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgPause = function SvgPause(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M548.284-265.997c-28.284-65.996-28.284-362.01 0-428.006 28.285-65.997 155.147-65.997 183.432 0 28.284 65.996 28.284 362.01 0 428.006-28.285 65.997-155.147 65.997-183.432 0Zm-320 0c-28.284-65.996-28.284-362.01 0-428.006 28.285-65.997 155.147-65.997 183.432 0 28.284 65.996 28.284 362.01 0 428.006-28.285 65.997-155.147 65.997-183.432 0Zm381.144-61.143c9.428 47.14 51.716 47.14 61.144 0 9.428-47.14 9.428-258.58 0-305.72-9.428-47.14-51.716-47.14-61.144 0-9.428 47.14-9.428 258.58 0 305.72zm-320 0c9.428 47.14 51.716 47.14 61.144 0 9.428-47.14 9.428-258.58 0-305.72-9.428-47.14-51.716-47.14-61.144 0-9.428 47.14-9.428 258.58 0 305.72zM280-680v400zm320 0v400z"
12
+ })));
13
+ };
14
+
15
+ export { SvgPause as default };
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+ var SvgPlay = function SvgPlay(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 18.857,
8
+ height: 24,
9
+ fill: "currentColor",
10
+ viewBox: "0 -960 18.857 24"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ d: "M1.512-938.887C0-939.85 0-956.15 1.512-957.113c1.513-.962 13.966 6.963 14.035 9.07.069 2.106-12.522 10.118-14.035 9.156zm2.638-4.75c.72.46 6.665-3.333 6.665-4.363 0-1.03-5.944-4.823-6.665-4.363-.721.46-.721 8.266 0 8.726z",
13
+ style: {
14
+ display: "inline",
15
+ strokeWidth: 0.999999
16
+ }
17
+ }));
18
+ };
19
+
20
+ export { SvgPlay as default };
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ var SvgRewind = function SvgRewind(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M800.14-295.794C770.28-279.814 536.564-435.624 536.564-480c0-44.376 233.716-200.187 263.576-184.206 29.86 15.98 29.86 352.431 0 368.412zm-400 0C370.28-279.814 136.564-435.624 136.564-480c0-44.376 233.716-200.187 263.576-184.206 29.86 15.98 29.86 352.431 0 368.412zm-61.426-115.208c11.286-6.065 11.286-131.931 0-137.996-11.286-6.065-99.696 52.442-99.696 68.998 0 16.556 88.41 75.063 99.696 68.998zm400 0c11.286-6.065 11.286-131.931 0-137.996-11.286-6.065-99.696 52.442-99.696 68.998 0 16.556 88.41 75.063 99.696 68.998z"
12
+ })));
13
+ };
14
+
15
+ export { SvgRewind as default };
@@ -302,7 +302,7 @@ class Input extends Component {
302
302
  if (this.isTextArea()) {
303
303
  const { size, scrollProps } = this.props;
304
304
  const { labelClipPath } = this.store;
305
- return (createElement(Scroll, { y: true, size: size, fadeSize: "s", className: cn(S.scroller, S.controlWrapper, scrollProps?.className), ...scrollProps, innerProps: {
305
+ return (createElement(Scroll, { y: true, size: size, fadeSize: "s", ...scrollProps, className: cn(S.scroller, S.controlWrapper, scrollProps?.className), innerProps: {
306
306
  suppressHydrationWarning: true,
307
307
  style: { clipPath: labelClipPath },
308
308
  }, offset: {
@@ -15,6 +15,7 @@ declare const _default: {
15
15
  email: () => Promise<any>;
16
16
  externalLink: () => Promise<any>;
17
17
  eye: () => Promise<any>;
18
+ forward: () => Promise<any>;
18
19
  fullscreen: () => Promise<any>;
19
20
  fullscreenExit: () => Promise<any>;
20
21
  function: () => Promise<any>;
@@ -31,10 +32,13 @@ declare const _default: {
31
32
  moreVertical: () => Promise<any>;
32
33
  moreHorizontal: () => Promise<any>;
33
34
  output: () => Promise<any>;
35
+ pause: () => Promise<any>;
36
+ play: () => Promise<any>;
34
37
  plus: () => Promise<any>;
35
38
  redo: () => Promise<any>;
36
39
  undo: () => Promise<any>;
37
40
  requiredStar: () => Promise<any>;
41
+ rewind: () => Promise<any>;
38
42
  save: () => Promise<any>;
39
43
  send: () => Promise<any>;
40
44
  settings: () => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.18.39",
3
+ "version": "4.18.41",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",