@rogieking/figui3 1.7.2 → 1.7.4

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/components.css CHANGED
@@ -2269,6 +2269,9 @@ fig-input-text {
2269
2269
  cursor: not-allowed;
2270
2270
  color: var(--figma-color-text-disabled);
2271
2271
  box-shadow: inset 0 0 0 1px var(--figma-color-border-disabled);
2272
+ & [slot] {
2273
+ color: var(--figma-color-text-disabled);
2274
+ }
2272
2275
  }
2273
2276
  }
2274
2277
 
package/example.html CHANGED
@@ -27,7 +27,8 @@
27
27
  </fig-header>
28
28
 
29
29
  <fig-input-text disabled
30
- value="Disabled"></fig-input-text>
30
+ value="Disabled"><span slot="append">%</span></fig-input-text>
31
+
31
32
 
32
33
  <fig-popover action="manual"
33
34
  open="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {