@spectrum-web-components/styles 0.31.1-react.21 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1599,50 +1599,6 @@ governing permissions and limitations under the License.
1599
1599
  --spectrum-alias-infieldbutton-half-height-xl: var(
1600
1600
  --spectrum-global-dimension-size-185
1601
1601
  );
1602
- --spectrum-alias-stepperbutton-gap: var(
1603
- --spectrum-global-dimension-size-25
1604
- );
1605
- --spectrum-alias-stepperbutton-width-s: var(
1606
- --spectrum-global-dimension-size-225
1607
- );
1608
- --spectrum-alias-stepperbutton-width-m: var(
1609
- --spectrum-global-dimension-size-250
1610
- );
1611
- --spectrum-alias-stepperbutton-width-l: var(
1612
- --spectrum-global-dimension-size-275
1613
- );
1614
- --spectrum-alias-stepperbutton-width-xl: var(
1615
- --spectrum-global-dimension-size-325
1616
- );
1617
- --spectrum-alias-stepperbutton-icon-x-offset-s: var(
1618
- --spectrum-global-dimension-size-50
1619
- );
1620
- --spectrum-alias-stepperbutton-icon-x-offset-m: var(
1621
- --spectrum-global-dimension-size-65
1622
- );
1623
- --spectrum-alias-stepperbutton-icon-x-offset-l: var(
1624
- --spectrum-global-dimension-size-65
1625
- );
1626
- --spectrum-alias-stepperbutton-icon-x-offset-xl: var(
1627
- --spectrum-global-dimension-size-75
1628
- );
1629
- --spectrum-alias-stepperbutton-icon-y-offset-top-s: 0;
1630
- --spectrum-alias-stepperbutton-icon-y-offset-top-m: var(
1631
- --spectrum-global-dimension-size-10
1632
- );
1633
- --spectrum-alias-stepperbutton-icon-y-offset-top-l: var(
1634
- --spectrum-global-dimension-size-10
1635
- );
1636
- --spectrum-alias-stepperbutton-icon-y-offset-top-xl: var(
1637
- --spectrum-global-dimension-size-10
1638
- );
1639
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-s: 0;
1640
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-m: 0;
1641
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-l: 0;
1642
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-xl: 0;
1643
- --spectrum-alias-stepperbutton-radius-touching: var(
1644
- --spectrum-global-dimension-size-25
1645
- );
1646
1602
  --spectrum-alias-clearbutton-icon-margin-s: var(
1647
1603
  --spectrum-global-dimension-size-50
1648
1604
  );
@@ -1664,9 +1620,6 @@ governing permissions and limitations under the License.
1664
1620
  --spectrum-alias-combobox-quiet-button-offset-x: var(
1665
1621
  --spectrum-global-dimension-size-50
1666
1622
  );
1667
- --spectrum-alias-thumbnail-border-radius-small: var(
1668
- --spectrum-global-dimension-size-75
1669
- );
1670
1623
  --spectrum-alias-focus-ring-gap-small: var(
1671
1624
  --spectrum-global-dimension-static-size-25
1672
1625
  );
@@ -2054,12 +2007,6 @@ governing permissions and limitations under the License.
2054
2007
  );
2055
2008
  --spectrum-alias-infieldbutton-fill-loudnessLow-background-color-disabled: transparent;
2056
2009
  --spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
2057
- --spectrum-alias-thumbnail-darksquare-background-color: var(
2058
- --spectrum-global-color-gray-200
2059
- );
2060
- --spectrum-alias-thumbnail-lightsquare-background-color: var(
2061
- --spectrum-global-color-static-white
2062
- );
2063
2010
  --spectrum-alias-tabs-divider-background-color-default: var(
2064
2011
  --spectrum-global-color-gray-200
2065
2012
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.31.1-react.21+44f0b1df9",
3
+ "version": "0.32.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -104,7 +104,7 @@
104
104
  "lit-html"
105
105
  ],
