@vtex/faststore-plugin-buyer-portal 1.3.51 → 1.3.53
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
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.3.53] - 2026-01-06
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Solved typo on import of add menu dropdown
|
|
15
|
+
|
|
16
|
+
## [1.3.52] - 2026-01-06
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Removed settings object from LoadingTabs
|
|
21
|
+
|
|
10
22
|
## [1.3.51] - 2026-01-05
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -439,7 +451,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
439
451
|
- Add CHANGELOG file
|
|
440
452
|
- Add README file
|
|
441
453
|
|
|
442
|
-
[unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.
|
|
454
|
+
[unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.53...HEAD
|
|
455
|
+
[1.3.53]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.52...v1.3.53
|
|
456
|
+
[1.3.52]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.51...v1.3.52
|
|
443
457
|
[1.3.51]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.50...v1.3.51
|
|
444
458
|
[1.3.50]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.49...v1.3.50
|
|
445
459
|
[1.3.49]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.48...v1.3.49
|
package/package.json
CHANGED
|
@@ -124,19 +124,6 @@ export const LoadingTabsLayout = ({ children }: LoadingTabsLayoutProps) => {
|
|
|
124
124
|
name: "",
|
|
125
125
|
},
|
|
126
126
|
},
|
|
127
|
-
settings: {
|
|
128
|
-
userIdentification: {
|
|
129
|
-
userName: false,
|
|
130
|
-
email: false,
|
|
131
|
-
phone: false,
|
|
132
|
-
},
|
|
133
|
-
authenticationMethods: {
|
|
134
|
-
method: "PASSWORD",
|
|
135
|
-
},
|
|
136
|
-
"2FA": {
|
|
137
|
-
verificationCode: false,
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
127
|
}}
|
|
141
128
|
/>
|
|
142
129
|
);
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
@import "../ReassignOrgUnitDrawer/reassign-org-unit-drawer.scss";
|
|
3
3
|
@import "../DeleteUserDrawer/delete-user-drawer.scss";
|
|
4
4
|
@import "../CreateUserDrawer/create-user-drawer.scss";
|
|
5
|
-
@import "../CreateUserDrawerWithUsername/create-user-drawer-with-
|
|
5
|
+
@import "../CreateUserDrawerWithUsername/create-user-drawer-with-username.scss";
|
|
6
6
|
@import "../UpdateUserDrawer/update-user-drawer.scss";
|