enwawa-ui 1.0.23 → 1.0.26
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 +94 -24
- package/lib/index.d.ts +775 -12
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +899 -125
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +895 -121
- package/lib/index.js.map +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,50 +1,120 @@
|
|
|
1
|
-
# (
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- TDD-459-RM ML Search Box [#52](https://github.com/La-Wawa-Inc/wawa-ui/pull/52) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
6
|
-
- TDD-458-RM OrDrawer [#51](https://github.com/La-Wawa-Inc/wawa-ui/pull/51) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
7
|
-
- MlPagination [#37](https://github.com/La-Wawa-Inc/wawa-ui/pull/37) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
8
|
-
- OrModal [#33](https://github.com/La-Wawa-Inc/wawa-ui/pull/33) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
1
|
+
# (Tue Aug 08 2023)
|
|
9
2
|
|
|
10
3
|
#### ⚠️ Pushed to `main`
|
|
11
4
|
|
|
12
|
-
- Missing
|
|
13
|
-
- version upgrade ([@BrayhanV](https://github.com/BrayhanV))
|
|
14
|
-
- TmLoginPhoneCode ([@BrayhanV](https://github.com/BrayhanV))
|
|
15
|
-
- Update on login layout and login template ([@BrayhanV](https://github.com/BrayhanV))
|
|
5
|
+
- Missing dependency added ([@BrayhanV](https://github.com/BrayhanV))
|
|
16
6
|
|
|
17
|
-
#### Authors:
|
|
7
|
+
#### Authors: 1
|
|
18
8
|
|
|
19
9
|
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
20
|
-
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
21
|
-
- Richard Martinez ([@xzotacx](https://github.com/xzotacx))
|
|
22
10
|
|
|
23
11
|
---
|
|
24
12
|
|
|
25
|
-
# (
|
|
13
|
+
# (Tue Aug 08 2023)
|
|
26
14
|
|
|
27
15
|
#### 🐛 Bug Fix
|
|
28
16
|
|
|
29
|
-
-
|
|
30
|
-
- TDD-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
17
|
+
- MlCodeInput and fix font familt for dropdown [#49](https://github.com/La-Wawa-Inc/wawa-ui/pull/49) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
18
|
+
- TDD-460 [#55](https://github.com/La-Wawa-Inc/wawa-ui/pull/55) ([@maurovolpe18](https://github.com/maurovolpe18))
|
|
19
|
+
- MlPlanCard [#54](https://github.com/La-Wawa-Inc/wawa-ui/pull/54) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
20
|
+
- Mejora en MlRadioGroup [#50](https://github.com/La-Wawa-Inc/wawa-ui/pull/50) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
21
|
+
- OrTicketCard [#53](https://github.com/La-Wawa-Inc/wawa-ui/pull/53) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
33
22
|
|
|
34
23
|
#### ⚠️ Pushed to `main`
|
|
35
24
|
|
|
36
|
-
- version
|
|
37
|
-
-
|
|
38
|
-
-
|
|
25
|
+
- version updated ([@BrayhanV](https://github.com/BrayhanV))
|
|
26
|
+
- TmCrudPage ([@BrayhanV](https://github.com/BrayhanV))
|
|
27
|
+
- Fix AtCountdown history ([@BrayhanV](https://github.com/BrayhanV))
|
|
28
|
+
- unnecessary comments removed ([@BrayhanV](https://github.com/BrayhanV))
|
|
29
|
+
- OrDashboardLayout ([@BrayhanV](https://github.com/BrayhanV))
|
|
30
|
+
- Improves on OrSider ([@BrayhanV](https://github.com/BrayhanV))
|
|
31
|
+
- missing exports added ([@BrayhanV](https://github.com/BrayhanV))
|
|
32
|
+
- Organism: ([@BrayhanV](https://github.com/BrayhanV))
|
|
33
|
+
- OrMenu story ([@BrayhanV](https://github.com/BrayhanV))
|
|
34
|
+
- OrMenu ([@BrayhanV](https://github.com/BrayhanV))
|
|
35
|
+
- OrTable ([@BrayhanV](https://github.com/BrayhanV))
|
|
36
|
+
- OrTickets improves ([@BrayhanV](https://github.com/BrayhanV))
|
|
39
37
|
|
|
40
38
|
#### Authors: 3
|
|
41
39
|
|
|
42
40
|
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
41
|
+
- Maurizio Volpe ([@maurovolpe18](https://github.com/maurovolpe18))
|
|
43
42
|
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
44
|
-
- Richard Martinez ([@xzotacx](https://github.com/xzotacx))
|
|
45
43
|
|
|
46
44
|
---
|
|
47
45
|
|
|
46
|
+
# (Fri Aug 04 2023)
|
|
47
|
+
|
|
48
|
+
#### 🐛 Bug Fix
|
|
49
|
+
|
|
50
|
+
- TDD-459-RM ML Search Box [#52](https://github.com/La-Wawa-Inc/wawa-ui/pull/52) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
51
|
+
- TDD-458-RM OrDrawer [#51](https://github.com/La-Wawa-Inc/wawa-ui/pull/51) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
52
|
+
- MlPagination [#37](https://github.com/La-Wawa-Inc/wawa-ui/pull/37) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
53
|
+
- OrModal [#33](https://github.com/La-Wawa-Inc/wawa-ui/pull/33) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
54
|
+
|
|
55
|
+
#### ⚠️ Pushed to `main`
|
|
56
|
+
|
|
57
|
+
- Missing prop added ([@BrayhanV](https://github.com/BrayhanV))
|
|
58
|
+
- Missing build files ([@BrayhanV](https://github.com/BrayhanV))
|
|
59
|
+
- version upgrade ([@BrayhanV](https://github.com/BrayhanV))
|
|
60
|
+
- TmLoginPhoneCode ([@BrayhanV](https://github.com/BrayhanV))
|
|
61
|
+
- Update on login layout and login template ([@BrayhanV](https://github.com/BrayhanV))
|
|
62
|
+
|
|
63
|
+
#### Authors: 3
|
|
64
|
+
|
|
65
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
66
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
67
|
+
- Richard Martinez ([@xzotacx](https://github.com/xzotacx))
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
# (Thu Aug 03 2023)
|
|
72
|
+
|
|
73
|
+
#### 🐛 Bug Fix
|
|
74
|
+
|
|
75
|
+
- TDD-459-RM ML Search Box [#52](https://github.com/La-Wawa-Inc/wawa-ui/pull/52) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
76
|
+
- TDD-458-RM OrDrawer [#51](https://github.com/La-Wawa-Inc/wawa-ui/pull/51) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
77
|
+
- MlPagination [#37](https://github.com/La-Wawa-Inc/wawa-ui/pull/37) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
78
|
+
- OrModal [#33](https://github.com/La-Wawa-Inc/wawa-ui/pull/33) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
79
|
+
|
|
80
|
+
#### ⚠️ Pushed to `main`
|
|
81
|
+
|
|
82
|
+
- Missing build files ([@BrayhanV](https://github.com/BrayhanV))
|
|
83
|
+
- version upgrade ([@BrayhanV](https://github.com/BrayhanV))
|
|
84
|
+
- TmLoginPhoneCode ([@BrayhanV](https://github.com/BrayhanV))
|
|
85
|
+
- Update on login layout and login template ([@BrayhanV](https://github.com/BrayhanV))
|
|
86
|
+
|
|
87
|
+
#### Authors: 3
|
|
88
|
+
|
|
89
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
90
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
91
|
+
- Richard Martinez ([@xzotacx](https://github.com/xzotacx))
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
# (Thu Aug 03 2023)
|
|
96
|
+
|
|
97
|
+
#### 🐛 Bug Fix
|
|
98
|
+
|
|
99
|
+
- TDD-459-RM ML Search Box [#52](https://github.com/La-Wawa-Inc/wawa-ui/pull/52) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
100
|
+
- TDD-458-RM OrDrawer [#51](https://github.com/La-Wawa-Inc/wawa-ui/pull/51) ([@xzotacx](https://github.com/xzotacx) [@BrayhanV](https://github.com/BrayhanV))
|
|
101
|
+
- MlPagination [#37](https://github.com/La-Wawa-Inc/wawa-ui/pull/37) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
102
|
+
- OrModal [#33](https://github.com/La-Wawa-Inc/wawa-ui/pull/33) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
103
|
+
|
|
104
|
+
#### ⚠️ Pushed to `main`
|
|
105
|
+
|
|
106
|
+
- version upgrade ([@BrayhanV](https://github.com/BrayhanV))
|
|
107
|
+
- TmLoginPhoneCode ([@BrayhanV](https://github.com/BrayhanV))
|
|
108
|
+
- Update on login layout and login template ([@BrayhanV](https://github.com/BrayhanV))
|
|
109
|
+
|
|
110
|
+
#### Authors: 3
|
|
111
|
+
|
|
112
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
113
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
114
|
+
- Richard Martinez ([@xzotacx](https://github.com/xzotacx))
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
48
118
|
# (Thu Jul 27 2023)
|
|
49
119
|
|
|
50
120
|
#### ⚠️ Pushed to `main`
|