106
106
  "dependencies": {
107
- "@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9"
107
+ "@spectrum-web-components/base": "^0.32.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@spectrum-css/commons": "^7.0.6",
@@ -118,5 +118,5 @@
118
118
  "./**/*.css"
119
119
  ],
120
120
  "style": "all-medium-lightest.css",
121
- "gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
121
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
122
122
  }
@@ -1553,56 +1553,6 @@ governing permissions and limitations under the License.
1553
1553
  --spectrum-alias-infieldbutton-half-height-xl: var(
1554
1554
  --spectrum-global-dimension-size-300
1555
1555
  );
1556
- --spectrum-alias-stepperbutton-gap: 0;
1557
- --spectrum-alias-stepperbutton-width-s: var(
1558
- --spectrum-global-dimension-size-225
1559
- );
1560
- --spectrum-alias-stepperbutton-width-m: var(
1561
- --spectrum-global-dimension-size-300
1562
- );
1563
- --spectrum-alias-stepperbutton-width-l: var(
1564
- --spectrum-global-dimension-size-400
1565
- );
1566
- --spectrum-alias-stepperbutton-width-xl: var(
1567
- --spectrum-global-dimension-size-450
1568
- );
1569
- --spectrum-alias-stepperbutton-icon-x-offset-s: var(
1570
- --spectrum-global-dimension-size-50
1571
- );
1572
- --spectrum-alias-stepperbutton-icon-x-offset-m: var(
1573
- --spectrum-global-dimension-size-85
1574
- );
1575
- --spectrum-alias-stepperbutton-icon-x-offset-l: var(
1576
- --spectrum-global-dimension-size-125
1577
- );
1578
- --spectrum-alias-stepperbutton-icon-x-offset-xl: var(
1579
- --spectrum-global-dimension-size-130
1580
- );
1581
- --spectrum-alias-stepperbutton-icon-y-offset-top-s: var(
1582
- --spectrum-global-dimension-size-25
1583
- );
1584
- --spectrum-alias-stepperbutton-icon-y-offset-top-m: var(
1585
- --spectrum-global-dimension-size-50
1586
- );
1587
- --spectrum-alias-stepperbutton-icon-y-offset-top-l: var(
1588
- --spectrum-global-dimension-size-65
1589
- );
1590
- --spectrum-alias-stepperbutton-icon-y-offset-top-xl: var(
1591
- --spectrum-global-dimension-size-75
1592
- );
1593
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-s: var(
1594
- --spectrum-global-dimension-size-10
1595
- );
1596
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-m: var(
1597
- --spectrum-global-dimension-size-25
1598
- );
1599
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-l: var(
1600
- --spectrum-global-dimension-size-40
1601
- );
1602
- --spectrum-alias-stepperbutton-icon-y-offset-bottom-xl: var(
1603
- --spectrum-global-dimension-size-50
1604
- );
1605
- --spectrum-alias-stepperbutton-radius-touching: 0;
1606
1556
  --spectrum-alias-clearbutton-icon-margin-s: var(
1607
1557
  --spectrum-global-dimension-size-100
1608
1558
  );
@@ -1625,9 +1575,6 @@ governing permissions and limitations under the License.
1625
1575
  --spectrum-alias-combobox-quiet-button-offset-x: var(
1626
1576
  --spectrum-global-dimension-size-100
1627
1577
  );
1628
- --spectrum-alias-thumbnail-border-radius-small: var(
1629
- --spectrum-global-dimension-size-25
1630
- );
1631
1578
  --spectrum-alias-search-padding-left-s: var(
1632
1579
  --spectrum-global-dimension-size-85
1633
1580
  );
@@ -2548,12 +2495,6 @@ governing permissions and limitations under the License.
2548
2495
  --spectrum-alias-track-color-disabled: var(
2549
2496
  --spectrum-global-color-gray-300
2550
2497
  );
