@seeqdev/qomponents 0.0.91 → 0.0.92
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/dist/Select/index.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/Select/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import TextArea from './TextArea';
|
|
|
6
6
|
import { QTip, Tooltip } from './Tooltip';
|
|
7
7
|
import Icon from './Icon';
|
|
8
8
|
import Select from './Select';
|
|
9
|
+
import { SelectCompoents } from './Select';
|
|
9
10
|
import Modal from './Modal';
|
|
10
11
|
import Tabs from './Tabs';
|
|
11
12
|
import Accordion from './Accordion';
|
|
@@ -21,6 +22,7 @@ export { Tooltip };
|
|
|
21
22
|
export { Checkbox };
|
|
22
23
|
export { Icon };
|
|
23
24
|
export { Select };
|
|
25
|
+
export { SelectCompoents };
|
|
24
26
|
export { QTip };
|
|
25
27
|
export { Modal };
|
|
26
28
|
export { Accordion };
|
package/dist/index.esm.js
CHANGED
|
@@ -16228,5 +16228,5 @@ const NewWorkbench = ({ newWorkbenchItems, trigger, id, extraClassNames, contain
|
|
|
16228
16228
|
})))));
|
|
16229
16229
|
};
|
|
16230
16230
|
|
|
16231
|
-
export { Accordion, Button, ButtonWithDropdown, ButtonWithPopover, Checkbox, Icon, Modal, NewWorkbench, QTip, Select, Tabs, TextArea, TextField, ToolbarButton, Tooltip };
|
|
16231
|
+
export { Accordion, Button, ButtonWithDropdown, ButtonWithPopover, Checkbox, Icon, Modal, NewWorkbench, QTip, Select, components as SelectCompoents, Tabs, TextArea, TextField, ToolbarButton, Tooltip };
|
|
16232
16232
|
//# sourceMappingURL=index.esm.js.map
|