venice-ui 1.0.37 → 1.0.38

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.
@@ -56,15 +56,15 @@ const DropdownMenu = ({ size = 'medium', iconName = 'more_vert', color = Theme_1
56
56
  document.removeEventListener('click', handleClickOutside, true);
57
57
  };
58
58
  }, [open]);
59
- return (react_1.default.createElement(DropdownMenu_styles_1.SubMenuElement, null,
59
+ return (react_1.default.createElement(DropdownMenu_styles_1.DropdownMenuElement, null,
60
60
  react_1.default.createElement(Icons_1.Icon, { name: iconName, onClick: () => toogleOpen(!open), color: color, bgColor: iconBackgroundColor, size: (0, common_1.setIconSize)(size), active: open }),
61
61
  open && (react_1.default.createElement(common_1.Panel, { ref: ref, size: size, position: "right" },
62
62
  react_1.default.createElement(Aligment_1.Aligment, { hPadding: Theme_1.Theme.padding.m, direction: "column" },
63
- header && (react_1.default.createElement(DropdownMenu_styles_1.UserMenuHeader, null,
64
- headerTitle && react_1.default.createElement(Typography_1.TextAccent, null, headerTitle),
65
- headerSubtitle && react_1.default.createElement(Typography_1.TextLabel, null, headerSubtitle))),
66
- react_1.default.createElement(DropdownMenu_styles_1.UserMenuContent, null, options &&
67
- options.map((option) => (react_1.default.createElement(DropdownMenu_styles_1.PanelOption, { key: option.label, onClick: () => handleClick(option.action) }, option.label)))),
68
- footer && (react_1.default.createElement(DropdownMenu_styles_1.UserMenuFooter, null, footerText && (react_1.default.createElement(Typography_1.Text, { action: true, onClick: handleFooterAction }, footerText)))))))));
63
+ header && (react_1.default.createElement(DropdownMenu_styles_1.DropdownMenuHeader, null,
64
+ headerTitle && (react_1.default.createElement(Typography_1.TextAccent, { color: Theme_1.Theme.colors.text }, headerTitle)),
65
+ headerSubtitle && (react_1.default.createElement(Typography_1.TextLabel, { color: Theme_1.Theme.colors.text }, headerSubtitle)))),
66
+ react_1.default.createElement(DropdownMenu_styles_1.DropdownMenuContent, null, options &&
67
+ options.map((option) => (react_1.default.createElement(DropdownMenu_styles_1.DropdownMenuOption, { key: option.label, onClick: () => handleClick(option.action) }, option.label)))),
68
+ footer && (react_1.default.createElement(DropdownMenu_styles_1.DropdownMenuFooter, null, footerText && (react_1.default.createElement(Typography_1.Text, { action: true, onClick: handleFooterAction }, footerText)))))))));
69
69
  };
70
70
  exports.DropdownMenu = DropdownMenu;
@@ -3,30 +3,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.PanelOption = exports.UserMenuContent = exports.UserMenuFooter = exports.UserMenuHeader = exports.SubMenuElement = void 0;
6
+ exports.DropdownMenuOption = exports.DropdownMenuContent = exports.DropdownMenuFooter = exports.DropdownMenuHeader = exports.DropdownMenuElement = void 0;
7
7
  const polished_1 = require("polished");
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
9
  const Theme_1 = require("../../Theme");
10
- exports.SubMenuElement = styled_components_1.default.div `
10
+ exports.DropdownMenuElement = styled_components_1.default.div `
11
11
  position:relative;
12
12
  width:auto;
13
13
  display: flex;
14
14
  box-sizing: border-box;
15
15
  `;
16
- exports.UserMenuHeader = styled_components_1.default.div `
16
+ exports.DropdownMenuHeader = styled_components_1.default.div `
17
17
  border-bottom: 1px solid ${Theme_1.Theme.colors.gray_2};
18
18
  padding-bottom: ${Theme_1.Theme.padding.m};
19
19
  width:100%;
20
20
  `;
21
- exports.UserMenuFooter = styled_components_1.default.div `
21
+ exports.DropdownMenuFooter = styled_components_1.default.div `
22
22
  border-top: 1px solid ${Theme_1.Theme.colors.gray_2};
23
23
  padding-top: ${Theme_1.Theme.padding.m};
24
24
  width:100%;
25
25
  `;
26
- exports.UserMenuContent = styled_components_1.default.div `
26
+ exports.DropdownMenuContent = styled_components_1.default.div `
27
27
  width:100%;
28
28
  `;
