@schukai/monster 3.84.0 → 3.85.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
- package/source/components/content/copy.mjs +383 -317
- package/source/components/form/message-state-button.mjs +4 -4
- package/source/components/style/mixin/property.pcss +3 -0
- package/source/components/style/typography.css +1 -1
- package/source/components/style/typography.pcss +23 -5
- package/source/components/stylesheet/typography.mjs +1 -1
- package/source/util/deadmansswitch.mjs +13 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,26 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## [3.85.1] - 2024-11-12
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- update the copy component [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
## [3.85.0] - 2024-11-05
|
14
|
+
|
15
|
+
### Add Features
|
16
|
+
|
17
|
+
- new css class monospace [#258](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/258)
|
18
|
+
### Changes
|
19
|
+
|
20
|
+
- project update
|
21
|
+
- tidy
|
22
|
+
|
23
|
+
|
24
|
+
|
5
25
|
## [3.84.0] - 2024-10-28
|
6
26
|
|
7
27
|
### Add Features
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.
|
1
|
+
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@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":"3.85.1"}
|