@abstraks-dev/ui-library 2.2.0 → 2.2.1

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 (2) hide show
  1. package/dist/index.js +48 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38,8 +38,14 @@ var _exportNames = {
38
38
  ArrowRight: true,
39
39
  BookOpen: true,
40
40
  CameraIcon: true,
41
+ Check: true,
41
42
  CheckCircle: true,
42
43
  ChevronDown: true,
44
+ even: true,
45
+ ChevronLeft: true,
46
+ ChevronRight: true,
47
+ ChevronRightCircle: true,
48
+ ChevronUpCircle: true,
43
49
  Close: true,
44
50
  Comment: true,
45
51
  EditSquare: true,
@@ -151,6 +157,12 @@ Object.defineProperty(exports, "CaretDown", {
151
157
  return _CaretDown.default;
152
158
  }
153
159
  });
160
+ Object.defineProperty(exports, "Check", {
161
+ enumerable: true,
162
+ get: function () {
163
+ return _Check.Check;
164
+ }
165
+ });
154
166
  Object.defineProperty(exports, "CheckCircle", {
155
167
  enumerable: true,
156
168
  get: function () {
@@ -169,6 +181,30 @@ Object.defineProperty(exports, "ChevronDown", {
169
181
  return _ChevronDown.ChevronDown;
170
182
  }
171
183
  });
184
+ Object.defineProperty(exports, "ChevronLeft", {
185
+ enumerable: true,
186
+ get: function () {
187
+ return _ChevronLeft.ChevronLeft;
188
+ }
189
+ });
190
+ Object.defineProperty(exports, "ChevronRight", {
191
+ enumerable: true,
192
+ get: function () {
193
+ return _ChevronRight.ChevronRight;
194
+ }
195
+ });
196
+ Object.defineProperty(exports, "ChevronRightCircle", {
197
+ enumerable: true,
198
+ get: function () {
199
+ return _ChevronRightCircle.ChevronRightCircle;
200
+ }
201
+ });
202
+ Object.defineProperty(exports, "ChevronUpCircle", {
203
+ enumerable: true,
204
+ get: function () {
205
+ return _ChevronUpCircle.ChevronUpCircle;
206
+ }
207
+ });
172
208
  Object.defineProperty(exports, "Close", {
173
209
  enumerable: true,
174
210
  get: function () {
@@ -397,6 +433,12 @@ Object.defineProperty(exports, "TrashX", {
397
433
  return _TrashX.TrashX;
398
434
  }
399
435
  });
436
+ Object.defineProperty(exports, "even", {
437
+ enumerable: true,
438
+ get: function () {
439
+ return _ChevronDownCircle.even;
440
+ }
441
+ });
400
442
  var _utils = require("./utils");
401
443
  Object.keys(_utils).forEach(function (key) {
402
444
  if (key === "default" || key === "__esModule") return;
@@ -455,8 +497,14 @@ var _ArrowIcon = require("./icons/ArrowIcon");
455
497
  var _ArrowRight = require("./icons/ArrowRight");
456
498
  var _BookOpen = require("./icons/BookOpen");
457
499
  var _Camera = require("./icons/Camera");
500
+ var _Check = require("./icons/Check");
458
501
  var _CheckCircle = require("./icons/CheckCircle");
459
502
  var _ChevronDown = require("./icons/ChevronDown");
503
+ var _ChevronDownCircle = require("./icons/ChevronDownCircle");
504
+ var _ChevronLeft = require("./icons/ChevronLeft");
505
+ var _ChevronRight = require("./icons/ChevronRight");
506
+ var _ChevronRightCircle = require("./icons/ChevronRightCircle");
507
+ var _ChevronUpCircle = require("./icons/ChevronUpCircle");
460
508
  var _Close = require("./icons/Close");
461
509
  var _Comment = require("./icons/Comment");
462
510
  var _EditSquare = require("./icons/EditSquare");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abstraks-dev/ui-library",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "User Interface library",
5
5
  "main": "dist/index.js",
6
6
  "files": [