@datafluxgrid/fluxgrid-css 1.0.14 → 1.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datafluxgrid/fluxgrid-css",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "A utility-first CSS framework with zero build step — dark mode, animations, forms, and a full design token system built in.",
5
5
  "main": "src/index.css",
6
6
  "files": [
@@ -326,6 +326,10 @@
326
326
  width: 32px;
327
327
  height: 32px;
328
328
  }
329
+ .c-size-9 {
330
+ width: 36px;
331
+ height: 36px;
332
+ }
329
333
  .c-size-10 {
330
334
  width: 40px;
331
335
  height: 40px;