29
- exports.PanelOption = styled_components_1.default.div `
29
+ exports.DropdownMenuOption = styled_components_1.default.div `
30
30
  padding: ${Theme_1.Theme.padding.s} 0;
31
31
  cursor: pointer;
32
32
  white-space: nowrap;
@@ -22,5 +22,8 @@ exports.iconsPath = {
22
22
  download: "M6 20q-.825 0-1.412-.587Q4 18.825 4 18v-3h2v3h12v-3h2v3q0 .825-.587 1.413Q18.825 20 18 20Zm6-4-5-5 1.4-1.45 2.6 2.6V4h2v8.15l2.6-2.6L17 11Z",
23
23
  delete: "M7 21q-.825 0-1.412-.587Q5 19.825 5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413Q17.825 21 17 21ZM17 6H7v13h10ZM9 17h2V8H9Zm4 0h2V8h-2ZM7 6v13Z",
24
24
  close: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6Z",
25
- person: "M12 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563.437-.712 1.162-1.087 1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm2-2h12v-.8q0-.275-.137-.5-.138-.225-.363-.35-1.35-.675-2.725-1.013Q13.4 15 12 15t-2.775.337Q7.85 15.675 6.5 16.35q-.225.125-.362.35-.138.225-.138.5Zm6-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6q-.825 0-1.412.588Q10 7.175 10 8t.588 1.412Q11.175 10 12 10Zm0-2Zm0 10Z"
25
+ person: "M12 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563.437-.712 1.162-1.087 1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm2-2h12v-.8q0-.275-.137-.5-.138-.225-.363-.35-1.35-.675-2.725-1.013Q13.4 15 12 15t-2.775.337Q7.85 15.675 6.5 16.35q-.225.125-.362.35-.138.225-.138.5Zm6-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6q-.825 0-1.412.588Q10 7.175 10 8t.588 1.412Q11.175 10 12 10Zm0-2Zm0 10Z",
26
+ check_circle: "m10.6 16.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4ZM12 22q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z",
27
+ check_box: "m10.6 16.2 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4ZM5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm0-2h14V5H5v14ZM5 5v14V5Z",
28
+ check: "m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"
26
29
  };
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IconsShows = void 0;
7
+ const Aligment_1 = require("../Aligment");
8
+ const react_1 = __importDefault(require("react"));
9
+ const Icon_1 = require("./Icon");
10
+ const IconsPath_1 = require("./IconsPath");
11
+ const example_1 = require("../../example");
12
+ const IconsShows = () => {
13
+ return (react_1.default.createElement(Aligment_1.Aligment, { gap: 5 },
14
+ react_1.default.createElement(react_1.default.Fragment, null, Object.keys(IconsPath_1.iconsPath).map((iconPath) => (react_1.default.createElement(example_1.IconsShowroom, null,
15
+ react_1.default.createElement(Icon_1.Icon, { name: iconPath, size: 48 }),
16
+ iconPath))))));
17
+ };
18
+ exports.IconsShows = IconsShows;
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Icon = void 0;
3
+ exports.iconsPath = exports.Icon = void 0;
4
4
  var Icon_1 = require("./Icon");
5
5
  Object.defineProperty(exports, "Icon", { enumerable: true, get: function () { return Icon_1.Icon; } });
6
+ var IconsPath_1 = require("./IconsPath");
7
+ Object.defineProperty(exports, "iconsPath", { enumerable: true, get: function () { return IconsPath_1.iconsPath; } });
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ExampleItem = exports.ExampleArea = exports.ExampleAreaTitle = exports.ExampleTableHeader = exports.ExampleTableCell = exports.ExampleTableRow = exports.ExampleTable = exports.ExmpleBlockWrapper = exports.ExmpleBlock = exports.StoryWrapper = void 0;
6
+ exports.IconsShowroom = exports.ExampleItem = exports.ExampleArea = exports.ExampleAreaTitle = exports.ExampleTableHeader = exports.ExampleTableCell = exports.ExampleTableRow = exports.ExampleTable = exports.ExmpleBlockWrapper = exports.ExmpleBlock = exports.StoryWrapper = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
8
  const Theme_1 = require("../Theme/Theme");
9
9
  exports.StoryWrapper = styled_components_1.default.div `
@@ -53,3 +53,11 @@ exports.ExampleItem = styled_components_1.default.div `
53
53
  display:flex;
54
54
  max-width:300px;
