@fastwork/xosmoz-css 0.0.28 → 0.0.29

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/dist/atomic.css +4 -4
  2. package/package.json +1 -1
package/dist/atomic.css CHANGED
@@ -5432,19 +5432,19 @@
5432
5432
  }
5433
5433
 
5434
5434
  /* Text Align */
5435
- ._ta-l {
5435
+ ._tal-l {
5436
5436
  text-align: left !important;
5437
5437
  }
5438
5438
 
5439
- ._ta-ct {
5439
+ ._tal-ct {
5440
5440
  text-align: center !important;
5441
5441
  }
5442
5442
 
5443
- ._ta-r {
5443
+ ._tal-r {
5444
5444
  text-align: right !important;
5445
5445
  }
5446
5446
 
5447
- ._ta-jtf {
5447
+ ._tal-jtf {
5448
5448
  text-align: justify !important;
5449
5449
  }
5450
5450
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastwork/xosmoz-css",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "CSS utility classes and component styles for Xosmoz design system",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",