@vtex/faststore-plugin-buyer-portal 2.0.1 → 2.0.2
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 +11 -1
- package/package.json +3 -3
- package/src/features/accounting-fields/components/AccountingFieldForm/accounting-field-form.scss +0 -2
- package/src/features/accounting-fields/components/SelectedAccountingValue/selected-accounting-value.scss +0 -1
- package/src/features/accounting-fields/layouts/AccountingFieldLayout/accounting-field-layout.scss +0 -1
- package/src/features/addresses/components/CreateAddressDrawer/create-address-drawer.scss +0 -2
- package/src/features/addresses/components/CreateAddressSettingsDrawer/create-address-settings-drawer.scss +0 -2
- package/src/features/addresses/components/EditAddressDrawer/edit-address-drawer.scss +0 -2
- package/src/features/addresses/components/ExistingAddress/existing-address.scss +0 -1
- package/src/features/addresses/components/LocationForm/location-form.scss +1 -1
- package/src/features/addresses/components/RecipientsForm/recipients-form.scss +1 -1
- package/src/features/addresses/components/RemoveAddressDrawer/remove-address-drawer.scss +0 -1
- package/src/features/addresses/layouts/AddressDetailsLayout/address-details-layout.scss +9 -10
- package/src/features/addresses/layouts/AddressesLayout/addresses-layout.scss +6 -6
- package/src/features/budgets/components/BudgetAddForm/budget-add-form.scss +2 -2
- package/src/features/budgets/components/BudgetAllocationsSelection/budget-allocations-selection.scss +0 -2
- package/src/features/budgets/components/BudgetAllocationsTable/budget-allocations-table.scss +3 -3
- package/src/features/budgets/components/BudgetNotificationForm/budget-notification-form.scss +2 -2
- package/src/features/budgets/components/BudgetNotificationsInfo/budget-notifications-info.scss +5 -4
- package/src/features/budgets/components/BudgetRemainingBalance/budget-remaining-balance.scss +3 -2
- package/src/features/budgets/components/BudgetSettingsInfo/budget-settings-info.scss +5 -4
- package/src/features/budgets/components/BudgetsTable/budgets-table.scss +3 -2
- package/src/features/budgets/components/CreateBudgetAllocationDrawer/create-budget-allocation-drawer.scss +2 -2
- package/src/features/budgets/components/CreateBudgetDrawer/create-budget-drawer.scss +0 -1
- package/src/features/budgets/components/EditBudgetDrawer/edit-budget-drawer.scss +2 -2
- package/src/features/budgets/layouts/BudgetsDetailsLayout/budget-details-layout.scss +3 -2
- package/src/features/budgets/layouts/BudgetsLayout/budgets-layout.scss +3 -3
- package/src/features/buying-policies/components/BasicBuyingPolicyDrawer/basic-buying-policy-drawer.scss +3 -2
- package/src/features/buying-policies/layouts/BuyingPoliciesLayout/buying-policies-layout.scss +4 -3
- package/src/features/buying-policies/layouts/BuyingPolicyDetailsLayout/buying-policy-details-layout.scss +3 -2
- package/src/features/contracts/layouts/ContractsLayout/contracts-layout.scss +0 -2
- package/src/features/credit-cards/components/CreateCreditCardDrawer/create-credit-card-drawer.scss +0 -2
- package/src/features/credit-cards/components/CreditCardSettingsDrawer/credit-card-settings-drawer.scss +0 -2
- package/src/features/credit-cards/components/EditCreditCardDrawer/edit-credit-card-drawer.scss +0 -1
- package/src/features/credit-cards/components/RemoveCreditCardDrawer/remove-credit-card-drawer.scss +0 -1
- package/src/features/credit-cards/layouts/CreditCardsLayout/credit-card-layout.scss +3 -4
- package/src/features/org-units/components/AuthSetupDrawer/auth-setup-drawer.scss +0 -1
- package/src/features/org-units/components/OrgUnitBreadcrumb/org-unit-breadcrumb.scss +2 -1
- package/src/features/org-units/components/OrgUnitDetailsNavbar/org-unit-details-navbar.scss +3 -3
- package/src/features/org-units/layouts/OrgUnitDetailsLayout/org-units-details.scss +10 -11
- package/src/features/org-units/layouts/OrgUnitsLayout/org-units-layout.scss +3 -3
- package/src/features/payment-methods/components/AddPaymentMethodsDrawer/add-payment-methods-drawer.scss +5 -5
- package/src/features/payment-methods/components/RemovePaymentMethodsDrawer/remove-payment-methods-drawer.scss +0 -1
- package/src/features/payment-methods/components/SearchPaymentMethods/search-payment-methods.scss +2 -1
- package/src/features/payment-methods/layouts/PaymentMethodsLayout/payment-methods-layout.scss +5 -4
- package/src/features/profile/components/ProfileSummary/profile-summary.scss +2 -1
- package/src/features/profile/layouts/ProfileLayout/profile-layout.scss +2 -2
- package/src/features/roles/layout/RoleDetailsLayout/role-details-layout.scss +10 -9
- package/src/features/shared/components/BasicDrawer/basic-drawer.scss +10 -11
- package/src/features/shared/components/CustomDropdown/custom-dropdown.scss +2 -1
- package/src/features/shared/components/HeaderInside/header-inside.scss +5 -4
- package/src/features/shared/components/InternalTopbar/internal-top-bar.scss +0 -1
- package/src/features/shared/components/Pagination/pagination.scss +2 -2
- package/src/features/shared/components/SettingsDrawer/settings-drawer.scss +0 -1
- package/src/features/shared/components/Table/TableCell/table-cell.scss +3 -2
- package/src/features/shared/components/Table/TableHead/table-head.scss +5 -4
- package/src/features/shared/components/Table/TableRow/table-row.scss +0 -1
- package/src/features/shared/components/Toast/toast.scss +3 -2
- package/src/features/shared/components/VerticalNav/vertical-nav.scss +3 -3
- package/src/features/shared/layouts/BaseTabsLayout/about-drawer/about-drawer.scss +3 -2
- package/src/features/shared/layouts/BaseTabsLayout/base-tabs-layout.scss +8 -8
- package/src/features/shared/layouts/BaseTabsLayout/sidebar-drawer/sidebar-drawer.scss +6 -6
- package/src/features/shared/utils/constants.ts +1 -1
- package/src/features/users/layouts/UserDetailsLayout/user-details-layout.scss +7 -8
- package/src/features/users/layouts/UsersLayout/users-layout.scss +6 -6
- package/src/themes/tokens.scss +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.0.2] - 2026-06-03
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Migrate all SCSS media queries to `@include u.media()` via `@use "~@faststore/ui/src/styles/base/utilities" as u`, replacing native `@media` blocks
|
|
15
|
+
- Remove `@faststore/ui` component imports (Toggle, Breadcrumb, Button, Checkbox, Radio, Select, SlideOver) that caused a Sass duplicate-module conflict with `utilities.scss` when using `yarn link` in development
|
|
16
|
+
- Restore logout button blue color explicitly in `ProfileSummary` after removing `Button/styles.scss` import
|
|
17
|
+
- Restore correct padding on "Add Location" and "Add recipient" buttons after removing `Button/styles.scss` import
|
|
18
|
+
|
|
10
19
|
## [2.0.1] - 2026-06-02
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -675,7 +684,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
675
684
|
- Add CHANGELOG file
|
|
676
685
|
- Add README file
|
|
677
686
|
|
|
678
|
-
[unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/
|
|
687
|
+
[unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.2...HEAD
|
|
679
688
|
[1.3.55]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.54...v1.3.55
|
|
680
689
|
[1.3.54]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.53...v1.3.54
|
|
681
690
|
[1.3.53]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.52...v1.3.53
|
|
@@ -762,4 +771,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
762
771
|
[1.3.87]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.86...v1.3.87
|
|
763
772
|
[1.3.86]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/1.3.86
|
|
764
773
|
|
|
774
|
+
[2.0.2]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.1...v2.0.2
|
|
765
775
|
[2.0.1]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/2.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtex/faststore-plugin-buyer-portal",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A plugin for faststore with buyer portal",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@eslint/js": "^9.29.0",
|
|
29
|
-
"@faststore/core": "
|
|
30
|
-
"@faststore/ui": "^
|
|
29
|
+
"@faststore/core": "4.2.0",
|
|
30
|
+
"@faststore/ui": "^4.2.0",
|
|
31
31
|
"@release-it/bumper": "^4.0.0",
|
|
32
32
|
"@release-it/keep-a-changelog": "^3.0.0",
|
|
33
33
|
"@types/react": "^18.2.42",
|
package/src/features/accounting-fields/components/AccountingFieldForm/accounting-field-form.scss
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
[data-fs-bp-accounting-field-form] {
|
|
2
|
-
@import "@faststore/ui/src/components/atoms/Radio/styles.scss";
|
|
3
|
-
@import "@faststore/ui/src/components/atoms/Checkbox/styles.scss";
|
|
4
2
|
@import "../../../shared/components/InputText/input-text.scss";
|
|
5
3
|
|
|
6
4
|
[data-fs-bp-accounting-field-form-label] {
|
package/src/features/accounting-fields/layouts/AccountingFieldLayout/accounting-field-layout.scss
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
@import "../../components/RemoveValueFromUnitDrawer/remove-value-from-unit-drawer.scss";
|
|
4
4
|
|
|
5
5
|
[data-fs-bp-accounting-field-container] {
|
|
6
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
7
6
|
@import "../../../shared/components/Table/table.scss";
|
|
8
7
|
@import "../../../shared/components/IconBookmarked/icon-bookmarked.scss";
|
|
9
8
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
@import "../LocationForm/location-form.scss";
|
|
9
9
|
@import "../RecipientsForm/recipients-form.scss";
|
|
10
10
|
|
|
11
|
-
@import "@faststore/ui/src/components/atoms/Select/styles.scss";
|
|
12
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
13
11
|
@import "@faststore/ui/src/components/molecules/Alert/styles.scss";
|
|
14
12
|
|
|
15
13
|
[data-fs-alert] {
|
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
@import "../LocationForm/location-form.scss";
|
|
10
10
|
@import "../RecipientsForm/recipients-form.scss";
|
|
11
11
|
|
|
12
|
-
@import "@faststore/ui/src/components/atoms/Select/styles.scss";
|
|
13
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
14
12
|
@import "@faststore/ui/src/components/molecules/Alert/styles.scss";
|
|
15
13
|
|
|
16
14
|
[data-fs-bp-settings-drawer-body] {
|
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
@import "../../../shared/components/ErrorMessage/error-message.scss";
|
|
7
7
|
@import "../ExistingAddress/existing-address.scss";
|
|
8
8
|
|
|
9
|
-
@import "@faststore/ui/src/components/atoms/Select/styles.scss";
|
|
10
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
11
9
|
@import "@faststore/ui/src/components/molecules/Alert/styles.scss";
|
|
12
10
|
|
|
13
11
|
[data-fs-alert] {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
[data-fs-bp-location-form] {
|
|
2
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
3
2
|
@import "./LocationField/location-field.scss";
|
|
4
3
|
|
|
5
4
|
padding-bottom: var(--fs-spacing-5);
|
|
@@ -24,6 +23,7 @@
|
|
|
24
23
|
border-color: #e0e0e0;
|
|
25
24
|
color: #0366dd;
|
|
26
25
|
font-weight: 600;
|
|
26
|
+
padding: calc(var(--fs-spacing-1) - (var(--fs-border-width) * 2)) var(--fs-spacing-3);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
&:hover [data-fs-button-wrapper] {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
[data-fs-bp-recipients-form] {
|
|
2
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
3
2
|
@import "@faststore/ui/src/components/atoms/Icon/styles.scss";
|
|
4
3
|
@import "./RecipientItem/recipient-item.scss";
|
|
5
4
|
|
|
@@ -22,6 +21,7 @@
|
|
|
22
21
|
border-color: #e0e0e0;
|
|
23
22
|
color: #0366dd;
|
|
24
23
|
font-weight: 600;
|
|
24
|
+
padding: calc(var(--fs-spacing-1) - (var(--fs-border-width) * 2)) var(--fs-spacing-3);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-address-details-section] {
|
|
2
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
3
3
|
@import "@faststore/ui/src/components/atoms/Skeleton/styles.scss";
|
|
4
4
|
@import "../../../shared/components/InternalTopbar/internal-top-bar.scss";
|
|
5
5
|
@import "../../components/EditAddressDrawer/edit-address-drawer.scss";
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
height: 100%;
|
|
14
14
|
|
|
15
|
-
@include media("<=tablet") {
|
|
15
|
+
@include u.media("<=tablet") {
|
|
16
16
|
padding: 0;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
[data-fs-bp-tab-bar] {
|
|
20
|
-
@include media("<=tablet") {
|
|
20
|
+
@include u.media("<=tablet") {
|
|
21
21
|
width: -webkit-fill-available !important;
|
|
22
22
|
justify-content: space-around;
|
|
23
23
|
}
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
align-items: center;
|
|
73
73
|
flex-direction: row;
|
|
74
74
|
margin-bottom: var(--fs-text-size-7);
|
|
75
|
-
@include media("<=tablet") {
|
|
75
|
+
@include u.media("<=tablet") {
|
|
76
76
|
flex-direction: column-reverse;
|
|
77
77
|
gap: 0.625rem;
|
|
78
78
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
border-radius: var(--fs-border-radius-pill);
|
|
113
113
|
border: var(--fs-border-width) solid #e0e0e0;
|
|
114
114
|
|
|
115
|
-
@include media("<=tablet") {
|
|
115
|
+
@include u.media("<=tablet") {
|
|
116
116
|
width: 100%;
|
|
117
117
|
text-align: center;
|
|
118
118
|
justify-content: center;
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
font-size: var(--fs-text-size-1);
|
|
135
135
|
line-height: calc(var(--fs-spacing-3) + var(--fs-spacing-0));
|
|
136
136
|
|
|
137
|
-
@include media("<=tablet") {
|
|
137
|
+
@include u.media("<=tablet") {
|
|
138
138
|
flex-direction: column;
|
|
139
139
|
align-items: normal;
|
|
140
140
|
}
|
|
@@ -202,7 +202,6 @@
|
|
|
202
202
|
|
|
203
203
|
[data-fs-bp-address-tabs-list] {
|
|
204
204
|
@import "@faststore/ui/src/components/atoms/Icon/styles.scss";
|
|
205
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
206
205
|
@import "../../components/EditRecipientAddressDrawer/edit-recipient-address-drawer.scss";
|
|
207
206
|
|
|
208
207
|
height: 100%;
|
|
@@ -216,7 +215,7 @@
|
|
|
216
215
|
justify-content: space-between;
|
|
217
216
|
padding: 0 0 var(--fs-spacing-4);
|
|
218
217
|
|
|
219
|
-
@include media("<=tablet") {
|
|
218
|
+
@include u.media("<=tablet") {
|
|
220
219
|
[data-fs-buyer-portal-internal-search] {
|
|
221
220
|
width: 100%;
|
|
222
221
|
}
|
|
@@ -261,7 +260,7 @@
|
|
|
261
260
|
}
|
|
262
261
|
|
|
263
262
|
[data-fs-address-details-info-line-value] {
|
|
264
|
-
@include media("<=tablet") {
|
|
263
|
+
@include u.media("<=tablet") {
|
|
265
264
|
white-space: nowrap;
|
|
266
265
|
overflow: hidden;
|
|
267
266
|
text-overflow: ellipsis;
|
|
@@ -277,7 +276,7 @@
|
|
|
277
276
|
margin-top: var(--fs-spacing-0);
|
|
278
277
|
padding: var(--fs-spacing-2) 0;
|
|
279
278
|
|
|
280
|
-
@include media(">=tablet") {
|
|
279
|
+
@include u.media(">=tablet") {
|
|
281
280
|
display: none;
|
|
282
281
|
}
|
|
283
282
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../../shared/components/MainLinksDropdownMenu/main-links-dropdown-menu.scss";
|
|
2
3
|
@import "../../components/CreateAddressDrawer/create-address-drawer.scss";
|
|
3
4
|
@import "../../components//AddressForm/address-form.scss";
|
|
@@ -9,7 +10,6 @@
|
|
|
9
10
|
|
|
10
11
|
[data-fs-addresses-section] {
|
|
11
12
|
@import "@faststore/ui/src/components/atoms/Icon/styles.scss";
|
|
12
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
13
13
|
@import "@faststore/ui/src/components/atoms/Skeleton/styles.scss";
|
|
14
14
|
@import "../../components/AddressLine/address-line.scss";
|
|
15
15
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
flex-direction: column;
|
|
28
28
|
height: 100%;
|
|
29
29
|
|
|
30
|
-
@include media("<=phonemid") {
|
|
30
|
+
@include u.media("<=phonemid") {
|
|
31
31
|
padding: 0 0 var(--fs-spacing-7) 0;
|
|
32
32
|
|
|
33
33
|
[data-fs-bp-header-inside] {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
margin-top: var(--fs-spacing-0);
|
|
61
61
|
padding: var(--fs-spacing-2) 0;
|
|
62
62
|
|
|
63
|
-
@include media(">=tablet") {
|
|
63
|
+
@include u.media(">=tablet") {
|
|
64
64
|
display: none;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
justify-content: space-between;
|
|
112
112
|
padding: 0 0 var(--fs-spacing-4);
|
|
113
113
|
|
|
114
|
-
@include media("<=tablet") {
|
|
114
|
+
@include u.media("<=tablet") {
|
|
115
115
|
[data-fs-buyer-portal-internal-search] {
|
|
116
116
|
width: 100%;
|
|
117
117
|
}
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
margin-top: var(--fs-spacing-0);
|
|
134
134
|
padding: var(--fs-spacing-2) 0;
|
|
135
135
|
|
|
136
|
-
@include media(">=tablet") {
|
|
136
|
+
@include u.media(">=tablet") {
|
|
137
137
|
display: none;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
@include media("<=phonemid") {
|
|
172
|
+
@include u.media("<=phonemid") {
|
|
173
173
|
padding: var(--fs-spacing-3) 0;
|
|
174
174
|
margin-bottom: var(--fs-spacing-11);
|
|
175
175
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
2
2
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
3
3
|
|
|
4
4
|
[data-fs-bp-add-budget-drawer] {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
flex-direction: column;
|
|
16
16
|
width: 100%;
|
|
17
17
|
|
|
18
|
-
@include media(">=notebook") {
|
|
18
|
+
@include u.media(">=notebook") {
|
|
19
19
|
align-items: center;
|
|
20
20
|
flex-direction: row;
|
|
21
21
|
gap: var(--fs-spacing-3);
|
package/src/features/budgets/components/BudgetAllocationsSelection/budget-allocations-selection.scss
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
[data-fs-bp-budget-allocation-table] {
|
|
5
5
|
@import "../../../shared/components/Pagination/pagination.scss";
|
|
6
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
7
6
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
8
7
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
9
8
|
@import "../../../shared/components/Tag/tag.scss";
|
|
10
9
|
@import "../../../shared/components/Table/table.scss";
|
|
11
|
-
@import "@faststore/ui/src/components/atoms/Checkbox/styles.scss";
|
|
12
10
|
|
|
13
11
|
[data-fs-table] {
|
|
14
12
|
overflow-x: visible;
|
package/src/features/budgets/components/BudgetAllocationsTable/budget-allocations-table.scss
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "@faststore/ui/src/components/molecules/Dropdown/styles.scss";
|
|
2
3
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
3
4
|
|
|
4
5
|
[data-fs-bp-budget-details-allocation-table] {
|
|
5
6
|
@import "@faststore/ui/src/components/atoms/Skeleton/styles.scss";
|
|
6
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
7
7
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
8
8
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
9
9
|
@import "../../../shared/components/Tag/tag.scss";
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
justify-content: space-between;
|
|
48
48
|
align-items: center;
|
|
49
49
|
|
|
50
|
-
@include media("<tablet") {
|
|
50
|
+
@include u.media("<tablet") {
|
|
51
51
|
[data-fs-buyer-portal-internal-search] {
|
|
52
52
|
width: 100%;
|
|
53
53
|
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
text-align: center;
|
|
68
68
|
margin: 0 auto;
|
|
69
69
|
|
|
70
|
-
@include media("<tablet") {
|
|
70
|
+
@include u.media("<tablet") {
|
|
71
71
|
width: 100%;
|
|
72
72
|
padding: var(--fs-spacing-4);
|
|
73
73
|
}
|
package/src/features/budgets/components/BudgetNotificationForm/budget-notification-form.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-budget-notification] {
|
|
2
|
-
@import '@faststore/ui/src/components/molecules/Toggle/styles.scss';
|
|
3
3
|
@import '@faststore/ui/src/components/molecules/Tooltip/styles.scss';
|
|
4
4
|
@import '@faststore/ui/src/components/molecules/QuantitySelector/styles.scss';
|
|
5
5
|
@import '../../../shared/components/InputText/input-text.scss';
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
flex-direction: column;
|
|
39
39
|
width: 100%;
|
|
40
40
|
|
|
41
|
-
@include media(
|
|
41
|
+
@include u.media(">=notebook") {
|
|
42
42
|
align-items: center;
|
|
43
43
|
flex-direction: row;
|
|
44
44
|
gap: var(--fs-spacing-3);
|
package/src/features/budgets/components/BudgetNotificationsInfo/budget-notifications-info.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-budget-notifications] {
|
|
2
3
|
@import "@faststore/ui/src/components/atoms/Badge/styles.scss";
|
|
3
4
|
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
border: calc(var(--fs-border-width) / 2) solid #e0e0e0;
|
|
17
18
|
|
|
18
19
|
&:first-of-type {
|
|
19
|
-
@include media("<tablet") {
|
|
20
|
+
@include u.media("<tablet") {
|
|
20
21
|
border: none;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
font-size: var(--fs-text-size-1);
|
|
30
31
|
line-height: calc(var(--fs-spacing-3) + var(--fs-spacing-0));
|
|
31
32
|
|
|
32
|
-
@include media("<tablet") {
|
|
33
|
+
@include u.media("<tablet") {
|
|
33
34
|
flex-direction: column;
|
|
34
35
|
padding: var(--fs-spacing-2) 0;
|
|
35
36
|
}
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
font-size: var(--fs-text-size-1);
|
|
41
42
|
font-weight: var(--fs-text-weight-regular);
|
|
42
43
|
|
|
43
|
-
@include media("<tablet") {
|
|
44
|
+
@include u.media("<tablet") {
|
|
44
45
|
font-size: var(--fs-text-size-0);
|
|
45
46
|
}
|
|
46
47
|
}
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
font-weight: var(--fs-text-weight-regular);
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
@include media("<tablet") {
|
|
62
|
+
@include u.media("<tablet") {
|
|
62
63
|
font-weight: var(--fs-text-weight-regular);
|
|
63
64
|
}
|
|
64
65
|
}
|
package/src/features/budgets/components/BudgetRemainingBalance/budget-remaining-balance.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-budget-remaining-balance] {
|
|
2
3
|
width: 100%;
|
|
3
4
|
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
|
|
17
18
|
margin-bottom: var(--fs-spacing-3);
|
|
18
19
|
|
|
19
|
-
@include media("<tablet") {
|
|
20
|
+
@include u.media("<tablet") {
|
|
20
21
|
grid-template-columns: 1fr;
|
|
21
22
|
gap: var(--fs-spacing-2);
|
|
22
23
|
}
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
[data-fs-bp-budgets-progress-bar] {
|
|
25
26
|
grid-column: span 2;
|
|
26
27
|
|
|
27
|
-
@include media("<tablet") {
|
|
28
|
+
@include u.media("<tablet") {
|
|
28
29
|
grid-column: 1;
|
|
29
30
|
grid-row: 2;
|
|
30
31
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-budget-settings] {
|
|
2
3
|
width: 100%;
|
|
3
4
|
|
|
@@ -14,7 +15,7 @@
|
|
|
14
15
|
border: calc(var(--fs-border-width) / 2) solid #e0e0e0;
|
|
15
16
|
|
|
16
17
|
&:first-of-type {
|
|
17
|
-
@include media("<tablet") {
|
|
18
|
+
@include u.media("<tablet") {
|
|
18
19
|
border: none;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
font-size: var(--fs-text-size-1);
|
|
28
29
|
line-height: calc(var(--fs-spacing-3) + var(--fs-spacing-0));
|
|
29
30
|
|
|
30
|
-
@include media("<tablet") {
|
|
31
|
+
@include u.media("<tablet") {
|
|
31
32
|
flex-direction: column;
|
|
32
33
|
padding: var(--fs-spacing-2) 0;
|
|
33
34
|
}
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
font-size: var(--fs-text-size-1);
|
|
39
40
|
font-weight: var(--fs-text-weight-regular);
|
|
40
41
|
|
|
41
|
-
@include media("<tablet") {
|
|
42
|
+
@include u.media("<tablet") {
|
|
42
43
|
font-size: var(--fs-text-size-0);
|
|
43
44
|
}
|
|
44
45
|
}
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
font-size: var(--fs-text-size-1);
|
|
49
50
|
font-weight: var(--fs-text-weight-medium);
|
|
50
51
|
|
|
51
|
-
@include media("<tablet") {
|
|
52
|
+
@include u.media("<tablet") {
|
|
52
53
|
font-weight: var(--fs-text-weight-regular);
|
|
53
54
|
}
|
|
54
55
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-budgets-table] {
|
|
2
3
|
@import "../BudgetProgressBar/budget-progress-bar.scss";
|
|
3
4
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
align-items: center;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
|
-
@include media("<tablet") {
|
|
71
|
+
@include u.media("<tablet") {
|
|
71
72
|
[data-fs-table-cell] {
|
|
72
73
|
display: none;
|
|
73
74
|
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
}
|
|
83
84
|
}
|
|
84
85
|
|
|
85
|
-
@include media("<notebook") {
|
|
86
|
+
@include u.media("<notebook") {
|
|
86
87
|
[data-fs-table-cell="data"]:not(:first-of-type) {
|
|
87
88
|
text-align: right;
|
|
88
89
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
2
2
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
3
3
|
@import "../BudgetAllocationsSelection/budget-allocations-selection.scss";
|
|
4
4
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
gap: var(--fs-spacing-3);
|
|
29
29
|
cursor: pointer;
|
|
30
30
|
|
|
31
|
-
@include media("<tablet") {
|
|
31
|
+
@include u.media("<tablet") {
|
|
32
32
|
[data-fs-icon] {
|
|
33
33
|
width: var(--fs-spacing-3);
|
|
34
34
|
height: var(--fs-spacing-3);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-edit-budget-drawer] {
|
|
2
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
3
3
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
4
4
|
@import "../../../shared/components/BasicDrawer/basic-drawer.scss";
|
|
5
5
|
@import "../BudgetAddForm/budget-add-form.scss";
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
width: 100%;
|
|
12
12
|
max-width: none;
|
|
13
13
|
|
|
14
|
-
@include media(">=tablet", "<notebook") {
|
|
14
|
+
@include u.media(">=tablet", "<notebook") {
|
|
15
15
|
&[data-fs-modal-content] {
|
|
16
16
|
[data-fs-bp-basic-drawer-body] {
|
|
17
17
|
[data-fs-bp-basic-drawer-body-wrapper] {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../components/EditBudgetDrawer/edit-budget-drawer.scss";
|
|
2
3
|
@import "../../components/CreateBudgetDrawer/create-budget-drawer.scss";
|
|
3
4
|
@import "../../components/BudgetAllocationsTable/budget-allocations-table.scss";
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
text-align: center;
|
|
46
47
|
color: #858585;
|
|
47
48
|
|
|
48
|
-
@include media("<=tablet") {
|
|
49
|
+
@include u.media("<=tablet") {
|
|
49
50
|
padding: 4rem clamp(1rem, 5vw, 17rem);
|
|
50
51
|
}
|
|
51
52
|
}
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
flex-direction: column;
|
|
58
59
|
gap: var(--fs-spacing-6);
|
|
59
60
|
|
|
60
|
-
@include media("<tablet") {
|
|
61
|
+
@include u.media("<tablet") {
|
|
61
62
|
gap: var(--fs-spacing-4);
|
|
62
63
|
}
|
|
63
64
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../components/BudgetDeleteDrawer/budget-delete-drawer.scss";
|
|
2
3
|
|
|
3
4
|
[data-fs-bp-budgets-layout] {
|
|
4
5
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
5
6
|
@import "@faststore/ui/src/components/molecules/Table/styles.scss";
|
|
6
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
7
7
|
@import "../../components/BudgetNotificationForm/budget-notification-form.scss";
|
|
8
8
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
9
9
|
@import "../../../shared/components/HeaderInside/header-inside.scss";
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
width: 100%;
|
|
17
17
|
|
|
18
|
-
@include media("<=phonemid") {
|
|
18
|
+
@include u.media("<=phonemid") {
|
|
19
19
|
padding-bottom: var(--fs-spacing-7);
|
|
20
20
|
|
|
21
21
|
[data-fs-bp-header-inside] {
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
align-items: center;
|
|
116
116
|
margin-bottom: var(--fs-spacing-4);
|
|
117
117
|
|
|
118
|
-
@include media("<tablet") {
|
|
118
|
+
@include u.media("<tablet") {
|
|
119
119
|
[data-fs-buyer-portal-internal-search] {
|
|
120
120
|
width: 100%;
|
|
121
121
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import '../../../shared/components/BasicDrawer/basic-drawer.scss';
|
|
2
3
|
@import '../../../shared/components/OrgUnitInputSearch/org-unit-input-search.scss';
|
|
3
4
|
@import '../../../shared/components/CustomDropdown/custom-dropdown.scss';
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
gap: var(--fs-spacing-2);
|
|
67
68
|
margin-top: calc(var(--fs-spacing-0) + var(--fs-spacing-3));
|
|
68
69
|
|
|
69
|
-
@include media(
|
|
70
|
+
@include u.media("<=tablet") {
|
|
70
71
|
justify-content: center;
|
|
71
72
|
}
|
|
72
73
|
}
|
|
@@ -166,7 +167,7 @@
|
|
|
166
167
|
margin-bottom: var(--fs-spacing-3);
|
|
167
168
|
}
|
|
168
169
|
|
|
169
|
-
@include media(
|
|
170
|
+
@include u.media("<=tablet") {
|
|
170
171
|
[data-fs-bp-basic-drawer-body],
|
|
171
172
|
[data-fs-bp-basic-drawer-heading],
|
|
172
173
|
[data-fs-bp-basic-drawer-footer] {
|
package/src/features/buying-policies/layouts/BuyingPoliciesLayout/buying-policies-layout.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "@faststore/ui/src/components/molecules/Dropdown/styles.scss";
|
|
2
3
|
@import "../../components/BuyingPolicyDropdownMenu/buying-policy-dropdown-menu.scss";
|
|
3
4
|
@import "../../../shared/layouts/FinanceTabsLayout/finance-tabs-layout.scss";
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
display: flex;
|
|
16
17
|
flex-direction: column;
|
|
17
18
|
|
|
18
|
-
@include media("<=phonemid") {
|
|
19
|
+
@include u.media("<=phonemid") {
|
|
19
20
|
padding-bottom: var(--fs-spacing-7);
|
|
20
21
|
|
|
21
22
|
[data-fs-bp-header-inside] {
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
display: block;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
|
-
@include media("<=tablet") {
|
|
49
|
+
@include u.media("<=tablet") {
|
|
49
50
|
[data-fs-buyer-portal-internal-search] {
|
|
50
51
|
width: 100%;
|
|
51
52
|
}
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
|
|
68
69
|
[data-fs-bp-buying-policies-paginator] {
|
|
69
70
|
display: none;
|
|
70
|
-
@include media("<=tablet") {
|
|
71
|
+
@include u.media("<=tablet") {
|
|
71
72
|
display: flex;
|
|
72
73
|
align-items: center;
|
|
73
74
|
justify-content: space-between;
|