@mindvalley/design-system 4.6.0 → 4.7.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.
- package/CHANGELOG.md +4 -16
- package/package.json +11 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,15 @@
|
|
|
1
|
-
# [4.
|
|
1
|
+
# [4.7.0](https://github.com/mindvalley/mv-design-system/compare/v4.6.0...v4.7.0) (2026-05-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
7
|
-
* **vue-components:** Align badge variants with Figma spec ([b02786d](https://github.com/mindvalley/mv-design-system/commit/b02786d3025c2a89a545fbb27d10555540354c8a)), closes [#159F65](https://github.com/mindvalley/mv-design-system/issues/159F65) [#D8273](https://github.com/mindvalley/mv-design-system/issues/D8273)
|
|
8
|
-
* **components:** Align CategoryChip lg typography with Figma button-text-medium [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
9
|
-
* **components:** Align Chip lg typography with Figma button-text-medium [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
10
|
-
* **react-components:** Announce CategoryChip selected state via aria-pressed [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
11
|
-
* **test:** Exclude packages/react-components from root jest run [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
12
|
-
* **react-components:** Forward consumer props on closable Chip wrapper [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
13
|
-
* **components:** Restore documented icon asset paths in published dist ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
14
|
-
* **repo:** Stop gitignoring CLAUDE.md and AGENTS.md [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
6
|
+
* **components:** Reapply CRF-861 cleanups to CRF-1170 chip variants [CRF-1170] ([49a409c](https://github.com/mindvalley/mv-design-system/commit/49a409c3027b315395c9dfcce42cbc971367c158)), closes [#6366f1](https://github.com/mindvalley/mv-design-system/issues/6366f1)
|
|
15
7
|
|
|
16
8
|
|
|
17
9
|
### Features
|
|
18
10
|
|
|
19
|
-
* **vue-components:** Add
|
|
20
|
-
* **
|
|
21
|
-
* **react-components:** Implement CategoryChip component [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
22
|
-
* **react-components:** Implement Chip component [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
23
|
-
* **react-components:** Implement TagChipLarge component [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
24
|
-
* **react-components:** Implement TagChipSmall component [CRF-861] ([c8ae89b](https://github.com/mindvalley/mv-design-system/commit/c8ae89bf9f95fdb5a6f0f57b1a6dfc4359486b98))
|
|
11
|
+
* **vue-components:** Add Chip KeyboardInteractions story for autodocs [CRF-1170] ([49a409c](https://github.com/mindvalley/mv-design-system/commit/49a409c3027b315395c9dfcce42cbc971367c158))
|
|
12
|
+
* **components:** Make TagChipLarge an interactive toggle [CRF-1170] ([49a409c](https://github.com/mindvalley/mv-design-system/commit/49a409c3027b315395c9dfcce42cbc971367c158))
|
|
25
13
|
|
|
26
14
|
# Changelog
|
|
27
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindvalley/design-system",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "Resources, components, design guidelines and tooling for Mindvalley's design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-system",
|
|
@@ -87,15 +87,16 @@
|
|
|
87
87
|
"lint:md": "markdownlint-cli2 \"**/*.md\"",
|
|
88
88
|
"lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\"",
|
|
89
89
|
"nx": "nx",
|
|
90
|
-
"storybook": "
|
|
91
|
-
"storybook:build": "
|
|
92
|
-
"storybook:static": "
|
|
93
|
-
"storybook:react": "
|
|
94
|
-
"storybook:react:build": "
|
|
95
|
-
"storybook:react:static": "
|
|
96
|
-
"storybook:vue": "
|
|
97
|
-
"storybook:vue:build": "
|
|
98
|
-
"storybook:vue:static": "
|
|
90
|
+
"storybook": "nx run storybook:dev",
|
|
91
|
+
"storybook:build": "nx run storybook:build",
|
|
92
|
+
"storybook:static": "nx run storybook:static-storybook",
|
|
93
|
+
"storybook:react": "nx run storybook-react:dev",
|
|
94
|
+
"storybook:react:build": "nx run storybook-react:build",
|
|
95
|
+
"storybook:react:static": "nx run storybook-react:static-storybook",
|
|
96
|
+
"storybook:vue": "nx run storybook-vue:dev",
|
|
97
|
+
"storybook:vue:build": "nx run storybook-vue:build",
|
|
98
|
+
"storybook:vue:static": "nx run storybook-vue:static-storybook",
|
|
99
|
+
"storybook:all": "nx run-many -t dev -p storybook,storybook-react,storybook-vue --parallel=3"
|
|
99
100
|
},
|
|
100
101
|
"devDependencies": {
|
|
101
102
|
"@babel/core": "^7.22.9",
|