55
55
  `;
56
+ exports.IconsShowroom = styled_components_1.default.div `
57
+ display: flex;
58
+ flex-direction:column;
59
+ padding:10px;
60
+ border:1px solid #f3f3f3;
61
+ font-size: 12px;
62
+ text-align:center;
63
+ `;
@@ -2,7 +2,7 @@ import { Panel, setIconSize } from '../common';
2
2
  import React, { useState, useRef, useEffect } from 'react';
3
3
  import { Theme } from '../../Theme';
4
4
  import { Icon } from '../Icons';
5
- import { PanelOption, SubMenuElement, UserMenuContent, UserMenuFooter, UserMenuHeader, } from './DropdownMenu.styles';
5
+ import { DropdownMenuOption, DropdownMenuElement, DropdownMenuContent, DropdownMenuFooter, DropdownMenuHeader, } from './DropdownMenu.styles';
6
6
  import { Aligment } from '../Aligment';
7
7
  import { TextAccent, TextLabel, Text } from '../Typography';
8
8
  export const DropdownMenu = ({ size = 'medium', iconName = 'more_vert', color = Theme.colors.primary, iconBackgroundColor = false, header = false, headerTitle, headerSubtitle, footer = false, footerText, footerAction, options, }) => {
@@ -30,14 +30,14 @@ export const DropdownMenu = ({ size = 'medium', iconName = 'more_vert', color =
30
30
  document.removeEventListener('click', handleClickOutside, true);
31
31
  };
32
32
  }, [open]);
33
- return (React.createElement(SubMenuElement, null,
33
+ return (React.createElement(DropdownMenuElement, null,
34
34
  React.createElement(Icon, { name: iconName, onClick: () => toogleOpen(!open), color: color, bgColor: iconBackgroundColor, size: setIconSize(size), active: open }),
35
35
  open && (React.createElement(Panel, { ref: ref, size: size, position: "right" },
36
36
  React.createElement(Aligment, { hPadding: Theme.padding.m, direction: "column" },
37
- header && (React.createElement(UserMenuHeader, null,
38
- headerTitle && React.createElement(TextAccent, null, headerTitle),
39
- headerSubtitle && React.createElement(TextLabel, null, headerSubtitle))),
40
- React.createElement(UserMenuContent, null, options &&
41
- options.map((option) => (React.createElement(PanelOption, { key: option.label, onClick: () => handleClick(option.action) }, option.label)))),
42
- footer && (React.createElement(UserMenuFooter, null, footerText && (React.createElement(Text, { action: true, onClick: handleFooterAction }, footerText)))))))));
37
+ header && (React.createElement(DropdownMenuHeader, null,
38
+ headerTitle && (React.createElement(TextAccent, { color: Theme.colors.text }, headerTitle)),
39
+ headerSubtitle && (React.createElement(TextLabel, { color: Theme.colors.text }, headerSubtitle)))),
40
+ React.createElement(DropdownMenuContent, null, options &&
41
+ options.map((option) => (React.createElement(DropdownMenuOption, { key: option.label, onClick: () => handleClick(option.action) }, option.label)))),
42
+ footer && (React.createElement(DropdownMenuFooter, null, footerText && (React.createElement(Text, { action: true, onClick: handleFooterAction }, footerText)))))))));
43
43
  };
@@ -1,26 +1,26 @@
1
1
  import { lighten } from "polished";
2
2
  import styled from "styled-components";
3
3
  import { Theme } from "../../Theme";
4
- export const SubMenuElement = styled.div `
4
+ export const DropdownMenuElement = styled.div `
5
5
  position:relative;
6
6
  width:auto;
7
7
  display: flex;
8
8
  box-sizing: border-box;
9
9
  `;
10
- export const UserMenuHeader = styled.div `
10
+ export const DropdownMenuHeader = styled.div `
11
11
  border-bottom: 1px solid ${Theme.colors.gray_2};
12
12
  padding-bottom: ${Theme.padding.m};
13
13
  width:100%;
14
14
  `;
15
- export const UserMenuFooter = styled.div `
15
+ export const DropdownMenuFooter = styled.div `
16
16
  border-top: 1px solid ${Theme.colors.gray_2};
17
17
  padding-top: ${Theme.padding.m};
18
18
  width:100%;
19
19
  `;
20
- export const UserMenuContent = styled.div `
20
+ export const DropdownMenuContent = styled.div `
21
21
  width:100%;
