@goodhood-web/ui 3.0.0-development.48 → 3.0.0-development.49

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
@@ -7833,16 +7833,18 @@ const De = (t) => {
7833
7833
  );
7834
7834
  });
7835
7835
  Vt.displayName = "Button";
7836
- const Gw = "_textButton_19zsp_120", K1 = {
7836
+ const Gw = "_textButton_19jla_120", K1 = {
7837
7837
  textButton: Gw,
7838
- "textButton--large": "_textButton--large_19zsp_132",
7839
- "textButton--medium": "_textButton--medium_19zsp_137",
7840
- "textButton--link": "_textButton--link_19zsp_142",
7841
- "textButton--green": "_textButton--green_19zsp_148",
7842
- "textButton--blue": "_textButton--blue_19zsp_154",
7843
- "textButton--deepPurple": "_textButton--deepPurple_19zsp_160",
7844
- "textButton--pinkLight": "_textButton--pinkLight_19zsp_166",
7845
- "textButton--pinkDark": "_textButton--pinkDark_19zsp_172"
7838
+ "textButton--large": "_textButton--large_19jla_137",
7839
+ "textButton--medium": "_textButton--medium_19jla_146",
7840
+ "textButton--small": "_textButton--small_19jla_155",
7841
+ "textButton--tiny": "_textButton--tiny_19jla_162",
7842
+ "textButton--link": "_textButton--link_19jla_169",
7843
+ "textButton--green": "_textButton--green_19jla_175",
7844
+ "textButton--blue": "_textButton--blue_19jla_181",
7845
+ "textButton--deepPurple": "_textButton--deepPurple_19jla_187",
7846
+ "textButton--pinkLight": "_textButton--pinkLight_19jla_193",
7847
+ "textButton--pinkDark": "_textButton--pinkDark_19jla_199"
7846
7848
  }, Yw = {
7847
7849
  large: "h5",
7848
7850
  link: "body-text-link",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.48",
3
+ "version": "3.0.0-development.49",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",