Skip to content

Commit

Permalink
chore: remove unused tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe committed Apr 25, 2023
1 parent 895c17a commit b6f0344
Show file tree
Hide file tree
Showing 352 changed files with 530 additions and 1,685 deletions.
2 changes: 1 addition & 1 deletion components/accordion/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
4 changes: 2 additions & 2 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/icon": "^3.0.0",
"@spectrum-css/vars": ">=9.0.0"
"@spectrum-css/icon": ">=3",
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/component-builder": "*",
Expand Down
2 changes: 1 addition & 1 deletion components/accordion/skin.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/actionbar/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
14 changes: 7 additions & 7 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/actionbutton": "^3.0.0",
"@spectrum-css/actiongroup": "^3.0.0",
"@spectrum-css/closebutton": "^3.0.0",
"@spectrum-css/fieldlabel": "^5.0.0 || ^6.0.0",
"@spectrum-css/icon": "^3.0.0",
"@spectrum-css/popover": "^5.0.0 || ^6.0.0",
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/actionbutton": ">=3",
"@spectrum-css/actiongroup": ">=3",
"@spectrum-css/closebutton": ">=3",
"@spectrum-css/fieldlabel": ">=5 <=6",
"@spectrum-css/icon": ">=3",
"@spectrum-css/popover": ">=5 <=6",
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.32",
Expand Down
2 changes: 1 addition & 1 deletion components/actionbar/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/actionbar/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
4 changes: 2 additions & 2 deletions components/actionbutton/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down Expand Up @@ -137,7 +137,7 @@ governing permissions and limitations under the License.

border-radius: var(--mod-actionbutton-border-radius, var(--spectrum-actionbutton-border-radius));
border-width: var(--mod-actionbutton-border-width, var(--spectrum-actionbutton-border-width));

gap: calc(var(--mod-actionbutton-text-to-visual, var(--spectrum-actionbutton-text-to-visual)) + (var(--mod-actionbutton-edge-to-text, var(--spectrum-actionbutton-edge-to-text)) - var(--mod-actionbutton-edge-to-visual-only, var(--spectrum-actionbutton-edge-to-visual-only))));

/* Start with text-only padding */
Expand Down
4 changes: 2 additions & 2 deletions components/actionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/icon": "^3.0.0",
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/icon": ">=3",
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "*",
Expand Down
2 changes: 1 addition & 1 deletion components/actionbutton/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/actionbutton/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
4 changes: 2 additions & 2 deletions components/actiongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/actionbutton": "^3.0.0",
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/actionbutton": ">=3",
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.32",
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/actionmenu/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
10 changes: 5 additions & 5 deletions components/actionmenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/actionbutton": "^1.0.0 || ^2.0.0 || ^3.0.0",
"@spectrum-css/icon": "^3.0.0",
"@spectrum-css/menu": "^4.0.0",
"@spectrum-css/popover": "^5.0.0 || ^6.0.0",
"@spectrum-css/vars": ">=9.0.0"
"@spectrum-css/actionbutton": ">=1 <=3",
"@spectrum-css/icon": ">=3",
"@spectrum-css/menu": ">=4",
"@spectrum-css/popover": ">=5 <=6",
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.32",
Expand Down
2 changes: 1 addition & 1 deletion components/asset/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/vars": ">=9.0.0"
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/component-builder": "*",
Expand Down
2 changes: 1 addition & 1 deletion components/asset/skin.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/assetcard/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
10 changes: 5 additions & 5 deletions components/assetcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/checkbox": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"@spectrum-css/icon": "^3.0.0",
"@spectrum-css/typography": "^4.0.0",
"@spectrum-css/vars": ">=9.0.0"
"@spectrum-css/checkbox": ">=3 <=6",
"@spectrum-css/icon": ">=3",
"@spectrum-css/typography": ">=4 <=5",
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/checkbox": "^6.0.20",
"@spectrum-css/component-builder": "*",
"@spectrum-css/icon": "^3.0.38",
"@spectrum-css/typography": "^4.0.31",
"@spectrum-css/typography": "^5.0.5",
"@spectrum-css/vars": "^9.0.2",
"gulp": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion components/assetlist/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
6 changes: 3 additions & 3 deletions components/assetlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/checkbox": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"@spectrum-css/icon": "^3.0.0",
"@spectrum-css/vars": ">=9.0.0"
"@spectrum-css/checkbox": ">=3 <=6",
"@spectrum-css/icon": ">=3",
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/checkbox": "^6.0.20",
Expand Down
2 changes: 1 addition & 1 deletion components/assetlist/skin.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.7",
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/badge/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "*",
Expand Down
2 changes: 1 addition & 1 deletion components/badge/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/badge/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
6 changes: 3 additions & 3 deletions components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/actionbutton": "^3.0.9",
"@spectrum-css/icon": "^3.0.27",
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/actionbutton": ">=3",
"@spectrum-css/icon": ">=3",
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.32",
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
8 changes: 4 additions & 4 deletions components/button/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down Expand Up @@ -50,7 +50,7 @@ governing permissions and limitations under the License.
--spectrum-button-height: var(--spectrum-component-height-100);

--spectrum-button-font-size: var(--spectrum-font-size-100);

--spectrum-button-edge-to-visual: calc(var(--spectrum-component-pill-edge-to-visual-100) - var(--spectrum-button-border-width));
--spectrum-button-edge-to-visual-only: var(--spectrum-component-pill-edge-to-visual-only-100);
--spectrum-button-edge-to-text: calc(var(--spectrum-component-pill-edge-to-text-100) - var(--spectrum-button-border-width));
Expand Down Expand Up @@ -108,7 +108,7 @@ governing permissions and limitations under the License.
padding-block: 0;
padding-inline: var(--mod-button-edge-to-text, var(--spectrum-button-edge-to-text));
position: relative;

/* let staticColor variants inherit their color */
color: inherit;

Expand All @@ -119,7 +119,7 @@ governing permissions and limitations under the License.

.spectrum-Icon {
margin-inline-start: calc(
var(--mod-button-edge-to-visual, var(--spectrum-button-edge-to-visual)) -
var(--mod-button-edge-to-visual, var(--spectrum-button-edge-to-visual)) -
var(--mod-button-edge-to-text, var(--spectrum-button-edge-to-text))
);
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "*",
Expand Down
2 changes: 1 addition & 1 deletion components/button/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/button/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/buttongroup/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
4 changes: 2 additions & 2 deletions components/buttongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/button": ">=10.0.0",
"@spectrum-css/tokens": ">=8.0.0"
"@spectrum-css/button": ">=10",
"@spectrum-css/tokens": ">=8 <=9"
},
"devDependencies": {
"@spectrum-css/button": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion components/buttongroup/themes/express.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/buttongroup/themes/spectrum.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
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
Expand Down
Loading

0 comments on commit b6f0344

Please sign in to comment.