@fasteros/themes 1.0.0 → 1.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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  FasterOS is a set of tools to accelerate software development.
5
5
 
6
- # [Faster Themes](https://fasteros.com/api)
6
+ # [Themes](https://fasteros.com/api)
7
7
  [![Passing](https://img.shields.io/badge/Passing-Angular_19-green)](https://fasteros.com/license) [![Passing](https://img.shields.io/badge/Passing-Node_>=18.19.1-green)](https://fasteros.com/license)
8
8
 
9
9
  A faster, better way to style code.
@@ -269,6 +269,10 @@ Yes, Faster themes does not limit your use of CSS or inline styling.
269
269
 
270
270
  Faster themes objects allow direct addition of CSS if needed so no functionality is lost.
271
271
 
272
+ #### Is Themes AI Code Gen compatible?
273
+
274
+ Yes! Once Faster Themes is installed AI code generators will easily understand queries such as: *replace all CSS and inline styling with a custom Faster Theme.*
275
+
272
276
  #### How many apps can we use our themes with?
273
277
 
274
278
  There is no limit.
@@ -296,7 +300,7 @@ Faster themes allows code to be written much faster with more consistent interfa
296
300
 
297
301
  #### Can we give our users the ability to choose or modify themes?
298
302
 
299
- Yes! You can let your users choose from a set of themes you create, modify themes, and offer control of responsive settings so they can optimize text and white space size.
303
+ Yes! You can let your users choose from a set of themes you create and offer control of responsive settings so they can optimize text and white space.
300
304
 
301
305
  #### What about code readability?
302
306
 
@@ -1901,7 +1901,7 @@ class AccordionComponent {
1901
1901
  this.expanded = new Set();
1902
1902
  this.collapsing = false;
1903
1903
  this.focus = false;
1904
- this.showCaret = true;
1904
+ this.showCaret = false;
1905
1905
  this.headerClicked = new EventEmitter();
1906
1906
  this.destroyRef = inject(DestroyRef);
1907
1907
  this.toggleState = (index) => {