@lsts_tech/ui 2.0.23 → 2.0.25

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 +6 -2
  2. package/package.json +3 -7
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
- # @lsts_tech/ui - Brand-Agnostic Design System
1
+ # @lsts_tech/ui - Internal UI Kit for LSTS
2
2
 
3
- A white-label, brand-agnostic UI component library built for multiple brands with full theming support.
3
+ This is the internal, white-label, brand-agnostic UI component library built for **LSTS Solutions** and its associated brands.
4
+
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
+
7
+ > **Note:** The source code for this library is closed source and part of the private LSTS repository. The package is published to npm for internal consumption and distribution.
4
8
 
5
9
  ## Features
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsts_tech/ui",
3
- "version": "2.0.23",
3
+ "version": "2.0.25",
4
4
  "description": "LSTech UI component library",
5
5
  "keywords": [
6
6
  "ui",
@@ -41,12 +41,8 @@
41
41
  "access": "public",
42
42
  "registry": "https://registry.npmjs.org/"
43
43
  },
44
- "repository": {
45
- "type": "git",
46
- "url": "git+https://github.com/lstechnologysolutions/lstech.solutions.git",
47
- "directory": "packages/ui"
48
- },
49
- "homepage": "https://github.com/lstechnologysolutions/lstech.solutions/tree/main/packages/ui#readme",
44
+ "homepage": "https://lstech.solutions",
45
+ "author": "LSTS Solutions",
50
46
  "bugs": {
51
47
  "url": "https://github.com/lstechnologysolutions/lstech.solutions/issues"
52
48
  },