2551
- --spectrum-alias-thumbnail-darksquare-background-color: var(
2552
- --spectrum-global-color-gray-300
2553
- );
2554
- --spectrum-alias-thumbnail-lightsquare-background-color: var(
2555
- --spectrum-global-color-static-white
2556
- );
2557
2498
  --spectrum-alias-track-color-overbackground: hsla(0, 0%, 100%, 0.2);
2558
2499
  --spectrum-alias-icon-color: var(--spectrum-global-color-gray-700);
2559
2500
  --spectrum-alias-icon-color-overbackground: var(
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,3 +1,15 @@
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
1
13
  :host,
2
14
  :root {
3
15
  --spectrum-neutral-background-color-selected-default: var(
@@ -42,17 +54,6 @@
42
54
  --spectrum-black-font-weight
43
55
  );
44
56
  }
45
- /*!
46
- Copyright 2023 Adobe. All rights reserved.
47
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
48
- you may not use this file except in compliance with the License. You may obtain a copy
49
- of the License at http://www.apache.org/licenses/LICENSE-2.0
50
-
51
- Unless required by applicable law or agreed to in writing, software distributed under
52
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
53
- OF ANY KIND, either express or implied. See the License for the specific language
54
- governing permissions and limitations under the License.
55
- */
56
57
 
57
58
  :host,
58
59
  :root {
@@ -294,27 +295,6 @@ governing permissions and limitations under the License.
294
295
  );
295
296
  --system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
296
297
  }
297
- /*!
298
- Copyright 2023 Adobe. All rights reserved.
299
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
300
- you may not use this file except in compliance with the License. You may obtain a copy
301
- of the License at http://www.apache.org/licenses/LICENSE-2.0
302
- Unless required by applicable law or agreed to in writing, software distributed under
303
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
304
- OF ANY KIND, either express or implied. See the License for the specific language
305
- governing permissions and limitations under the License.
306
- */
307
- /*!
308
- Copyright 2023 Adobe. All rights reserved.
309
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
310
- you may not use this file except in compliance with the License. You may obtain a copy
311
- of the License at http://www.apache.org/licenses/LICENSE-2.0
312
-
313
- Unless required by applicable law or agreed to in writing, software distributed under
314
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
315
- OF ANY KIND, either express or implied. See the License for the specific language
316
- governing permissions and limitations under the License.
317
- */
318
298
 
319
299
  :host,
320
300
  :root {
@@ -332,17 +312,6 @@ governing permissions and limitations under the License.
332
312
  --spectrum-gray-900
333
313
  );
334
314
  }
335
- /*!
336
- Copyright 2023 Adobe. All rights reserved.
337
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
338
- you may not use this file except in compliance with the License. You may obtain a copy
339
- of the License at http://www.apache.org/licenses/LICENSE-2.0
340
-
341
- Unless required by applicable law or agreed to in writing, software distributed under
342
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
343
- OF ANY KIND, either express or implied. See the License for the specific language
344
- governing permissions and limitations under the License.
345
- */
346
315
 
347
316
  :host,
348
317
  :root {
@@ -1088,16 +1057,6 @@ governing permissions and limitations under the License.
1088
1057
  --spectrum-disabled-static-black-content-color
1089
1058
  );
1090
1059
  }
1091
- /*!
1092
- Copyright 2023 Adobe. All rights reserved.
1093
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1094
- you may not use this file except in compliance with the License. You may obtain a copy
1095
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1096
- Unless required by applicable law or agreed to in writing, software distributed under
1097
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1098
- OF ANY KIND, either express or implied. See the License for the specific language
1099
- governing permissions and limitations under the License.
1100
- */
1101
1060
 
1102
1061
  :host,
1103
1062
  :root {
@@ -1112,17 +1071,7 @@ governing permissions and limitations under the License.
1112
1071
  --spectrum-gray-300
1113
1072
  );
1114
1073
  }
1115
- /*!
1116
- Copyright 2023 Adobe. All rights reserved.
1117
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1118
- you may not use this file except in compliance with the License. You may obtain a copy
1119
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1120
1074
 
1121
- Unless required by applicable law or agreed to in writing, software distributed under
1122
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1123
- OF ANY KIND, either express or implied. See the License for the specific language
1124
- governing permissions and limitations under the License.
1125
- */
1126
1075
  :host,
