automoby-kit 1.0.0 → 1.0.1

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.js CHANGED
@@ -3019,4 +3019,3 @@ exports.Tabs = Tabs;
3019
3019
  exports.Typography = Typography;
3020
3020
  exports.initializeAutomobiKit = initializeAutomobiKit;
3021
3021
  exports.useMobile = useMobile;
3022
- //# sourceMappingURL=index.cjs.js.map
package/dist/index.esm.js CHANGED
@@ -3003,4 +3003,3 @@ const RadioGroup = withLicenseProtection(RadioGroup$1, 'RadioGroup');
3003
3003
  const Chips = withLicenseProtection(Chips$1, 'Chips');
3004
3004
 
3005
3005
  export { Accordion, Backdrop, Breadcrumb, Button, Chips, Divider, Drawer, Input, MobileProvider, Pagination, RadioGroup, Tabs, Typography, initializeAutomobiKit, useMobile };
3006
- //# sourceMappingURL=index.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automoby-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A comprehensive React UI component library with built-in licensing system - created in war 2025",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",