@numueg/theme-sdk 0.2.2 → 0.3.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/types.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export { A as Address, C as Cart, a as CartItem, b as Collection, c as Customer, O as Order, d as OrderItem, P as Page, e as Product, f as ProductImage, g as ProductVariant, S as Store } from './entities-iiuRSPpk.mjs';
1
+ export { A as Address, C as Cart, a as CartItem, b as Collection, c as Customer, O as Order, d as OrderItem, P as Page, e as Product, f as ProductImage, g as ProductVariant, S as SizeChart, h as SizeChartMode, i as Store } from './entities-6MGANln7.mjs';
2
2
  export { B as BlockInstance, a as BlockProps, b as BlockSchema, E as ExternalThemeMetadata, P as PageTemplate, S as SectionGroup, c as SectionInstance, d as SectionPreset, e as SectionProps, f as SectionSchema, g as SettingDefinition, T as ThemeSettingsV3 } from './theme-D0QybTQS.mjs';
package/dist/types.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { A as Address, C as Cart, a as CartItem, b as Collection, c as Customer, O as Order, d as OrderItem, P as Page, e as Product, f as ProductImage, g as ProductVariant, S as Store } from './entities-iiuRSPpk.js';
1
+ export { A as Address, C as Cart, a as CartItem, b as Collection, c as Customer, O as Order, d as OrderItem, P as Page, e as Product, f as ProductImage, g as ProductVariant, S as SizeChart, h as SizeChartMode, i as Store } from './entities-6MGANln7.js';
2
2
  export { B as BlockInstance, a as BlockProps, b as BlockSchema, E as ExternalThemeMetadata, P as PageTemplate, S as SectionGroup, c as SectionInstance, d as SectionPreset, e as SectionProps, f as SectionSchema, g as SettingDefinition, T as ThemeSettingsV3 } from './theme-D0QybTQS.js';
@@ -1,4 +1,4 @@
1
- import { c as Customer, e as Product } from './entities-iiuRSPpk.mjs';
1
+ import { c as Customer, e as Product } from './entities-6MGANln7.mjs';
2
2
 
3
3
  /**
4
4
  * V2 → V3 compatibility shim.
@@ -1,4 +1,4 @@
1
- import { c as Customer, e as Product } from './entities-iiuRSPpk.js';
1
+ import { c as Customer, e as Product } from './entities-6MGANln7.js';
2
2
 
3
3
  /**
4
4
  * V2 → V3 compatibility shim.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@numueg/theme-sdk",
3
- "version": "0.2.2",
3
+ "version": "0.3.1",
4
4
  "description": "NUMU Theme SDK — typed hooks, components, and utilities for building NUMU storefront themes",
5
5
  "keywords": [
6
6
  "numu",
@@ -77,12 +77,12 @@
77
77
  "react-dom": ">=18.0.0"
78
78
  },
79
79
  "devDependencies": {
80
+ "@testing-library/react": "^16.1.0",
80
81
  "@types/node": "^22.0.0",
81
82
  "@types/react": "^19.1.0",
82
83
  "@types/react-dom": "^19.1.0",
83
- "@testing-library/react": "^16.1.0",
84
84
  "cross-env": "^7.0.3",
85
- "happy-dom": "^15.11.7",
85
+ "happy-dom": "^20.10.2",
86
86
  "react": "^19.1.0",
87
87
  "react-dom": "^19.1.0",
88
88
  "tsup": "^8.4.0",