@rogieking/figui3 3.4.0 → 3.4.2

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 +8 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -2884,7 +2884,14 @@ fig-segmented-control {
2884
2884
  gap: var(--spacer-2);
2885
2885
  user-select: none;
2886
2886
 
2887
- &[full] {
2887
+ &[full]:not([full="false"]) {
2888
+ display: flex;
2889
+ width: 100%;
2890
+ }
2891
+ }
2892
+
2893
+ fig-dropdown {
2894
+ &[full]:not([full="false"]) {
2888
2895
  display: flex;
2889
2896
  width: 100%;
2890
2897
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",