@schukai/monster 3.103.0 → 3.103.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,14 @@
2
2
 
3
3
 
4
4
 
5
+ ## [3.103.1] - 2025-02-03
6
+
7
+ ### Bug Fixes
8
+
9
+ - **tabs:** add tabindex
10
+
11
+
12
+
5
13
  ## [3.103.0] - 2025-02-02
6
14
 
7
15
  ### Add Features
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.103.0"}
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.103.1"}
@@ -149,6 +149,8 @@ const resizeObserverSymbol = Symbol("resizeObserver");
149
149
  * @example /examples/components/layout/tabs-simple Simple Tabs
150
150
  * @example /examples/components/layout/tabs-active Active Tabs
151
151
  * @example /examples/components/layout/tabs-removable Removable Tabs
152
+ * @example /examples/components/layout/tabs-with-icon Tabs with Icon
153
+ * @example /examples/components/layout/tabs-fetch Fetch Tab Content from URL
152
154
  *
153
155
  * @issue https://localhost.alvine.dev:8440/development/issues/closed/268.html
154
156
  * @issue https://localhost.alvine.dev:8440/development/issues/closed/271.html
@@ -1213,6 +1215,7 @@ function getTemplate() {
1213
1215
  return `
1214
1216
  <template id="buttons">
1215
1217
  <button part="button"
1218
+ tabindex="0"
1216
1219
  data-monster-role="button"
1217
1220
  data-monster-attributes="
1218
1221
  class path:classes.button,