Skip to content

Commit

Permalink
fix(components/theme): update style mixins to support angular 18.2.8 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-ErikaMcVey authored Oct 10, 2024
1 parent 6ec100e commit 2ed12cd
Show file tree
Hide file tree
Showing 64 changed files with 1,166 additions and 1,122 deletions.
4 changes: 2 additions & 2 deletions libs/components/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER"
},
Expand Down
8 changes: 4 additions & 4 deletions libs/components/action-bars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/animations": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/animations": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
Expand Down
6 changes: 3 additions & 3 deletions libs/components/ag-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
},
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@skyux/autonumeric": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/data-manager": "0.0.0-PLACEHOLDER",
Expand Down
4 changes: 2 additions & 2 deletions libs/components/angular-tree-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@blackbaud/angular-tree-component": "^1.0.0",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/forms": "0.0.0-PLACEHOLDER",
Expand Down
6 changes: 3 additions & 3 deletions libs/components/animations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5"
"@angular/animations": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
4 changes: 2 additions & 2 deletions libs/components/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5"
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
6 changes: 3 additions & 3 deletions libs/components/autonumeric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"autonumeric": "^4.10.5"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/errors": "0.0.0-PLACEHOLDER",
Expand Down
10 changes: 5 additions & 5 deletions libs/components/colorpicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/forms": "0.0.0-PLACEHOLDER",
Expand Down
4 changes: 2 additions & 2 deletions libs/components/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5"
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
10 changes: 5 additions & 5 deletions libs/components/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/router": "^18.2.8",
"@skyux/i18n": "0.0.0-PLACEHOLDER"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/components/data-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/forms": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER",
Expand Down
10 changes: 5 additions & 5 deletions libs/components/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/forms": "0.0.0-PLACEHOLDER",
Expand Down
6 changes: 3 additions & 3 deletions libs/components/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER",
Expand Down
10 changes: 5 additions & 5 deletions libs/components/flyout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.5",
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/router": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER",
"@skyux/icon": "0.0.0-PLACEHOLDER",
Expand Down
10 changes: 5 additions & 5 deletions libs/components/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/help-inline": "0.0.0-PLACEHOLDER",
Expand Down
6 changes: 3 additions & 3 deletions libs/components/grids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/forms": "0.0.0-PLACEHOLDER",
"@skyux/help-inline": "0.0.0-PLACEHOLDER",
Expand Down
6 changes: 3 additions & 3 deletions libs/components/help-inline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER",
"@skyux/icon": "0.0.0-PLACEHOLDER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
display: none;
}

@include mixins.sky-component('modern', '.sky-help-inline-popover-text') {
overflow-wrap: break-word;
margin: 0;
}

@include mixins.sky-component('modern', 'sky-icon-stack') {
display: inline-flex;
}

::ng-deep .sky-theme-modern .sky-help-inline-popover-text {
overflow-wrap: break-word;
margin: 0;
}
6 changes: 3 additions & 3 deletions libs/components/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"save": "dependencies"
},
"peerDependencies": {
"@angular/cli": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/cli": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@skyux/assets": "0.0.0-PLACEHOLDER"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/components/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/theme": "0.0.0-PLACEHOLDER"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/components/icon/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sourceRoot": "libs/components/icon/testing/src",
"prefix": "sky",
"tags": ["testing"],
"implicitDependencies": ["core-testing", "theme"],
"implicitDependencies": ["core-testing", "icon", "theme"],
"targets": {
"build": {
"command": "echo ' 🏗️ build icon-testing'",
Expand Down
10 changes: 5 additions & 5 deletions libs/components/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.5",
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/help-inline": "0.0.0-PLACEHOLDER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
}

@include compatMixins.sky-modern-overrides('.sky-label', true) {
@include compatMixins.sky-modern-overrides('.sky-label', true, true) {
--sky-override-label-icon-default-display: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
);
}

@include compatMixins.sky-modern-overrides('.sky-status-indicator', true) {
@include compatMixins.sky-modern-overrides(
'.sky-status-indicator',
true,
true
) {
--sky-override-status-indicator-icon-default-display: none;
}

Expand Down
6 changes: 3 additions & 3 deletions libs/components/inline-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/animations": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/i18n": "0.0.0-PLACEHOLDER"
},
Expand Down
14 changes: 7 additions & 7 deletions libs/components/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.5",
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/router": "^18.2.8",
"@skyux-sdk/testing": "0.0.0-PLACEHOLDER",
"@skyux/core": "0.0.0-PLACEHOLDER",
"@skyux/forms": "0.0.0-PLACEHOLDER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--sky-override-box-header-padding-right: var(--sky-margin-inline-xl);
}

@include compatMixins.sky-modern-overrides('sky-box') {
@include compatMixins.sky-modern-overrides('sky-box', false) {
--sky-override-box-header-padding-right: var(--sky-margin-inline-xl);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--sky-override-box-header-padding-right: var(--sky-margin-inline-xl);
}

@include compatMixins.sky-modern-overrides('sky-box') {
@include compatMixins.sky-modern-overrides('sky-box', false) {
--sky-override-box-header-padding-right: var(--sky-margin-inline-xl);
}

Expand Down
Loading

0 comments on commit 2ed12cd

Please sign in to comment.