@ukic/web-components 2.0.0-alpha.122 → 2.0.0-alpha.124
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/package.json +3 -3
- package/README.md +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/web-components",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.124",
|
|
4
4
|
"description": "A web component library built by the ICDS team",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@popperjs/core": "^2.11.2",
|
|
42
42
|
"@stencil/core": "^2.16.1",
|
|
43
|
-
"@ukic/fonts": "^2.0.0-alpha.
|
|
43
|
+
"@ukic/fonts": "^2.0.0-alpha.119"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/core": "^7.16.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"ts-jest": "^26.5.6"
|
|
72
72
|
},
|
|
73
73
|
"license": "MIT",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "4deaa17746fb4b314bc767c3ffc3a4fa80d2cd3d"
|
|
75
75
|
}
|
package/README.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# Using the UI Kit (web-components)
|
|
2
|
-
|
|
3
|
-
To use the components in your project follow the specific instructions for your project type:
|
|
4
|
-
|
|
5
|
-
1. [Angular](ANGULAR.md) project
|
|
6
|
-
2. [Vue](VUE.md) project.
|
|
7
|
-
|
|
8
|
-
Web components should also work in a number of other framework choices, like Svelte. For more information, see [Custom Elements Everywhere](https://custom-elements-everywhere.com/)
|