purgetss 7.5.0 → 7.5.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
@@ -14,7 +14,7 @@
14
14
 
15
15
  ---
16
16
 
17
- - 21,000+ utility classes for styling Titanium views
17
+ - 23,300+ utility classes for styling Titanium views
18
18
  - Parses XML files to generate a clean `app.tss` with only the classes your project uses
19
19
  - Customizable defaults via `config.cjs`, with JIT classes for arbitrary values
20
20
  - Icon font support: Font Awesome, Material Icons, Material Symbols, Framework7-Icons
@@ -302,19 +302,24 @@ Button: {
302
302
 
303
303
  ## Table of Content
304
304
 
305
- - [What's New in v7.2](https://purgetss.com/#whats-new-in-v72x)
306
305
  - [Installation](https://purgetss.com/docs/installation)
307
306
  - [Commands](https://purgetss.com/docs/commands)
308
307
  - Customization
309
- - [config file](https://purgetss.com/docs/customization/the-config-file)
310
- - [Custom rules](https://purgetss.com/docs/customization/custom-rules)
311
- - [apply directive](https://purgetss.com/docs/customization/the-apply-directive)
312
- - [opacity modifier](https://purgetss.com/docs/customization/the-opacity-modifier)
313
- - [Arbitrary values in XMLs](https://purgetss.com/docs/customization/arbitrary-values)
314
- - [Platform and Device modifiers](https://purgetss.com/docs/customization/platform-and-device-modifiers)
308
+ - [The Config File](https://purgetss.com/docs/customization/the-config-file)
309
+ - [Custom Rules](https://purgetss.com/docs/customization/custom-rules)
310
+ - [The `apply` Directive](https://purgetss.com/docs/customization/the-apply-directive)
311
+ - [The `opacity` Modifier](https://purgetss.com/docs/customization/the-opacity-modifier)
312
+ - [Arbitrary Values](https://purgetss.com/docs/customization/arbitrary-values)
313
+ - [Platform and Device Modifiers](https://purgetss.com/docs/customization/platform-and-device-modifiers)
315
314
  - [Icon Fonts Libraries](https://purgetss.com/docs/customization/icon-fonts-libraries)
316
- - Animation module
315
+ - Animation Module
317
316
  - [Introduction](https://purgetss.com/docs/animation-module/introduction)
318
- - [Available utilities](https://purgetss.com/docs/animation-module/available-utilities)
319
- - [Complex UI elements](https://purgetss.com/docs/animation-module/complex-ui-elements)
317
+ - [The `play` Method](https://purgetss.com/docs/animation-module/the-play-method)
318
+ - [The `apply` Method](https://purgetss.com/docs/animation-module/the-apply-method)
319
+ - [The `open` and `close` Methods](https://purgetss.com/docs/animation-module/the-open-and-close-methods)
320
+ - [The `draggable` Method](https://purgetss.com/docs/animation-module/the-draggable-method)
321
+ - [Complex UI Elements](https://purgetss.com/docs/animation-module/complex-ui-elements)
322
+ - [Additional Methods](https://purgetss.com/docs/animation-module/additional-methods)
323
+ - [Available Utilities](https://purgetss.com/docs/animation-module/available-utilities)
324
+ - [Implementation Rules](https://purgetss.com/docs/animation-module/implementation-rules)
320
325
  - [Grid System](https://purgetss.com/docs/grid-system)
@@ -1,4 +1,4 @@
1
- // PurgeTSS v7.5.0
1
+ // PurgeTSS v7.5.1
2
2
  // Created by César Estrada
3
3
  // https://purgetss.com
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "purgetss",
4
- "version": "7.5.0",
4
+ "version": "7.5.1",
5
5
  "main": "src/index.js",
6
6
  "bin": {
7
7
  "purgetss": "bin/purgetss"