@xaypay/tui 0.0.119 → 0.0.121
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/index.es.js +3983 -4344
- package/dist/index.js +3982 -4345
- package/package.json +1 -1
- package/tui.config.js +1 -1
- package/.eslintrc.js +0 -30
- package/.husky/pre-commit +0 -4
- package/.prettierrc +0 -10
- package/.storybook/main.js +0 -48
- package/.storybook/preview.js +0 -9
- package/rollup.config.js +0 -37
- package/src/assets/attach.svg +0 -4
- package/src/assets/delete.svg +0 -4
- package/src/assets/down-arrow.svg +0 -4
- package/src/assets/figma-image.png +0 -0
- package/src/assets/heart-filled.svg +0 -17
- package/src/assets/heart-outline.svg +0 -14
- package/src/assets/like-filled.svg +0 -21
- package/src/assets/like-outline.svg +0 -21
- package/src/assets/minus.svg +0 -4
- package/src/assets/pdf.svg +0 -3
- package/src/assets/plus.svg +0 -4
- package/src/assets/range-arrow-default.svg +0 -19
- package/src/assets/range-arrow-error.svg +0 -19
- package/src/assets/range-arrow-success.svg +0 -19
- package/src/assets/star-filled.svg +0 -21
- package/src/assets/star-outline.svg +0 -5
- package/src/assets/table-settings-icon.svg +0 -3
- package/src/assets/up-arrow.svg +0 -4
- package/src/assets_old/icons/Read Me.txt +0 -7
- package/src/assets_old/icons/demo-files/demo.css +0 -152
- package/src/assets_old/icons/demo-files/demo.js +0 -28
- package/src/assets_old/icons/demo.html +0 -192
- package/src/assets_old/icons/fonts/icomoon.eot +0 -0
- package/src/assets_old/icons/fonts/icomoon.svg +0 -21
- package/src/assets_old/icons/fonts/icomoon.ttf +0 -0
- package/src/assets_old/icons/fonts/icomoon.woff +0 -0
- package/src/assets_old/icons/selection.json +0 -1
- package/src/assets_old/icons/style.css +0 -58
- package/src/components/autocomplate/autocomplate.module.css +0 -95
- package/src/components/autocomplate/autocomplate.stories.js +0 -35
- package/src/components/autocomplate/index.js +0 -164
- package/src/components/button/button.stories.js +0 -13
- package/src/components/button/index.js +0 -187
- package/src/components/captcha/captcha.module.css +0 -74
- package/src/components/captcha/captcha.stories.js +0 -21
- package/src/components/captcha/index.js +0 -158
- package/src/components/checkbox/checkbox.module.css +0 -0
- package/src/components/checkbox/checkbox.stories.js +0 -76
- package/src/components/checkbox/index.js +0 -120
- package/src/components/file/file.module.css +0 -114
- package/src/components/file/file.stories.js +0 -20
- package/src/components/file/index.js +0 -138
- package/src/components/icon/Active.js +0 -20
- package/src/components/icon/Arrow.js +0 -19
- package/src/components/icon/Cancel.js +0 -19
- package/src/components/icon/CaptchaArrowDown.js +0 -19
- package/src/components/icon/CaptchaArrowUp.js +0 -19
- package/src/components/icon/CheckboxChecked.js +0 -21
- package/src/components/icon/CheckboxUnchecked.js +0 -21
- package/src/components/icon/Close.js +0 -19
- package/src/components/icon/CloseIcon.js +0 -19
- package/src/components/icon/CloseSlide.js +0 -19
- package/src/components/icon/DeActive.js +0 -20
- package/src/components/icon/DeleteComponent.js +0 -20
- package/src/components/icon/Done.js +0 -19
- package/src/components/icon/Dots.js +0 -19
- package/src/components/icon/DownArrow.js +0 -20
- package/src/components/icon/HeartFilled.js +0 -25
- package/src/components/icon/HeartOutline.js +0 -25
- package/src/components/icon/Heic.js +0 -21
- package/src/components/icon/Icon.js +0 -11
- package/src/components/icon/ListItemDelete.js +0 -19
- package/src/components/icon/ListItemJpeg.js +0 -21
- package/src/components/icon/ListItemJpg.js +0 -21
- package/src/components/icon/ListItemPdf.js +0 -21
- package/src/components/icon/ListItemPng.js +0 -21
- package/src/components/icon/Next.js +0 -20
- package/src/components/icon/Nextarrow.js +0 -19
- package/src/components/icon/PDF.js +0 -19
- package/src/components/icon/Prev.js +0 -20
- package/src/components/icon/RangeArrowDefault.js +0 -43
- package/src/components/icon/RangeArrowError.js +0 -43
- package/src/components/icon/RangeArrowSuccess.js +0 -43
- package/src/components/icon/Reject.js +0 -19
- package/src/components/icon/RemoveFile.js +0 -20
- package/src/components/icon/Required.js +0 -19
- package/src/components/icon/ToasterClose.js +0 -19
- package/src/components/icon/ToasterError.js +0 -19
- package/src/components/icon/ToasterInfo.js +0 -19
- package/src/components/icon/ToasterSuccess.js +0 -19
- package/src/components/icon/ToasterWarning.js +0 -19
- package/src/components/icon/Tooltip.js +0 -19
- package/src/components/icon/UpArrow.js +0 -20
- package/src/components/icon/Upload.js +0 -25
- package/src/components/icon/Wrong.js +0 -21
- package/src/components/icon/Zoom.js +0 -21
- package/src/components/icon/index.js +0 -0
- package/src/components/input/index.js +0 -688
- package/src/components/input/input.module.css +0 -51
- package/src/components/input/input.stories.js +0 -26
- package/src/components/modal/index.js +0 -436
- package/src/components/modal/modal.module.css +0 -22
- package/src/components/modal/modal.stories.js +0 -88
- package/src/components/newAutocomplete/NewAutocomplete.stories.js +0 -102
- package/src/components/newAutocomplete/autocomplete.module.css +0 -4
- package/src/components/newAutocomplete/index.js +0 -592
- package/src/components/newFile/fileItem.js +0 -281
- package/src/components/newFile/index.js +0 -731
- package/src/components/newFile/newFile.stories.js +0 -93
- package/src/components/pagination/index.js +0 -234
- package/src/components/pagination/pagination.module.css +0 -93
- package/src/components/pagination/pagination.stories.js +0 -371
- package/src/components/pagination/paginationRange.js +0 -45
- package/src/components/radio/index.js +0 -236
- package/src/components/radio/radio.module.css +0 -59
- package/src/components/radio/radio.stories.js +0 -59
- package/src/components/select/index.js +0 -534
- package/src/components/select/select.module.css +0 -93
- package/src/components/select/select.stories.js +0 -39
- package/src/components/singleCheckbox/Checkbox.js +0 -84
- package/src/components/singleCheckbox/index.js +0 -65
- package/src/components/singleCheckbox/singleCheckbox.stories.js +0 -24
- package/src/components/stepper/index.js +0 -45
- package/src/components/stepper/stepper.module.css +0 -57
- package/src/components/stepper/stepper.stories.js +0 -17
- package/src/components/table/index.js +0 -789
- package/src/components/table/table.module.css +0 -63
- package/src/components/table/table.stories.js +0 -497
- package/src/components/table/td.js +0 -429
- package/src/components/table/th.js +0 -103
- package/src/components/textarea/index.js +0 -285
- package/src/components/textarea/textarea.module.css +0 -25
- package/src/components/textarea/textarea.stories.js +0 -56
- package/src/components/toaster/Toast.js +0 -203
- package/src/components/toaster/index.js +0 -131
- package/src/components/toaster/toaster.module.css +0 -201
- package/src/components/toaster/toaster.stories.js +0 -593
- package/src/components/tooltip/index.js +0 -156
- package/src/components/tooltip/tooltip.module.css +0 -46
- package/src/components/tooltip/tooltip.stories.js +0 -30
- package/src/components/typography/index.js +0 -124
- package/src/components/typography/typography.module.css +0 -57
- package/src/components/typography/typography.stories.js +0 -22
- package/src/index.js +0 -19
- package/src/stories/Introduction.stories.mdx +0 -210
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/stories/changelog.stories.mdx +0 -172
- package/src/stories/configuration.stories.mdx +0 -715
- package/src/stories/documentation.stories.mdx +0 -118
- package/src/stories/static/autocomplete-usage.png +0 -0
- package/src/stories/static/button-usage-icon.png +0 -0
- package/src/stories/static/button-usage.png +0 -0
- package/src/stories/static/captcha-usage.png +0 -0
- package/src/stories/static/checkbox-group-usage-2.png +0 -0
- package/src/stories/static/checkbox-group-usage.png +0 -0
- package/src/stories/static/file-single-usage.png +0 -0
- package/src/stories/static/file-usage.png +0 -0
- package/src/stories/static/input-usage.png +0 -0
- package/src/stories/static/modal-usage.png +0 -0
- package/src/stories/static/radio-usage.png +0 -0
- package/src/stories/static/select-usage.png +0 -0
- package/src/stories/static/table-body-data-structure-first-part-usage.png +0 -0
- package/src/stories/static/table-body-data-structure-second-part-usage.png +0 -0
- package/src/stories/static/table-body-data-structure-third-part-usage.png +0 -0
- package/src/stories/static/table-component-usage.png +0 -0
- package/src/stories/static/table-header-data-structure-usage.png +0 -0
- package/src/stories/static/table-new-data-structure-usage.png +0 -0
- package/src/stories/static/textarea-usage.png +0 -0
- package/src/stories/static/toaster-container-usage.png +0 -0
- package/src/stories/static/toaster-usage.png +0 -0
- package/src/stories/static/tooltip-usage.png +0 -0
- package/src/stories/usage.stories.mdx +0 -201
- package/src/utils/index.js +0 -29
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
#top-left {
|
|
2
|
-
top: 1em;
|
|
3
|
-
left: 0;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
#top-right {
|
|
7
|
-
top: 1em;
|
|
8
|
-
right: 0
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
#top-center {
|
|
12
|
-
top: 1em;
|
|
13
|
-
left: 50%;
|
|
14
|
-
transform: translateX(-50%);
|
|
15
|
-
-webkit-transform: translateX(-50%);
|
|
16
|
-
-moz-transform: translateX(-50%);
|
|
17
|
-
-ms-transform: translateX(-50%);
|
|
18
|
-
-o-transform: translateX(-50%);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
#bottom-left {
|
|
22
|
-
left: 0;
|
|
23
|
-
bottom: 1em;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
#bottom-right {
|
|
27
|
-
right: 0;
|
|
28
|
-
bottom: 1em;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
#bottom-center {
|
|
32
|
-
bottom: 1em;
|
|
33
|
-
left: 50%;
|
|
34
|
-
transform: translateX(-50%);
|
|
35
|
-
-webkit-transform: translateX(-50%);
|
|
36
|
-
-moz-transform: translateX(-50%);
|
|
37
|
-
-ms-transform: translateX(-50%);
|
|
38
|
-
-o-transform: translateX(-50%);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.top-left {
|
|
42
|
-
top: 1em;
|
|
43
|
-
left: 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.top-right {
|
|
47
|
-
top: 1em;
|
|
48
|
-
right: 0
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.top-center {
|
|
52
|
-
top: 1em;
|
|
53
|
-
left: 50%;
|
|
54
|
-
transform: translateX(-50%);
|
|
55
|
-
-webkit-transform: translateX(-50%);
|
|
56
|
-
-moz-transform: translateX(-50%);
|
|
57
|
-
-ms-transform: translateX(-50%);
|
|
58
|
-
-o-transform: translateX(-50%);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.bottom-left {
|
|
62
|
-
left: 0;
|
|
63
|
-
bottom: 1em;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.bottom-right {
|
|
67
|
-
right: 0;
|
|
68
|
-
bottom: 1em;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.bottom-center {
|
|
72
|
-
bottom: 1em;
|
|
73
|
-
left: 50%;
|
|
74
|
-
transform: translateX(-50%);
|
|
75
|
-
-webkit-transform: translateX(-50%);
|
|
76
|
-
-moz-transform: translateX(-50%);
|
|
77
|
-
-ms-transform: translateX(-50%);
|
|
78
|
-
-o-transform: translateX(-50%);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.notify-block {
|
|
82
|
-
-webkit-animation-duration: 0.5s;
|
|
83
|
-
animation-duration: 0.5s;
|
|
84
|
-
-webkit-animation-fill-mode: both;
|
|
85
|
-
animation-fill-mode: both;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.bounce-in-right {
|
|
89
|
-
-webkit-animation-name: bounceInRight;
|
|
90
|
-
animation-name: bounceInRight;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.bounce-out-right {
|
|
94
|
-
-webkit-animation-name: bounceOutRight;
|
|
95
|
-
animation-name: bounceOutRight;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.notify-title {
|
|
99
|
-
overflow: hidden;
|
|
100
|
-
text-overflow: ellipsis;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.notify-desc {
|
|
104
|
-
display: -webkit-box;
|
|
105
|
-
-webkit-box-orient: vertical;
|
|
106
|
-
-webkit-line-clamp: 2;
|
|
107
|
-
overflow: hidden;
|
|
108
|
-
text-overflow: ellipsis;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
@keyframes bounceInRight {
|
|
112
|
-
from {
|
|
113
|
-
opacity: 0;
|
|
114
|
-
right: -100%;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
60% {
|
|
118
|
-
opacity: 1;
|
|
119
|
-
right: 40px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
75% {
|
|
123
|
-
right: 0px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
90% {
|
|
127
|
-
right: 30px;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
to {
|
|
131
|
-
right: 20px;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
@keyframes bounceOutRight {
|
|
136
|
-
from {
|
|
137
|
-
opacity: 1;
|
|
138
|
-
right: 20px;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
60% {
|
|
142
|
-
opacity: 1;
|
|
143
|
-
right: 60px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
to {
|
|
147
|
-
opacity: 0;
|
|
148
|
-
right: -100%;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.bounce-in-left {
|
|
153
|
-
-webkit-animation-name: bounceInLeft;
|
|
154
|
-
animation-name: bounceInLeft;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.bounce-out-left {
|
|
158
|
-
-webkit-animation-name: bounceOutLeft;
|
|
159
|
-
animation-name: bounceOutLeft;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
@keyframes bounceInLeft {
|
|
163
|
-
from {
|
|
164
|
-
opacity: 0;
|
|
165
|
-
left: -100%;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
60% {
|
|
169
|
-
opacity: 1;
|
|
170
|
-
left: 40px;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
75% {
|
|
174
|
-
left: 0px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
90% {
|
|
178
|
-
left: 30px;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
to {
|
|
182
|
-
left: 20px;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
@keyframes bounceOutLeft {
|
|
187
|
-
from {
|
|
188
|
-
opacity: 1;
|
|
189
|
-
left: 20px;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
60% {
|
|
193
|
-
opacity: 1;
|
|
194
|
-
left: 60px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
to {
|
|
198
|
-
opacity: 0;
|
|
199
|
-
left: -100%;
|
|
200
|
-
}
|
|
201
|
-
}
|