qlu-20-ui-library 1.1.166 → 1.1.167
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/package.json
CHANGED
|
File without changes
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// import type { StoryObj, Meta } from '@storybook/react';
|
|
3
|
-
// import { QuillTextArea } from '../components';
|
|
4
|
-
// const meta: Meta<typeof QuillTextArea> = {
|
|
5
|
-
// title: "TextArea/QuillTextArea",
|
|
6
|
-
// component: QuillTextArea
|
|
7
|
-
// };
|
|
8
|
-
// export default meta;
|
|
9
|
-
// type QuillTextAreaProps = StoryObj<typeof QuillTextArea>;
|
|
10
|
-
// export const Primary: QuillTextAreaProps = {
|
|
11
|
-
// args: {
|
|
12
|
-
// showTagButtons: true,
|
|
13
|
-
// tabs: [
|
|
14
|
-
// {
|
|
15
|
-
// tabName: "Prospect Info",
|
|
16
|
-
// tabList: [
|
|
17
|
-
// {
|
|
18
|
-
// tagName: "First Name",
|
|
19
|
-
// },
|
|
20
|
-
// {
|
|
21
|
-
// tagName: "Current Title",
|
|
22
|
-
// },
|
|
23
|
-
// {
|
|
24
|
-
// tagName: "Current Company",
|
|
25
|
-
// },
|
|
26
|
-
// {
|
|
27
|
-
// tagName: "School Name",
|
|
28
|
-
// },
|
|
29
|
-
// {
|
|
30
|
-
// tagName: "Last Name",
|
|
31
|
-
// },
|
|
32
|
-
// {
|
|
33
|
-
// tagName: "Full Name",
|
|
34
|
-
// },
|
|
35
|
-
// ]
|
|
36
|
-
// },
|
|
37
|
-
// {
|
|
38
|
-
// tabName: "Job Info",
|
|
39
|
-
// tabList: [
|
|
40
|
-
// {
|
|
41
|
-
// tagName: "Current Title",
|
|
42
|
-
// },
|
|
43
|
-
// {
|
|
44
|
-
// tagName: "New Company",
|
|
45
|
-
// },
|
|
46
|
-
// {
|
|
47
|
-
// tagName: "Last Name",
|
|
48
|
-
// },
|
|
49
|
-
// {
|
|
50
|
-
// tagName: "Full Name",
|
|
51
|
-
// },
|
|
52
|
-
// ]
|
|
53
|
-
// },
|
|
54
|
-
// ],
|
|
55
|
-
// }
|
|
56
|
-
// };
|