@namiml/web-sdk 3.4.1 → 3.4.2-dev.202605300214
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/components/containers/RepeatingGrid.d.ts +1 -1
- package/dist/components/utils/helpers.d.ts +19 -0
- package/dist/nami-web.cjs +16 -13
- package/dist/nami-web.d.ts +1 -1
- package/dist/nami-web.mjs +16 -13
- package/dist/nami-web.umd.js +30 -27
- package/package.json +2 -2
package/dist/nami-web.d.ts
CHANGED
|
@@ -291,7 +291,7 @@ declare class NamiRepeatingGrid extends NamiElement {
|
|
|
291
291
|
scaleFactor: number;
|
|
292
292
|
minSDKVersion: TSemverObj;
|
|
293
293
|
protected styles(): CSSResult;
|
|
294
|
-
render():
|
|
294
|
+
render(): lit_html.TemplateResult<1>[];
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
declare class NamiCarouselContainer extends NamiElement {
|