Commit Graph

342 Commits

Author SHA1 Message Date
dependabot[bot]
0d8d54300b
⬆️ Bump @storybook/manager-webpack5 from 6.5.6 to 6.5.7
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/lib/core)

---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:25:01 +00:00
Ozzie Gooen
c6370f5f37
Merge pull request #640 from quantified-uncertainty/sam-website-css-attempt
Sam's attempt at getting component css into the website
2022-06-06 05:48:26 -07:00
Sam Nolan
cd8a92e91f Add css into docusaurus 2022-06-06 04:24:38 +00:00
Sam Nolan
906534615a BROKEN: Sam's attempt at getting component css into the website 2022-06-05 06:48:31 +00:00
Vyacheslav Matyukhin
958c187e82
Various components cleanups
- coding style (let -> const, etc.)
- avoid double typing of component props, it's not necessary
- consistent non-default exports everywhere (except for
  SquigglePlayground since I'm not 100% sure it's not used somewhere
  else)
- extract common components in SquigglePlayground to avoid copy-paste
- other minor improvements
2022-06-04 23:38:16 +03:00
Ozzie Gooen
7f3cacae59
Merge pull request #622 from quantified-uncertainty/May-tailwind-refactor 2022-06-02 05:17:04 -07:00
Ozzie Gooen
793c42ce20
Merge pull request #599 from quantified-uncertainty/toPointSet-fn 2022-06-02 05:16:32 -07:00
Ozzie Gooen
4bad537a5d Format 2022-06-01 21:44:46 -07:00
Ozzie Gooen
6aef52ef79 Added resultType for error message 2022-06-01 21:41:24 -07:00
Ozzie Gooen
800a832a06 Formatted, converted tab to component 2022-06-01 20:13:19 -07:00
Ozzie Gooen
88adccf2e7 Added max widths to settings pages 2022-06-01 20:04:50 -07:00
Ozzie Gooen
70eecde587 Refactored SquigglePlayground a bit 2022-06-01 19:42:03 -07:00
Ozzie Gooen
43643124e0 Refactored Alert, added more to Playground forms 2022-06-01 13:13:16 -07:00
Ozzie Gooen
6b7b3b049a Minor tweaks 2022-05-31 16:01:13 -07:00
Ozzie Gooen
6cfb0f18ef Merge branch 'develop' into May-tailwind-refactor
* develop: (22 commits)
  Formatted
  Added tailwindcss to docusaurus config
  First attempt at adding tailwind
  Change import to import type when needed
  ⬆️ Bump @docusaurus/core from 2.0.0-beta.20 to 2.0.0-beta.21
  ⬆️ Bump @types/react-dom from 18.0.4 to 18.0.5
  ⬆️ Bump gentype from 4.3.0 to 4.4.0
  ⬆️ Bump mathjs from 10.5.2 to 10.6.0
  ⬆️ Bump typescript from 4.6.4 to 4.7.2
  ⬆️ Bump @storybook/builder-webpack5 from 6.5.4 to 6.5.6
  ⬆️ Bump react-hook-form from 7.31.2 to 7.31.3
  ⬆️ Bump @docusaurus/preset-classic
  ⬆️ Bump reanalyze from 2.19.0 to 2.22.0
  ⬆️ Bump @storybook/addon-links from 6.5.4 to 6.5.6
  ⬆️ Bump @storybook/react from 6.5.4 to 6.5.6
  ⬆️ Bump @storybook/addon-essentials from 6.5.4 to 6.5.6
  ⬆️ Bump @storybook/manager-webpack5 from 6.5.4 to 6.5.6
  ⬆️ Bump peggy from 1.2.0 to 2.0.0
  ⬆️ Bump @storybook/node-logger from 6.5.4 to 6.5.6
  ⬆️ Bump @storybook/addon-actions from 6.5.4 to 6.5.6
  ...
2022-05-31 15:11:05 -07:00
Ozzie Gooen
c453794e96 Simple styling for arrays 2022-05-31 14:14:55 -07:00
Ozzie Gooen
ddc8763f77 Minor styling to functions, strings, numbers 2022-05-30 20:33:47 -07:00
Ozzie Gooen
5e0dc6e4ed Minor adjustments to code tabs 2022-05-30 16:40:32 -07:00
Ozzie Gooen
1213ca2bf0 Cleaning up Playground toolbar 2022-05-30 16:29:46 -07:00
Ozzie Gooen
d6bc942265 Added simple pill for code-settings toggle 2022-05-30 14:09:59 -07:00
Ozzie Gooen
6b80118e7e Added lots of tailwind styling 2022-05-30 13:10:25 -07:00
dependabot[bot]
374f115055
⬆️ Bump @types/react-dom from 18.0.4 to 18.0.5
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.4 to 18.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:40:37 +00:00
dependabot[bot]
1dd104e249
Merge pull request #614 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/builder-webpack5-6.5.6 2022-05-30 15:39:41 +00:00
dependabot[bot]
87332095e8
Merge pull request #610 from quantified-uncertainty/dependabot/npm_and_yarn/typescript-4.7.2 2022-05-30 15:38:56 +00:00
dependabot[bot]
4ecf459bbb
⬆️ Bump typescript from 4.6.4 to 4.7.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:32:55 +00:00
dependabot[bot]
eb08b6aa1c
⬆️ Bump @storybook/builder-webpack5 from 6.5.4 to 6.5.6
Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/lib/core)

---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:31:56 +00:00
dependabot[bot]
d13e6f7add
⬆️ Bump react-hook-form from 7.31.2 to 7.31.3
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.31.2 to 7.31.3.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.31.2...v7.31.3)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:31:36 +00:00
dependabot[bot]
d51f4de925
Merge pull request #613 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-links-6.5.6 2022-05-30 15:30:13 +00:00
dependabot[bot]
8db8c1957b
⬆️ Bump @storybook/addon-links from 6.5.4 to 6.5.6
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:22:04 +00:00
dependabot[bot]
af14667263
⬆️ Bump @storybook/react from 6.5.4 to 6.5.6
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/app/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:20:59 +00:00
dependabot[bot]
d181b5c133
⬆️ Bump @storybook/addon-essentials from 6.5.4 to 6.5.6
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:08:51 +00:00
dependabot[bot]
282243fbe2
⬆️ Bump @storybook/manager-webpack5 from 6.5.4 to 6.5.6
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/lib/core)

---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:01:11 +00:00
dependabot[bot]
6e7d1bef9b
Merge pull request #606 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/node-logger-6.5.6 2022-05-30 14:59:34 +00:00
dependabot[bot]
4e706ced35
Merge pull request #605 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-actions-6.5.6 2022-05-30 14:55:14 +00:00
Quinn
6018f9cf79
Merge pull request #604 from quantified-uncertainty/dependabot/npm_and_yarn/testing-library/react-13.3.0
⬆️ Bump @testing-library/react from 13.2.0 to 13.3.0
2022-05-30 10:52:28 -04:00
dependabot[bot]
486573e140
⬆️ Bump @storybook/node-logger from 6.5.4 to 6.5.6
Bumps [@storybook/node-logger](https://github.com/storybookjs/storybook/tree/HEAD/lib/node-logger) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/lib/node-logger)

---
updated-dependencies:
- dependency-name: "@storybook/node-logger"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:47:54 +00:00
dependabot[bot]
8d9791d04f
⬆️ Bump @storybook/addon-actions from 6.5.4 to 6.5.6
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:46:42 +00:00
dependabot[bot]
2e0873e533
⬆️ Bump @testing-library/react from 13.2.0 to 13.3.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.2.0 to 13.3.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:45:34 +00:00
dependabot[bot]
fdb8a2ff70
⬆️ Bump @types/node from 17.0.35 to 17.0.36
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 17.0.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:44:38 +00:00
Ozzie Gooen
afbc0199aa Added tailwind/form 2022-05-30 06:40:03 -07:00
Sam Nolan
7f54bdce30 Fix typescript errors about children 2022-05-30 13:23:12 +10:00
Sam Nolan
ed6eb54165 Move from styled-components to tailwind 2022-05-30 11:30:10 +10:00
Ozzie Gooen
c2b90b7023 ToDiscretePointSet 2022-05-27 14:03:41 -04:00
Ozzie Gooen
d0102ae4f2 Changed graph axis to use .9-s format 2022-05-27 08:26:10 -04:00
Ozzie Gooen
b2c4f4f959 Merged with develop 2022-05-27 07:37:55 -04:00
Ozzie Gooen
4eac2f59be Ran formatter 2022-05-27 07:32:03 -04:00
Ozzie Gooen
8482a51332 Minor fixes to get build to pass 2022-05-27 07:23:17 -04:00
Ozzie Gooen
afb7613bcc Added simple input component for SquigglePlayground 2022-05-26 18:39:06 -04:00
Ozzie Gooen
7f6fe1a0aa Minor component cleanup 2022-05-26 17:39:28 -04:00
Ozzie Gooen
30dc66db7c Ran prettier 2022-05-26 17:21:17 -04:00