@numueg/theme-sdk 0.5.2 → 0.6.0
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 +111 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +71 -6
- package/dist/index.d.ts +71 -6
- package/dist/index.mjs +111 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{mount-DH9dz3dq.d.mts → mount-BGumg1JM.d.mts} +1 -1
- package/dist/{mount-BN2mz_wx.d.ts → mount-Bt-4ken5.d.ts} +1 -1
- package/dist/normalize.d.mts +1 -1
- package/dist/normalize.d.ts +1 -1
- package/dist/{theme-D0QybTQS.d.mts → theme-D8MOopvi.d.mts} +2 -0
- package/dist/{theme-D0QybTQS.d.ts → theme-D8MOopvi.d.ts} +2 -0
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/validation.cjs +1 -1
- package/dist/validation.d.mts +1 -1
- package/dist/validation.d.ts +1 -1
- package/dist/validation.mjs +1 -1
- package/dist/verify.d.mts +2 -2
- package/dist/verify.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { C as Cart, b as Collection, c as Customer, P as Page, e as Product, i as Store } from './entities-6MGANln7.mjs';
|
|
4
|
-
import { T as ThemeSettingsV3, M as MountResult } from './theme-
|
|
4
|
+
import { T as ThemeSettingsV3, M as MountResult } from './theme-D8MOopvi.mjs';
|
|
5
5
|
|
|
6
6
|
interface LocalizationState {
|
|
7
7
|
locale: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { C as Cart, b as Collection, c as Customer, P as Page, e as Product, i as Store } from './entities-6MGANln7.js';
|
|
4
|
-
import { T as ThemeSettingsV3, M as MountResult } from './theme-
|
|
4
|
+
import { T as ThemeSettingsV3, M as MountResult } from './theme-D8MOopvi.js';
|
|
5
5
|
|
|
6
6
|
interface LocalizationState {
|
|
7
7
|
locale: string;
|
package/dist/normalize.d.mts
CHANGED
package/dist/normalize.d.ts
CHANGED
|
@@ -153,6 +153,8 @@ interface SettingDefinition {
|
|
|
153
153
|
unit?: string;
|
|
154
154
|
/** Hide this setting unless the expression evaluates truthy. */
|
|
155
155
|
visible_if?: VisibleIf;
|
|
156
|
+
/** Aspect hint for image_picker previews + server crops, e.g. "16/9". */
|
|
157
|
+
aspect_ratio?: string;
|
|
156
158
|
}
|
|
157
159
|
interface PresetBlock {
|
|
158
160
|
type: string;
|
|
@@ -153,6 +153,8 @@ interface SettingDefinition {
|
|
|
153
153
|
unit?: string;
|
|
154
154
|
/** Hide this setting unless the expression evaluates truthy. */
|
|
155
155
|
visible_if?: VisibleIf;
|
|
156
|
+
/** Aspect hint for image_picker previews + server crops, e.g. "16/9". */
|
|
157
|
+
aspect_ratio?: string;
|
|
156
158
|
}
|
|
157
159
|
interface PresetBlock {
|
|
158
160
|
type: string;
|
package/dist/types.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
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
|
-
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-
|
|
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-D8MOopvi.mjs';
|
package/dist/types.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
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
|
-
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-
|
|
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-D8MOopvi.js';
|
package/dist/validation.cjs
CHANGED
package/dist/validation.d.mts
CHANGED
package/dist/validation.d.ts
CHANGED
package/dist/validation.mjs
CHANGED
package/dist/verify.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { C as Cart, b as Collection, c as Customer, e as Product, i as Store } from './entities-6MGANln7.mjs';
|
|
3
|
-
import { T as ThemeMountContext } from './mount-
|
|
3
|
+
import { T as ThemeMountContext } from './mount-BGumg1JM.mjs';
|
|
4
4
|
export { REQUIRED_TEMPLATES } from './validation.mjs';
|
|
5
|
-
import './theme-
|
|
5
|
+
import './theme-D8MOopvi.mjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Behavioral render-verification harness — theme-enforcement Phase 2.
|
package/dist/verify.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { C as Cart, b as Collection, c as Customer, e as Product, i as Store } from './entities-6MGANln7.js';
|
|
3
|
-
import { T as ThemeMountContext } from './mount-
|
|
3
|
+
import { T as ThemeMountContext } from './mount-Bt-4ken5.js';
|
|
4
4
|
export { REQUIRED_TEMPLATES } from './validation.js';
|
|
5
|
-
import './theme-
|
|
5
|
+
import './theme-D8MOopvi.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Behavioral render-verification harness — theme-enforcement Phase 2.
|