tailjng 0.0.46 → 0.0.47

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.
@@ -90,6 +90,10 @@ function getComponentList() {
90
90
  path: "src/lib/components/select/select-dropdown",
91
91
  dependencies: [],
92
92
  },
93
+ 'sidebar-static': {
94
+ path: "src/lib/components/sidebar/sidebar-static",
95
+ dependencies: ["checkbox-switch"],
96
+ },
93
97
  'form-container': {
94
98
  path: "src/lib/components/form/form-container",
95
99
  dependencies: [],
@@ -27,7 +27,7 @@ Authors:
27
27
  License:
28
28
  This project is licensed under the BSD 3-Clause - see the LICENSE file for more details.
29
29
 
30
- Version: 0.0.46
30
+ Version: 0.0.48
31
31
  Creation Date: 2025-01-04
32
32
  ===============================================`
33
33
 
@@ -2011,6 +2011,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
2011
2011
  // cd dist/tailjng
2012
2012
  // npm publish --access public
2013
2013
  // npx tailjng add [component]
2014
+ // npm login
2014
2015
 
2015
2016
  /**
2016
2017
  * Generated bundle index. Do not edit.