@xola/ui-kit 2.3.33 → 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
@@ -37,6 +37,7 @@ export {
37
37
  CakeIcon,
38
38
  CalendarDayIcon,
39
39
  CalendarIcon,
40
+ CalendarListIcon,
40
41
  CalendarMonthIcon,
41
42
  CalendarWeekIcon,
42
43
  CapacityIcon,
@@ -83,6 +84,7 @@ export {
83
84
  CrmIcon,
84
85
  CrownIcon,
85
86
  Currency,
87
+ CustomizeColumnsIcon,
86
88
  DashboardIcon,
87
89
  dateFromObjectId,
88
90
  DatePicker,
@@ -177,6 +179,7 @@ export {
177
179
  MoneyBackIcon,
178
180
  MoneyIcon,
179
181
  MountainIcon,
182
+ MonthPicker,
180
183
  MouseIcon,
181
184
  Number,
182
185
  numberFormat,
@@ -241,6 +244,7 @@ export {
241
244
  Tabs,
242
245
  Tag,
243
246
  TaxIcon,
247
+ TableIcon,
244
248
  Textarea,
245
249
  theme,
246
250
  ThumbsDownIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xola/ui-kit",
3
- "version": "2.3.33",
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",