@telia/teddy 0.0.2 → 0.0.3

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 +7 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Teddy - Telia Norway's Design System
2
2
 
3
- ![Teddy - Telia Norway's Design System](/other/stories/assets/teddy200.png?raw=true)
3
+ <p align="center">
4
+ <img src="./other/stories/assets/teddy200.png" width="100" alt="Teddy - Telia Norway's Design System" />
5
+ </p>
6
+ <p align="center">
7
+ <img src="https://img.shields.io/npm/v/@telia/teddy?style=flat-square&color=00a8f0" alt="npm version" />
8
+ <img src="https://img.shields.io/npm/dm/@telia/teddy?style=flat-square&color=00a8f0" alt="downloads" />
9
+ </p>
4
10
 
5
11
  Welcome to Teddy, Telia Norway's advanced component library crafted to enhance the development of consistent,
6
12
  user-friendly interfaces. Teddy offers a suite of components styled in harmony with Telia's brand guidelines, aiming to
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "pnpm": ">=8"
12
12
  },
13
13
  "private": false,
14
- "version": "0.0.2",
14
+ "version": "0.0.3",
15
15
  "sideEffects": [
16
16
  "**/*.css"
17
17
  ],
@@ -60,6 +60,7 @@
60
60
  "prettier": "3.2.5",
61
61
  "react": "^18.2.0",
62
62
  "react-dom": "^18.2.0",
63
+ "rollup-plugin-visualizer": "^5.12.0",
63
64
  "sass": "^1.70.0",
64
65
  "storybook": "^8.0.0-rc.0",
65
66
  "style-dictionary": "^3.9.2",
@@ -74,8 +75,7 @@
74
75
  "@purpurds/visually-hidden": "^3.0.0",
75
76
  "@radix-ui/react-label": "^2.0.2",
76
77
  "@radix-ui/react-slot": "^1.0.2",
77
- "clsx": "^2.1.0",
78
- "rollup-plugin-visualizer": "^5.12.0"
78
+ "clsx": "^2.1.0"
79
79
  },
80
80
  "description": "![Teddy - Telia Norway's Design System](/other/stories/assets/teddy200.png?raw=true)",
81
81
  "directories": {