@kth/style 0.6.2 → 0.6.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.
- package/README.md +2 -0
- package/package.json +2 -3
- package/scss/components/button.scss +1 -0
package/README.md
CHANGED
|
@@ -28,3 +28,5 @@ Documentation available in the [KTH Style website](https://kthstyledemoprod.z6.w
|
|
|
28
28
|
- `src/react-components` are the React components
|
|
29
29
|
- `index.ts` and `react.ts` re-export the content in the respective `components` directories
|
|
30
30
|
- `assets` are static assets like the fonts and logotype. This is meant to be exposed by apps using KTH Style
|
|
31
|
+
|
|
32
|
+
Lorem pisp
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kth/style",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -48,6 +48,5 @@
|
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "*"
|
|
51
|
-
}
|
|
52
|
-
"gitHead": "33fd9db758169b2d4a24eab5d6f49c9486287e64"
|
|
51
|
+
}
|
|
53
52
|
}
|