├── .gitignore ├── README.md ├── manifest.json ├── package.json ├── ui.html └── widget-src ├── code.tsx └── tsconfig.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/README.md -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/manifest.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/package.json -------------------------------------------------------------------------------- /ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/ui.html -------------------------------------------------------------------------------- /widget-src/code.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/widget-src/code.tsx -------------------------------------------------------------------------------- /widget-src/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louriach/Figma-Widget-Design-system-audit/HEAD/widget-src/tsconfig.json --------------------------------------------------------------------------------