@shoplflow/templates 0.0.14 → 0.0.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.
package/dist/index.cjs CHANGED
@@ -90,4 +90,4 @@ TitleGroup.HeaderBox = HeaderBox;
90
90
  TitleGroup.Header = Header;
91
91
  TitleGroup.Actions = Actions;
92
92
  TitleGroup.Description = Description;
93
- exports.Title = TitleGroup;
93
+ exports.TitleGroup = TitleGroup;
package/dist/index.d.cts CHANGED
@@ -71,4 +71,4 @@ declare const TitleGroup: {
71
71
  Description: ({ description }: DescriptionProps) => react_jsx_runtime.JSX.Element;
72
72
  };
73
73
 
74
- export { ActionsProps, DescriptionProps, Example, ExampleProps, TitleGroup as Title, TitleGroupHeaderProps, TitleGroupHelpIconProps, TitleGroupProps };
74
+ export { ActionsProps, DescriptionProps, Example, ExampleProps, TitleGroup, TitleGroupHeaderProps, TitleGroupHelpIconProps, TitleGroupProps };
package/dist/index.d.ts CHANGED
@@ -71,4 +71,4 @@ declare const TitleGroup: {
71
71
  Description: ({ description }: DescriptionProps) => react_jsx_runtime.JSX.Element;
72
72
  };
73
73
 
74
- export { ActionsProps, DescriptionProps, Example, ExampleProps, TitleGroup as Title, TitleGroupHeaderProps, TitleGroupHelpIconProps, TitleGroupProps };
74
+ export { ActionsProps, DescriptionProps, Example, ExampleProps, TitleGroup, TitleGroupHeaderProps, TitleGroupHelpIconProps, TitleGroupProps };
package/dist/index.js CHANGED
@@ -86,4 +86,4 @@ TitleGroup.Actions = Actions;
86
86
  TitleGroup.Description = Description;
87
87
  var TitleGroup_default = TitleGroup;
88
88
 
89
- export { Example_default as Example, TitleGroup_default as Title };
89
+ export { Example_default as Example, TitleGroup_default as TitleGroup };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/templates",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -87,10 +87,10 @@
87
87
  "react-datepicker": "^7.3.0",
88
88
  "react-dom": "^18.2.0",
89
89
  "simplebar-react": "^3.2.6",
90
+ "@shoplflow/base": "^0.32.35",
91
+ "@shoplflow/shopl-assets": "^0.11.1",
90
92
  "@shoplflow/hada-assets": "^0.1.3",
91
- "@shoplflow/utils": "^0.6.5",
92
- "@shoplflow/shopl-assets": "^0.11.0",
93
- "@shoplflow/base": "^0.32.34"
93
+ "@shoplflow/utils": "^0.6.5"
94
94
  },
95
95
  "scripts": {
96
96
  "type-check": "tsc --noEmit",