asma-core-ui 2.0.5 → 2.0.6

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.
@@ -41939,17 +41939,18 @@ const gz = {
41939
41939
  iconSeparator: `${bo.iconSeparator}`,
41940
41940
  row: `${bo.row}`,
41941
41941
  virtualScrollerContent: `${bo.virtualScrollerContent}`,
41942
- menuIconButton: `${bo.menuIconButton}`
41942
+ menuIconButton: `${bo.menuIconButton}`,
41943
+ ...e.classes
41943
41944
  },
41944
41945
  slotProps: {
41945
- ...e.slotProps,
41946
41946
  baseCheckbox: {
41947
41947
  disableRipple: !0,
41948
41948
  classes: {
41949
41949
  checked: "text-primary-700 hover:text-primary-700"
41950
41950
  },
41951
41951
  className: "text-[#b5bec9] hover:text-primary-600 [&>svg]:h-5 [&>svg]:w-5 [&>input]:h-full [&>input]:w-full"
41952
- }
41952
+ },
41953
+ ...e.slotProps
41953
41954
  }
41954
41955
  }
41955
41956
  );
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.0.5",
6
+ "version": "2.0.6",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",
@@ -61,7 +61,9 @@
61
61
  "@storybook/addon-styling": "^1.3.2",
62
62
  "@storybook/addons": "^7.0.26",
63
63
  "@storybook/blocks": "^7.0.26",
64
+ "@storybook/builder-vite": "^7.0.26",
64
65
  "@storybook/manager-api": "^7.0.26",
66
+ "@storybook/preset-create-react-app": "^7.0.26",
65
67
  "@storybook/react": "^7.0.26",
66
68
  "@storybook/react-vite": "^7.0.26",
67
69
  "@storybook/testing-library": "^0.2.0",