Skip to content

Commit 3c12625

Browse files
committed
chore: update copyright to 2024
1 parent 5e0c18a commit 3c12625

File tree

292 files changed

+463
-467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+463
-467
lines changed

.github/actions/file-diff/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
2+
* Copyright 2024 Adobe. All rights reserved.
33
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy

.github/actions/file-diff/utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
2+
* Copyright 2024 Adobe. All rights reserved.
33
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy

.storybook/assets/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
2+
* Copyright 2024 Adobe. All rights reserved.
33
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy

.storybook/assets/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
2+
* Copyright 2024 Adobe. All rights reserved.
33
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 Adobe. All rights reserved.
1+
Copyright 2024 Adobe. All rights reserved.
22

33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy

components/accordion/bridge/mods.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/accordion/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/actionbar/bridge/mods.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/actionbar/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -9,7 +9,7 @@ OF ANY KIND, either express or implied. See the License for the specific languag
99
governing permissions and limitations under the License.
1010
*/
1111

12-
.spectrum {
12+
:root {
1313
--spectrum-actionbar-corner-radius: var(--spectrum-corner-radius-100);
1414

1515
/* item counter field label */
@@ -61,7 +61,7 @@ governing permissions and limitations under the License.
6161

6262
/* windows high contrast mode */
6363
@media (forced-colors: active) {
64-
.spectrum {
64+
:root {
6565
--spectrum-actionbar-popover-border-color: var(--highcontrast-actionbar-popover-border-color);
6666
}
6767
}

components/actionbutton/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/actionbutton/index.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -102,7 +102,7 @@ governing permissions and limitations under the License.
102102
--spectrum-actionbutton-static-black-content-color-disabled: var(--spectrum-disabled-static-black-content-color);
103103

104104
.spectrum-ActionButton[static="black"][selected] {
105-
--mod-actionbutton-background-color-default: var(--spectrum-transparent-black-800);
105+
--spectrum-actionbutton-background-color-default: var(--spectrum-transparent-black-800);
106106
--mod-actionbutton-background-color-hover: var(--spectrum-transparent-black-900);
107107
--mod-actionbutton-background-color-down: var(--spectrum-transparent-black-900);
108108
--mod-actionbutton-background-color-focus: var(--spectrum-transparent-black-900);
@@ -334,8 +334,7 @@ governing permissions and limitations under the License.
334334
--spectrum-actionbutton-border-color-disabled: var(--spectrum-actionbutton-quiet-border-color-disabled);
335335
}
336336

337-
&[static="black"][quiet],
338-
&[static="white"][quiet] {
337+
&[static][quiet] {
339338
--spectrum-actionbutton-border-color-default: var(--spectrum-actionbutton-static-black-quiet-border-color-default);
340339
--spectrum-actionbutton-border-color-hover: transparent;
341340
--spectrum-actionbutton-border-color-down: transparent;

components/actionbutton/stories/template.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { ifDefined } from "lit/directives/if-defined.js";
44
import { styleMap } from "lit/directives/style-map.js";
55
import { when } from "lit/directives/when.js";
66

7-
import { capitalize, lowerCase } from "lodash-es";
8-
97
import "@spectrum-css/actionbutton/index.css";
108

119
/**
@@ -48,11 +46,6 @@ export const Template = ({
4846
[rootClass]: true,
4947
[`${rootClass}--size${size?.toUpperCase()}`]:
5048
typeof size !== "undefined",
51-
[`${rootClass}--quiet`]: isQuiet,
52-
[`${rootClass}--emphasized`]: isEmphasized,
53-
[`${rootClass}--static${capitalize(lowerCase(staticColor))}`]:
54-
typeof staticColor !== "undefined",
55-
["is-disabled"]: isDisabled,
5649
["is-selected"]: isSelected,
5750
["is-hover"]: isHovered,
5851
["is-focus-visible"]: isFocused,
@@ -61,6 +54,9 @@ export const Template = ({
6154
})}
6255
id=${ifDefined(id)}
6356
data-testid=${ifDefined(testId)}
57+
?quiet=${isQuiet}
58+
?emphasized=${isEmphasized}
59+
static=${ifDefined(staticColor)}
6460
role=${ifDefined(role)}
6561
style=${ifDefined(styleMap(customStyles))}
6662
?disabled=${isDisabled}

components/actiongroup/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/actiongroup/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/alertbanner/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/alertbanner/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/alertdialog/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/alertdialog/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/asset/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/asset/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/assetcard/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/assetcard/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/assetlist/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/assetlist/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/avatar/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/avatar/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/badge/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/badge/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/breadcrumb/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/breadcrumb/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/button/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/button/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/buttongroup/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

components/buttongroup/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/calendar/bridge/mods.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* Copyright 2023 Adobe. All rights reserved.
3-
*
2+
* Copyright 2024 Adobe. All rights reserved.
3+
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
66
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7-
*
7+
*
88
* Unless required by applicable law or agreed to in writing, software distributed under
99
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1010
* OF ANY KIND, either express or implied. See the License for the specific language

0 commit comments

Comments
 (0)