@connectif/ui-components 0.0.9 → 1.0.0

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.
@@ -383,6 +383,7 @@ export declare const icons: {
383
383
  'chart-pie': string;
384
384
  'chart-scatterplot-hexbin': string;
385
385
  'chart-timeline': string;
386
+ 'chart-timeline-variant-shimmer': string;
386
387
  check: string;
387
388
  'check-all': string;
388
389
  'check-circle': string;
@@ -688,6 +689,7 @@ export declare const icons: {
688
689
  'facebook-messenger': string;
689
690
  'facebook-page-visit': string;
690
691
  factory: string;
692
+ 'family-tree': string;
691
693
  fan: string;
692
694
  'fast-forward': string;
693
695
  'fast-forward-outline': string;
@@ -3,6 +3,7 @@ import { StackProps } from '@mui/material';
3
3
  declare const sizes: {
4
4
  M: number;
5
5
  L: number;
6
+ XL: number;
6
7
  };
7
8
  export type MinimizableWindowProps = React.PropsWithChildren<{
8
9
  /**
package/dist/index.js CHANGED
@@ -1472,6 +1472,7 @@ import {
1472
1472
  mdiChartPie,
1473
1473
  mdiChartScatterPlotHexbin,
1474
1474
  mdiChartTimeline,
1475
+ mdiChartTimelineVariantShimmer,
1475
1476
  mdiCheck,
1476
1477
  mdiCheckAll,
1477
1478
  mdiCheckCircle,
@@ -1743,6 +1744,7 @@ import {
1743
1744
  mdiEyeOffOutline,
1744
1745
  mdiEyedropper,
1745
1746
  mdiEyedropperVariant,
1747
+ mdiFamilyTree,
1746
1748
  mdiFaceMan,
1747
1749
  mdiFaceManProfile,
1748
1750
  mdiFactory,
@@ -3214,6 +3216,7 @@ var icons = {
3214
3216
  "chart-pie": mdiChartPie,
3215
3217
  "chart-scatterplot-hexbin": mdiChartScatterPlotHexbin,
3216
3218
  "chart-timeline": mdiChartTimeline,
3219
+ "chart-timeline-variant-shimmer": mdiChartTimelineVariantShimmer,
3217
3220
  check: mdiCheck,
3218
3221
  "check-all": mdiCheckAll,
3219
3222
  "check-circle": mdiCheckCircle,
@@ -3542,6 +3545,7 @@ var icons = {
3542
3545
  "facebook-messenger": "M12,2C6.5,2 2,6.14 2,11.25C2,14.13 3.42,16.7 5.65,18.4L5.71,22L9.16,20.12L9.13,20.11C10.04,20.36 11,20.5 12,20.5C17.5,20.5 22,16.36 22,11.25C22,6.14 17.5,2 12,2M13.03,14.41L10.54,11.78L5.5,14.41L10.88,8.78L13.46,11.25L18.31,8.78L13.03,14.41Z",
3543
3546
  "facebook-page-visit": "M9 8v2H2v10h14v-5h2v5c0 1.054-.965 1.924-2 2h-5v1.054L12 24H5.962L7 23.054V22H2c-1.054 0-1.924-.965-2-2V10c0-1.054.965-1.924 2-2h7zm8-8a7 7 0 0 1 1.094 13.915V9.023h1.63L20.036 7h-1.941V5.687c0-.554.27-1.093 1.14-1.093h.883V2.87s-.8-.137-1.567-.137c-1.599 0-2.644.97-2.644 2.724V7H14.13v2.023h1.777v4.892A7.002 7.002 0 0 1 17 0z",
3544
3547
  factory: mdiFactory,
3548
+ "family-tree": mdiFamilyTree,
3545
3549
  fan: mdiFan,
3546
3550
  "fast-forward": mdiFastForward,
3547
3551
  "fast-forward-outline": mdiFastForwardOutline,
@@ -25021,7 +25025,8 @@ import * as React83 from "react";
25021
25025
  import { Fragment as Fragment32, jsx as jsx166, jsxs as jsxs78 } from "react/jsx-runtime";
25022
25026
  var sizes6 = {
25023
25027
  M: 400,
25024
- L: 500
25028
+ L: 500,
25029
+ XL: 600
25025
25030
  };
25026
25031
  var styles = {
25027
25032
  backgroundColor: dark900,