@ama-pt/agora-design-system 0.1.2 → 0.1.4

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.
Files changed (129) hide show
  1. package/README.md +36 -1
  2. package/README.npm.md +36 -1
  3. package/dist/cjs/components/ui/atoms/button/button.scss +1 -375
  4. package/dist/cjs/components/ui/atoms/checkbox/checkbox.scss +1 -139
  5. package/dist/cjs/components/ui/atoms/icon/icon.scss +1 -43
  6. package/dist/cjs/components/ui/atoms/input_number/input_number.scss +1 -244
  7. package/dist/cjs/components/ui/atoms/input_password/input_password.scss +1 -182
  8. package/dist/cjs/components/ui/atoms/input_text/input_text.scss +1 -160
  9. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.scss +1 -152
  10. package/dist/cjs/components/ui/atoms/radio/radio.scss +1 -138
  11. package/dist/cjs/components/ui/index.d.ts +5 -3
  12. package/dist/cjs/components/ui/index.js +8 -5
  13. package/dist/cjs/components/ui/index.js.map +1 -1
  14. package/dist/cjs/components/ui/molecules/accordion/accordion.scss +1 -8
  15. package/dist/cjs/styles/globals.scss +1 -29
  16. package/dist/esm/components/ui/atoms/button/button.scss +1 -375
  17. package/dist/esm/components/ui/atoms/checkbox/checkbox.scss +1 -139
  18. package/dist/esm/components/ui/atoms/icon/icon.scss +1 -43
  19. package/dist/esm/components/ui/atoms/input_number/input_number.scss +1 -244
  20. package/dist/esm/components/ui/atoms/input_password/input_password.scss +1 -182
  21. package/dist/esm/components/ui/atoms/input_text/input_text.scss +1 -160
  22. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.scss +1 -152
  23. package/dist/esm/components/ui/atoms/radio/radio.scss +1 -138
  24. package/dist/esm/components/ui/index.d.ts +5 -3
  25. package/dist/esm/components/ui/index.js +8 -5
  26. package/dist/esm/components/ui/index.js.map +1 -1
  27. package/dist/esm/components/ui/molecules/accordion/accordion.scss +1 -8
  28. package/dist/esm/styles/globals.scss +1 -29
  29. package/dist/styles/globals.css +1 -0
  30. package/package.json +7 -9
  31. package/dist/cjs/components/ui/atoms/button/button.csf.d.ts +0 -80
  32. package/dist/cjs/components/ui/atoms/button/button.csf.js +0 -67
  33. package/dist/cjs/components/ui/atoms/button/button.csf.js.map +0 -1
  34. package/dist/cjs/components/ui/atoms/button/button.stories.d.ts +0 -59
  35. package/dist/cjs/components/ui/atoms/button/button.stories.js +0 -92
  36. package/dist/cjs/components/ui/atoms/button/button.stories.js.map +0 -1
  37. package/dist/cjs/components/ui/atoms/checkbox/checkbox.csf.d.ts +0 -73
  38. package/dist/cjs/components/ui/atoms/checkbox/checkbox.csf.js +0 -56
  39. package/dist/cjs/components/ui/atoms/checkbox/checkbox.csf.js.map +0 -1
  40. package/dist/cjs/components/ui/atoms/checkbox/checkbox.stories.d.ts +0 -29
  41. package/dist/cjs/components/ui/atoms/checkbox/checkbox.stories.js +0 -62
  42. package/dist/cjs/components/ui/atoms/checkbox/checkbox.stories.js.map +0 -1
  43. package/dist/cjs/components/ui/atoms/icon/icon.stories.d.ts +0 -8
  44. package/dist/cjs/components/ui/atoms/icon/icon.stories.js +0 -65
  45. package/dist/cjs/components/ui/atoms/icon/icon.stories.js.map +0 -1
  46. package/dist/cjs/components/ui/atoms/input_number/input_number.csf.d.ts +0 -205
  47. package/dist/cjs/components/ui/atoms/input_number/input_number.csf.js +0 -142
  48. package/dist/cjs/components/ui/atoms/input_number/input_number.csf.js.map +0 -1
  49. package/dist/cjs/components/ui/atoms/input_number/input_number.stories.d.ts +0 -13
  50. package/dist/cjs/components/ui/atoms/input_number/input_number.stories.js +0 -84
  51. package/dist/cjs/components/ui/atoms/input_number/input_number.stories.js.map +0 -1
  52. package/dist/cjs/components/ui/atoms/input_password/input_password.csf.d.ts +0 -197
  53. package/dist/cjs/components/ui/atoms/input_password/input_password.csf.js +0 -137
  54. package/dist/cjs/components/ui/atoms/input_password/input_password.csf.js.map +0 -1
  55. package/dist/cjs/components/ui/atoms/input_password/input_password.stories.d.ts +0 -13
  56. package/dist/cjs/components/ui/atoms/input_password/input_password.stories.js +0 -82
  57. package/dist/cjs/components/ui/atoms/input_password/input_password.stories.js.map +0 -1
  58. package/dist/cjs/components/ui/atoms/input_text/input_text.csf.d.ts +0 -189
  59. package/dist/cjs/components/ui/atoms/input_text/input_text.csf.js +0 -132
  60. package/dist/cjs/components/ui/atoms/input_text/input_text.csf.js.map +0 -1
  61. package/dist/cjs/components/ui/atoms/input_text/input_text.stories.d.ts +0 -13
  62. package/dist/cjs/components/ui/atoms/input_text/input_text.stories.js +0 -83
  63. package/dist/cjs/components/ui/atoms/input_text/input_text.stories.js.map +0 -1
  64. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.csf.d.ts +0 -177
  65. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.csf.js +0 -122
  66. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.csf.js.map +0 -1
  67. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.stories.d.ts +0 -13
  68. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.stories.js +0 -82
  69. package/dist/cjs/components/ui/atoms/input_textarea/input_textarea.stories.js.map +0 -1
  70. package/dist/cjs/components/ui/atoms/radio/radio.csf.d.ts +0 -73
  71. package/dist/cjs/components/ui/atoms/radio/radio.csf.js +0 -56
  72. package/dist/cjs/components/ui/atoms/radio/radio.csf.js.map +0 -1
  73. package/dist/cjs/components/ui/atoms/radio/radio.stories.d.ts +0 -29
  74. package/dist/cjs/components/ui/atoms/radio/radio.stories.js +0 -62
  75. package/dist/cjs/components/ui/atoms/radio/radio.stories.js.map +0 -1
  76. package/dist/cjs/components/ui/molecules/accordion/accordion.stories.d.ts +0 -11
  77. package/dist/cjs/components/ui/molecules/accordion/accordion.stories.js +0 -63
  78. package/dist/cjs/components/ui/molecules/accordion/accordion.stories.js.map +0 -1
  79. package/dist/css/index.css +0 -187344
  80. package/dist/css/index.min.css +0 -2
  81. package/dist/css/index.min.css.map +0 -1
  82. package/dist/esm/components/ui/atoms/button/button.csf.d.ts +0 -80
  83. package/dist/esm/components/ui/atoms/button/button.csf.js +0 -64
  84. package/dist/esm/components/ui/atoms/button/button.csf.js.map +0 -1
  85. package/dist/esm/components/ui/atoms/button/button.stories.d.ts +0 -59
  86. package/dist/esm/components/ui/atoms/button/button.stories.js +0 -80
  87. package/dist/esm/components/ui/atoms/button/button.stories.js.map +0 -1
  88. package/dist/esm/components/ui/atoms/checkbox/checkbox.csf.d.ts +0 -73
  89. package/dist/esm/components/ui/atoms/checkbox/checkbox.csf.js +0 -53
  90. package/dist/esm/components/ui/atoms/checkbox/checkbox.csf.js.map +0 -1
  91. package/dist/esm/components/ui/atoms/checkbox/checkbox.stories.d.ts +0 -29
  92. package/dist/esm/components/ui/atoms/checkbox/checkbox.stories.js +0 -50
  93. package/dist/esm/components/ui/atoms/checkbox/checkbox.stories.js.map +0 -1
  94. package/dist/esm/components/ui/atoms/icon/icon.stories.d.ts +0 -8
  95. package/dist/esm/components/ui/atoms/icon/icon.stories.js +0 -56
  96. package/dist/esm/components/ui/atoms/icon/icon.stories.js.map +0 -1
  97. package/dist/esm/components/ui/atoms/input_number/input_number.csf.d.ts +0 -205
  98. package/dist/esm/components/ui/atoms/input_number/input_number.csf.js +0 -139
  99. package/dist/esm/components/ui/atoms/input_number/input_number.csf.js.map +0 -1
  100. package/dist/esm/components/ui/atoms/input_number/input_number.stories.d.ts +0 -13
  101. package/dist/esm/components/ui/atoms/input_number/input_number.stories.js +0 -70
  102. package/dist/esm/components/ui/atoms/input_number/input_number.stories.js.map +0 -1
  103. package/dist/esm/components/ui/atoms/input_password/input_password.csf.d.ts +0 -197
  104. package/dist/esm/components/ui/atoms/input_password/input_password.csf.js +0 -134
  105. package/dist/esm/components/ui/atoms/input_password/input_password.csf.js.map +0 -1
  106. package/dist/esm/components/ui/atoms/input_password/input_password.stories.d.ts +0 -13
  107. package/dist/esm/components/ui/atoms/input_password/input_password.stories.js +0 -68
  108. package/dist/esm/components/ui/atoms/input_password/input_password.stories.js.map +0 -1
  109. package/dist/esm/components/ui/atoms/input_text/input_text.csf.d.ts +0 -189
  110. package/dist/esm/components/ui/atoms/input_text/input_text.csf.js +0 -129
  111. package/dist/esm/components/ui/atoms/input_text/input_text.csf.js.map +0 -1
  112. package/dist/esm/components/ui/atoms/input_text/input_text.stories.d.ts +0 -13
  113. package/dist/esm/components/ui/atoms/input_text/input_text.stories.js +0 -69
  114. package/dist/esm/components/ui/atoms/input_text/input_text.stories.js.map +0 -1
  115. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.csf.d.ts +0 -177
  116. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.csf.js +0 -119
  117. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.csf.js.map +0 -1
  118. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.stories.d.ts +0 -13
  119. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.stories.js +0 -68
  120. package/dist/esm/components/ui/atoms/input_textarea/input_textarea.stories.js.map +0 -1
  121. package/dist/esm/components/ui/atoms/radio/radio.csf.d.ts +0 -73
  122. package/dist/esm/components/ui/atoms/radio/radio.csf.js +0 -53
  123. package/dist/esm/components/ui/atoms/radio/radio.csf.js.map +0 -1
  124. package/dist/esm/components/ui/atoms/radio/radio.stories.d.ts +0 -29
  125. package/dist/esm/components/ui/atoms/radio/radio.stories.js +0 -50
  126. package/dist/esm/components/ui/atoms/radio/radio.stories.js.map +0 -1
  127. package/dist/esm/components/ui/molecules/accordion/accordion.stories.d.ts +0 -11
  128. package/dist/esm/components/ui/molecules/accordion/accordion.stories.js +0 -55
  129. package/dist/esm/components/ui/molecules/accordion/accordion.stories.js.map +0 -1
