maverick-wave 4.0.0 → 4.1.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -59
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,54 +6,13 @@ Patch releases are only for test purposes - here I only document major and minor
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
- <<<<<<< HEAD
10
- <<<<<<< HEAD
11
- <<<<<<< HEAD
12
- <<<<<<< HEAD
13
- <<<<<<< HEAD
14
- <<<<<<< HEAD
15
- ||||||| 4031dbb
16
- =======
17
- ||||||| 0be20d9
18
- =======
19
- ||||||| da0294d
20
- =======
21
- ||||||| 15e4c7d
22
- =======
23
- ||||||| 19a1edb
24
- =======
25
- ## [4.0.0] - 2026-08-19
26
-
27
- ### Added
28
-
29
- - mw-sr-only
30
- - mw-row-split (+ center)
31
- - mw-btn-plain
32
- - mw-tag-neutral / mw-tags-neutral
33
- - mw-button-bar-center
34
- - mw-segmented (+ secondary, auto)
35
- - mw-text-currency
36
- - mw-table-responsive-hint
37
- - mw-actions-note
38
- - scroll hint on the tab bar, no JavaScript needed
39
- - touch targets grow on a coarse pointer or below 768px
40
- - tokens: --mw-surface-muted, --mw-container-width, --mw-container-width-sm,
41
- --mw-section-padding-block, --mw-calendar-dot, --mw-scroll-hint-cover
9
+ ## [4.1.0] - 2026-08-19
42
10
 
43
- ### Changed
11
+ ### Fixed
44
12
 
45
- - **Breaking:** mw-text-numeric is now digits only - use mw-text-currency for a
46
- money column
47
- - **Breaking:** mw-container drops to a 1rem gutter below 576px instead of 89%
48
- - mw-active is the state class everywhere; bare active still works but is
49
- deprecated
50
- - calendar dot colour comes from --mw-calendar-dot, tone classes are presets
51
- - mw-modal-backdrop works as a button without a reset
52
- - modal widths evenly stepped: 370 / 520 / 720 / 960px
53
- - mw-form-actions-hint is now mw-actions-note and works in modal, card and
54
- panel footers too; the old name stays as an alias
13
+ - changelog
55
14
 
56
- ## [3.12.0] - 2026-08-19
15
+ ## [4.0.0] - 2026-08-19
57
16
 
58
17
  ### Added
59
18
 
@@ -64,43 +23,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
23
  - pagination frame now matches the calendar
65
24
  - big update with the needs of another project
66
25
 
67
- >>>>>>> main
68
26
  ## [3.11.0] - 2026-08-12
69
27
 
70
28
  ### Fixed
71
29
 
72
30
  - footer color
73
31
 
74
- >>>>>>> main
75
32
  ## [3.10.0] - 2026-08-10
76
33
 
77
34
  ### Added
78
35
 
79
36
  - kanban board
80
37
 
81
- >>>>>>> main
82
38
  ## [3.9.0] - 2026-08-07
83
39
 
84
40
  ### Fixed
85
41
 
86
- - technical issues
87
- >>>>>>> main
88
-
89
- ## [3.8.0] - 2026-08-07
90
-
91
- ### Fixed
92
-
93
42
  - technical issues
94
43
 
95
- > > > > > > > main
96
- ||||||| 4031dbb
97
- =======
98
44
  ## [3.8.0] - 2026-08-07
99
45
 
100
46
  ### Fixed
101
47
 
102
48
  - technical issues
103
- >>>>>>> main
104
49
 
105
50
  ## [3.7.0] - 2026-08-07
106
51
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "maverick-wave",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "config": {
5
- "version_short": "4.0"
5
+ "version_short": "4.1"
6
6
  },
7
7
  "description": "A lightweight, modern CSS framework for building responsive websites with elegance and speed.",
8
8
  "main": "src/js/main.js",