@spectrum-web-components/styles 1.3.0 → 1.4.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "1.3.0",
3
+ "version": "1.4.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -115,7 +115,7 @@
115
115
  "lit-html"
116
116
  ],
117
117
  "dependencies": {
118
- "@spectrum-web-components/base": "1.3.0",
118
+ "@spectrum-web-components/base": "1.4.0-beta.0",
119
119
  "lit": "^2.5.0 || ^3.1.3"
120
120
  },
121
121
  "devDependencies": {
@@ -1595,14 +1595,6 @@
1595
1595
  --system-combobox-background-color-disabled: var(
1596
1596
  --spectrum-disabled-background-color
1597
1597
  );
1598
- --system-contextual-help-padding: var(--spectrum-spacing-400);
1599
- --system-contextual-help-content-spacing: var(--spectrum-spacing-100);
1600
- --system-contextual-help-link-spacing: var(--spectrum-spacing-300);
1601
- --system-contextual-help-heading-size: var(
1602
- --spectrum-contextual-help-title-size
1603
- );
1604
- --system-contextual-help-heading-color: var(--spectrum-heading-color);
1605
- --system-contextual-help-body-color: var(--spectrum-body-color);
1606
1598
  --system-dialog-fullscreen-header-text-size: 28px;
1607
1599
  --system-dialog-min-inline-size: 288px;
1608
1600
  --system-dialog-confirm-small-width: 400px;
@@ -1601,14 +1601,6 @@
1601
1601
  --system-combobox-background-color-disabled: var(
1602
1602
  --spectrum-disabled-background-color
1603
1603
  );
1604
- --system-contextual-help-padding: var(--spectrum-spacing-400);
1605
- --system-contextual-help-content-spacing: var(--spectrum-spacing-100);
1606
- --system-contextual-help-link-spacing: var(--spectrum-spacing-300);
1607
- --system-contextual-help-heading-size: var(
1608
- --spectrum-contextual-help-title-size
1609
- );
1610
- --system-contextual-help-heading-color: var(--spectrum-heading-color);
1611
- --system-contextual-help-body-color: var(--spectrum-body-color);
1612
1604
  --system-dialog-fullscreen-header-text-size: 28px;
1613
1605
  --system-dialog-min-inline-size: 288px;
1614
1606
  --system-dialog-confirm-small-width: 400px;
@@ -1595,14 +1595,6 @@
1595
1595
  --system-combobox-border-color-focus-hover: var(--spectrum-gray-900);
1596
1596
  --system-combobox-border-color-key-focus: var(--spectrum-gray-800);
1597
1597
  --system-combobox-background-color-disabled: var(--spectrum-gray-25);
1598
- --system-contextual-help-padding: var(--spectrum-spacing-400);
1599
- --system-contextual-help-content-spacing: var(--spectrum-spacing-100);
1600
- --system-contextual-help-link-spacing: var(--spectrum-spacing-300);
1601
- --system-contextual-help-heading-size: var(
1602
- --spectrum-contextual-help-title-size
1603
- );
1604
- --system-contextual-help-heading-color: var(--spectrum-heading-color);
1605
- --system-contextual-help-body-color: var(--spectrum-body-color);
1606
1598
  --system-dialog-fullscreen-header-text-size: 28px;
1607
1599
  --system-dialog-min-inline-size: 288px;
1608
1600
  --system-dialog-confirm-small-width: 400px;