@@ -1,82 +0,0 @@
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.InputTextCompHasError = exports.InputTextCompDisabled = exports.InputTextCompHasReadOnly = exports.InputPasswordFeedbackDanger = exports.InputPasswordFeedbackWarning = exports.InputPasswordFeedbackSuccess = exports.InputPasswordFeedbackInfo = exports.InputPasswordComp = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const input_password_1 = require("./input_password");
9
- const input_password_csf_1 = require("./input_password.csf");
10
- exports.default = {
11
- title: 'Components/Atoms/Input Password',
12
- component: input_password_1.InputPassword,
13
- argTypes: Object.assign({}, input_password_csf_1.argTypes)
14
- };
15
- const InputPasswordComp = (args) => (react_1.default.createElement("div", { className: "p-8" },
16
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password" }))));
17
- exports.InputPasswordComp = InputPasswordComp;
18
- exports.InputPasswordComp.storyName = 'Input Password';
19
- exports.InputPasswordComp.args = {
20
- label: 'Label',
21
- placeholder: 'Placeholder'
22
- };
23
- const InputPasswordFeedbackInfo = (args) => (react_1.default.createElement("div", { className: "p-8" },
24
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password", feedbackText: "Some info feedback" }))));
25
- exports.InputPasswordFeedbackInfo = InputPasswordFeedbackInfo;
26
- exports.InputPasswordFeedbackInfo.storyName = 'Input Password Feedback Info';
27
- exports.InputPasswordFeedbackInfo.args = {
28
- label: 'Label',
29
- placeholder: 'Placeholder'
30
- };
31
- const InputPasswordFeedbackSuccess = (args) => (react_1.default.createElement("div", { className: "p-8" },
32
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password", feedbackText: "Some success feedback", feedbackState: "success" }))));
33
- exports.InputPasswordFeedbackSuccess = InputPasswordFeedbackSuccess;
34
- exports.InputPasswordFeedbackSuccess.storyName = 'Input Password Feedback Success';
35
- exports.InputPasswordFeedbackSuccess.args = {
36
- label: 'Label',
37
- placeholder: 'Placeholder'
38
- };
39
- const InputPasswordFeedbackWarning = (args) => (react_1.default.createElement("div", { className: "p-8" },
40
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password", feedbackText: "Some warning feedback", feedbackState: "warning" }))));
41
- exports.InputPasswordFeedbackWarning = InputPasswordFeedbackWarning;
42
- exports.InputPasswordFeedbackWarning.storyName = 'Input Password Feedback Warning';
43
- exports.InputPasswordFeedbackWarning.args = {
44
- label: 'Label',
45
- placeholder: 'Placeholder'
46
- };
47
- const InputPasswordFeedbackDanger = (args) => (react_1.default.createElement("div", { className: "p-8" },
48
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password", feedbackText: "Some danger feedback", feedbackState: "danger" }))));
49
- exports.InputPasswordFeedbackDanger = InputPasswordFeedbackDanger;
50
- exports.InputPasswordFeedbackDanger.storyName = 'Input Password Feedback Danger';
51
- exports.InputPasswordFeedbackDanger.args = {
52
- label: 'Label',
53
- placeholder: 'Placeholder'
54
- };
55
- const InputTextCompHasReadOnly = (args) => (react_1.default.createElement("div", { className: "p-8" },
56
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password" }))));
57
- exports.InputTextCompHasReadOnly = InputTextCompHasReadOnly;
58
- exports.InputTextCompHasReadOnly.storyName = 'Input Password Read Only';
59
- exports.InputTextCompHasReadOnly.args = {
60
- readOnly: true,
61
- label: 'Label',
62
- placeholder: 'Placeholder'
63
- };
64
- const InputTextCompDisabled = (args) => (react_1.default.createElement("div", { className: "p-8" },
65
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password" }))));
66
- exports.InputTextCompDisabled = InputTextCompDisabled;
67
- exports.InputTextCompDisabled.storyName = 'Input Password Disabled';
68
- exports.InputTextCompDisabled.args = {
69
- disabled: true,
70
- label: 'Label',
71
- placeholder: 'Placeholder'
72
- };
73
- const InputTextCompHasError = (args) => (react_1.default.createElement("div", { className: "p-8" },
74
- react_1.default.createElement(input_password_1.InputPassword, Object.assign({}, args, { id: "input-password" }))));
75
- exports.InputTextCompHasError = InputTextCompHasError;
76
- exports.InputTextCompHasError.storyName = 'Input Password Error';
77
- exports.InputTextCompHasError.args = {
78
- hasError: true,
79
- label: 'Label',
80
- placeholder: 'Placeholder'
81
- };
82
- //# sourceMappingURL=input_password.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input_password.stories.js","sourceRoot":"","sources":["../../../../../../src/components/ui/atoms/input_password/input_password.stories.tsx"],"names":[],"mappings":"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"}
@@ -1,189 +0,0 @@
1
- export declare const parameters: {
2
- actions: {
3
- handles: string[];
4
- };
5
- design: {
6
- type: string;
7
- url: string;
8
- };
9
- };
10
- export declare const argTypes: {
11
- label: {
12
- type: {
13
- name: string;
14
- required: boolean;
15
- };
16
- description: string;
17
- defaultValue: string;
18
- };
19
- ariaLabel: {
20
- type: {
21
- name: string;
22
- required: boolean;
23
- };
24
- description: string;
25
- defaultValue: string;
26
- control: {
27
- type: string;
28
- };
29
- };
30
- hideLabel: {
31
- type: {
32
- name: string;
33
- required: boolean;
34
- };
35
- description: string;
36
- table: {
37
- type: {
38
- summary: string;
39
- };
40
- defaultValue: {
41
- summary: string;
42
- };
43
- };
44
- defaultValue: boolean;
45
- control: {
46
- type: string;
47
- };
48
- };
49
- placeholder: {
50
- type: {
51
- name: string;
52
- required: boolean;
53
- };
54
- description: string;
55
- defaultValue: string;
56
- };
57
- initialValue: {
58
- type: {
59
- name: string;
60
- required: boolean;
61
- };
62
- description: string;
63
- defaultValue: string;
64
- };
65
- feedbackText: {
66
- type: {
67
- name: string;
68
- required: boolean;
69
- };
70
- description: string;
71
- defaultValue: string;
72
- };
73
- feedbackState: {
74
- type: {
75
- name: string;
76
- required: boolean;
77
- };
78
- description: string;
79
- defaultValue: string;
80
- control: {
81
- type: string;
82
- options: string[];
83
- };
84
- };
85
- leadingIcon: {
86
- type: {
87
- name: string;
88
- required: boolean;
89
- };
90
- description: string;
91
- defaultValue: null;
92
- control: {
93
- type: string;
94
- options: string[];
95
- };
96
- };
97
- hasError: {
98
- type: {
99
- name: string;
100
- required: boolean;
101
- };
102
- description: string;
103
- table: {
104
- type: {
105
- summary: string;
106
- };
107
- defaultValue: {
108
- summary: string;
109
- };
110
- };
111
- defaultValue: boolean;
112
- control: {
113
- type: string;
114
- };
115
- };
116
- disabled: {
117
- type: {
118
- name: string;
119
- required: boolean;
120
- };
121
- description: string;
122
- table: {
123
- type: {
124
- summary: string;
125
- };
126
- defaultValue: {
127
- summary: string;
128
- };
129
- };
130
- defaultValue: boolean;
131
- control: {
132
- type: string;
133
- };
134
- };
135
- readOnly: {
136
- type: {
137
- name: string;
138
- required: boolean;
139
- };
140
- description: string;
141
- table: {
142
- type: {
143
- summary: string;
144
- };
145
- defaultValue: {
146
- summary: string;
147
- };
148
- };
149
- defaultValue: boolean;
150
- control: {
151
- type: string;
152
- };
153
- };
154
- showCharCounter: {
155
- type: {
156
- name: string;
157
- required: boolean;
158
- };
159
- description: string;
160
- table: {
161
- type: {
162
- summary: string;
163
- };
164
- defaultValue: {
165
- summary: string;
166
- };
167
- };
168
- defaultValue: boolean;
169
- control: {
170
- type: string;
171
- };
172
- };
173
- maxChars: {
174
- type: {
175
- name: string;
176
- required: boolean;
177
- };
178
- description: string;
179
- defaultValue: number;
180
- };
181
- isOptional: {
182
- type: {
183
- name: string;
184
- required: boolean;
185
- };
186
- description: string;
187
- defaultValue: boolean;
188
- };
189
- };
@@ -1,132 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.argTypes = exports.parameters = void 0;
4
- const icon_1 = require("../icon");
5
- exports.parameters = {
6
- actions: {
7
- handles: ['mouseenter', 'click', 'focusin', 'focusout']
8
- },
9
- design: {
10
- type: 'zeroheight',
11
- url: 'https://zeroheight.com/1be481dc2/p/489b41-buttons/b/026ea1'
12
- }
13
- };
14
- exports.argTypes = {
15
- label: {
16
- type: { name: 'string', required: true },
17
- description: 'Label to display above input. ',
18
- defaultValue: ''
19
- },
20
- ariaLabel: {
21
- type: { name: 'string', required: false },
22
- description: 'Descritive attribute that labels the checkbox in terms of accessibility',
23
- defaultValue: '',
24
- control: {
25
- type: 'text'
26
- }
27
- },
28
- hideLabel: {
29
- type: { name: 'boolean', required: false },
30
- description: 'Whether to show/hide input field label',
31
- table: {
32
- type: {
33
- summary: 'boolean'
34
- },
35
- defaultValue: { summary: 'false' }
36
- },
37
- defaultValue: false,
38
- control: { type: 'boolean' }
39
- },
40
- placeholder: {
41
- type: { name: 'string', required: false },
42
- description: 'Placeholder to display when no text.',
43
- defaultValue: ''
44
- },
45
- initialValue: {
46
- type: { name: 'string', required: false },
47
- description: 'Default value.',
48
- defaultValue: ''
49
- },
50
- feedbackText: {
51
- type: { name: 'string', required: false },
52
- description: 'Feedback to display',
53
- defaultValue: ''
54
- },
55
- feedbackState: {
56
- type: { name: 'string', required: false },
57
- description: 'Feedback message state.',
58
- defaultValue: 'info',
59
- control: {
60
- type: 'select',
61
- options: ['info', 'success', 'danger', 'warning']
62
- }
63
- },
64
- leadingIcon: {
65
- type: { name: 'string', required: false },
66
- description: 'Icon to display on the left side',
67
- defaultValue: null,
68
- control: {
69
- type: 'select',
70
- options: ['no-icon', ...icon_1.allIcons.filter((icon) => icon.indexOf('agora-line') === 0)] // allowing only line family icon
71
- }
72
- },
73
- hasError: {
74
- type: { name: 'boolean', required: false },
75
- description: 'Whether the Input has any validation error',
76
- table: {
77
- type: {
78
- summary: 'boolean'
79
- },
80
- defaultValue: { summary: 'false' }
81
- },
82
- defaultValue: false,
83
- control: { type: 'boolean' }
84
- },
85
- disabled: {
86
- type: { name: 'boolean', required: false },
87
- description: 'Whether the Input is disabled.',
88
- table: {
89
- type: {
90
- summary: 'boolean'
91
- },
92
- defaultValue: { summary: 'false' }
93
- },
94
- defaultValue: false,
95
- control: { type: 'boolean' }
96
- },
97
- readOnly: {
98
- type: { name: 'boolean', required: false },
99
- description: 'Whether the Input is Read only.',
100
- table: {
101
- type: {
102
- summary: 'boolean'
103
- },
104
- defaultValue: { summary: 'false' }
105
- },
106
- defaultValue: false,
107
- control: { type: 'boolean' }
108
- },
109
- showCharCounter: {
110
- type: { name: 'boolean', required: false },
111
- description: 'Whether show char counter.',
112
- table: {
113
- type: {
114
- summary: 'boolean'
115
- },
116
- defaultValue: { summary: 'false' }
117
- },
118
- defaultValue: false,
119
- control: { type: 'boolean' }
120
- },
121
- maxChars: {
122
- type: { name: 'number', required: false },
123
- description: 'Maximum chars allowed.',
124
- defaultValue: -1
125
- },
126
- isOptional: {
127
- type: { name: 'boolean', required: false },
128
- description: 'Decides if this field could be optional',
129
- defaultValue: false
130
- }
131
- };
132
- //# sourceMappingURL=input_text.csf.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input_text.csf.js","sourceRoot":"","sources":["../../../../../../src/components/ui/atoms/input_text/input_text.csf.ts"],"names":[],"mappings":"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"}
@@ -1,13 +0,0 @@
1
- import { ComponentMeta, Story } from '@storybook/react';
2
- import React from 'react';
3
- import { InputTextProps } from './input_text';
4
- declare const _default: ComponentMeta<React.FC<InputTextProps>>;
5
- export default _default;
6
- export declare const InputTextComp: Story<any>;
7
- export declare const InputTextFeedbackInfo: Story<any>;
8
- export declare const InputTextFeedbackSuccess: Story<any>;
9
- export declare const InputTextFeedbackWarning: Story<any>;
10
- export declare const InputTextFeedbackDanger: Story<any>;
11
- export declare const InputTextCompHasReadOnly: Story<any>;
12
- export declare const InputTextCompDisabled: Story<any>;
13
- export declare const InputTextCompHasError: Story<any>;
@@ -1,83 +0,0 @@
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.InputTextCompHasError = exports.InputTextCompDisabled = exports.InputTextCompHasReadOnly = exports.InputTextFeedbackDanger = exports.InputTextFeedbackWarning = exports.InputTextFeedbackSuccess = exports.InputTextFeedbackInfo = exports.InputTextComp = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const input_text_1 = require("./input_text");
9
- const input_text_csf_1 = require("./input_text.csf");
10
- exports.default = {
11
- title: 'Components/Atoms/Input Text',
12
- component: input_text_1.InputText,
13
- argTypes: Object.assign({}, input_text_csf_1.argTypes)
14
- };
15
- const InputTextComp = (args) => (react_1.default.createElement("div", { className: "p-8" },
16
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text" }))));
17
- exports.InputTextComp = InputTextComp;
18
- exports.InputTextComp.storyName = 'Input Text';
19
- exports.InputTextComp.args = {
20
- label: 'Label',
21
- placeholder: 'Placeholder'
22
- };
23
- const InputTextFeedbackInfo = (args) => (react_1.default.createElement("div", { className: "p-8" },
24
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text", feedbackText: "Some info feedback" }))));
25
- exports.InputTextFeedbackInfo = InputTextFeedbackInfo;
26
- exports.InputTextFeedbackInfo.storyName = 'Input Text Feedback Info';
27
- exports.InputTextFeedbackInfo.args = {
28
- label: 'Label',
29
- placeholder: 'Placeholder'
30
- };
31
- const InputTextFeedbackSuccess = (args) => (react_1.default.createElement("div", { className: "p-8" },
32
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text", feedbackText: "Some success feedback", feedbackState: "success" }))));
33
- exports.InputTextFeedbackSuccess = InputTextFeedbackSuccess;
34
- exports.InputTextFeedbackSuccess.storyName = 'Input Text Feedback Success';
35
- exports.InputTextFeedbackSuccess.args = {
36
- label: 'Label',
37
- placeholder: 'Placeholder'
38
- };
39
- const InputTextFeedbackWarning = (args) => (react_1.default.createElement("div", { className: "p-8" },
40
- ' ',
41
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text", feedbackText: "Some warning feedback", feedbackState: "warning" }))));
42
- exports.InputTextFeedbackWarning = InputTextFeedbackWarning;
43
- exports.InputTextFeedbackWarning.storyName = 'Input Text Feedback Warning';
44
- exports.InputTextFeedbackWarning.args = {
45
- label: 'Label',
46
- placeholder: 'Placeholder'
47
- };
48
- const InputTextFeedbackDanger = (args) => (react_1.default.createElement("div", { className: "p-8" },
49
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text", feedbackText: "Some danger feedback", feedbackState: "danger" }))));
50
- exports.InputTextFeedbackDanger = InputTextFeedbackDanger;
51
- exports.InputTextFeedbackDanger.storyName = 'Input Text Feedback Danger';
52
- exports.InputTextFeedbackDanger.args = {
53
- label: 'Label',
54
- placeholder: 'Placeholder'
55
- };
56
- const InputTextCompHasReadOnly = (args) => (react_1.default.createElement("div", { className: "p-8" },
57
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text" }))));
58
- exports.InputTextCompHasReadOnly = InputTextCompHasReadOnly;
59
- exports.InputTextCompHasReadOnly.storyName = 'Input Text Read Only';
60
- exports.InputTextCompHasReadOnly.args = {
61
- readOnly: true,
62
- label: 'Label',
63
- placeholder: 'Placeholder'
64
- };
65
- const InputTextCompDisabled = (args) => (react_1.default.createElement("div", { className: "p-8" },
66
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text" }))));
67
- exports.InputTextCompDisabled = InputTextCompDisabled;
68
- exports.InputTextCompDisabled.storyName = 'Input Text Disabled';
69
- exports.InputTextCompDisabled.args = {
70
- disabled: true,
71
- label: 'Label',
72
- placeholder: 'Placeholder'
73
- };
74
- const InputTextCompHasError = (args) => (react_1.default.createElement("div", { className: "p-8" },
75
- react_1.default.createElement(input_text_1.InputText, Object.assign({}, args, { id: "input-text" }))));
76
- exports.InputTextCompHasError = InputTextCompHasError;
77
- exports.InputTextCompHasError.storyName = 'Input Text Error';
78
- exports.InputTextCompHasError.args = {
79
- hasError: true,
80
- label: 'Label',
81
- placeholder: 'Placeholder'
82
- };
83
- //# sourceMappingURL=input_text.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input_text.stories.js","sourceRoot":"","sources":["../../../../../../src/components/ui/atoms/input_text/input_text.stories.tsx"],"names":[],"mappings":"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"}