Skip to content

Commit

Permalink
Merge branch 'develop' into feature/CXSPA-9041-HCT-popover-styling
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov authored Jan 8, 2025
2 parents bf0df30 + 0a03f61 commit 63faafd
Show file tree
Hide file tree
Showing 49 changed files with 140 additions and 77 deletions.
2 changes: 1 addition & 1 deletion core-libs/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "../../node_modules/.bin/jest --config ./jest.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/core": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/asm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/customer-ticketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/estimated-delivery-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/organization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/pdf-invoices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/pickup-in-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
text-decoration: underline;
border: none;
background: none;
color: inherit;

@include forFeature('a11yVisibleFocusOverflows') {
padding-inline-start: 0;
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/product-configurator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/product-multi-dimensional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/product/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/qualtrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/quote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/requested-delivery-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/smartedit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/storefinder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/cdc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/cdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/cds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/cpq-quote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/digital-payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/epd-visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/omf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/opf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/opps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/s4-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/s4om/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/segment-refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^17.0.5",
Expand Down
Loading

0 comments on commit 63faafd

Please sign in to comment.