@schukai/monster 4.0.1 → 4.1.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/CHANGELOG.md
CHANGED
@@ -2,6 +2,25 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## [4.1.1] - 2025-05-11
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- Modify PDF object tag for clearer intent
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
## [4.1.0] - 2025-05-11
|
14
|
+
|
15
|
+
### Add Features
|
16
|
+
|
17
|
+
- Improve button naming consistency in login component [#313](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/313)
|
18
|
+
### Bug Fixes
|
19
|
+
|
20
|
+
- part export button-button:login-button-button-button [#313](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/313)
|
21
|
+
|
22
|
+
|
23
|
+
|
5
24
|
## [4.0.1] - 2025-05-10
|
6
25
|
|
7
26
|
### Bug Fixes
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.7.0","@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.
|
1
|
+
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.7.0","@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.1.1"}
|
@@ -1579,7 +1579,7 @@ function getTemplate() {
|
|
1579
1579
|
button:login-button-button,
|
1580
1580
|
popper:login-button-popper,
|
1581
1581
|
message:login-button-message,
|
1582
|
-
button-button:login-button-button,
|
1582
|
+
button-button:login-button-button-button,
|
1583
1583
|
button-control:login-button-control"
|
1584
1584
|
data-monster-replace="path:labels.login"></monster-message-state-button>
|
1585
1585
|
<a href="#" data-monster-role="forgot-password-link" part="forgot-password-link"
|
@@ -1618,7 +1618,7 @@ function getTemplate() {
|
|
1618
1618
|
button:forgot-password-button-button,
|
1619
1619
|
popper:forgot-password-button-popper,
|
1620
1620
|
message:forgot-password-button-message,
|
1621
|
-
button-button:forgot-password-button-button,
|
1621
|
+
button-button:forgot-password-button-button-button,
|
1622
1622
|
button-control:forgot-password-button-control"
|
1623
1623
|
data-monster-attributes="accesskey path:accessKeys.password"
|
1624
1624
|
data-monster-replace="path:labels.requestLink"></monster-message-state-button>
|
@@ -1660,7 +1660,7 @@ function getTemplate() {
|
|
1660
1660
|
button:second-factor-button-button,
|
1661
1661
|
popper:second-factor-button-popper,
|
1662
1662
|
message:second-factor-button-message,
|
1663
|
-
button-button:second-factor-button-button,
|
1663
|
+
button-button:second-factor-button-button-button,
|
1664
1664
|
button-control:second-factor-button-control"
|
1665
1665
|
data-monster-replace="path:labels.sendSecondFactorDigits"></monster-message-state-button>
|
1666
1666
|
|