systemstyles 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 +19 -0
  2. package/package.json +5 -0
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # System Styles
2
+
3
+ ## Placeholder package
4
+
5
+ This package name is reserved for future development.
6
+
7
+ This release is **not functional**. Do not use it as a dependency in production, development or other projects.
8
+
9
+ A functional implementation may be published under this name in a future release. No API, behaviour or compatibility guarantees are provided.
10
+
11
+ ## Status
12
+
13
+ - Version: `0.0.1`
14
+ - Status: Reserved / not implemented
15
+ - Intended use: Name reservation only
16
+
17
+ ## Contact
18
+
19
+ There is currently no public repository or issue tracker for this package.
package/package.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "systemstyles",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder reservation for systemstyles"
5
+ }