@hpe-web/components 0.0.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 +10 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @hpe-web/components
2
+
3
+ **This name is reserved for the HPE Digital Design System web components library. No code has been released yet — do not install this package.**
4
+
5
+ The real package (Lit web components consuming `@hpe-web/design-tokens`) will be published here when it reaches its first release. Until then, see:
6
+
7
+ - [`@hpe-web/design-tokens`](https://www.npmjs.com/package/@hpe-web/design-tokens) — design tokens (CSS custom properties, SCSS, JS, JSON)
8
+ - [`@hpe-web/stylelint-plugin-tokens`](https://www.npmjs.com/package/@hpe-web/stylelint-plugin-tokens) — Stylelint rules enforcing token usage
9
+
10
+ Maintained by the HPE Digital Design System team.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@hpe-web/components",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder for the HPE Design System web components package. Not yet released — do not install.",
5
+ "author": "HPE Digital Design System",
6
+ "license": "UNLICENSED",
7
+ "homepage": "https://github.com/HPE-EMU/design-system#readme",
8
+ "bugs": {
9
+ "url": "https://github.com/HPE-EMU/design-system/issues"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/HPE-EMU/design-system.git"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
+ "files": []
19
+ }