@waggylabs/yumekit 0.3.6 → 0.3.7

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 ADDED
@@ -0,0 +1,86 @@
1
+ # Changelog
2
+
3
+ All notable changes to YumeKit are documented here.
4
+
5
+ <!--
6
+ HOW TO ADD AN ENTRY
7
+ ===================
8
+ Copy the release block template below and paste it above the previous release.
9
+ Fill in the version number, release date, and populate only the sections that apply.
10
+ Delete any empty sections before publishing.
11
+
12
+ ─────────────────────────────────────────────────────────────────────────────
13
+
14
+ ## [x.x.x] – YYYY-MM-DD
15
+
16
+ ### Added
17
+ <!-- New components, icons, props, utilities, or features -->
18
+
19
+ <!-- ### Changed -->
20
+ <!-- Updates to existing behavior, APIs, styling, or defaults -->
21
+
22
+ <!-- ### Fixed -->
23
+ <!-- Bug fixes, accessibility corrections, rendering issues -->
24
+
25
+ <!-- ### Deprecated -->
26
+ <!-- Features or APIs that still work but will be removed in a future release -->
27
+
28
+ <!-- ### Removed -->
29
+ <!-- Features, props, or files that have been deleted -->
30
+
31
+ <!-- ### Security -->
32
+ <!-- Vulnerability patches or hardening changes -->
33
+
34
+ ## [0.3.6] – 2026-03-23
35
+
36
+ ### Added
37
+
38
+ - New icons: `trash`, `archive`, `share`, `link`, `tag`, `bookmark`, `expand-left`, `expand-up`, `expand-down`, `list-bullet`, `down-from-bracket`, `up-to-bracket`
39
+
40
+ - New variant for tag component: `flat`, using new per-color `--component-tag-flat-background-{color}` theme variables
41
+ - Selected state for menu items — set `selected: true` on any item to highlight it using new `--component-menu-selected-background` and `--component-menu-selected-color` theme variables
42
+
43
+ ### Changed
44
+
45
+ - Renamed icons for consistency: `checkmark` → `check`, `indeterminate` → `minus`, `logo` → `stack`, `download` → `down-to-bracket`, `upload` → `up-from-bracket`
46
+ - Normalized arrow and shaft sizes across all directional icons (arrows, bracket icons, expand/collapse)
47
+
48
+ ### Fixed
49
+
50
+ - Proper disabled styling for `y-switch` component
51
+
52
+ ### Removed
53
+
54
+ - Removed `features` icon (duplicate of `sun`)
55
+
56
+ ---
57
+
58
+ ## [0.3.5] – 2026-03-20
59
+
60
+ ### Fixed
61
+
62
+ - Patch for 0.3.3 with bug fixes
63
+
64
+ ---
65
+
66
+ ## [0.3.4] – 2026-03-20
67
+
68
+ ### Fixed
69
+
70
+ - Patch for 0.3.3 with bug fixes
71
+
72
+ ---
73
+
74
+ ## [0.3.3] – 2026-03-20
75
+
76
+ ### Fixed
77
+
78
+ - Several bug fixes and test updates
79
+
80
+ ---
81
+
82
+ ## [0.3.2] – 2026-03-18
83
+
84
+ ### Added
85
+
86
+ - New icons: `paper-airplane`, `circle-info`, `circle-exclamation`, `monitor`, `smartphone`, `tablet`, `face-smile`, `face-neutral`, `face-frown`
@@ -0,0 +1,53 @@
1
+ # Contributing to Yumekit
2
+
3
+ Yumekit is an open-source project and contributions of all kinds are welcome, including bug reports, feature requests, documentation improvements, and code changes.
4
+
5
+ - All development happens on [GitHub](https://github.com/waggylabs/Yumekit).
6
+ - Before starting a large change, open an issue to discuss it so we can align on approach before you invest time.
7
+ - We follow a standard fork-and-pull-request workflow.
8
+
9
+ ## Reporting Issues
10
+
11
+ Found a bug or unexpected behavior? Please open a GitHub issue.
12
+
13
+ - Search existing issues first to avoid duplicates.
14
+ - Include a minimal reproduction. A CodeSandbox or Stackblitz link is ideal.
15
+ - Describe what you expected vs. what actually happened.
16
+ - Include your browser, OS, and Yumekit version.
17
+
18
+ ## Pull Requests
19
+
20
+ We welcome pull requests for bug fixes, improvements, and new features.
21
+
22
+ 1. Fork the repository and create a new branch from `main`.
23
+ 2. Make your changes with clear, focused commits.
24
+ 3. Add or update tests to cover your change.
25
+ 4. Ensure `npm run build` and `npm test` pass locally.
26
+ 5. Open a pull request with a description of what changed and why.
27
+ 6. A maintainer will review your PR and may request changes.
28
+
29
+ ## Code Style
30
+
31
+ Yumekit is authored in plain JavaScript. Please follow the conventions already present in the codebase.
32
+
33
+ - The library is **plain JavaScript** with no TypeScript in the component source. Type declarations (`.d.ts` files) are maintained separately and ship alongside the JS build.
34
+ - Components are standard Custom Elements with no external framework dependencies.
35
+ - Use `kebab-case` for element names and attribute names.
36
+ - Keep components self-contained: styles live in the Shadow DOM, logic in the class, no shared global state.
37
+ - Run the linter before submitting: `npm run lint`.
38
+
39
+ ## AI Assistance
40
+
41
+ AI tools can be helpful for brainstorming and prototyping, but they are not a substitute for human judgment and expertise.
42
+
43
+ - If you use AI tools to assist with code or documentation, please disclose that in your PR description for transparency.
44
+ - AI-generated content should be carefully reviewed and edited by a human before submission.
45
+ - We value the unique creativity and critical thinking that humans bring to the project, and AI should be viewed as a tool to augment that rather than replace it.
46
+
47
+ ## Code of Conduct
48
+
49
+ We are committed to providing a welcoming, respectful community for everyone.
50
+
51
+ - Be kind and constructive in all interactions.
52
+ - Respect differing opinions and experience levels.
53
+ - Harassment or abusive behavior of any kind will not be tolerated and may result in removal from the project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waggylabs/yumekit",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Modern Web Component UI Kit",
5
5
  "type": "module",
6
6
  "main": "dist/yumekit.min.js",
@@ -19,12 +19,16 @@
19
19
  "./components/*": "./dist/components/*",
20
20
  "./icons/all.js": "./dist/icons/all.js",
21
21
  "./icons/registry.js": "./dist/icons/registry.js",
22
- "./styles/*": "./dist/styles/*"
22
+ "./styles/*": "./dist/styles/*",
23
+ "./CHANGELOG.md": "./CHANGELOG.md",
24
+ "./CONTRIBUTING.md": "./CONTRIBUTING.md"
23
25
  },
24
26
  "sideEffects": true,
25
27
  "files": [
26
28
  "dist",
27
- "llm.txt"
29
+ "llm.txt",
30
+ "CHANGELOG.md",
31
+ "CONTRIBUTING.md"
28
32
  ],
29
33
  "publishConfig": {
30
34
  "access": "public"