22
22
  `;
23
- export const PanelOption = styled.div `
23
+ export const DropdownMenuOption = styled.div `
24
24
  padding: ${Theme.padding.s} 0;
25
25
  cursor: pointer;
26
26
  white-space: nowrap;
@@ -19,5 +19,8 @@ export const iconsPath = {
19
19
  download: "M6 20q-.825 0-1.412-.587Q4 18.825 4 18v-3h2v3h12v-3h2v3q0 .825-.587 1.413Q18.825 20 18 20Zm6-4-5-5 1.4-1.45 2.6 2.6V4h2v8.15l2.6-2.6L17 11Z",
20
20
  delete: "M7 21q-.825 0-1.412-.587Q5 19.825 5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413Q17.825 21 17 21ZM17 6H7v13h10ZM9 17h2V8H9Zm4 0h2V8h-2ZM7 6v13Z",
21
21
  close: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6Z",
22
- person: "M12 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563.437-.712 1.162-1.087 1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm2-2h12v-.8q0-.275-.137-.5-.138-.225-.363-.35-1.35-.675-2.725-1.013Q13.4 15 12 15t-2.775.337Q7.85 15.675 6.5 16.35q-.225.125-.362.35-.138.225-.138.5Zm6-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6q-.825 0-1.412.588Q10 7.175 10 8t.588 1.412Q11.175 10 12 10Zm0-2Zm0 10Z"
22
+ person: "M12 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563.437-.712 1.162-1.087 1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm2-2h12v-.8q0-.275-.137-.5-.138-.225-.363-.35-1.35-.675-2.725-1.013Q13.4 15 12 15t-2.775.337Q7.85 15.675 6.5 16.35q-.225.125-.362.35-.138.225-.138.5Zm6-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6q-.825 0-1.412.588Q10 7.175 10 8t.588 1.412Q11.175 10 12 10Zm0-2Zm0 10Z",
23
+ check_circle: "m10.6 16.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4ZM12 22q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z",
24
+ check_box: "m10.6 16.2 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4ZM5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm0-2h14V5H5v14ZM5 5v14V5Z",
25
+ check: "m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"
23
26
  };
@@ -0,0 +1,11 @@
1
+ import { Aligment } from '../Aligment';
2
+ import React from 'react';
3
+ import { Icon } from './Icon';
4
+ import { iconsPath } from './IconsPath';
5
+ import { IconsShowroom } from '../../example';
6
+ export const IconsShows = () => {
7
+ return (React.createElement(Aligment, { gap: 5 },
8
+ React.createElement(React.Fragment, null, Object.keys(iconsPath).map((iconPath) => (React.createElement(IconsShowroom, null,
9
+ React.createElement(Icon, { name: iconPath, size: 48 }),
10
+ iconPath))))));
11
+ };
@@ -1 +1,2 @@
1
1
  export { Icon } from './Icon';
2
+ export { iconsPath } from './IconsPath';
@@ -47,3 +47,11 @@ export const ExampleItem = styled.div `
47
47
  display:flex;
48
48
  max-width:300px;
49
49
  `;
50
+ export const IconsShowroom = styled.div `
51
+ display: flex;
52
+ flex-direction:column;
53
+ padding:10px;
54
+ border:1px solid #f3f3f3;
55
+ font-size: 12px;
56
+ text-align:center;
57
+ `;
@@ -1,9 +1,9 @@
1
- export declare const SubMenuElement: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const UserMenuHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const UserMenuFooter: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const UserMenuContent: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ export declare const DropdownMenuElement: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const DropdownMenuHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const DropdownMenuFooter: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const DropdownMenuContent: import("styled-components").StyledComponent<"div", any, {}, never>;
5
5
  interface IPanelOptionStyle {
6
6
  onClick?: any;
7
7
  }
8
- export declare const PanelOption: import("styled-components").StyledComponent<"div", any, IPanelOptionStyle, never>;
8
+ export declare const DropdownMenuOption: import("styled-components").StyledComponent<"div", any, IPanelOptionStyle, never>;
9
9
  export {};
@@ -20,4 +20,7 @@ export declare const iconsPath: {
20
20
  delete: string;
21
21
  close: string;
22
22
  person: string;
23
+ check_circle: string;
24
+ check_box: string;
25
+ check: string;
23
26
  };
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const IconsShows: FC;
@@ -1 +1,2 @@
1
1
  export { Icon } from './Icon';
2
+ export { iconsPath } from './IconsPath';
@@ -16,4 +16,5 @@ export declare const ExampleTableHeader: import("styled-components").StyledCompo
16
16
  export declare const ExampleAreaTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
17
17
  export declare const ExampleArea: import("styled-components").StyledComponent<"div", any, {}, never>;
18
18
  export declare const ExampleItem: import("styled-components").StyledComponent<"div", any, {}, never>;
19
+ export declare const IconsShowroom: import("styled-components").StyledComponent<"div", any, {}, never>;
19
20
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venice-ui",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "module": "./dist/esm/index.js",