fictoan-react 2.0.0-beta.15 → 2.0.0-beta.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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3717,7 +3717,7 @@ textarea[data-textarea]:active,
3717
3717
  [data-form-item-group] > :has([data-input-field]):not(:has([data-select])):not(:has([data-button])),
3718
3718
  [data-form-item-group] > :has([data-textarea]),
3719
3719
  [data-form-item-group] > :has([data-file-upload-area]) {
3720
- flex : 1 1 auto;
3720
+ flex : 1;
3721
3721
  min-width : 0;
3722
3722
  }
3723
3723
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "fictoan-react",
3
- "version" : "2.0.0-beta.15",
3
+ "version" : "2.0.0-beta.16",
4
4
  "description" : "A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.",
5
5
  "repository" : {
6
6
  "type" : "git",