enwawa-ui 1.0.41 → 1.1.0
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 +101 -78
- package/package.json +6 -3
- package/lib/index.d.ts +0 -3136
- package/lib/index.d.ts.map +0 -1
- package/lib/index.es.js +0 -2926
- package/lib/index.es.js.map +0 -1
- package/lib/index.js +0 -2928
- package/lib/index.js.map +0 -1
- package/lib/wawa-isotype.28dcf3ba.svg +0 -4
- package/lib/wawa-isotype.da9ebd6e.svg +0 -4
- package/lib/wawa-logo.bb8f5a4d.svg +0 -6
- package/lib/wawa-logo.f82ab6f2.svg +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,80 +1,103 @@
|
|
|
1
|
-
# (Fri Sep 22 2023)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
1
|
+
# (Fri Sep 22 2023)
|
|
2
|
+
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f70517f: New components added
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [f70517f]
|
|
12
|
+
- enwawa-ui@1.1.0
|
|
13
|
+
|
|
14
|
+
#### ⚠️ Pushed to `main`
|
|
15
|
+
|
|
16
|
+
- Build files ([@BrayhanV](https://github.com/BrayhanV))
|
|
17
|
+
|
|
18
|
+
#### Authors: 1
|
|
19
|
+
|
|
20
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# (Fri Sep 22 2023)
|
|
25
|
+
|
|
26
|
+
#### 🐛 Bug Fix
|
|
27
|
+
|
|
28
|
+
- Subtitle for OrTable [#89](https://github.com/La-Wawa-Inc/wawa-ui/pull/89) ([@miguelesco](https://github.com/miguelesco))
|
|
29
|
+
|
|
30
|
+
#### ⚠️ Pushed to `main`
|
|
31
|
+
|
|
32
|
+
- Missing build files ([@BrayhanV](https://github.com/BrayhanV))
|
|
33
|
+
|
|
34
|
+
#### Authors: 2
|
|
35
|
+
|
|
36
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
37
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# (Wed Sep 20 2023)
|
|
42
|
+
|
|
43
|
+
#### 🐛 Bug Fix
|
|
44
|
+
|
|
45
|
+
- Selects form [#87](https://github.com/La-Wawa-Inc/wawa-ui/pull/87) ([@maurovolpe18](https://github.com/maurovolpe18))
|
|
46
|
+
|
|
47
|
+
#### Authors: 1
|
|
48
|
+
|
|
49
|
+
- Maurizio Volpe ([@maurovolpe18](https://github.com/maurovolpe18))
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
# (Wed Sep 20 2023)
|
|
54
|
+
|
|
55
|
+
#### 🐛 Bug Fix
|
|
56
|
+
|
|
57
|
+
- Add support for rule message in ui [#86](https://github.com/La-Wawa-Inc/wawa-ui/pull/86) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
58
|
+
- Change in size for active cards [#84](https://github.com/La-Wawa-Inc/wawa-ui/pull/84) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
59
|
+
|
|
60
|
+
#### Authors: 2
|
|
61
|
+
|
|
62
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
63
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
# (Tue Sep 12 2023)
|
|
68
|
+
|
|
69
|
+
#### 🐛 Bug Fix
|
|
70
|
+
|
|
71
|
+
- missign changes [#83](https://github.com/La-Wawa-Inc/wawa-ui/pull/83) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
72
|
+
|
|
73
|
+
#### Authors: 2
|
|
74
|
+
|
|
75
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
76
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
# (Mon Sep 11 2023)
|
|
81
|
+
|
|
82
|
+
#### 🐛 Bug Fix
|
|
83
|
+
|
|
84
|
+
- Multiple select [#82](https://github.com/La-Wawa-Inc/wawa-ui/pull/82) ([@maurovolpe18](https://github.com/maurovolpe18) [@BrayhanV](https://github.com/BrayhanV))
|
|
85
|
+
- add OrAssignBalance [#67](https://github.com/La-Wawa-Inc/wawa-ui/pull/67) ([@miguelesco](https://github.com/miguelesco) [@BrayhanV](https://github.com/BrayhanV))
|
|
86
|
+
|
|
87
|
+
#### ⚠️ Pushed to `main`
|
|
88
|
+
|
|
89
|
+
- try to exclude build folder ([@BrayhanV](https://github.com/BrayhanV))
|
|
90
|
+
- Create main.yml ([@BrayhanV](https://github.com/BrayhanV))
|
|
91
|
+
- build log ([@BrayhanV](https://github.com/BrayhanV))
|
|
92
|
+
|
|
93
|
+
#### Authors: 3
|
|
94
|
+
|
|
95
|
+
- Brayhan Villalba ([@BrayhanV](https://github.com/BrayhanV))
|
|
96
|
+
- Maurizio Volpe ([@maurovolpe18](https://github.com/maurovolpe18))
|
|
97
|
+
- Miguelangel Escorche ([@miguelesco](https://github.com/miguelesco))
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
78
101
|
# (Mon Sep 04 2023)
|
|
79
102
|
|
|
80
103
|
#### ⚠️ Pushed to `main`
|
|
@@ -611,7 +634,7 @@
|
|
|
611
634
|
- Fix main release ([@BrayhanV](https://github.com/BrayhanV))
|
|
612
635
|
- Revert "add colors file" ([@BrayhanV](https://github.com/BrayhanV))
|
|
613
636
|
- Build folder added to gitignore ([@BrayhanV](https://github.com/BrayhanV))
|
|
614
|
-
- First commit ([@BrayhanV](https://github.com/BrayhanV))
|
|
637
|
+
- First commit a ([@BrayhanV](https://github.com/BrayhanV))
|
|
615
638
|
|
|
616
639
|
#### Authors: 3
|
|
617
640
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "enwawa-ui",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"source": "index.ts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.es.js",
|
|
@@ -24,7 +24,11 @@
|
|
|
24
24
|
"types": "./lib/index.d.ts"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"access": "public"
|
|
29
|
+
},
|
|
27
30
|
"devDependencies": {
|
|
31
|
+
"@changesets/cli": "^2.26.2",
|
|
28
32
|
"@parcel/packager-ts": "2.9.3",
|
|
29
33
|
"@parcel/transformer-svg-react": "^2.9.3",
|
|
30
34
|
"@parcel/transformer-typescript-types": "2.9.3",
|
|
@@ -76,14 +80,13 @@
|
|
|
76
80
|
"prepare": "husky install",
|
|
77
81
|
"chromatic": "npx chromatic --exit-zero-on-changes",
|
|
78
82
|
"changelog": "auto changelog",
|
|
79
|
-
"release": "
|
|
83
|
+
"release": "yarn build && changeset publish"
|
|
80
84
|
},
|
|
81
85
|
"dependencies": {
|
|
82
86
|
"@ant-design/colors": "^7.0.0",
|
|
83
87
|
"@ant-design/icons": "^5.2.5",
|
|
84
88
|
"@fontsource/ibm-plex-sans": "^5.0.5",
|
|
85
89
|
"antd": "^5.7.0",
|
|
86
|
-
"enwawa-ui": "^1.0.33",
|
|
87
90
|
"lottie-react": "^2.4.0",
|
|
88
91
|
"react-fast-marquee": "^1.6.0",
|
|
89
92
|
"react-inlinesvg": "^3.0.2",
|