@xola/ui-kit 2.3.34 → 2.3.36

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/index.d.ts CHANGED
@@ -73,6 +73,7 @@ export {
73
73
  CloseCircleIcon,
74
74
  CloseIcon,
75
75
  CollapseIcon,
76
+ CollectionIcon,
76
77
  ComboBox,
77
78
  CommentAltIcon,
78
79
  CommentIcon,
@@ -84,6 +85,7 @@ export {
84
85
  CrmIcon,
85
86
  CrownIcon,
86
87
  Currency,
88
+ CustomizeColumnsIcon,
87
89
  DashboardIcon,
88
90
  dateFromObjectId,
89
91
  DatePicker,
@@ -243,6 +245,7 @@ export {
243
245
  Tabs,
244
246
  Tag,
245
247
  TaxIcon,
248
+ TableIcon,
246
249
  Textarea,
247
250
  theme,
248
251
  ThumbsDownIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xola/ui-kit",
3
- "version": "2.3.34",
3
+ "version": "2.3.36",
4
4
  "description": "Xola UI Kit",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,6 +17,7 @@ const colors = {
17
17
  },
18
18
 
19
19
  blue: {
20
+ medium: "#B0C7F1",
20
21
  lighter: "#D1E1FF",
21
22
  light: "#2979D0",
22
23
  DEFAULT: "#1352C6",