figma-plugin-ds icon indicating copy to clipboard operation
figma-plugin-ds copied to clipboard

A small lightweight design system for use in Figma Plugins

Results 22 figma-plugin-ds issues
Sort by recently updated
recently updated
newest added

The `for=""` attribute of the switch `` does not match the `id=""` of the input above it. This cause the code snippet to not work properly, when copy-pasting it.

With Figma's latest release of dark mode, any chance of this being updated to include dark mode elements/UI updates?

I want my UI to load with defaults, and I'm trying to set the value of the select, but it doesn't work: directionMenu.value = defaults.direction; is there another way? thanks...

it is shifted upwards by margin-top before before ![image](https://user-images.githubusercontent.com/16908811/145600083-2e3466d4-4d0c-4e13-873c-73dca841b833.png) after ![image](https://user-images.githubusercontent.com/16908811/145600040-6f179c65-18e2-4a64-850f-06827534df4c.png)

Hey, I checked the code and saw that the active outline is disabled for the switch: https://github.com/thomas-lowry/figma-plugin-ds/blob/master/src/styles/components/_switch.scss#L11-L15 Why is this? Can this change be reverted?

Hey, it would be great if you could tag releases and add the changes to a release so one can easily see the difference on the github releases page. 👍

closing tag missing backslah line: 57

Added the missing type/text icon. CSS additions appear to be because I've pulled down latest dev dependencies and regenerated via `build`.

According to the CSS declaration for `.disclosure__content`, the content is not clickable https://github.com/thomas-lowry/figma-plugin-ds/blob/a060f663a1f63d14cbc6abd6927c7bb512f1176e/dist/figma-plugin-ds.css#L884 But if a user puts an interactive element (eg. a button, a switch, etc.) inside the "disclosure"...