1127
1076
  :root {
1128
1077
  --system-spectrum-radio-button-border-color-default: var(
@@ -1156,17 +1105,6 @@ governing permissions and limitations under the License.
1156
1105
  --spectrum-accent-color-1000
1157
1106
  );
1158
1107
  }
1159
- /*!
1160
- Copyright 2023 Adobe. All rights reserved.
1161
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1162
- you may not use this file except in compliance with the License. You may obtain a copy
1163
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1164
-
1165
- Unless required by applicable law or agreed to in writing, software distributed under
1166
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1167
- OF ANY KIND, either express or implied. See the License for the specific language
1168
- governing permissions and limitations under the License.
1169
- */
1170
1108
 
1171
1109
  :host,
1172
1110
  :root {
@@ -1205,33 +1143,13 @@ governing permissions and limitations under the License.
1205
1143
  --spectrum-gray-900
1206
1144
  );
1207
1145
  }
1208
- /*!
1209
- Copyright 2023 Adobe. All rights reserved.
1210
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1211
- you may not use this file except in compliance with the License. You may obtain a copy
1212
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1213
- Unless required by applicable law or agreed to in writing, software distributed under
1214
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1215
- OF ANY KIND, either express or implied. See the License for the specific language
1216
- governing permissions and limitations under the License.
1217
- */
1146
+
1218
1147
  :host,
1219
1148
  :root {
1220
1149
  --system-spectrum-toast-background-color-default: var(
1221
1150
  --spectrum-neutral-background-color-default
1222
1151
  );
1223
1152
  }
1224
- /*!
1225
- Copyright 2023 Adobe. All rights reserved.
1226
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1227
- you may not use this file except in compliance with the License. You may obtain a copy
1228
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1229
-
1230
- Unless required by applicable law or agreed to in writing, software distributed under
1231
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1232
- OF ANY KIND, either express or implied. See the License for the specific language
1233
- governing permissions and limitations under the License.
1234
- */
1235
1153
 
1236
1154
  :host,
1237
1155
  :root {
@@ -1243,112 +1161,6 @@ governing permissions and limitations under the License.
1243
1161
  -1px * var(--spectrum-spacing-50)
1244
1162
  );
1245
1163
  }
1246
- /*!
1247
- Copyright 2023 Adobe. All rights reserved.
1248
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1249
- you may not use this file except in compliance with the License. You may obtain a copy
1250
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1251
-
1252
- Unless required by applicable law or agreed to in writing, software distributed under
1253
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1254
- OF ANY KIND, either express or implied. See the License for the specific language
1255
- governing permissions and limitations under the License.
1256
- */
1257
- /*!
1258
- Copyright 2023 Adobe. All rights reserved.
1259
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1260
- you may not use this file except in compliance with the License. You may obtain a copy
1261
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1262
-
1263
- Unless required by applicable law or agreed to in writing, software distributed under
1264
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1265
- OF ANY KIND, either express or implied. See the License for the specific language
1266
- governing permissions and limitations under the License.
1267
- */
1268
- /*!
1269
- Copyright 2023 Adobe. All rights reserved.
1270
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1271
- you may not use this file except in compliance with the License. You may obtain a copy
1272
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1273
-
1274
- Unless required by applicable law or agreed to in writing, software distributed under
1275
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1276
- OF ANY KIND, either express or implied. See the License for the specific language
1277
- governing permissions and limitations under the License.
1278
- */
1279
- /*!
1280
- Copyright 2023 Adobe. All rights reserved.
1281
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1282
- you may not use this file except in compliance with the License. You may obtain a copy
1283
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1284
- Unless required by applicable law or agreed to in writing, software distributed under
1285
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1286
- OF ANY KIND, either express or implied. See the License for the specific language
1287
- governing permissions and limitations under the License.
1288
- */
1289
- /*!
1290
- Copyright 2023 Adobe. All rights reserved.
1291
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1292
- you may not use this file except in compliance with the License. You may obtain a copy
1293
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1294
- Unless required by applicable law or agreed to in writing, software distributed under
1295
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1296
- OF ANY KIND, either express or implied. See the License for the specific language
1297
- governing permissions and limitations under the License.
1298
- */
1299
- /*!
1300
- Copyright 2023 Adobe. All rights reserved.
1301
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1302
- you may not use this file except in compliance with the License. You may obtain a copy
1303
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1304
- Unless required by applicable law or agreed to in writing, software distributed under
1305
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1306
- OF ANY KIND, either express or implied. See the License for the specific language
1307
- governing permissions and limitations under the License.
1308
- */
1309
- /*!
1310
- Copyright 2023 Adobe. All rights reserved.
1311
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1312
- you may not use this file except in compliance with the License. You may obtain a copy
1313
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1314
-
1315
- Unless required by applicable law or agreed to in writing, software distributed under
1316
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1317
- OF ANY KIND, either express or implied. See the License for the specific language
1318
- governing permissions and limitations under the License.
1319
- */
1320
- /*!
1321
- Copyright 2023 Adobe. All rights reserved.
1322
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1323
- you may not use this file except in compliance with the License. You may obtain a copy
1324
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1325
-
1326
- Unless required by applicable law or agreed to in writing, software distributed under
1327
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1328
- OF ANY KIND, either express or implied. See the License for the specific language
1329
- governing permissions and limitations under the License.
1330
- */
1331
- /*!
1332
- Copyright 2023 Adobe. All rights reserved.
1333
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1334
- you may not use this file except in compliance with the License. You may obtain a copy
1335
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1336
- Unless required by applicable law or agreed to in writing, software distributed under
1337
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1338
- OF ANY KIND, either express or implied. See the License for the specific language
1339
- governing permissions and limitations under the License.
1340
- */
1341
- /*!
1342
- Copyright 2023 Adobe. All rights reserved.
1343
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1344
- you may not use this file except in compliance with the License. You may obtain a copy
1345
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1346
-
1347
- Unless required by applicable law or agreed to in writing, software distributed under
1348
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1349
- OF ANY KIND, either express or implied. See the License for the specific language
1350
- governing permissions and limitations under the License.
1351
- */
1352
1164
 
1353
1165
  :host,
1354
1166
  :root {
@@ -1444,37 +1256,6 @@ governing permissions and limitations under the License.
1444
1256
  );
1445
1257
  }
1446
1258
 
1447
- /*!
1448
- Copyright 2023 Adobe. All rights reserved.
1449
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1450
- you may not use this file except in compliance with the License. You may obtain a copy
1451
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1452
- Unless required by applicable law or agreed to in writing, software distributed under
1453
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1454
- OF ANY KIND, either express or implied. See the License for the specific language
1455
- governing permissions and limitations under the License.
1456
- */
1457
- /*!
1458
- Copyright 2023 Adobe. All rights reserved.
1459
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1460
- you may not use this file except in compliance with the License. You may obtain a copy
1461
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1462
- Unless required by applicable law or agreed to in writing, software distributed under
1463
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1464
- OF ANY KIND, either express or implied. See the License for the specific language
1465
- governing permissions and limitations under the License.
1466
- */
1467
- /*!
1468
- Copyright 2023 Adobe. All rights reserved.
1469
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1470
- you may not use this file except in compliance with the License. You may obtain a copy
1471
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1472
- Unless required by applicable law or agreed to in writing, software distributed under
1473
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1474
- OF ANY KIND, either express or implied. See the License for the specific language
1475
- governing permissions and limitations under the License.
1476
- */
1477
-
1478
1259
  :host,
1479
1260
  :root {
1480
1261
  --system-spectrum-picker-background-color-default: var(--spectrum-gray-200);
@@ -1496,37 +1277,7 @@ governing permissions and limitations under the License.
1496
1277
  --system-spectrum-picker-border-color-active: transparent;
1497
1278
  --system-spectrum-picker-border-color-key-focus: transparent;
1498
1279
  }
