@crowdstrike/glide-core 0.19.2 → 0.19.3

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.
@@ -17,7 +17,7 @@ var __decorate=this&&this.__decorate||function(e,i,t,o){var s,a=arguments.length
17
17
  <label id="label" data-test="label"> ${this.label} </label>
18
18
 
19
19
  <div
20
- class=${classMap({"radio-container":!0,vertical:!0,invalid:this.#n})}
20
+ class=${classMap({"radio-container":!0,invalid:this.#n})}
21
21
  role="radiogroup"
22
22
  slot="control"
23
23
  aria-labelledby="label description"
@@ -9,9 +9,9 @@ import{css}from"lit";export default[css`
9
9
  }
10
10
 
11
11
  .radio-container {
12
- display: flex;
12
+ display: inline-flex;
13
+ flex-direction: column;
13
14
  gap: 0.375rem;
14
- inline-size: min-content;
15
15
 
16
16
  &.invalid {
17
17
  border: 1px solid var(--glide-core-status-error);
@@ -21,11 +21,6 @@ import{css}from"lit";export default[css`
21
21
  margin-inline-start: -0.0625rem;
22
22
  padding: var(--glide-core-spacing-xxs) 0.375rem;
23
23
  }
24
-
25
- &.vertical {
26
- display: flex;
27
- flex-direction: column;
28
- }
29
24
  }
30
25
 
31
26
  glide-core-private-label::part(private-tooltips) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/glide-core",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "description": "CrowdStrike's Glide Design System components package for providing web components",
5
5
  "author": "CrowdStrike UX Team",
6
6
  "license": "Apache-2.0",