@schukai/monster 3.100.13 → 3.100.14

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,14 @@
2
2
 
3
3
 
4
4
 
5
+ ## [3.100.14] - 2025-01-19
6
+
7
+ ### Bug Fixes
8
+
9
+ - button border css
10
+
11
+
12
+
5
13
  ## [3.100.13] - 2025-01-19
6
14
 
7
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1 +1 @@
1
- {"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.13","@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.100.13"}
1
+ {"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.13","@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.100.14"}
@@ -89,9 +89,6 @@ class ActionButton extends PopperButton {
89
89
  labels: {
90
90
  button: "<slot></slot>",
91
91
  },
92
- classes: {
93
- button: "monster-button-primary",
94
- },
95
92
  buttons: [],
96
93
  });
97
94
  }
@@ -120,7 +120,7 @@ class MessageStateButton extends Popper {
120
120
  button: "<slot></slot>",
121
121
  },
122
122
  classes: {
123
- button: "monster-button-primary",
123
+ button: "monster-button-outline-primary",
124
124
  },
125
125
  actions: {
126
126
  click: (e) => {},
@@ -136,7 +136,7 @@ class PopperButton extends Popper {
136
136
  },
137
137
  },
138
138
  classes: {
139
- button: "monster-button",
139
+ button: "monster-button-outline-primary",
140
140
  },
141
141
  labels: {
142
142
  button: '<slot name="button"></slot>',