@pismo/marola 1.0.0-beta.62 → 1.0.0-beta.63

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.
@@ -11,5 +11,4 @@ export interface DescriptionProps {
11
11
  /** Sets the label and value onto the same line */
12
12
  inline?: boolean;
13
13
  }
14
- declare const Description: ({ label, value, isLoading, "data-testid": dataTestId, inline, }: DescriptionProps) => import("react/jsx-runtime").JSX.Element;
15
- export default Description;
14
+ export declare const Description: ({ label, value, isLoading, "data-testid": dataTestId, inline, }: DescriptionProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import '../../assets/Description.css';
2
- import { jsxs as s, jsx as t } from "react/jsx-runtime";
3
- import { c as n } from "../../clsx-DB4S2d7J.js";
2
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
3
+ import { c as s } from "../../clsx-DB4S2d7J.js";
4
4
  import { Skeleton as o } from "../Skeleton/Skeleton.js";
5
5
  import { Typography as p } from "../Typography/Typography.js";
6
6
  const i = "_container_he0z3_78", a = {
@@ -28,10 +28,10 @@ const i = "_container_he0z3_78", a = {
28
28
  isLoading: r,
29
29
  "data-testid": e = "Description",
30
30
  inline: h
31
- }) => /* @__PURE__ */ s(
31
+ }) => /* @__PURE__ */ n(
32
32
  "div",
33
33
  {
34
- className: n([a.container, { [a["container--inline"]]: h }]),
34
+ className: s([a.container, { [a["container--inline"]]: h }]),
35
35
  "data-testid": `${e}-container`,
36
36
  children: [
37
37
  /* @__PURE__ */ t(p, { className: a["container--text"], variant: "base", "data-testid": `${e}-label`, children: r ? /* @__PURE__ */ t(o, { style: { width: 70, marginBottom: 2 }, "data-testid": `${e}-skeletonLabel` }) : y }),
@@ -50,5 +50,5 @@ const i = "_container_he0z3_78", a = {
50
50
  }
51
51
  );
52
52
  export {
53
- c as default
53
+ c as Description
54
54
  };
package/dist/main.js CHANGED
@@ -1,93 +1,94 @@
1
- import { Adornment as p } from "./components/Adornment/Adornment.js";
2
- import { Advice as m } from "./components/Advice/Advice.js";
3
- import { Autocomplete as x } from "./components/Autocomplete/Autocomplete.js";
1
+ import { Adornment as t } from "./components/Adornment/Adornment.js";
2
+ import { Advice as a } from "./components/Advice/Advice.js";
3
+ import { Autocomplete as m } from "./components/Autocomplete/Autocomplete.js";
4
4
  import "./components/Avatar/Avatar.js";
5
- import { Button as i } from "./components/Button/Button.js";
6
- import { Checkbox as T } from "./components/Checkbox/Checkbox.js";
7
- import { C as g, R as c, T as u } from "./Toggle-MfR7l8Wn.js";
8
- import { ConfirmationDialog as d } from "./components/ConfirmationDialog/ConfirmationDialog.js";
9
- import "react/jsx-runtime";
10
- import { Skeleton as k, SkeletonCircle as C, SkeletonTable as h } from "./components/Skeleton/Skeleton.js";
11
- import { Text as I, Typography as P } from "./components/Typography/Typography.js";
12
- import { Dialog as y } from "./components/Dialog/Dialog.js";
13
- import { EllipsisTooltip as B } from "./components/EllipsisTooltip/EllipsisTooltip.js";
14
- import { Icon as R } from "./components/Icon/Icon.js";
15
- import { IconButton as w } from "./components/IconButton/IconButton.js";
16
- import { Input as L } from "./components/Input/Input.js";
17
- import { InputSearch as O } from "./components/InputSearch/InputSearch.js";
18
- import { LoadingSpinner as j } from "./components/LoadingSpinner/LoadingSpinner.js";
19
- import { PageHeader as z } from "./components/PageHeader/PageHeader.js";
20
- import { Pagination as J, paginationDefaultTranslations as K } from "./components/Pagination/Pagination.js";
21
- import { Popover as Q } from "./components/Popover/Popover.js";
22
- import { ResultWithChips as V } from "./components/ResultWithChips/ResultWithChips.js";
23
- import { Select as Y, SelectOption as Z } from "./components/Select/Select.js";
24
- import { Snackbar as $ } from "./components/Snackbar/Snackbar.js";
25
- import { SortTooltip as ro, sortTooltipDefaultTranslations as eo } from "./components/SortTooltip/SortTooltip.js";
26
- import { Stepper as po } from "./components/Stepper/Stepper.js";
27
- import { StepperNavigator as mo } from "./components/StepperNavigator/StepperNavigator.js";
28
- import { TBody as xo, THead as no, Table as io, Td as lo, Th as To, Tr as so } from "./components/Table/Table.js";
29
- import { Tabs as co } from "./components/Tabs/Tabs.js";
30
- import { TextDisplay as So } from "./components/TextDisplay/TextDisplay.js";
31
- import { Toggle as ko } from "./components/Toggle/Toggle.js";
32
- import { G as ho } from "./Group-DspH8hyO.js";
33
- import { Tooltip as Io } from "./components/Tooltip/Tooltip.js";
34
- import { SnackbarContext as vo, SnackbarProvider as yo, useSnackbar as Ao } from "./contexts/SnackbarProvider/SnackbarProvider.js";
35
- import { default as Go } from "./components/Dialog/DialogTitle.js";
36
- import { default as Ho } from "./components/Dialog/Content.js";
37
- import { default as Eo } from "./components/Dialog/Actions.js";
38
- import { Tab as No } from "./components/Tabs/Tab.js";
39
- import { TabPanel as Wo } from "./components/Tabs/TabPanel.js";
5
+ import { Button as n } from "./components/Button/Button.js";
6
+ import { Checkbox as l } from "./components/Checkbox/Checkbox.js";
7
+ import { C as s, R as c, T as g } from "./Toggle-MfR7l8Wn.js";
8
+ import { ConfirmationDialog as S } from "./components/ConfirmationDialog/ConfirmationDialog.js";
9
+ import { Description as b } from "./components/Description/Description.js";
10
+ import { Dialog as C } from "./components/Dialog/Dialog.js";
11
+ import { EllipsisTooltip as D } from "./components/EllipsisTooltip/EllipsisTooltip.js";
12
+ import { Icon as P } from "./components/Icon/Icon.js";
13
+ import { IconButton as y } from "./components/IconButton/IconButton.js";
14
+ import { Input as B } from "./components/Input/Input.js";
15
+ import { InputSearch as R } from "./components/InputSearch/InputSearch.js";
16
+ import { LoadingSpinner as w } from "./components/LoadingSpinner/LoadingSpinner.js";
17
+ import { PageHeader as L } from "./components/PageHeader/PageHeader.js";
18
+ import { Pagination as O, paginationDefaultTranslations as W } from "./components/Pagination/Pagination.js";
19
+ import { Popover as q } from "./components/Popover/Popover.js";
20
+ import { ResultWithChips as F } from "./components/ResultWithChips/ResultWithChips.js";
21
+ import { Select as K, SelectOption as M } from "./components/Select/Select.js";
22
+ import { Skeleton as U, SkeletonCircle as V, SkeletonTable as X } from "./components/Skeleton/Skeleton.js";
23
+ import { Snackbar as Z } from "./components/Snackbar/Snackbar.js";
24
+ import { SortTooltip as $, sortTooltipDefaultTranslations as oo } from "./components/SortTooltip/SortTooltip.js";
25
+ import { Stepper as eo } from "./components/Stepper/Stepper.js";
26
+ import { StepperNavigator as po } from "./components/StepperNavigator/StepperNavigator.js";
27
+ import { TBody as fo, THead as mo, Table as xo, Td as no, Th as io, Tr as lo } from "./components/Table/Table.js";
28
+ import { Tabs as so } from "./components/Tabs/Tabs.js";
29
+ import { TextDisplay as go } from "./components/TextDisplay/TextDisplay.js";
30
+ import { Toggle as So } from "./components/Toggle/Toggle.js";
31
+ import { G as ko } from "./Group-DspH8hyO.js";
32
+ import { Tooltip as ho } from "./components/Tooltip/Tooltip.js";
33
+ import { Text as Io, Typography as Po } from "./components/Typography/Typography.js";
34
+ import { SnackbarContext as yo, SnackbarProvider as Ao, useSnackbar as Bo } from "./contexts/SnackbarProvider/SnackbarProvider.js";
35
+ import { default as Ro } from "./components/Dialog/DialogTitle.js";
36
+ import { default as wo } from "./components/Dialog/Content.js";
37
+ import { default as Lo } from "./components/Dialog/Actions.js";
38
+ import { Tab as Oo } from "./components/Tabs/Tab.js";
39
+ import { TabPanel as jo } from "./components/Tabs/TabPanel.js";
40
40
  export {
41
- Eo as Actions,
42
- p as Adornment,
43
- m as Advice,
44
- x as Autocomplete,
45
- i as Button,
46
- T as Checkbox,
47
- g as Chip,
48
- d as ConfirmationDialog,
49
- Ho as Content,
50
- y as Dialog,
51
- Go as DialogTitle,
52
- B as EllipsisTooltip,
53
- R as Icon,
54
- w as IconButton,
55
- L as Input,
56
- O as InputSearch,
57
- j as LoadingSpinner,
58
- z as PageHeader,
59
- J as Pagination,
60
- Q as Popover,
61
- V as ResultWithChips,
41
+ Lo as Actions,
42
+ t as Adornment,
43
+ a as Advice,
44
+ m as Autocomplete,
45
+ n as Button,
46
+ l as Checkbox,
47
+ s as Chip,
48
+ S as ConfirmationDialog,
49
+ wo as Content,
50
+ b as Description,
51
+ C as Dialog,
52
+ Ro as DialogTitle,
53
+ D as EllipsisTooltip,
54
+ P as Icon,
55
+ y as IconButton,
56
+ B as Input,
57
+ R as InputSearch,
58
+ w as LoadingSpinner,
59
+ L as PageHeader,
60
+ O as Pagination,
61
+ q as Popover,
62
+ F as ResultWithChips,
62
63
  c as RowItem,
63
- Y as Select,
64
- Z as SelectOption,
65
- k as Skeleton,
66
- C as SkeletonCircle,
67
- h as SkeletonTable,
68
- $ as Snackbar,
69
- vo as SnackbarContext,
70
- yo as SnackbarProvider,
71
- ro as SortTooltip,
72
- po as Stepper,
73
- mo as StepperNavigator,
74
- xo as TBody,
75
- no as THead,
76
- No as Tab,
77
- Wo as TabPanel,
78
- io as Table,
79
- co as Tabs,
80
- lo as Td,
81
- I as Text,
82
- So as TextDisplay,
83
- To as Th,
84
- ko as Toggle,
85
- ho as ToggleGroup,
86
- u as ToggleGroupItem,
87
- Io as Tooltip,
88
- so as Tr,
89
- P as Typography,
90
- K as paginationDefaultTranslations,
91
- eo as sortTooltipDefaultTranslations,
92
- Ao as useSnackbar
64
+ K as Select,
65
+ M as SelectOption,
66
+ U as Skeleton,
67
+ V as SkeletonCircle,
68
+ X as SkeletonTable,
69
+ Z as Snackbar,
70
+ yo as SnackbarContext,
71
+ Ao as SnackbarProvider,
72
+ $ as SortTooltip,
73
+ eo as Stepper,
74
+ po as StepperNavigator,
75
+ fo as TBody,
76
+ mo as THead,
77
+ Oo as Tab,
78
+ jo as TabPanel,
79
+ xo as Table,
80
+ so as Tabs,
81
+ no as Td,
82
+ Io as Text,
83
+ go as TextDisplay,
84
+ io as Th,
85
+ So as Toggle,
86
+ ko as ToggleGroup,
87
+ g as ToggleGroupItem,
88
+ ho as Tooltip,
89
+ lo as Tr,
90
+ Po as Typography,
91
+ W as paginationDefaultTranslations,
92
+ oo as sortTooltipDefaultTranslations,
93
+ Bo as useSnackbar
93
94
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pismo/marola",
3
3
  "description": "CDX tribe component library",
4
- "version": "1.0.0-beta.62",
4
+ "version": "1.0.0-beta.63",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",