Commit Graph

58 Commits

Author SHA1 Message Date
Segun Adebayo 23248e94f2 fix: lint and eslint config 2025-04-30 18:09:19 +01:00
Segun Adebayo 4d999ad471 feat: add link button composition 2024-06-23 11:01:21 +01:00
Segun Adebayo 7967a7e96a refactor: mv composition to workspace 2024-06-22 21:38:51 +01:00
Segun Adebayo cc147d32e0 fix: tsconfig + eslint parser 2024-03-28 20:33:21 +00:00
Segun Adebayo e51633213b chore(examples): prepare v3 + next 14 app dir 2024-03-28 14:59:05 +00:00
Segun Adebayo 7b6e66a15b build: refactor all components to single package (#8153)
* refactor: component setup

* refactor: component setup

* chore: refactor tests

* chore: cleanup

* refactor: get typecheck working

* chore: flatten package structure

* refactor: packages

* refactor: utilities and hooks

* refactor: prefer granular imports

* chore: get build working for packages

* chore: remove redundant cra templates

* refactor: move cli to packages

* chore: move all things to packages

* chore: ensure all builds work as expected

* chore: save progress

* chore: refactor more components

* chore: refactor more components

* chore: refactor more components

* chore: get tests working

* fix: remaining tests

* chore: update tests

* chore: update scripts

* chore: update dev script

* chore: rm plop

* fix: stories and cleanup providers

* refactor: packages

* chore: update

* chore: cleanup scripts

* chore: update

* fix: storybook build

* chore: mv color-mode and system into react

* chore: improve scripts

* chore: updates

* chore: cleanup changelog

* docs: cleanup changelog

* refactor: props docs scripts

* fix: typecheck

* fix: eslint

* chore: udpate slack scripts

* refactor: split layout compoents into folders
2024-01-09 18:50:17 +00:00
SMG 80971001d7 chore: remove react-shim.js that is no longer in use (#7264) 2023-02-01 22:57:05 +04:00
Segun Adebayo 4453503d2f chore: prefer tsx to ts-node 2022-08-08 12:46:42 +04:00
Segun Adebayo d3571a643f Fix CodeSandbox and mjs file (#6421)
* refactor: accordion src

* refactor: alert src

* refactor: avatar

* chore: update eslint and tsconfig for jsx

* refactor: avatar

* refactor: breadcrumb src

* refactor: button src

* refactor: checkbox src

* refactor: clickable

* refactor: close button src

* refactor: color mode src

* refactor: control box src

* refactor: editable src

* refactor: hooks src

* refactor: icons src

* refactor: layout src

* refactor: form control src

* refactor: input src

* refactor: modal src

* refactor: numberinput src

* refactor: other src

* refactor: more component src

* refactor: react src

* fix: typecheck

* fix: add react shim for tsup

* fix: tests

* chore: package entries

* chore: update tooling

* chore: double check exports

* ci: remove duplicate workflow step
2022-08-04 22:01:34 +04:00
Segun Adebayo be8c25c645 chore: update plop generation 2022-07-25 11:06:20 +04:00
Segun Adebayo 1839e22eba Migrate to pnpm (#6356)
* chore: initial spike

* fix: deps cycle

* fix: stories

* fix: types

* refactor: anatomy

* chore: update tooling

* chore: update package scripts

* chore: setup entrypoints

* chore: get tooling build working

* chore: cleanup repo and deps

* chore: get storybook working

* ci: update github actions and scripts

* fix: babel plugin dep

* ci: run props docs in parallel

* refactor: build script

* chore: update csb config

* chore: add missing deps

* chore: update

* chore: update tests

* chore: update

* chore: update deps

* fix: dependency issues

* fix: ts issues

* fix: circular import

* fix: circular dependencies

* chore: remove unused

* fix: tests

* fix: dependencies

* fix: storybook

* chore: use tsup

* refactor: style context usage

* fix: build

* chore: update

* chore: cmon

* chore: cmon

* fix: theme scripts

* chore: update
2022-07-24 19:09:43 +04:00
Tim Kolberger b75a5a4d61 breaking: release chakra-ui/react version 2 (#6011)
* fix(popover): check related target onMouseLeave to prevent unexpected collapsing

* refactor(react): remove deprecations
BREAKING CHANGE:

* docs: update changeset

* chore(next): enter changeset pre release next

* chore(next): remove next from main workflow

* feat(react-18-toast): toast with React Portal implementation (#5797)

* feat: add support for React 18

Closes #5795

* chore: add changeset

* feat(react-18-toast): start refactoring toast package

- storybook works
- some tests are failing

* feat(react-18-toast): add changesets

* test(react-18-toast): update tests

* fix(react-18-toast): closeAll at position

* feat(react-18-toast): customize toasts via ToastProvider

* feat(react-18-toast): customize createStandaloneToasts like ToastProvider

* chore(react-18-toast): remove dead code from changeset

* chore(react-18-toast): code review 1

* chore(react-18-toast): code review 2

* chore(react-18-toast): remove duplicate component story

* chore(react-18-toast): fixup rebase

* fix(next): branch setup (#5836)

* chore(next): fix mismatching npm version ranges

* chore(next): rename workflow

* ci(changesets): version packages (next) (#5835)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* fix(ButtonGroup): collapse borders with isAttached enabled

* fix(ButtonGroup): move negative margin to button outline variant

* chore: tweak data attribute

* chore(deps): bump moment from 2.29.1 to 2.29.2 in /examples/gatsby

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(toast): remove dependency to @reach-ui/alert

* test: remove deprecations

fixup #5828

* chore: add changeset

* ci: run PR workflow on next branch as target

* chore(deps): bump moment from 2.29.1 to 2.29.2

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

* chore: update more deps and fix storybook linting

* chore: start updating the types WIP

* fix: use-update-effect in strict mode

* chore: add react-strict mode to storybook

* chore: fix .mjs imports in storybook

* feat: replace useId with React.useId

* chore: add watch script

* fix: use-update-effect

* feat: apply correct aria attributes

* fix: type issue

* chore: update toast package

* chore: update framer motion deps range

* docs: add pomSense as a contributor for code (#5857)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* fix(editable): cancel on blur

* test: add React 18 compatibility for the test suite (#5874)

* chore: upgrade test tooling

* chore: update alert test

* chore: get avatar tests passing

* chore: get more tests passing

* chore: get more tests passing

* fix: prestorybook script

* test: packages from P to V

* feat: allow using the render fn without ChakraProvider

* chore: replace press with user.press

* fix: more tests

* chore: omit color-mode test and get more tests passing

* fix: color mode tests

Co-authored-by: Segun Adebayo <joseshegs@gmail.com>

* feat: memoize toast fn (#5873)

Closes #5868

* feat: add support for async toast (#5310)

* feat(alert): extend alert with loading status

* feat(toast): implement toast promise

* fix: import Spinner

* fix: add chakra-ui/spinner to dependencies

* feat: add toast.promise

* test: fix colormode tests

* fix: apply default duration for toast.promise

* test: render toast provider in toast tests

* test: increase time

* fix: package versions

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* chore(deps): bump nanoid from 3.1.30 to 3.3.2

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.2.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.2)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump url-parse from 1.5.3 to 1.5.10

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: add changeset (#5879)

* fix: replace asterix version (#5880)

* chore: trigger CI (#5881)

* ci(changesets): version packages (next) (#5840)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* chore: bump peer deps

* feat: update templates

* chore(deps): bump engine.io from 4.1.1 to 4.1.2

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump simple-get from 3.1.0 to 3.1.1

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: use-media query

* fix: color contrast of default input elements

* chore: cleanup

* docs: add changeset

* fix: lint error

* fix: suspense issue

* chore: add vite example

* fix: typescript errors

* chore: upgrade typescript and fix types

* chore: update test

* fix: lint errors

* chore(deps): bump follow-redirects from 1.14.5 to 1.14.9

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci(changesets): version packages (next)

* docs: add changelog

* fix(hooks): return a dynamic value for "aria-expanded" prop of getButtonProps

* fix: update csstype and typings

* fix: add reference to popover close button

* docs: add changeset

* Add new use toast prop type `icon` (#5930)

As per the new request of passing in a custom icon on a toast in the issue (#5930), 

Added a new property on the `UseToastOptions` interface which will be used by the toast component's props.

* Add support for rendering the passing in cusom icons on toasts (#5930)

* Add story book for toast with custom icon (#5930)

* Fix displaying a description when the toast is updated on storybook (#5930)

* Replace storybook component name typo

Replaced a typo that used `width` instead of `with` (#5930)

* Render custom icon inside `AlertIcon` to receive styles and themes (#5930).

Rendering the icon component differently or not inside the `AlertIcon` cause issues that will not pass the styles and themes to the custom icon. So to fix that I have added by rendering custom icon inside the `AlertIcon` component.

* Support passing in a custom icon as children to `AlertIcon` (#5930)

I have added support for passing in a custom icon as a children to `AlertIcon` which will help in rendering a custom icon within `AlertIcon`.

* chore: add changeset

* chore: add AlertIcon changeset

* Allow opt-in for outline/shadow on focused elements (#5619)

* Allow opt-in for outline/shadow on focused elements

This will need to be documented, but ultimately this allows users to override the automatic focus style overrides applied when using focus-visible.

The focus-visible documentation suggests adding a get-out like this, so Chakra really needs to give us one!

This fixes #5575

* Update packages/css-reset/src/css-reset.tsx

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* chore(toast): update changeset (#5952)

* chore(css-reset): add changeset (#5953)

* fix: use-outside-click register clicks on document (#5838)

* test: add tests for use-outside-click

It's currently failing because clicks on the document aren't registered.
We want this because sometimes the body is shorter than the browser
height and a click in the blank space outside of the body isn't
registered.

* fix(use-outside-click): register clicks on document

I expect useOutsideClick() to respond to clicks anywhere on the page,
but it was ignoring clicks outside <body>. There can be space below the
end of the body for <body> elements who's height is less than the
browsers height.

Now, we respond to events on document too. the test added in the prior
commit now passes.

Fixes #5837

* test: add types in the use-outside-click test

Thanks Typescript!

* chore: add changeset (#5954)

* chore: do not publish src files

* chore: update changeset

* feat(image): add imageFallbackStrategies #5581 (#5680)

* chore: add changeset

* docs: add changeset

* refactor: Fix unsafe any in theme tools mode()

Currently, using `mode()` returns `any`, which causes TypeScript ESLint to throw an unsafe assignment error:
```
Unsafe assignment of an `any` value. (@typescript-eslint/no-unsafe-assignment)
 FILE  /Users/mc/Sites/saber/client/src/theme/global.ts:9:7

     7 |   global: (props) => ({
     8 |     '*, *::before, &::after': {
  >  9 |       borderColor: mode('gray.300', 'whiteAlpha.300')(props),
       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    10 |     },
    11 |   }),
    12 | }
```

However, looking at the value of `SystemStyleObject`, the return value needs to be a string:
`@chakra-ui/styled-system/src/system.types.ts`
```ts
type CSSDefinition<D> = D | string | RecursiveCSSSelector<D | string>

export interface RecursiveCSSSelector<D> {
  [selector: string]: CSSDefinition<D> & D
}

export type RecursiveCSSObject<D> = D &
  (D | RecursivePseudo<D> | RecursiveCSSSelector<D>)

export type CSSObject = RecursiveCSSObject<CSSWithMultiValues>

export type SystemStyleObject = CSSObject
```

This commit updates `mode()`'s `light` and `dark` args to be `string`, instead of `any`

* Make `leastDestructiveRef` property optional

* fix: restore old zIndex of linkbox

* chore: add changeset

* Fixed type

* fix: ts error from recent pr

* docs: add changeset

* test: resolve flaky tests

* test: temp resolve flaky tests

* ci(changesets): version packages (next)

* docs: add changelog

* docs: reword changesets

* chore: update use of deprecated props

* fix: popper match-width property

* fix: zero spacing value for wrap

* docs: add changeset

* feat: storybook-addon toolbar (#5922)

* build(storybook-addon): remove icons dependencies

* chore(storybook-addon): add a channel event

* chore(storybook-addon): remove the colorModeSwitch

* feat(storybook-addon): create a tool to change the color mode

* docs(storybook-addon): add tool docs

* docs(storybook-addon): include changeset

* docs(storybook-addon): fix some typos

* refactor(storybook-addon): rename the variable that retrieve the localstorage value

Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor(storybook-addon): improve setDarkMode

setDarkMode get the previous value to toggle it

Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor(storybook-addon): rename useCallback variable

Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor(storybook-addon): rename some suggested variables

* chore: update storybook

* feat(sb-addon): use sb toolbar for color mode and direction toggle

* chore: dog feed storybook addon

* fix: type errors

* chore: polish

* feat(sb-addon): introduce getThemingArgTypes

* chore: use getThemingArgTypes in button story

* docs(sb-addon): update README

* chore(sb-addon): add changeset

* chore(sb-addon): replace icons

* feat: keep layout direction between stories

Co-authored-by: AndresSp <ngxcoder@gmail.com>
Co-authored-by: ngxCoder <87735757+ngxCoder@users.noreply.github.com>
Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>

* refactor: color mode and tests (#5946)

* refactor: color-mode utils and provider

* fix: error when options is null

* feat: support for cookie script

* feat: support for custom managers

* fix: scripts and provider

* chore: update the next-js examples

* refactor: color mode tests and manager

* chore: refactor next-js example

* chore: cleanup

* chore: set correct precedence for color-mode and add color-scheme

* docs: add changeset

* chore: use explicit return

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* chore: use explicit return

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* test: update mocks in utils

* test: add root match media mock

* chore: cleanup

* docs: update changeset

* chore: update utils

* test: update to match expectations

* test: update to match expectations

* chore: update color mode provider

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* tooling: use `swc` for `ts-node` (#5872)

* build: update ts-node; use swc: true option

see: https://typestrong.org/ts-node/docs/swc/

* chore: add @swc/core dependency

* feat: add swc as dependency to the cli package

* chore: regenerate lock file

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* ci(changesets): version packages (next) (#5971)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* chore: deprecated tinycolor helper functions

* chore: update readme for v2 (#5991)

* chore: update readme for v2

* chore: apply review suggestions

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

Co-authored-by: Tim Kolberger <tim@kolberger.eu>

* fix(storybook-addon): use default theme as fallback (#5990)

* fix(storybook-addon): use default theme as fallback

* fix(storybook-example): update the example with the new storybook addon

* chore: add changeset for all packages (#5989)

* ci(changesets): version packages (next) (#5993)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: add changelog

* chore: bump react-remove-scroll

* chore: exit pre release (#6009)

* docs: clean changelog (#6010)

* ci(changesets): version packages (#5999)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: clean changelogrc

Co-authored-by: Brennvo <brennanarvo@gmail.com>
Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Hermann <1596280+novascreen@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: s97712 <s97712@qq.com>
Co-authored-by: Marek Sedlacek <marek.sedlacek.sk@gmail.com>
Co-authored-by: Dennis Morello <dennis.morello@satispay.com>
Co-authored-by: Tatsuya Itakura <itkrt2y.591721200@gmail.com>
Co-authored-by: Hamdy Dakkak <hamdy.dakkak@owkin.com>
Co-authored-by: Haneen Mahdin <haneenmahdin@gmail.com>
Co-authored-by: Tom Hicks <tomhicks@users.noreply.github.com>
Co-authored-by: Daniel Beardsley <daniel.beardsley@gmail.com>
Co-authored-by: Daniel Schulz <daniel@schulz.codes>
Co-authored-by: Alex Burner <alexburner@users.noreply.github.com>
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
Co-authored-by: Max Friedrich <max@friedrich.dev>
Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Co-authored-by: AndresSp <ngxcoder@gmail.com>
Co-authored-by: ngxCoder <87735757+ngxCoder@users.noreply.github.com>
Co-authored-by: Burhanuddin Udaipurwala <udaipurwalaburhanuddin@gmail.com>
Co-authored-by: Walter Barbagallo <brb.walter@gmail.com>
Co-authored-by: Johann Ehlers <dev@johann-ehlers.eu>
2022-05-12 19:36:17 +02:00
Tim Kolberger 477e171ba0 chore: add lint:types command 2022-01-09 22:07:03 +01:00
Lazar Nikolov 791a1179a8 Merge branch 'main' into docs/remove-website-project
# Conflicts:
#	.all-contributorsrc
#	.all-membersrc
#	.all-sponsorsrc
#	website/CHANGELOG.md
#	website/configs/search-meta.json
#	website/package.json
#	website/pages/docs/features/color-mode.mdx
#	website/public/avatars/105603.jpg
#	website/public/avatars/108493.jpg
#	website/public/avatars/113610.jpg
#	website/public/avatars/158176.jpg
#	website/public/avatars/175726.jpg
#	website/public/avatars/189656.jpg
#	website/public/avatars/75753.jpg
#	website/public/avatars/96783.jpg
#	website/src/components/algolia-search.tsx
#	website/src/components/props-table.tsx
#	website/src/utils/convert-backticks-to-inline-code.tsx
2021-11-28 17:26:31 +01:00
Christian Schröter ed0d5c2c67 build: create declaration maps for better developer support 2021-11-12 16:05:51 +01:00
Lazar Nikolov ac93b581d4 docs(chore): removed docsite project from this repo 2021-11-06 13:05:52 +01:00
Segun Adebayo c8b615048a revert: cli changes to get it working 2021-11-05 01:34:04 +04:00
Segun Adebayo b7f06a0c05 chore: add src to pkg files 2021-11-04 01:16:35 +04:00
Segun Adebayo 2b7f7bab7b chore: first pass at preconstruct 2021-08-05 12:15:41 +04:00
Segun Adebayo 5efb967fed chore: udpate eslint and tsconfig 2021-08-03 22:40:33 +04:00
Segun Adebayo 29a9113368 chore: remove allowjs in config 2021-03-21 11:31:41 +04:00
Segun Adebayo ea0220d8a5 chore: add declaration map to tsconfig for better dx 2021-03-21 11:17:05 +04:00
Segun Adebayo 2e047c3d50 chore: tweak ts-jest to compile popper-litemodules 2021-03-15 14:32:25 +04:00
Segun Adebayo 1e4a635cee chore: update eslint and tsconfig to remove parserOptions warning 2020-12-05 19:43:55 +04:00
Segun Adebayo af3263daa4 chore: update eslint and tsconfig to remove parserOptions warning 2020-12-05 19:36:24 +04:00
Mark Chandler 92262cc2f6 chore(website): move avatars build to script 2020-08-27 15:45:44 -04:00
Sage af41ec20ad chore: update styled-system types 2020-07-30 03:00:33 +04:00
Sage cc221de687 fix: issue with input element ui and css-reset 2020-07-22 12:54:20 +04:00
Sage 4ea9b88725 fix: prevent issue where right click triggers active css state 2020-07-22 12:33:42 +04:00
Sage 27aed0b992 chore: update tsconfig 2020-06-25 20:48:41 +04:00
Sage c3b382f2cb chore: updates 2020-06-25 15:04:12 +04:00
Segun Adebayo ee947b6895 chore: update nodemon scripts 2020-06-11 18:32:00 +04:00
Segun Adebayo 0d3c95ba3f chore: update all forwardRefs to use custom version 2020-06-07 04:40:20 +04:00
Segun Adebayo 51d002e516 build: resolve build issue 2020-06-05 04:37:03 +04:00
Segun Adebayo dfb66adb2f chore: trying to fix ts build 2020-06-05 04:11:59 +04:00
Segun Adebayo f8c9dfed33 chore: update image to support cross-origin 2020-05-23 19:29:41 +04:00
Segun Adebayo 59ecd69f20 chore(parser): update prop type to responsive-value 2020-05-23 14:16:48 +04:00
Segun Adebayo ca3e497435 chore: update container and data-list and update frontmatter 2020-05-23 13:41:14 +04:00
Segun Adebayo 6e0a90f74f chore: lots of cleanup for system 2020-04-21 00:21:58 +04:00
Segun Adebayo 025b33212b build: update snaps 2020-04-18 03:23:27 +04:00
Segun Adebayo 95bb9ed759 chore: update devDeps 2020-04-18 03:08:30 +04:00
Segun Adebayo 5531354652 build: convert hooks to tsc 2020-04-17 23:00:45 +04:00
Segun Adebayo 43a0388b8b build: update utils build 2020-04-17 16:17:55 +04:00
Sage 8edd7ae3af chore: move website to root 2020-03-13 22:32:10 +04:00
Sage b18aa563f5 test: refactor checkbox and add some tests 2020-02-22 13:56:36 +04:00
Sage a57f676d5d chore(accordion): write some tests 2020-02-21 15:09:32 +04:00
Sage 11df9fcdfb build: add setup for testing and cleanup package.json 2020-02-21 13:16:46 +04:00
Sage 481450092b chore: update storybook and stories 2020-02-18 02:28:30 +04:00
Sage 200a635d2d refactor: change useSeletion to useDescendant and remove duplicates 2019-12-20 17:12:38 +01:00
Sage 4b1587ff05 chore: rewrite layout components with chakra api 2019-12-18 22:57:06 +01:00