@schukai/monster 4.66.1 → 4.66.2
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"author":"Volker Schukai","dependencies":{"@floating-ui/dom":"^1.7.4","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"4.66.
|
|
1
|
+
{"author":"Volker Schukai","dependencies":{"@floating-ui/dom":"^1.7.4","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"4.66.2"}
|
|
@@ -190,6 +190,7 @@ const pricingCacheSymbol = Symbol("pricingCache");
|
|
|
190
190
|
* @example /examples/components/form/buy-box-basic Basic buy box
|
|
191
191
|
*
|
|
192
192
|
* @summary Product buy box control with variants, quantity, pricing, and add-to-cart.
|
|
193
|
+
* @since 4.65.0
|
|
193
194
|
* @fires monster-buy-box-change
|
|
194
195
|
* @fires monster-buy-box-valid
|
|
195
196
|
* @fires monster-buy-box-invalid
|
|
@@ -114,6 +114,7 @@ const initGuardSymbol = Symbol("initGuard");
|
|
|
114
114
|
* @example /examples/components/form/variant-select-remote Remote data
|
|
115
115
|
*
|
|
116
116
|
* @summary A control to pick valid variant combinations (e.g., color/size).
|
|
117
|
+
* @since 4.64.0
|
|
117
118
|
* @fires monster-variant-select-change
|
|
118
119
|
* @fires monster-variant-select-valid
|
|
119
120
|
* @fires monster-variant-select-invalid
|