enwawa-ui 1.0.21 → 1.0.22
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/CHANGELOG.md +170 -131
- package/lib/index.d.ts +1556 -1550
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +1271 -1212
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +1273 -1213
- package/lib/index.js.map +1 -1
- package/package.json +112 -99
package/CHANGELOG.md
CHANGED
|
@@ -1,124 +1,16 @@
|
|
|
1
|
-
# (
|
|
1
|
+
# (Tue Aug 01 2023)
|
|
2
2
|
|
|
3
|
-
####
|
|
4
|
-
|
|
5
|
-
- Major changes: (brayhanalberto@gmail.com)
|
|
6
|
-
- parcel build without babel (brayhanalberto@gmail.com)
|
|
7
|
-
|
|
8
|
-
#### Authors: 1
|
|
9
|
-
|
|
10
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# (Wed Jul 26 2023)
|
|
15
|
-
|
|
16
|
-
#### ⚠️ Pushed to `main`
|
|
17
|
-
|
|
18
|
-
- version upgrade (brayhanalberto@gmail.com)
|
|
19
|
-
- types include into export (brayhanalberto@gmail.com)
|
|
20
|
-
|
|
21
|
-
#### Authors: 1
|
|
22
|
-
|
|
23
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
# (Wed Jul 26 2023)
|
|
28
|
-
|
|
29
|
-
#### ⚠️ Pushed to `main`
|
|
30
|
-
|
|
31
|
-
- types include into export ([@BrayhanV](https://github.com/BrayhanV))
|
|
32
|
-
|
|
33
|
-
#### Authors: 1
|
|
34
|
-
|
|
35
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
# (Wed Jul 26 2023)
|
|
40
|
-
|
|
41
|
-
#### ⚠️ Pushed to `main`
|
|
42
|
-
|
|
43
|
-
- Export added to package ([@BrayhanV](https://github.com/BrayhanV))
|
|
44
|
-
|
|
45
|
-
#### Authors: 1
|
|
46
|
-
|
|
47
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
# (Wed Jul 26 2023)
|
|
52
|
-
|
|
53
|
-
#### ⚠️ Pushed to `main`
|
|
54
|
-
|
|
55
|
-
- Major update for release (brayhanalberto@gmail.com)
|
|
56
|
-
|
|
57
|
-
#### Authors: 1
|
|
58
|
-
|
|
59
|
-
- Brayhan Villalba (brayhanalberto@gmail.com)
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
# (Wed Jul 26 2023)
|
|
64
|
-
|
|
65
|
-
#### ⚠️ Pushed to `main`
|
|
66
|
-
|
|
67
|
-
- children prop fix ([@BrayhanV](https://github.com/BrayhanV))
|
|
68
|
-
|
|
69
|
-
#### Authors: 1
|
|
70
|
-
|
|
71
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
# (Wed Jul 26 2023)
|
|
76
|
-
|
|
77
|
-
#### ⚠️ Pushed to `main`
|
|
78
|
-
|
|
79
|
-
- post install removed (brayhanalberto@gmail.com)
|
|
3
|
+
#### 🐛 Bug Fix
|
|
80
4
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
- Brayhan Villalba (brayhanalberto@gmail.com)
|
|
84
|
-
|
|
85
|
-
---
|
|
86
|
-
|
|
87
|
-
# (Wed Jul 26 2023)
|
|
5
|
+
- Roll up config [#47](https://github.com/La-Wawa-Inc/wawa-ui/pull/47) ([@BrayhanV](https://github.com/BrayhanV))
|
|
6
|
+
- Package config [#46](https://github.com/La-Wawa-Inc/wawa-ui/pull/46) ([@BrayhanV](https://github.com/BrayhanV))
|
|
88
7
|
|
|
89
8
|
#### ⚠️ Pushed to `main`
|
|
90
9
|
|
|
91
|
-
- lib added ([@BrayhanV](https://github.com/BrayhanV))
|
|
92
|
-
- v1.0.12 ([@BrayhanV](https://github.com/BrayhanV))
|
|
93
|
-
|
|
94
|
-
#### Authors: 1
|
|
95
|
-
|
|
96
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
# (Wed Jul 26 2023)
|
|
101
|
-
|
|
102
|
-
#### ⚠️ Pushed to `main`
|
|
103
|
-
|
|
104
|
-
- npm package config ([@BrayhanV](https://github.com/BrayhanV))
|
|
105
10
|
- version upgrade ([@BrayhanV](https://github.com/BrayhanV))
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
#### Authors: 1
|
|
110
|
-
|
|
111
|
-
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
112
|
-
|
|
113
|
-
---
|
|
114
|
-
|
|
115
|
-
# (Tue Jul 25 2023)
|
|
116
|
-
|
|
117
|
-
#### ⚠️ Pushed to `main`
|
|
118
|
-
|
|
119
|
-
- version upgrade (brayhanalberto@gmail.com)
|
|
120
|
-
- build with parcel (brayhanalberto@gmail.com)
|
|
121
|
-
- v1.0.9 (brayhanalberto@gmail.com)
|
|
11
|
+
- Merge branch 'develop' ([@BrayhanV](https://github.com/BrayhanV))
|
|
12
|
+
- release script removed ([@BrayhanV](https://github.com/BrayhanV))
|
|
13
|
+
- Improves to build LoginPhone view ([@BrayhanV](https://github.com/BrayhanV))
|
|
122
14
|
|
|
123
15
|
#### Authors: 1
|
|
124
16
|
|
|
@@ -126,27 +18,18 @@
|
|
|
126
18
|
|
|
127
19
|
---
|
|
128
20
|
|
|
129
|
-
# (Tue
|
|
130
|
-
|
|
131
|
-
#### ⚠️ Pushed to `main`
|
|
132
|
-
|
|
133
|
-
- build with parcel ([@BrayhanV](https://github.com/BrayhanV))
|
|
134
|
-
- v1.0.9 ([@BrayhanV](https://github.com/BrayhanV))
|
|
21
|
+
# (Tue Aug 01 2023)
|
|
135
22
|
|
|
136
|
-
####
|
|
23
|
+
#### 🐛 Bug Fix
|
|
137
24
|
|
|
138
|
-
-
|
|
139
|
-
|
|
140
|
-
---
|
|
141
|
-
|
|
142
|
-
# (Tue Jul 25 2023)
|
|
25
|
+
- Roll up config [#47](https://github.com/La-Wawa-Inc/wawa-ui/pull/47) ([@BrayhanV](https://github.com/BrayhanV))
|
|
26
|
+
- Package config [#46](https://github.com/La-Wawa-Inc/wawa-ui/pull/46) ([@BrayhanV](https://github.com/BrayhanV))
|
|
143
27
|
|
|
144
28
|
#### ⚠️ Pushed to `main`
|
|
145
29
|
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
- Dist folder added ([@BrayhanV](https://github.com/BrayhanV))
|
|
30
|
+
- Merge branch 'develop' ([@BrayhanV](https://github.com/BrayhanV))
|
|
31
|
+
- release script removed ([@BrayhanV](https://github.com/BrayhanV))
|
|
32
|
+
- Improves to build LoginPhone view ([@BrayhanV](https://github.com/BrayhanV))
|
|
150
33
|
|
|
151
34
|
#### Authors: 1
|
|
152
35
|
|
|
@@ -154,6 +37,162 @@
|
|
|
154
37
|
|
|
155
38
|
---
|
|
156
39
|
|
|
40
|
+
# (Thu Jul 27 2023)
|
|
41
|
+
|
|
42
|
+
#### ⚠️ Pushed to `main`
|
|
43
|
+
|
|
44
|
+
- Major changes: (brayhanalberto@gmail.com)
|
|
45
|
+
- parcel build without babel (brayhanalberto@gmail.com)
|
|
46
|
+
|
|
47
|
+
#### Authors: 1
|
|
48
|
+
|
|
49
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
# (Wed Jul 26 2023)
|
|
54
|
+
|
|
55
|
+
#### ⚠️ Pushed to `main`
|
|
56
|
+
|
|
57
|
+
- version upgrade (brayhanalberto@gmail.com)
|
|
58
|
+
- types include into export (brayhanalberto@gmail.com)
|
|
59
|
+
|
|
60
|
+
#### Authors: 1
|
|
61
|
+
|
|
62
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
# (Wed Jul 26 2023)
|
|
67
|
+
|
|
68
|
+
#### ⚠️ Pushed to `main`
|
|
69
|
+
|
|
70
|
+
- types include into export ([@BrayhanV](https://github.com/BrayhanV))
|
|
71
|
+
|
|
72
|
+
#### Authors: 1
|
|
73
|
+
|
|
74
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
# (Wed Jul 26 2023)
|
|
79
|
+
|
|
80
|
+
#### ⚠️ Pushed to `main`
|
|
81
|
+
|
|
82
|
+
- Export added to package ([@BrayhanV](https://github.com/BrayhanV))
|
|
83
|
+
|
|
84
|
+
#### Authors: 1
|
|
85
|
+
|
|
86
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
# (Wed Jul 26 2023)
|
|
91
|
+
|
|
92
|
+
#### ⚠️ Pushed to `main`
|
|
93
|
+
|
|
94
|
+
- Major update for release (brayhanalberto@gmail.com)
|
|
95
|
+
|
|
96
|
+
#### Authors: 1
|
|
97
|
+
|
|
98
|
+
- Brayhan Villalba (brayhanalberto@gmail.com)
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
# (Wed Jul 26 2023)
|
|
103
|
+
|
|
104
|
+
#### ⚠️ Pushed to `main`
|
|
105
|
+
|
|
106
|
+
- children prop fix ([@BrayhanV](https://github.com/BrayhanV))
|
|
107
|
+
|
|
108
|
+
#### Authors: 1
|
|
109
|
+
|
|
110
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
# (Wed Jul 26 2023)
|
|
115
|
+
|
|
116
|
+
#### ⚠️ Pushed to `main`
|
|
117
|
+
|
|
118
|
+
- post install removed (brayhanalberto@gmail.com)
|
|
119
|
+
|
|
120
|
+
#### Authors: 1
|
|
121
|
+
|
|
122
|
+
- Brayhan Villalba (brayhanalberto@gmail.com)
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
# (Wed Jul 26 2023)
|
|
127
|
+
|
|
128
|
+
#### ⚠️ Pushed to `main`
|
|
129
|
+
|
|
130
|
+
- lib added ([@BrayhanV](https://github.com/BrayhanV))
|
|
131
|
+
- v1.0.12 ([@BrayhanV](https://github.com/BrayhanV))
|
|
132
|
+
|
|
133
|
+
#### Authors: 1
|
|
134
|
+
|
|
135
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
# (Wed Jul 26 2023)
|
|
140
|
+
|
|
141
|
+
#### ⚠️ Pushed to `main`
|
|
142
|
+
|
|
143
|
+
- npm package config ([@BrayhanV](https://github.com/BrayhanV))
|
|
144
|
+
- version upgrade ([@BrayhanV](https://github.com/BrayhanV))
|
|
145
|
+
- build with parcel ([@BrayhanV](https://github.com/BrayhanV))
|
|
146
|
+
- v1.0.9 ([@BrayhanV](https://github.com/BrayhanV))
|
|
147
|
+
|
|
148
|
+
#### Authors: 1
|
|
149
|
+
|
|
150
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
# (Tue Jul 25 2023)
|
|
155
|
+
|
|
156
|
+
#### ⚠️ Pushed to `main`
|
|
157
|
+
|
|
158
|
+
- version upgrade (brayhanalberto@gmail.com)
|
|
159
|
+
- build with parcel (brayhanalberto@gmail.com)
|
|
160
|
+
- v1.0.9 (brayhanalberto@gmail.com)
|
|
161
|
+
|
|
162
|
+
#### Authors: 1
|
|
163
|
+
|
|
164
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
# (Tue Jul 25 2023)
|
|
169
|
+
|
|
170
|
+
#### ⚠️ Pushed to `main`
|
|
171
|
+
|
|
172
|
+
- build with parcel ([@BrayhanV](https://github.com/BrayhanV))
|
|
173
|
+
- v1.0.9 ([@BrayhanV](https://github.com/BrayhanV))
|
|
174
|
+
|
|
175
|
+
#### Authors: 1
|
|
176
|
+
|
|
177
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
# (Tue Jul 25 2023)
|
|
182
|
+
|
|
183
|
+
#### ⚠️ Pushed to `main`
|
|
184
|
+
|
|
185
|
+
- dist removed lib added ([@BrayhanV](https://github.com/BrayhanV))
|
|
186
|
+
- v1.0.8 ([@BrayhanV](https://github.com/BrayhanV))
|
|
187
|
+
- Changelog updated ([@BrayhanV](https://github.com/BrayhanV))
|
|
188
|
+
- Dist folder added ([@BrayhanV](https://github.com/BrayhanV))
|
|
189
|
+
|
|
190
|
+
#### Authors: 1
|
|
191
|
+
|
|
192
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
157
196
|
# (Tue Jul 25 2023)
|
|
158
197
|
|
|
159
198
|
- Configuration need to use in others projects
|