1499
- /*!
1500
- Copyright 2023 Adobe. All rights reserved.
1501
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1502
- you may not use this file except in compliance with the License. You may obtain a copy
1503
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1504
- Unless required by applicable law or agreed to in writing, software distributed under
1505
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1506
- OF ANY KIND, either express or implied. See the License for the specific language
1507
- governing permissions and limitations under the License.
1508
- */
1509
- /*!
1510
- Copyright 2023 Adobe. All rights reserved.
1511
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1512
- you may not use this file except in compliance with the License. You may obtain a copy
1513
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1514
- Unless required by applicable law or agreed to in writing, software distributed under
1515
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1516
- OF ANY KIND, either express or implied. See the License for the specific language
1517
- governing permissions and limitations under the License.
1518
- */
1519
- /*!
1520
- Copyright 2023 Adobe. All rights reserved.
1521
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1522
- you may not use this file except in compliance with the License. You may obtain a copy
1523
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1524
1280
 
1525
- Unless required by applicable law or agreed to in writing, software distributed under
1526
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1527
- OF ANY KIND, either express or implied. See the License for the specific language
1528
- governing permissions and limitations under the License.
1529
- */
1530
1281
  :host,
1531
1282
  :root {
1532
1283
  --system-spectrum-slider-track-color: var(--spectrum-gray-200);
@@ -1561,19 +1312,58 @@ governing permissions and limitations under the License.
1561
1312
  --spectrum-focus-indicator-color
1562
1313
  );
1563
1314
  }
1564
- /*!
1565
- Copyright 2023 Adobe. All rights reserved.
1566
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
1567
- you may not use this file except in compliance with the License. You may obtain a copy
1568
- of the License at http://www.apache.org/licenses/LICENSE-2.0
1569
-
1570
- Unless required by applicable law or agreed to in writing, software distributed under
1571
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1572
- OF ANY KIND, either express or implied. See the License for the specific language
1573
- governing permissions and limitations under the License.
1574
- */
1575
1315
 
1576
1316
  :host,
1577
1317
  :root {
1578
1318
  --system-spectrum-popover-border-width: 0;
1579
1319
  }
