@iress-oss/ids-components 6.0.0-alpha.15 → 6.0.0-alpha.16

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.
@@ -22,7 +22,6 @@ const e = o({
22
22
  paddingInline: "spacing.3",
23
23
  textStyle: "typography.body.md",
24
24
  border: "alert",
25
- height: "auto",
26
25
  justifyContent: "flex-start",
27
26
  alignItems: "flex-start"
28
27
  },
@@ -32,11 +32,7 @@ const h = ({
32
32
  children: /* @__PURE__ */ v(
33
33
  C.div,
34
34
  {
35
- className: I(
36
- p,
37
- B(b.root, y),
38
- g.ButtonGroup
39
- ),
35
+ className: I(p, i.root, g.ButtonGroup),
40
36
  id: e,
41
37
  "data-testid": s,
42
38
  ...G,
@@ -50,7 +46,15 @@ const h = ({
50
46
  children: c
51
47
  }
52
48
  ),
53
- /* @__PURE__ */ o("div", { role: "group", "aria-labelledby": a, className: i.values, children: m })
49
+ /* @__PURE__ */ o(
50
+ "div",
51
+ {
52
+ role: "group",
53
+ "aria-labelledby": a,
54
+ className: B(b.values, y),
55
+ children: m
56
+ }
57
+ )
54
58
  ]
55
59
  }
56
60
  )
@@ -5343,10 +5343,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5343
5343
  margin-bottom: var(--spacing-spacing\\.4);
5344
5344
  }
5345
5345
 
5346
- .h_auto {
5347
- height: auto;
5348
- }
5349
-
5350
5346
  .bdr-tl_radius\\.000 {
5351
5347
  border-top-left-radius: var(--radii-radius\\.000);
5352
5348
  }
@@ -5399,6 +5395,10 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5399
5395
  min-width: 1.35em;
5400
5396
  }
5401
5397
 
5398
+ .h_auto {
5399
+ height: auto;
5400
+ }
5401
+
5402
5402
  .w_\\[100\\%\\] {
5403
5403
  width: 100%;
5404
5404
  }