@rikstv/shared-components 0.8.0 → 0.8.1

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 +2 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,24 +1,3 @@
1
- # Shared-components
1
+ # Deprecated
2
2
 
3
- Wrap your app with you preferred brand. The css needs to be imported manually once in the app.
4
-
5
- ```
6
- import { Strim, PrimaryButton, DisplayTitle } from '@rikstv/shared-components";
7
- import '@rikstv/shared-components/dist/core/Strim.css";
8
- import '@rikstv/shared-components/dist/button/Button.css";
9
- import '@rikstv/shared-components/dist/typography/Typography.css";
10
-
11
- const Root = () => (
12
- <Strim>
13
- <main>
14
- <DisplayTitle>
15
- MyApp
16
- </DisplayTitle>
17
-
18
- <PrimaryButton>
19
- Hello world
20
- </PrimaryButton>
21
- </main>
22
- </Strim>
23
- )
24
- ```
3
+ This is superseeded by internally hosted package. Please stop using this.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rikstv/shared-components",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },