Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lunarfusion/css 174 breadcrumbs tokens #1569

Merged
merged 20 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0e1247d
feat(breadcrumbs)!: initial migration WIP
lunarfusion Dec 16, 2022
f261d77
feat(breadcrumbs): finished initial token migration
lunarfusion Dec 20, 2022
0aa3b4e
feat(breadcrumbs): focus and spacing adjustments
lunarfusion Dec 20, 2022
344d73e
feat(breadcrumbs): multiline adjustments
lunarfusion Dec 20, 2022
de0c2f8
feat(breadcrumbs): resolved flex alignments and spacing
lunarfusion Dec 21, 2022
381dd70
fix(breadcrumbs): correct focus indicator border radius
lunarfusion Dec 21, 2022
7d7bb82
chore(breadcrumbs): update year to 2023
lunarfusion Jan 3, 2023
8509db8
chore(breadcrumbs): update tokens
lunarfusion Jan 3, 2023
c5dc81b
chore(breadcrumbs): add -mod to custom property stacks
lunarfusion Jan 3, 2023
1a4693d
feat(breadcrumbs): windows high contrast mode
lunarfusion Jan 3, 2023
313b208
fix(breadcrumbs): disabled text color placeholder
lunarfusion Jan 4, 2023
dfb9824
fix(breadcrumbs): rtl seperator direction
lunarfusion Jan 4, 2023
ea6fc81
fix(breadcrumbs): focus indicator alignment rtl
lunarfusion Jan 4, 2023
ef1b4e7
chore(breadcrumbs): final tidy sweap
lunarfusion Jan 4, 2023
b00e61f
fix(breadcrumbs): correct last-of-type variant nesting
lunarfusion Jan 5, 2023
7f16cd0
chore(breadcrumbs): manual version bump for beta release
pfulton Jan 23, 2023
ff00a4b
chore(breadcrumbs): update year in themes
lunarfusion Jan 26, 2023
cdb9e00
chore(breadcrumbs): consistant dependency versions
lunarfusion Jan 27, 2023
4b470be
fix(breadcrumb): remove dupe devDependencies from package.json
pfulton Jan 27, 2023
1482ea9
chore(breadcrumb): use migrated actionbutton package
pfulton Jan 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/breadcrumb/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@spectrum-css/component-builder');
module.exports = require('@spectrum-css/component-builder-simple');
347 changes: 249 additions & 98 deletions components/breadcrumb/index.css

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions components/breadcrumb/metadata/breadcrumb.yml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/breadcrumb",
"version": "5.0.5",
"version": "6.0.0-beta.0",
"description": "The Spectrum CSS breadcrumb component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -17,15 +17,15 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/actionbutton": "^1.1.13",
"@spectrum-css/icon": "^3.0.21",
"@spectrum-css/vars": "^8.0.0"
"@spectrum-css/actionbutton": "^3.0.9",
"@spectrum-css/icon": "^3.0.27",
"@spectrum-css/tokens": "^6.3.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^1.1.14",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/vars": "^8.0.3",
"@spectrum-css/actionbutton": "^3.0.9",
"@spectrum-css/component-builder-simple": "^2.0.0",
"@spectrum-css/icon": "^3.0.27",
"@spectrum-css/tokens": "^6.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
109 changes: 0 additions & 109 deletions components/breadcrumb/skin.css

This file was deleted.

17 changes: 17 additions & 0 deletions components/breadcrumb/themes/express.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright 2023 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
*/

@container (--system: express) {
.spectrum-Breadcrumbs {

}
}
17 changes: 17 additions & 0 deletions components/breadcrumb/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright 2023 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
*/

@container (--system: spectrum) {
.spectrum-Breadcrumbs {

}
}