Commit graph

76 commits

Author SHA1 Message Date
Eric Liu
f2a3f8d2e1
Alignment with Carbon version 10.27 (#495)
* chore(deps-dev): bump devDependencies

* docs: update number of available carbon icons

* feat(notification): distinguish dispatched close event between click/timeout

* fix(notification): prevent class from being overriden by $$restProps

* docs(notification): improve example body copy

* fix(notification): remove notificationType prop

* refactor(notification): resolve svelte file in imports

* fix(notification): prevent class from being overridden by $$restProps

* feat(notification): update TS signature for dispatched close event

* docs: update contributing

* fix(loading): adjust spinner styles

* feat(tag): support custom icon variant

* feat(tile): add optional expand/collapse icon labels to ExpandableTile

* feat(code-snippet): support disabled state for single and multi-line types

* fix(code-snippet): remove impossible class directive

* fix(code-snippet): showMoreLess button size should be "field", not "small"

* fix(password-input): disable visibility button

- set default values for tooltipAlignment, tooltipPosition

* fix(text-input): add missing warning field wrapper class

* feat(button): infer hasIconOnly using $$slots API

- requires Svelte version >=3.25

* docs(button): add danger tertiary, icon-only example

* feat(button): set default values for tooltip alignment, position

* docs: document dynamic theming

* fix(modal): correctly set class props #482

* fix(form): forward submit event in FluidForm #487

* feat(dropdown): support warning state

* feat(multi-select): support warning state

* fix(multi-select): prevent dropdown from opening if disabled

* feat(number-input): support warning state

* chore(deps-dev): upgrade devDependencies

* docs:  bump @carbon/themes, carbon-components

* refactor(data-table): co-locate DataTableSkeleton with DataTable

* docs: update number of pictograms

* fix(password-input): add missing "bx--btn" class to visibility toggle

* docs: increase z-index for component preview
2021-01-27 13:29:20 -08:00
Eric Liu
74e883a47c
feat: upgrade flatpickr and use ESM entry #249 (#489) 2021-01-21 14:21:17 -08:00
Eric Liu
222c7f2899
feat(tooltip): support align prop from carbon-components v10.25 (#446) 2020-12-05 09:04:53 -08:00
Eric Liu
ee779cd0aa chore(deps-dev): patch @carbon/themes, carbon-components 2020-10-29 15:01:48 -07:00
Eric Liu
2e389928d5 hotfix(css): use @carbon/themes instead of carbon-components 2020-10-29 14:10:56 -07:00
Eric Liu
b4caea5f62 feat(overflow-menu): support "sm", "xl" size variants 2020-10-29 13:02:18 -07:00
Eric Liu
ead27350ac chore(deps-dev): bump prettier 2020-10-16 11:05:59 -07:00
Eric Liu
cb80c7d15b feat(accordion): add "sm", "xl" size variants to Accordion and AccordionSkeleton 2020-10-15 15:48:48 -07:00
Eric Liu
afb892f626 docs: remove postbuild process 2020-10-10 11:27:35 -07:00
Eric Liu
444b327104 docs: try vercel.json for SPA fallback 2020-10-10 11:15:42 -07:00
Eric Liu
6654125a11 docs(build): build CSS from SCSS 2020-10-09 19:38:55 -07:00
Eric Liu
4d9cdc7e10 docs: use shelljs to execute build step 2020-10-09 18:26:20 -07:00
Eric Liu
ad60e4b642 docs(deps): remove playwright 2020-10-09 17:28:33 -07:00
Eric Liu
9f09d893da build(docs): try playwright-aws-lambda 2020-10-07 12:14:58 -07:00
Eric Liu
5ac29b52d5 docs: remove node-sass, gh-pages config 2020-10-04 11:33:41 -07:00
Eric Liu
d3c89a60c3 chore(docs): remove cf, posthtml fiiles 2020-10-04 11:07:57 -07:00
Eric Liu
2008d0035f docs: add new component docs 2020-10-02 20:13:02 -07:00
Eric Liu
12ff171784 docs: extract TileCard component 2020-08-08 15:49:16 -07:00
dependabot[bot]
1ba0195104
chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /docs
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 00:01:27 +00:00
Eric Liu
3fa388bd3d docs: add component grid 2020-07-24 17:19:19 -07:00
Eric Liu
e2c8ea6d76 docs: build carbon themes using sass 2020-07-23 19:58:54 -07:00
Eric Liu
9aa01ce5fb docs: display button variants 2020-07-23 19:38:09 -07:00
Eric Liu
93bcb5d4c3 docs: update readme, lodash resolution 2020-07-19 12:04:50 -07:00
Eric Liu
ccdf6af78d docs: use sapper/cypress for e2e testing 2020-07-19 11:41:15 -07:00
Eric Liu
76df51674d chore: update dependencies, remove jest
- remove docs/palimpsest folders (to be replaced)
- remove Layout Storybook component
2020-07-19 06:53:10 -07:00
Eric Liu
04b8978ec2 docs: set-up sapper template 2020-05-09 07:19:03 -07:00