1320
+
1321
+ :host,
1322
+ :root {
1323
+ --system-spectrum-stepper-border-width: var(--spectrum-border-width-200);
1324
+ --system-spectrum-stepper-button-border-width-reset: 0;
1325
+ --system-spectrum-stepper-button-icon-nudge: calc(
1326
+ -1 * var(--spectrum-stepper-button-border-radius-reset)
1327
+ );
1328
+ --system-spectrum-stepper-button-gap-reset: var(
1329
+ --spectrum-border-width-200
1330
+ );
1331
+ --system-spectrum-stepper-button-border-radius-reset: calc(
1332
+ var(--spectrum-corner-radius-100) - var(--spectrum-border-width-200) * 2
1333
+ );
1334
+ --system-spectrum-stepper-border-color: var(--spectrum-gray-400);
1335
+ --system-spectrum-stepper-border-color-hover: var(--spectrum-gray-500);
1336
+ --system-spectrum-stepper-border-color-focus: var(--spectrum-gray-800);
1337
+ --system-spectrum-stepper-border-color-focus-hover: var(
1338
+ --spectrum-gray-900
1339
+ );
1340
+ --system-spectrum-stepper-border-color-keyboard-focus: var(
1341
+ --spectrum-gray-900
1342
+ );
1343
+ --system-spectrum-stepper-button-background-color-default: var(
1344
+ --spectrum-gray-200
1345
+ );
1346
+ --system-spectrum-stepper-button-background-color-hover: var(
1347
+ --spectrum-gray-300
1348
+ );
1349
+ --system-spectrum-stepper-button-background-color-focus: var(
1350
+ --spectrum-gray-400
1351
+ );
1352
+ --system-spectrum-stepper-button-background-color-keyboard-focus: var(
1353
+ --spectrum-gray-300
1354
+ );
1355
+ }
1356
+
1357
+ :host,
1358
+ :root {
1359
+ --system-spectrum-textfield-border-color: var(--spectrum-gray-400);
1360
+ --system-spectrum-textfield-border-color-hover: var(--spectrum-gray-500);
1361
+ --system-spectrum-textfield-border-color-focus: var(--spectrum-gray-800);
1362
+ --system-spectrum-textfield-border-color-focus-hover: var(
1363
+ --spectrum-gray-900
1364
+ );
1365
+ --system-spectrum-textfield-border-color-keyboard-focus: var(
1366
+ --spectrum-gray-900
1367
+ );
1368
+ --system-spectrum-textfield-border-width: var(--spectrum-border-width-200);
1369
+ }
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1,15 +1,14 @@
1
- /*!
2
- * Copyright 2023 Adobe. All rights reserved.
3
- *
4
- * This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License. You may obtain a copy
6
- * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
7
- *
8
- * Unless required by applicable law or agreed to in writing, software distributed under
9
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
10
- * OF ANY KIND, either express or implied. See the License for the specific language
11
- * governing permissions and limitations under the License.
12
- */
1
+ /*
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
13
12
 
14
13
  :host,
15
14
  :root {
@@ -1318,3 +1318,50 @@ governing permissions and limitations under the License.
1318
1318
  :root {
1319
1319
  --system-spectrum-popover-border-width: var(--spectrum-border-width-100);
1320
1320
  }
1321
+
1322
+ :host,
1323
+ :root {
1324
+ --system-spectrum-stepper-border-width: var(--spectrum-border-width-100);
1325
+ --system-spectrum-stepper-button-border-width-reset: var(
1326
+ --spectrum-border-width-100
1327
+ );
1328
+ --system-spectrum-stepper-button-icon-nudge: calc(
1329
+ -1 * var(--spectrum-corner-radius-100) / 2
1330
+ );
1331
+ --system-spectrum-stepper-button-gap-reset: 0px;
1332
+ --system-spectrum-stepper-button-border-radius-reset: 0px;
1333
+ --system-spectrum-stepper-border-color: var(--spectrum-gray-500);
1334
+ --system-spectrum-stepper-border-color-hover: var(--spectrum-gray-600);
1335
+ --system-spectrum-stepper-border-color-focus: var(--spectrum-gray-800);
1336
+ --system-spectrum-stepper-border-color-focus-hover: var(
1337
+ --spectrum-gray-900
1338
+ );
1339
+ --system-spectrum-stepper-border-color-keyboard-focus: var(
1340
+ --spectrum-gray-900
1341
+ );
1342
+ --system-spectrum-stepper-button-background-color-default: var(
1343
+ --spectrum-gray-75
1344
+ );
1345
+ --system-spectrum-stepper-button-background-color-hover: var(
1346
+ --spectrum-gray-200
1347
+ );
1348
+ --system-spectrum-stepper-button-background-color-focus: var(
1349
+ --spectrum-gray-300
1350
+ );
1351
+ --system-spectrum-stepper-button-background-color-keyboard-focus: var(
1352
+ --spectrum-gray-200
1353
+ );
1354
+ }
1355
+ :host,
1356
+ :root {
1357
+ --system-spectrum-textfield-border-color: var(--spectrum-gray-500);
1358
+ --system-spectrum-textfield-border-color-hover: var(--spectrum-gray-600);
1359
+ --system-spectrum-textfield-border-color-focus: var(--spectrum-gray-800);
1360
+ --system-spectrum-textfield-border-color-focus-hover: var(
1361
+ --spectrum-gray-900
1362
+ );
1363
+ --system-spectrum-textfield-border-color-keyboard-focus: var(
1364
+ --spectrum-gray-900
1365
+ );
1366
+ --system-spectrum-textfield-border-width: var(--spectrum-border-width-100);
1367
+ }