@homecode/ui 4.23.1 → 4.23.2

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,17 @@
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 SvgCubes = function SvgCubes(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ fill: "currentColor",
8
+ viewBox: "0 0 24 24"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "m22.729 11.878-4.425-1.658V5.25a1.65 1.65 0 0 0-1.072-1.544l-4.58-1.718a1.63 1.63 0 0 0-1.159 0l-4.58 1.718A1.65 1.65 0 0 0 5.84 5.25v4.97l-4.425 1.658A1.65 1.65 0 0 0 .349 13.42v5.043c0 .623.352 1.196.911 1.475l4.58 2.29a1.64 1.64 0 0 0 1.476 0l4.759-2.381 4.759 2.381a1.64 1.64 0 0 0 1.475 0l4.58-2.29a1.65 1.65 0 0 0 .912-1.475V13.42c0-.687-.426-1.3-1.072-1.543m-5.982-1.622-3.894 1.461V8.593L16.747 6.9zm-9.344-5.07 4.672-1.75 4.672 1.75v.027L12.075 7.11 7.403 5.213Zm3.847 13.333-3.893 1.947v-3.623l3.893-1.777zm0-5.13-4.672 1.897-4.672-1.897v-.027l4.672-1.75 4.672 1.75zm10.993 5.13-3.893 1.947v-3.623l3.893-1.777zm0-5.13-4.672 1.897-4.672-1.897v-.027l4.672-1.75 4.672 1.75z",
11
+ style: {
12
+ strokeWidth: 0.0458046
13
+ }
14
+ }));
15
+ };
16
+
17
+ export { SvgCubes as default };
@@ -17,6 +17,7 @@ var ICONS = {
17
17
  chevronRight: () => import('./chevronRight.svg.js'),
18
18
  chevronLeft: () => import('./chevronLeft.svg.js'),
19
19
  clearAll: () => import('./clearAll.svg.js'),
20
+ cubes: () => import('./cubes.svg.js'),
20
21
  delete: () => import('./delete.svg.js'),
21
22
  draft: () => import('./draft.svg.js'),
22
23
  dragHandlerHorizontal: () => import('./dragHandlerHorizontal.svg.js'),
@@ -55,6 +56,7 @@ var ICONS = {
55
56
  plus: () => import('./plus.svg.js'),
56
57
  redo: () => import('./redo.svg.js'),
57
58
  undo: () => import('./undo.svg.js'),
59
+ usage: () => import('./usage.svg.js'),
58
60
  requiredStar: () => import('./requiredStar.svg.js'),
59
61
  rewind: () => import('./rewind.svg.js'),
60
62
  rocket: () => import('./rocket.svg.js'),
@@ -72,6 +74,7 @@ var ICONS = {
72
74
  syncArrows: () => import('./syncArrows.svg.js'),
73
75
  table: () => import('./table.svg.js'),
74
76
  telegram: () => import('./telegram.svg.js'),
77
+ tool: () => import('./tool.svg.js'),
75
78
  trafficLight: () => import('./trafficLight.svg.js'),
76
79
  };
77
80
 
@@ -4,12 +4,17 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
4
4
  var SvgSyncArrows = function SvgSyncArrows(props) {
5
5
  return /*#__PURE__*/React.createElement("svg", _extends({
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
- fill: "currentColor",
8
7
  viewBox: "0 0 24 24"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M5.99 23.966.003 17.321l5.987-6.645 1.706 1.86-3.113 3.456h18.17v2.658H4.582l3.113 3.455zm11.973-10.632-1.706-1.86 3.113-3.456H1.2V5.36h18.17l-3.113-3.455 1.706-1.86 5.987 6.644Z",
9
+ d: "m4.35 8.137 5.64-5.64v19.094m9.497-5.621-5.64 5.64V2.517",
11
10
  style: {
12
- strokeWidth: 0.0315362
11
+ fill: "none",
12
+ fillOpacity: 0.751445,
13
+ stroke: "currentColor",
14
+ strokeWidth: 2,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeOpacity: 1
13
18
  }
14
19
  }));
15
20
  };
@@ -0,0 +1,17 @@
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 SvgTool = function SvgTool(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M14.788.508c-1.111.269-2.742 1.219-3.53 2.079-.395.43-.986 1.326-1.29 1.989-.52 1.111-.574 1.344-.574 3.01V9.38l-4.086 3.459C.612 16.816.45 17.03.433 19.128c0 1.147.072 1.47.502 2.187 1.272 2.168 3.925 2.867 6.075 1.612.574-.34 1.631-1.433 3.405-3.53 1.416-1.685 2.921-3.495 3.37-4.014l.806-.95 1.075.107c2.903.305 5.843-1.326 7.169-3.996.77-1.506.932-3.1.537-4.857-.179-.788-.376-1.434-.43-1.434s-.752.646-1.559 1.452c-1.541 1.523-2.186 1.846-3.226 1.56-.663-.162-1.29-.807-1.487-1.506-.269-1.004.054-1.667 1.613-3.226.824-.824 1.451-1.523 1.398-1.56-.036-.053-.61-.214-1.255-.375-1.272-.305-2.545-.341-3.638-.09m1.147 1.756c0 .108-.09.233-.18.287-.447.287-.913 1.577-.913 2.599-.018 2.347 1.613 3.978 3.96 3.96 1.04 0 1.9-.287 2.563-.878.287-.25.305-.233.305.161 0 .681-.789 2.169-1.541 2.886-1.362 1.29-3.334 1.81-5.09 1.326-.896-.233-1.004-.233-1.272.036-.162.16-1.846 2.132-3.728 4.39-1.9 2.24-3.638 4.194-3.871 4.355-1.595 1.04-4.032-.269-4.032-2.186 0-1.273.25-1.56 4.695-5.305a510.336 510.336 0 0 1 4.552-3.835c.197-.161.197-.323-.018-1.057-.34-1.094-.34-1.936 0-3.083.502-1.684 1.667-2.903 3.405-3.495 1.058-.358 1.165-.376 1.165-.16",
11
+ style: {
12
+ strokeWidth: 0.179213
13
+ }
14
+ }));
15
+ };
16
+
17
+ export { SvgTool as default };
@@ -0,0 +1,25 @@
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 SvgUsage = function SvgUsage(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ fill: "none",
12
+ d: "M0 0h48v48H0z"
13
+ })), /*#__PURE__*/React.createElement("path", {
14
+ d: "M13.184.4v3.523c3.941.563 6.975 3.946 6.975 8.043 0 1.04-.204 2.035-.558 2.947l3.022 1.784a11.6 11.6 0 0 0 1.023-4.73C23.646 5.938 19.06.986 13.184.4m-1.162 19.703a8.14 8.14 0 0 1-8.137-8.137c0-4.097 3.034-7.48 6.975-8.043V.4A11.617 11.617 0 0 0 .398 11.966c0 6.423 5.196 11.625 11.618 11.625 3.848 0 7.248-1.878 9.363-4.755l-3.016-1.778a8.1 8.1 0 0 1-6.341 3.045",
15
+ style: {
16
+ fillOpacity: 1,
17
+ stroke: "none",
18
+ strokeWidth: 0.581325,
19
+ strokeDasharray: "none",
20
+ strokeOpacity: 1
21
+ }
22
+ }));
23
+ };
24
+
25
+ export { SvgUsage as default };
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  chevronRight: () => Promise<any>;
18
18
  chevronLeft: () => Promise<any>;
19
19
  clearAll: () => Promise<any>;
20
+ cubes: () => Promise<any>;
20
21
  delete: () => Promise<any>;
21
22
  draft: () => Promise<any>;
22
23
  dragHandlerHorizontal: () => Promise<any>;
@@ -55,6 +56,7 @@ declare const _default: {
55
56
  plus: () => Promise<any>;
56
57
  redo: () => Promise<any>;
57
58
  undo: () => Promise<any>;
59
+ usage: () => Promise<any>;
58
60
  requiredStar: () => Promise<any>;
59
61
  rewind: () => Promise<any>;
60
62
  rocket: () => Promise<any>;
@@ -72,6 +74,7 @@ declare const _default: {
72
74
  syncArrows: () => Promise<any>;
73
75
  table: () => Promise<any>;
74
76
  telegram: () => Promise<any>;
77
+ tool: () => Promise<any>;
75
78
  trafficLight: () => Promise<any>;
76
79
  };
77
80
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.23.1",
3
+ "version": "4.23.2",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "jest",