@oniratec/onira-react-ui 0.4.0 โ†’ 1.0.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/README.md CHANGED
@@ -44,7 +44,7 @@ pnpm add @oniratec/onira-react-ui
44
44
  ## ๐Ÿš€ Getting started
45
45
 
46
46
  ```ts
47
- import { Button } from '@oniratec/onira-react-ui';
47
+ import { Button } from '@oniratec/onira-react-ui'
48
48
  ```
49
49
 
50
50
  Component usage, props, and examples are documented in **Storybook**.
@@ -54,12 +54,14 @@ Component usage, props, and examples are documented in **Storybook**.
54
54
  ## ๐Ÿ“– Documentation
55
55
 
56
56
  ### Project & usage
57
+
57
58
  - ๐Ÿ“˜ Getting Started โ†’ docs/getting-started.md
58
59
  - ๐Ÿงฉ Components overview โ†’ docs/components.md
59
60
  - ๐ŸŽจ Theming โ†’ docs/theming.md
60
61
  - โ™ฟ Accessibility โ†’ docs/accessibility.md
61
62
 
62
63
  ### Quality & contribution
64
+
63
65
  - ๐Ÿงช CI & Code Quality โ†’ docs/ci-quality.md
64
66
  - ๐Ÿš€ Release process โ†’ docs/release-process.md
65
67
  - ๐Ÿค Contributing โ†’ docs/contributing.md