@goodhood-web/ui 3.0.0-development.21 → 3.0.0-development.22

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/index.mjs CHANGED
@@ -7929,13 +7929,14 @@ const Uw = "_badgeLabel_z5ym0_120", zw = "_badgeLabel__text_z5ym0_129", ad = {
7929
7929
  ),
7930
7930
  children: /* @__PURE__ */ R.jsx(Ve, { type: "detail-medium", children: e })
7931
7931
  }
7932
- ), qw = "_labelPill_1edqy_120", X1 = {
7932
+ ), qw = "_labelPill_1c5j2_120", X1 = {
7933
7933
  labelPill: qw,
7934
- "labelPill__shape--pill": "_labelPill__shape--pill_1edqy_125",
7935
- "labelPill__shape--pill--small": "_labelPill__shape--pill--small_1edqy_129",
7936
- "labelPill__shape--pill--teal": "_labelPill__shape--pill--teal_1edqy_132",
7937
- "labelPill__shape--pill--lavender": "_labelPill__shape--pill--lavender_1edqy_136",
7938
- "labelPill__shape--tile": "_labelPill__shape--tile_1edqy_140"
7934
+ "labelPill__shape--pill": "_labelPill__shape--pill_1c5j2_125",
7935
+ "labelPill__shape--pill--small": "_labelPill__shape--pill--small_1c5j2_129",
7936
+ "labelPill__shape--pill--teal": "_labelPill__shape--pill--teal_1c5j2_132",
7937
+ "labelPill__shape--pill--lavender": "_labelPill__shape--pill--lavender_1c5j2_136",
7938
+ "labelPill__shape--pill--grey": "_labelPill__shape--pill--grey_1c5j2_140",
7939
+ "labelPill__shape--tile": "_labelPill__shape--tile_1c5j2_144"
7939
7940
  }, K5 = ({
7940
7941
  className: t,
7941
7942
  color: e = "teal",
@@ -1,4 +1,4 @@
1
- export type Color = 'teal' | 'lavender';
1
+ export type Color = 'teal' | 'lavender' | 'grey';
2
2
  interface CommonProps {
3
3
  className?: string;
4
4
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.21",
3
+ "version": "3.0.0-development.22",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",