@lsts_tech/ui 2.0.26 → 2.0.28
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 +1 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This is the internal, white-label, brand-agnostic UI component library built for
|
|
|
4
4
|
|
|
5
5
|
While it is primarily designed for our internal products, it is built to be **enterprise-ready** and **brand-agnostic**, making it suitable for use in other enterprise applications that require a robust, composable, and themeable design system.
|
|
6
6
|
|
|
7
|
-
> **Note:** The source code for this library is
|
|
7
|
+
> **Note:** The source code for this library is mirrored to a public repository for transparency and community access. You can find the public repository at [https://github.com/lstechnologysolutions/ui](https://github.com/lstechnologysolutions/ui). The package is published to npm for consumption and distribution.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lsts_tech/ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.28",
|
|
4
4
|
"description": "LSTech UI component library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui",
|
|
@@ -42,9 +42,13 @@
|
|
|
42
42
|
"registry": "https://registry.npmjs.org/"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://lstech.solutions",
|
|
45
|
+
"repository": {
|
|
46
|
+
"type": "git",
|
|
47
|
+
"url": "git+https://github.com/lstechnologysolutions/ui.git"
|
|
48
|
+
},
|
|
45
49
|
"author": "LSTS Solutions",
|
|
46
50
|
"bugs": {
|
|
47
|
-
"url": "https://github.com/lstechnologysolutions/
|
|
51
|
+
"url": "https://github.com/lstechnologysolutions/ui/issues"
|
|
48
52
|
},
|
|
49
53
|
"license": "MIT",
|
|
50
54
|
"peerDependencies": {
|