@assembly-js/design-system 3.1.4 → 3.1.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.
- package/dist/esm/components/Icon.js +1 -1
- package/dist/esm/components/IconPicker/IconPicker.js +1 -1
- package/dist/esm/{icons → constants}/iconToFaMap.js +2 -0
- package/dist/esm/icons/Details.js +2 -9
- package/dist/esm/icons/Download.js +2 -9
- package/dist/esm/icons/LockFilled.js +1 -4
- package/dist/esm/icons/SettingsSolid.js +4 -11
- package/dist/esm/icons/Upload.js +4 -11
- package/dist/esm/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/umd/components/Icon.js +2 -2
- package/dist/umd/components/IconPicker/IconPicker.js +2 -2
- package/dist/umd/{icons → constants}/iconToFaMap.js +2 -0
- package/dist/umd/icons/Details.js +2 -9
- package/dist/umd/icons/Download.js +2 -9
- package/dist/umd/icons/LockFilled.js +1 -4
- package/dist/umd/icons/SettingsSolid.js +4 -11
- package/dist/umd/icons/Upload.js +4 -11
- package/dist/umd/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- /package/dist/esm/types/{icons → constants}/iconToFaMap.d.ts +0 -0
- /package/dist/types/{icons → constants}/iconToFaMap.d.ts +0 -0
- /package/dist/umd/types/{icons → constants}/iconToFaMap.d.ts +0 -0
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
if (typeof define === "function" && define.amd) {
|
|
5
|
-
define(["exports", "react", "../icons", "./IconPicker/icons.generated", "../
|
|
5
|
+
define(["exports", "react", "../icons", "./IconPicker/icons.generated", "../constants/iconToFaMap"], factory);
|
|
6
6
|
} else if (typeof exports !== "undefined") {
|
|
7
|
-
factory(exports, require("react"), require("../icons"), require("./IconPicker/icons.generated"), require("../
|
|
7
|
+
factory(exports, require("react"), require("../icons"), require("./IconPicker/icons.generated"), require("../constants/iconToFaMap"));
|
|
8
8
|
} else {
|
|
9
9
|
var mod = {
|
|
10
10
|
exports: {}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
if (typeof define === "function" && define.amd) {
|
|
5
|
-
define(["exports", "react", "react-dom", "../../common/utils", "../Button/Base", "../Input", "./IconGrid", "./searchIcons", "./pickerIcons", "../../
|
|
5
|
+
define(["exports", "react", "react-dom", "../../common/utils", "../Button/Base", "../Input", "./IconGrid", "./searchIcons", "./pickerIcons", "../../constants/iconToFaMap"], factory);
|
|
6
6
|
} else if (typeof exports !== "undefined") {
|
|
7
|
-
factory(exports, require("react"), require("react-dom"), require("../../common/utils"), require("../Button/Base"), require("../Input"), require("./IconGrid"), require("./searchIcons"), require("./pickerIcons"), require("../../
|
|
7
|
+
factory(exports, require("react"), require("react-dom"), require("../../common/utils"), require("../Button/Base"), require("../Input"), require("./IconGrid"), require("./searchIcons"), require("./pickerIcons"), require("../../constants/iconToFaMap"));
|
|
8
8
|
} else {
|
|
9
9
|
var mod = {
|
|
10
10
|
exports: {}
|
|
@@ -317,8 +317,10 @@
|
|
|
317
317
|
contracts: 'signature',
|
|
318
318
|
dashboard: 'gauge',
|
|
319
319
|
forms: 'clipboard',
|
|
320
|
+
files: 'file',
|
|
320
321
|
knowledge: 'book-open',
|
|
321
322
|
payments: 'credit-card',
|
|
323
|
+
messages: 'message',
|
|
322
324
|
// sidebar nav icons map
|
|
323
325
|
NotificationIcon: 'bell',
|
|
324
326
|
BuildingIcon: 'building',
|
|
@@ -28,16 +28,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
29
|
fill: "none",
|
|
30
30
|
viewBox: "0 0 20 20"
|
|
31
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
32
|
-
clipPath: "url(#details-a)"
|
|
33
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34
32
|
fill: "currentColor",
|
|
35
33
|
d: "M5 1.875a.627.627 0 0 0-.625.625v15c0 .344.281.625.625.625h10a.627.627 0 0 0 .625-.625v-15A.627.627 0 0 0 15 1.875zM2.5 2.5C2.5 1.121 3.621 0 5 0h10c1.379 0 2.5 1.121 2.5 2.5v15c0 1.379-1.121 2.5-2.5 2.5H5a2.5 2.5 0 0 1-2.5-2.5zM7.188 5h5.625c.519 0 .937.418.937.938 0 .519-.418.937-.937.937H7.187a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938m0 3.75h5.625c.519 0 .937.418.937.938 0 .519-.418.937-.937.937H7.187a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938m0 3.75h1.875c.519 0 .937.418.937.938 0 .519-.418.937-.937.937H7.187a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938"
|
|
36
|
-
}))
|
|
37
|
-
id: "details-a"
|
|
38
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "currentColor",
|
|
40
|
-
d: "M0 0h20v20H0z"
|
|
41
|
-
}))));
|
|
34
|
+
}));
|
|
42
35
|
};
|
|
43
36
|
});
|
|
@@ -28,16 +28,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
29
|
fill: "none",
|
|
30
30
|
viewBox: "0 0 20 20"
|
|
31
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
32
|
-
clipPath: "url(#download-a)"
|
|
33
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34
32
|
fill: "currentColor",
|
|
35
33
|
d: "M16.063 20c.519 0 .937-.418.937-.937a.935.935 0 0 0-.937-.938H2.938a.935.935 0 0 0-.938.938c0 .519.418.937.938.937zm-7.227-5.273a.934.934 0 0 0 1.324 0l5.317-5.313a.937.937 0 0 0-1.324-1.324L10.44 11.8V.939A.935.935 0 0 0 9.504 0a.935.935 0 0 0-.938.938V11.8L4.856 8.09a.937.937 0 0 0-1.324 1.324z"
|
|
36
|
-
}))
|
|
37
|
-
id: "download-a"
|
|
38
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "currentColor",
|
|
40
|
-
d: "M0 0h20v20H0z"
|
|
41
|
-
}))));
|
|
34
|
+
}));
|
|
42
35
|
};
|
|
43
36
|
});
|
|
@@ -30,10 +30,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
30
30
|
viewBox: "0 0 20 20"
|
|
31
31
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
fill: "currentColor",
|
|
33
|
-
d: "M7.118 4.706v2.353H13V4.706a2.94 2.94 0 1 0-5.882 0M5.353 7.059V4.706a4.706 4.706 0 1 1 9.412 0v2.353a2.355 2.355 0 0 1 2.353 2.353v8.235A2.355 2.355 0 0 1 14.765 20H5.353A2.355 2.355 0 0 1 3 17.647V9.412a2.355 2.355 0 0 1 2.353-2.
|
|
34
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
-
fill: "currentColor",
|
|
36
|
-
d: "M4 8h12v11H4z"
|
|
33
|
+
d: "M7.118 4.706v2.353H13V4.706a2.94 2.94 0 1 0-5.882 0M5.353 7.059V4.706a4.706 4.706 0 1 1 9.412 0v2.353a2.355 2.355 0 0 1 2.353 2.353v8.235A2.355 2.355 0 0 1 14.765 20H5.353A2.355 2.355 0 0 1 3 17.647V9.412a2.355 2.355 0 0 1 2.353-2.353"
|
|
37
34
|
}));
|
|
38
35
|
};
|
|
39
36
|
});
|
|
@@ -27,17 +27,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
27
27
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
29
|
fill: "none",
|
|
30
|
-
viewBox: "0 0
|
|
31
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
32
|
-
clipPath: "url(#settingssolid-a)"
|
|
33
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
viewBox: "0 0 21 20"
|
|
31
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34
32
|
fill: "currentColor",
|
|
35
|
-
d: "M11.
|
|
36
|
-
}))
|
|
37
|
-
id: "settingssolid-a"
|
|
38
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "currentColor",
|
|
40
|
-
d: "M0 0h20v20H0z"
|
|
41
|
-
}))));
|
|
33
|
+
d: "M11.938.852a.88.88 0 0 0-.762-.782 11 11 0 0 0-1.168-.066q-.652 0-1.281.082a.884.884 0 0 0-.754.781l-.114.903a.66.66 0 0 1-.449.535 8 8 0 0 0-1.09.457.66.66 0 0 1-.703-.059l-.703-.547a.886.886 0 0 0-1.09-.015A10 10 0 0 0 2.09 3.887a.886.886 0 0 0 .02 1.086l.554.715a.65.65 0 0 1 .059.695q-.259.515-.442 1.07a.65.65 0 0 1-.535.453l-.89.114a.89.89 0 0 0-.782.757C.024 9.18 0 9.594 0 10.007q-.001.623.074 1.227c.051.403.38.707.781.758l.891.113c.25.032.457.211.535.454q.183.556.442 1.074a.66.66 0 0 1-.059.695l-.547.703a.886.886 0 0 0-.02 1.086 10 10 0 0 0 1.735 1.746c.32.25.77.235 1.09-.015l.703-.547a.66.66 0 0 1 .703-.059q.528.27 1.09.457a.66.66 0 0 1 .45.535l.112.903c.051.402.352.73.754.781.418.055.848.082 1.282.082q.592 0 1.168-.066a.884.884 0 0 0 .761-.782l.11-.879a.66.66 0 0 1 .457-.539q.587-.189 1.133-.46a.66.66 0 0 1 .695.058l.707.555c.32.25.765.265 1.086.02q.164-.13.32-.262l1.2-1.2.21-.258a.88.88 0 0 0-.015-1.09l-.547-.699a.66.66 0 0 1-.059-.703c.188-.367.352-.754.48-1.152a.65.65 0 0 1 .536-.453l.89-.11c.403-.05.735-.355.782-.757l.023-.203V8.992l-.023-.203a.89.89 0 0 0-.782-.758l-.89-.11a.65.65 0 0 1-.535-.452 8 8 0 0 0-.48-1.153.66.66 0 0 1 .058-.703l.547-.699c.25-.32.265-.77.015-1.09l-.21-.258-1.2-1.21a10 10 0 0 0-.32-.262.88.88 0 0 0-1.086.02l-.715.554a.65.65 0 0 1-.695.059 8 8 0 0 0-1.133-.461.66.66 0 0 1-.457-.536zm-1.93 6.023a3.125 3.125 0 1 1 0 6.25 3.125 3.125 0 0 1 0-6.25"
|
|
34
|
+
}));
|
|
42
35
|
};
|
|
43
36
|
});
|
package/dist/umd/icons/Upload.js
CHANGED
|
@@ -27,17 +27,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
27
27
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
29
|
fill: "none",
|
|
30
|
-
viewBox: "0 0 20
|
|
31
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
32
|
-
clipPath: "url(#upload-a)"
|
|
33
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
viewBox: "0 0 20 21"
|
|
31
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34
32
|
fill: "currentColor",
|
|
35
|
-
d: "M10.164.
|
|
36
|
-
}))
|
|
37
|
-
id: "upload-a"
|
|
38
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "currentColor",
|
|
40
|
-
d: "M0 0h20v20H0z"
|
|
41
|
-
}))));
|
|
33
|
+
d: "M10.164.275a.934.934 0 0 0-1.324 0L3.523 5.588a.937.937 0 0 0 1.324 1.324l3.712-3.71v10.863c0 .519.418.937.937.937s.938-.418.938-.937V3.2l3.71 3.711a.937.937 0 0 0 1.324-1.324zM2.938 18.127a.935.935 0 0 0-.938.938c0 .519.418.937.938.937h13.125c.519 0 .937-.418.937-.937a.935.935 0 0 0-.937-.938z"
|
|
34
|
+
}));
|
|
42
35
|
};
|
|
43
36
|
});
|