@crowdstrike/glide-core 0.30.0 → 0.30.1

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.
@@ -125,7 +125,7 @@ export default [
125
125
  --glide-core-private-color-dialog-and-modal-surface-container
126
126
  );
127
127
  border: var(--private-border-width) solid
128
- var(--glide-core-color-static-surface-container-secondary);
128
+ var(--glide-core-color-static-stroke-secondary);
129
129
  border-radius: var(--glide-core-rounding-base-radius-sm);
130
130
  box-shadow: var(--glide-core-effect-floating);
131
131
  inset: unset;
@@ -16,8 +16,7 @@ export default [
16
16
  background-color: var(
17
17
  --glide-core-private-color-dialog-and-modal-surface-container
18
18
  );
19
- border: 1px solid
20
- var(--glide-core-color-static-surface-container-secondary);
19
+ border: 1px solid var(--glide-core-color-static-stroke-secondary);
21
20
  border-radius: var(--glide-core-rounding-base-radius-sm);
22
21
  box-shadow: var(--glide-core-effect-floating);
23
22
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/glide-core",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "A Web Component design system",
5
5
  "author": "CrowdStrike UX Team",
6
6
  "license": "Apache-2.0",