@solostylist/ui-kit 1.0.38 → 1.0.40

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.
@@ -64,4 +64,11 @@ export declare const components: {
64
64
  };
65
65
  };
66
66
  };
67
+ MuiFormControl: {
68
+ styleOverrides: {
69
+ root: {
70
+ position: "unset";
71
+ };
72
+ };
73
+ };
67
74
  };
@@ -1,19 +1,21 @@
1
1
  import { MuiAvatar as o } from "./avatar.js";
2
2
  import { MuiBackdrop as r } from "./backdrop.js";
3
3
  import { MuiContainer as i } from "./container.js";
4
- import { MuiPopover as m } from "./popover.js";
5
- import { MuiRating as t } from "./rating.js";
6
- import { MuiSlider as p } from "./slider.js";
7
- import { MuiSvgIcon as f } from "./svg-icon.js";
8
- const d = {
4
+ import { MuiFormControl as m } from "./form-control.js";
5
+ import { MuiPopover as t } from "./popover.js";
6
+ import { MuiRating as p } from "./rating.js";
7
+ import { MuiSlider as f } from "./slider.js";
8
+ import { MuiSvgIcon as n } from "./svg-icon.js";
9
+ const l = {
9
10
  MuiAvatar: o,
10
- MuiRating: t,
11
- MuiSlider: p,
12
- MuiSvgIcon: f,
11
+ MuiRating: p,
12
+ MuiSlider: f,
13
+ MuiSvgIcon: n,
13
14
  MuiContainer: i,
14
15
  MuiBackdrop: r,
15
- MuiPopover: m
16
+ MuiPopover: t,
17
+ MuiFormControl: m
16
18
  };
17
19
  export {
18
- d as components
20
+ l as components
19
21
  };
@@ -0,0 +1,7 @@
1
+ export declare const MuiFormControl: {
2
+ styleOverrides: {
3
+ root: {
4
+ position: "unset";
5
+ };
6
+ };
7
+ };
@@ -0,0 +1,10 @@
1
+ const o = {
2
+ styleOverrides: {
3
+ root: {
4
+ position: "unset"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ o as MuiFormControl
10
+ };
@@ -65,7 +65,6 @@ const i = {
65
65
  MuiCard: {
66
66
  styleOverrides: {
67
67
  root: ({ theme: r }) => ({
68
- padding: 16,
69
68
  gap: 16,
70
69
  transition: "all 100ms ease",
71
70
  backgroundColor: o[50],
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.38",
6
+ "version": "1.0.40",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",