@spectrum-web-components/styles 0.32.0 → 0.32.1-overlay.41

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.
@@ -1614,9 +1614,6 @@ governing permissions and limitations under the License.
1614
1614
  --spectrum-alias-clearbutton-border-radius: var(
1615
1615
  --spectrum-global-dimension-size-150
1616
1616
  );
1617
- --spectrum-alias-search-border-radius: var(
1618
- --spectrum-global-dimension-size-300
1619
- );
1620
1617
  --spectrum-alias-combobox-quiet-button-offset-x: var(
1621
1618
  --spectrum-global-dimension-size-50
1622
1619
  );
@@ -1629,19 +1626,6 @@ governing permissions and limitations under the License.
1629
1626
  --spectrum-alias-input-border-size: var(
1630
1627
  --spectrum-global-dimension-static-size-25
1631
1628
  );
1632
- --spectrum-alias-search-padding-left-s: var(
1633
- --spectrum-global-dimension-size-125
1634
- );
1635
- --spectrum-alias-search-padding-left-m: var(
1636
- --spectrum-global-dimension-size-175
1637
- );
1638
- --spectrum-alias-search-padding-left-l: var(
1639
- --spectrum-global-dimension-size-200
1640
- );
1641
- --spectrum-alias-search-padding-left-xl: var(
1642
- --spectrum-global-dimension-size-225
1643
- );
1644
- --spectrum-alias-search-border-radius-quiet: 0;
1645
1629
  --spectrum-alias-percent-50: 50%;
1646
1630
  --spectrum-alias-percent-70: 70%;
1647
1631
  --spectrum-alias-percent-100: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.32.0",
3
+ "version": "0.32.1-overlay.41+ea2752a5d",
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.32.0"
107
+ "@spectrum-web-components/base": "^0.32.1-overlay.41+ea2752a5d"
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": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
121
+ "gitHead": "ea2752a5dab7c3fc9f9d68148e74af23c63e2cfd"
122
122
  }
@@ -1568,22 +1568,9 @@ governing permissions and limitations under the License.
1568
1568
  --spectrum-alias-clearbutton-border-radius: var(
1569
1569
  --spectrum-global-dimension-size-50
1570
1570
  );
1571
- --spectrum-alias-search-border-radius: var(
1572
- --spectrum-global-dimension-size-50
1573
- );
1574
- --spectrum-alias-search-border-radius-quiet: 0;
1575
1571
  --spectrum-alias-combobox-quiet-button-offset-x: var(
1576
1572
  --spectrum-global-dimension-size-100
1577
1573
  );
1578
- --spectrum-alias-search-padding-left-s: var(
1579
- --spectrum-global-dimension-size-85
1580
- );
1581
- --spectrum-alias-search-padding-left-l: var(
1582
- --spectrum-global-dimension-size-160
1583
- );
1584
- --spectrum-alias-search-padding-left-xl: var(
1585
- --spectrum-global-dimension-size-185
1586
- );
1587
1574
  --spectrum-alias-percent-50: 50%;
1588
1575
  --spectrum-alias-percent-70: 70%;
1589
1576
  --spectrum-alias-percent-100: 100%;
@@ -141,9 +141,6 @@ governing permissions and limitations under the License.
141
141
  );
142
142
  --spectrum-alias-control-three-width-l: 41px;
143
143
  --spectrum-alias-control-three-width-xl: 46px;
144
- --spectrum-alias-search-padding-left-m: var(
145
- --spectrum-global-dimension-static-size-150
146
- );
147
144
  --spectrum-alias-focus-ring-border-radius-regular: var(
148
145
  --spectrum-global-dimension-static-size-115
149
146
  );
@@ -139,9 +139,6 @@ governing permissions and limitations under the License.
139
139
  );
140
140
  --spectrum-alias-control-three-width-l: 29px;
141
141
  --spectrum-alias-control-three-width-xl: 33px;
142
- --spectrum-alias-search-padding-left-m: var(
143
- --spectrum-global-dimension-size-125
144
- );
145
142
  --spectrum-alias-focus-ring-border-radius-regular: var(
146
143
  --spectrum-global-dimension-static-size-100
147
144
  );
@@ -1367,3 +1367,41 @@ governing permissions and limitations under the License.
1367
1367
  );
