@fattureincloud/fic-design-system 0.7.40 → 0.7.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,7 @@ import { IconBackgroundPalette, IconPalette } from '../components/icon';
21
21
  import { InlineMessagePalette } from '../components/inlineMessage';
22
22
  import { SidebarItemPalette } from '../components/layout/sidebarItem';
23
23
  import { MicroTagPalette } from '../components/microTag';
24
+ import { MonthlyTabPalette } from '../components/monthlyTab';
24
25
  import { TablePalette } from '../components/oldTable';
25
26
  import { PaginationPalette } from '../components/pagination';
26
27
  import { ProgressBarPalette } from '../components/progressbar';
@@ -66,6 +67,7 @@ interface Components {
66
67
  segmentButton: SegmentButtonPalette;
67
68
  card: CardPalette;
68
69
  circularProgressBar: CircularProgressBarPalette;
70
+ monthlyTab: MonthlyTabPalette;
69
71
  }
70
72
  export interface Theme {
71
73
  palette: Palette;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.7.40",
3
+ "version": "0.7.41",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",
@@ -63,6 +63,7 @@
63
63
  "@tanstack/react-table": "^8.5.13",
64
64
  "@types/react": "^17.0.37",
65
65
  "@types/react-select": "^4.0.18",
66
+ "@viselect/react": "^3.2.7",
66
67
  "date-fns": "^2.28.0",
67
68
  "libphonenumber-js": "^1.10.18",
68
69
  "lodash": "^4.17.21",