ply-css 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/ply-classes.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ply-css",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "ply — A ratio-based, AI-ready CSS framework with dark mode, accessibility, and a small footprint",
5
5
  "main": "dist/css/ply.css",
6
6
  "style": "dist/css/ply.min.css",
package/ply-classes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.0",
2
+ "version": "1.4.1",
3
3
  "framework": "ply",
4
4
  "totalClasses": 457,
5
5
  "uniqueClasses": 457,
@@ -494,7 +494,7 @@
494
494
  },
495
495
  "split": {
496
496
  "category": "grid",
497
- "description": "Remove gutters from child units. Applied to units-row.",
497
+ "description": "Remove gap between child units. Applied to units-row.",
498
498
  "example": "<div class=\"units-row split\">...</div>"
499
499
  },
500
500
  "centered-content": {
@@ -1451,23 +1451,23 @@
1451
1451
  },
1452
1452
  "gap-xs": {
1453
1453
  "category": "helpers",
1454
- "description": "Gap between flex/grid children: 0.25rem."
1454
+ "description": "Gap between flex/grid children: 0.25rem. Works on units-row to override the default 1rem gap."
1455
1455
  },
1456
1456
  "gap-sm": {
1457
1457
  "category": "helpers",
1458
- "description": "Gap between flex/grid children: 0.5rem."
1458
+ "description": "Gap between flex/grid children: 0.5rem. Works on units-row to override the default 1rem gap."
1459
1459
  },
1460
1460
  "gap": {
1461
1461
  "category": "helpers",
1462
- "description": "Gap between flex/grid children: 0.75rem."
1462
+ "description": "Gap between flex/grid children: 0.75rem. Works on units-row to override the default 1rem gap."
1463
1463
  },
1464
1464
  "gap-lg": {
1465
1465
  "category": "helpers",
1466
- "description": "Gap between flex/grid children: 1.5rem."
1466
+ "description": "Gap between flex/grid children: 1.5rem. Works on units-row to override the default 1rem gap."
1467
1467
  },
1468
1468
  "gap-xl": {
1469
1469
  "category": "helpers",
1470
- "description": "Gap between flex/grid children: 2rem."
1470
+ "description": "Gap between flex/grid children: 2rem. Works on units-row to override the default 1rem gap."
1471
1471
  },
1472
1472
  "no-link-style": {
1473
1473
  "category": "helpers",
@@ -2379,7 +2379,7 @@
2379
2379
  },
2380
2380
  "gap-xxl": {
2381
2381
  "category": "helpers",
2382
- "description": "Gap between flex/grid children: var(--ply-space-xxl, 3rem)."
2382
+ "description": "Gap between flex/grid children: 3rem. Works on units-row to override the default 1rem gap."
2383
2383
  },
2384
2384
  "margin-xxl": {
2385
2385
  "category": "helpers",