@rogieking/figui3 2.1.8 → 2.1.9

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/components.css +1 -8
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -2308,14 +2308,6 @@ fig-input-number {
2308
2308
  flex: 1;
2309
2309
  color: var(--figma-color-text);
2310
2310
 
2311
- /* When inside a flex container (like fig-field), grow to fill */
2312
- fig-field &,
2313
- [style*="flex"] &,
2314
- [style*="display: flex"] & {
2315
- width: auto;
2316
- flex: 1 1 auto;
2317
- }
2318
-
2319
2311
  &[multiline] {
2320
2312
  display: flex;
2321
2313
  width: 100%; /* Multiline defaults to full width */
@@ -2451,6 +2443,7 @@ fig-field,
2451
2443
 
2452
2444
  & > [full] {
2453
2445
  flex: 1;
2446
+ flex: 1 1 auto;
2454
2447
  }
2455
2448
 
2456
2449
  & > label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {