-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]: Scrim types #531
[WIP]: Scrim types #531
Commits on Aug 28, 2020
-
Types for tokens library (equinor#507)
* Install typescript and types for react and react-dom * Add support for typescript by using .ts extensions for js files * Change file extensions to .ts in figma-broker
Configuration menu - View commit details
-
Copy full SHA for a0ffc6b - Browse repository at this point
Copy the full SHA a0ffc6bView commit details -
Typescript support in icons package (equinor#514)
* Fix tsconfig for tokens package. Didn't realise that this was missing... * Add typescript and typescript config * Rename index.js -> index.ts * Rename file endings for icons in figma broker
Configuration menu - View commit details
-
Copy full SHA for 6a84ec5 - Browse repository at this point
Copy the full SHA 6a84ec5View commit details -
Typescript setup for core-react (equinor#515)
* Add typescript packages * Add tsconfig * Couldn't do it without the tslib deps, even if it's supposed to be a dep on rollup-plugin-typescript2 * Disable ts checks as a baseline before porting
Configuration menu - View commit details
-
Copy full SHA for 733539a - Browse repository at this point
Copy the full SHA 733539aView commit details -
Typescript support for Divider (equinor#520)
* First try for typescript support for Divider * In the middle of using proptables from ts components in the storybook * Lot's of lot's of tweeks to make prop tables in storybook working. This commit is kind of a proof of concept * Remove classname, key and ref from props table * Removed debug env * Removed configuration of typescript in storybook main * Remove old testing stuffs * Remove old rollup typescript plugin * Delete copy'n pasted babel typescript transpiler, we use rollup plugin instead * Remove testing stuffs
Configuration menu - View commit details
-
Copy full SHA for 603ec72 - Browse repository at this point
Copy the full SHA 603ec72View commit details -
* First try for typescript support for Divider * In the middle of using proptables from ts components in the storybook * Lot's of lot's of tweeks to make prop tables in storybook working. This commit is kind of a proof of concept * Remove classname, key and ref from props table * Removed debug env * Removed configuration of typescript in storybook main * Remove old testing stuffs * Remove old rollup typescript plugin * Delete copy'n pasted babel typescript transpiler, we use rollup plugin instead * Remove testing stuffs * Fix test
Configuration menu - View commit details
-
Copy full SHA for 6776d8c - Browse repository at this point
Copy the full SHA 6776d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61d9bf - Browse repository at this point
Copy the full SHA c61d9bfView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cbd32e0 - Browse repository at this point
Copy the full SHA cbd32e0View commit details -
Typescript eslint (equinor#527)
* configure eslint for typescript * one config to rule them all * update stuff
Configuration menu - View commit details
-
Copy full SHA for bacd495 - Browse repository at this point
Copy the full SHA bacd495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0c638 - Browse repository at this point
Copy the full SHA 5b0c638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54eb2bd - Browse repository at this point
Copy the full SHA 54eb2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e581a10 - Browse repository at this point
Copy the full SHA e581a10View commit details
Commits on Sep 7, 2020
-
fix: if I understood the Scrim component correctly I think this shoul…
…d make more sense
Configuration menu - View commit details
-
Copy full SHA for 085e6f7 - Browse repository at this point
Copy the full SHA 085e6f7View commit details -
fix: remove React.KeyboardEvent type from onClose
as the onClose is either called by react onClick or javascript keydown EventListener we don't need the React.KeyboardEvent
Configuration menu - View commit details
-
Copy full SHA for 7f28849 - Browse repository at this point
Copy the full SHA 7f28849View commit details
Commits on Oct 6, 2020
-
Merge pull request #2 from ooystein/types-for-scrim-review
fix: clear up some confusion
Configuration menu - View commit details
-
Copy full SHA for 28d3299 - Browse repository at this point
Copy the full SHA 28d3299View commit details