@xola/ui-kit 2.3.34 → 2.3.35

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
@@ -84,6 +84,7 @@ export {
84
84
  CrmIcon,
85
85
  CrownIcon,
86
86
  Currency,
87
+ CustomizeColumnsIcon,
87
88
  DashboardIcon,
88
89
  dateFromObjectId,
89
90
  DatePicker,
@@ -243,6 +244,7 @@ export {
243
244
  Tabs,
244
245
  Tag,
245
246
  TaxIcon,
247
+ TableIcon,
246
248
  Textarea,
247
249
  theme,
248
250
  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.35",
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",