@andersundsehr/storybook-typo3 0.1.13 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +9 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # `EXT:storybook`
2
- <img alt="TYPO3" src="./Documentation/assets/TYPO3-Logo-rgb.svg" height="40" />
3
- <img alt="Love" src="./Documentation/assets/heart.svg" height="40" />
4
- <img alt="Storybook" src="./Documentation/assets/logo-storybook-default.svg" height="40" />
5
2
 
6
- [Getting Started](https://docs.typo3.org/permalink/andersundsehr-storybook:start) - [TYPO3 Slack](https://typo3.slack.com/archives/C098AQPGXLM)
3
+ ![TYPO3 Version](https://img.shields.io/packagist/dependency-v/andersundsehr/storybook/typo3%2Fcms-core?style=flat-square&logo=typo3&color=orange)
4
+ ![Storybook Version](https://img.shields.io/npm/dependency-version/%40andersundsehr%2Fstorybook-typo3/storybook?style=flat-square&logo=storybook&color=%23ff4785)
5
+ ![PHP Version](https://img.shields.io/packagist/dependency-v/andersundsehr/storybook/php?style=flat-square&logo=php)
6
+ ![Static Badge](https://img.shields.io/badge/Slack-TYPO3-orange?style=flat-square&logoColor=orange&logo=slack&link=https%3A%2F%2Ftypo3.slack.com%2Farchives%2FC098AQPGXLM)
7
7
 
8
- The TYPO3 extension `storybook` integrates Storybook into TYPO3 projects.
8
+ ![TYPO3 loves storybook](./Documentation/assets/TYPO3-loves-storybook.svg)
9
+
10
+ [Getting Started](https://docs.typo3.org/permalink/andersundsehr-storybook:start)
11
+
12
+ The TYPO3 extension [storybook](https://storybook.js.org/) integrates Storybook into TYPO3 projects.
9
13
  With the open-source tool Storybook, developers can develop and test UI components in isolation.
10
14
  It provides an environment where components can be visually displayed and interactively tested.
11
15
  The extension facilitates the development of TYPO3 frontend components by enabling seamless integration of Storybook into TYPO3.
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "dist",
50
50
  "README.md"
51
51
  ],
52
- "version": "0.1.13"
52
+ "version": "0.1.14"
53
53
  }