1368
1368
  --system-spectrum-textfield-border-width: var(--spectrum-border-width-200);
1369
1369
  }
1370
+ :host,
1371
+ :root {
1372
+ --system-spectrum-search-border-radius: calc(
1373
+ var(--spectrum-component-height-100) / 2
1374
+ );
1375
+ --system-spectrum-search-edge-to-visual: var(
1376
+ --spectrum-component-pill-edge-to-visual-100
1377
+ );
1378
+ --system-spectrum-search-border-color-default: var(--spectrum-gray-400);
1379
+ --system-spectrum-search-border-color-hover: var(--spectrum-gray-500);
1380
+ --system-spectrum-search-border-color-focus: var(--spectrum-gray-800);
1381
+ --system-spectrum-search-border-color-focus-hover: var(--spectrum-gray-900);
1382
+ --system-spectrum-search-border-color-key-focus: var(--spectrum-gray-900);
1383
+ --system-spectrum-search-sizes-border-radius: calc(
1384
+ var(--spectrum-component-height-75) / 2
1385
+ );
1386
+ --system-spectrum-search-sizes-edge-to-visual: var(
1387
+ --spectrum-component-pill-edge-to-visual-75
1388
+ );
1389
+ --system-spectrum-search-sizem-border-radius: calc(
1390
+ var(--spectrum-component-height-100) / 2
1391
+ );
1392
+ --system-spectrum-search-sizem-edge-to-visual: var(
1393
+ --spectrum-component-pill-edge-to-visual-100
1394
+ );
1395
+ --system-spectrum-search-sizel-border-radius: calc(
1396
+ var(--spectrum-component-height-200) / 2
1397
+ );
1398
+ --system-spectrum-search-sizel-edge-to-visual: var(
1399
+ --spectrum-component-pill-edge-to-visual-200
1400
+ );
1401
+ --system-spectrum-search-sizexl-border-radius: calc(
1402
+ var(--spectrum-component-height-300) / 2
1403
+ );
1404
+ --system-spectrum-search-sizexl-edge-to-visual: var(
1405
+ --spectrum-component-pill-edge-to-visual-300
1406
+ );
1407
+ }
@@ -1365,3 +1365,39 @@ governing permissions and limitations under the License.
1365
1365
  );
1366
1366
  --system-spectrum-textfield-border-width: var(--spectrum-border-width-100);
1367
1367
  }
1368
+ :host,
1369
+ :root {
1370
+ --system-spectrum-search-border-radius: var(--spectrum-corner-radius-100);
1371
+ --system-spectrum-search-edge-to-visual: var(
1372
+ --spectrum-component-edge-to-visual-100
1373
+ );
1374
+ --system-spectrum-search-border-color-default: var(--spectrum-gray-500);
1375
+ --system-spectrum-search-border-color-hover: var(--spectrum-gray-600);
1376
+ --system-spectrum-search-border-color-focus: var(--spectrum-gray-800);
1377
+ --system-spectrum-search-border-color-focus-hover: var(--spectrum-gray-900);
1378
+ --system-spectrum-search-border-color-key-focus: var(--spectrum-gray-900);
1379
+ --system-spectrum-search-sizes-border-radius: var(
1380
+ --spectrum-corner-radius-100
1381
+ );
1382
+ --system-spectrum-search-sizes-edge-to-visual: var(
1383
+ --spectrum-component-edge-to-visual-75
1384
+ );
1385
+ --system-spectrum-search-sizem-border-radius: var(
1386
+ --spectrum-corner-radius-100
1387
+ );
1388
+ --system-spectrum-search-sizem-edge-to-visual: var(
1389
+ --spectrum-component-edge-to-visual-100
1390
+ );
1391
+ --system-spectrum-search-sizel-border-radius: var(
1392
+ --spectrum-corner-radius-100
1393
+ );
1394
+ --system-spectrum-search-sizel-edge-to-visual: var(
1395
+ --spectrum-component-edge-to-visual-200
1396
+ );
1397
+ --system-spectrum-search-sizexl-border-radius: var(
1398
+ --spectrum-corner-radius-100
1399
+ );
1400
+ --system-spectrum-search-sizexl-edge-to-visual: var(
1401
+ --spectrum-component-edge-to-visual-300
1402
+ );
1403
+ }