@occmundial/occ-atomic 1.18.4 → 1.19.0
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/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [1.19.0](https://github.com/occmundial/occ-atomic/compare/v1.18.4...v1.19.0) (2021-12-20)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* New matchJob, cash and profileView icons ([95a0c68](https://github.com/occmundial/occ-atomic/commit/95a0c68fee7d46bd2e674c7674e59b3ebd594dbf))
|
7
|
+
|
1
8
|
## [1.18.4](https://github.com/occmundial/occ-atomic/compare/v1.18.3...v1.18.4) (2021-11-03)
|
2
9
|
|
3
10
|
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
|
8
|
+
var _colors = _interopRequireDefault(require("../colors"));
|
9
|
+
|
10
|
+
var _spacing = _interopRequireDefault(require("../spacing"));
|
11
|
+
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
13
|
+
|
14
|
+
var _default = {
|
15
|
+
width: _spacing["default"].base,
|
16
|
+
height: _spacing["default"].base,
|
17
|
+
display: 'inline-block',
|
18
|
+
icon: function icon() {
|
19
|
+
var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [_colors["default"].grey900];
|
20
|
+
return "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill=\"".concat(color[0], "\" fill-rule=\"evenodd\" d=\"M4 6C4 5.44772 4.44772 5 5 5H18.5C19.0523 5 19.5 5.44772 19.5 6V12.075C19.2577 12.0258 19.0068 12 18.75 12C17.3054 12 16.0516 12.8169 15.4252 14.0139C14.3321 14.1076 13.3729 14.6704 12.7497 15.5H5C4.44772 15.5 4 15.0523 4 14.5V6ZM14 17.75C14 17.0433 14.4189 16.4344 15.022 16.1582C15.1562 17.3988 15.8956 18.4579 16.9388 19.0344C16.6263 19.3237 16.2083 19.5 15.75 19.5C14.7835 19.5 14 18.7165 14 17.75ZM22.5 15.75C22.5 17.7118 20.9936 19.3217 19.0745 19.4862C18.4488 20.682 17.1959 21.5 15.75 21.5C13.6789 21.5 12 19.8211 12 17.75C12 17.666 12.0028 17.5826 12.0082 17.5H5C3.34315 17.5 2 16.1569 2 14.5V6C2 4.34315 3.34315 3 5 3H18.5C20.1569 3 21.5 4.34315 21.5 6V13.2005C22.1206 13.8695 22.5 14.7655 22.5 15.75ZM15.2448 8.26843H18.2562V6.26843H15.2448V8.26843ZM11.75 9C11.3358 9 11 9.33579 11 9.75C11 10.1642 11.3358 10.5 11.75 10.5C12.1642 10.5 12.5 10.1642 12.5 9.75C12.5 9.33579 12.1642 9 11.75 9ZM9 9.75C9 8.23122 10.2312 7 11.75 7C13.2688 7 14.5 8.23122 14.5 9.75C14.5 11.2688 13.2688 12.5 11.75 12.5C10.2312 12.5 9 11.2688 9 9.75ZM17 15.75C17 14.7835 17.7835 14 18.75 14C19.7165 14 20.5 14.7835 20.5 15.75C20.5 16.7165 19.7165 17.5 18.75 17.5C17.7835 17.5 17 16.7165 17 15.75ZM5.26418 14.2684H8.2562V12.2684H5.26418V14.2684Z\" />\n </svg>");
|
21
|
+
}
|
22
|
+
};
|
23
|
+
exports["default"] = _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
|
8
|
+
var _colors = _interopRequireDefault(require("../colors"));
|
9
|
+
|
10
|
+
var _spacing = _interopRequireDefault(require("../spacing"));
|
11
|
+
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
13
|
+
|
14
|
+
var _default = {
|
15
|
+
width: _spacing["default"].base,
|
16
|
+
height: _spacing["default"].base,
|
17
|
+
display: 'inline-block',
|
18
|
+
icon: function icon() {
|
19
|
+
var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [_colors["default"].grey900];
|
20
|
+
return "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill=\"".concat(color[0], "\" clip-rule=\"evenodd\" d=\"m22.072 11.855-8.011 8.301-3.588-3.018-1.277 1.52 4.296 3.611a.987.987 0 0 0 1.358-.07l8.65-8.962-1.428-1.382z\" />\n <path fill=\"").concat(color[0], "\" clip-rule=\"evenodd\" d=\"M14.236 18.09h-.592l.336.278.256-.278zM7.896 18.775a1.23 1.23 0 0 1 .151-.674H4.262a.766.766 0 0 1-.696-.812v-4.842h5.979v1.637h1.95v-1.637h5.98v2.322l1.95-2.02v-.929c.397-.41.617-.96.615-1.532V6.015c0-.57-.22-1.12-.615-1.532a2.09 2.09 0 0 0-1.498-.627h-3.111A2.868 2.868 0 0 0 11.948 1H9.092a2.868 2.868 0 0 0-2.868 2.856H3.113a2.101 2.101 0 0 0-1.498.627A2.218 2.218 0 0 0 1 6.015v4.273c0 .57.22 1.12.615 1.532v5.469a2.705 2.705 0 0 0 2.647 2.763h4.563l-.464-.395a1.323 1.323 0 0 1-.465-.882zM9.057 2.962h2.856a.917.917 0 0 1 .918.894H8.187a.917.917 0 0 1 .905-.894h-.035zM3.02 10.451a.199.199 0 0 1-.058-.163V6.015a.197.197 0 0 1 .07-.162.105.105 0 0 1 .093 0h14.802a.139.139 0 0 1 .105 0c.027.05.035.107.023.162v4.273a.233.233 0 0 1-.058.162.14.14 0 0 1-.105 0h-6.397V8.128h-1.95v2.322H3.113a.105.105 0 0 1-.093 0z\" />\n </svg>");
|
21
|
+
}
|
22
|
+
};
|
23
|
+
exports["default"] = _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
|
8
|
+
var _colors = _interopRequireDefault(require("../colors"));
|
9
|
+
|
10
|
+
var _spacing = _interopRequireDefault(require("../spacing"));
|
11
|
+
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
13
|
+
|
14
|
+
var _default = {
|
15
|
+
width: _spacing["default"].base,
|
16
|
+
height: _spacing["default"].base,
|
17
|
+
display: 'inline-block',
|
18
|
+
icon: function icon() {
|
19
|
+
var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [_colors["default"].grey900];
|
20
|
+
return "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill=\"".concat(color[0], "\" fill-rule=\"evenodd\" d=\"M4.94183 4.86614C4.42808 4.91109 4.04803 5.36401 4.09298 5.87776L5.07614 17.1153C5.31589 16.4792 5.75925 15.9133 6.32898 15.46C7.27278 14.7092 8.60837 14.2157 10.2077 14.0758C11.807 13.9358 13.208 14.1899 14.2678 14.7655C14.8967 15.107 15.4242 15.5769 15.7711 16.1482L14.7907 4.94183C14.7458 4.42808 14.2928 4.04803 13.7791 4.09298L4.94183 4.86614ZM14.1693 17.6505L6.92694 18.2841L6.92605 18.274C6.8976 17.9488 7.04463 17.5031 7.60176 17.0598C8.16028 16.6155 9.08494 16.2261 10.3858 16.1123C11.6867 15.9985 12.665 16.2213 13.2922 16.562C13.9178 16.9017 14.14 17.3152 14.1684 17.6404L14.1693 17.6505ZM2.23251 6.04053C2.09767 4.49927 3.2378 3.14051 4.77906 3.00567L13.6163 2.23251C14.7212 2.13585 15.7322 2.69436 16.2659 3.58614L16.2736 3.55411L20.8133 4.64489C22.3177 5.00635 23.2442 6.51887 22.8827 8.02321L20.0467 19.8265C19.6852 21.3309 18.1727 22.2574 16.6684 21.8959L16.656 21.893L9.40688 19.9419L6.28469 20.215C4.74342 20.3499 3.38467 19.2098 3.24982 17.6685L2.23251 6.04053ZM14.8299 19.4674L17.1149 20.0824C17.613 20.1963 18.1111 19.8883 18.2308 19.3902L21.0668 7.5869C21.1873 7.08545 20.8785 6.58128 20.377 6.46079L16.7215 5.58246L17.6685 16.407C17.8033 17.9483 16.6632 19.307 15.1219 19.4419L14.8299 19.4674ZM8.53286 8.28622C8.80484 7.96208 9.19498 7.7453 9.63951 7.70641C10.084 7.66752 10.5059 7.81326 10.83 8.08524C11.1542 8.35723 11.371 8.74736 11.4099 9.1919C11.4487 9.63643 11.303 10.0583 11.031 10.3824C10.759 10.7066 10.3689 10.9233 9.92436 10.9622C9.47983 11.0011 9.05797 10.8554 8.73383 10.5834C8.40969 10.3114 8.19291 9.92128 8.15402 9.47675C8.11513 9.03221 8.26087 8.61036 8.53286 8.28622ZM9.47674 5.84593C8.51372 5.93019 7.67604 6.4019 7.10221 7.08576C6.52838 7.76963 6.20929 8.6765 6.29355 9.63952C6.3778 10.6025 6.84951 11.4402 7.53338 12.0141C8.21724 12.5879 9.12411 12.907 10.0871 12.8227C11.0501 12.7385 11.8878 12.2667 12.4617 11.5829C13.0355 10.899 13.3546 9.99215 13.2703 9.02913C13.1861 8.06611 12.7144 7.22842 12.0305 6.65459C11.3466 6.08076 10.4398 5.76168 9.47674 5.84593Z\" />\n </svg>");
|
21
|
+
}
|
22
|
+
};
|
23
|
+
exports["default"] = _default;
|
package/build/subatomic/icons.js
CHANGED
@@ -225,6 +225,12 @@ var _warning = _interopRequireDefault(require("./icons/warning"));
|
|
225
225
|
|
226
226
|
var _warningSolid = _interopRequireDefault(require("./icons/warningSolid"));
|
227
227
|
|
228
|
+
var _matchJob = _interopRequireDefault(require("./icons/matchJob"));
|
229
|
+
|
230
|
+
var _cash = _interopRequireDefault(require("./icons/cash"));
|
231
|
+
|
232
|
+
var _profileView = _interopRequireDefault(require("./icons/profileView"));
|
233
|
+
|
228
234
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
229
235
|
|
230
236
|
var _default = {
|
@@ -348,6 +354,9 @@ var _default = {
|
|
348
354
|
moreOptionsHorizontal: _moreOptionsHorizontal["default"],
|
349
355
|
warning: _warning["default"],
|
350
356
|
warningSolid: _warningSolid["default"],
|
357
|
+
matchJob: _matchJob["default"],
|
358
|
+
cash: _cash["default"],
|
359
|
+
profileView: _profileView["default"],
|
351
360
|
occatomic: {
|
352
361
|
width: '45px',
|
353
362
|
height: '45px',
|
package/package.json
CHANGED