Commit graph

17 commits

Author SHA1 Message Date
Eric Liu
4881ff7ffd build(scripts): convert to ESM 2024-11-11 21:24:06 -08:00
Eric Liu
02d1a8b692 build(scripts): use node: prefix 2024-11-09 14:30:39 -08:00
Eric Liu
26e5ce5572 refactor(scripts): remove carbon-components-10.47 2022-04-10 08:47:21 -07:00
metonym
a9e26445ac
fix(css): do not generate CSS file from _popover.scss (#1168) 2022-03-13 07:24:47 -07:00
metonym
cc7b30a620
fix(scss): inline Popover styles from carbon-components v10.47 (#1139) 2022-03-08 08:39:19 -08:00
Eric Liu
e45d65c71e
feat(css): ship scss files used to pre-compile CSS (#500) 2021-01-28 10:50:56 -08:00
Eric Liu
3e7511e3f8
chore(deps-dev): replace node-sass with sass, upgrade autoprefixer, postcss (#497) 2021-01-27 14:52:56 -08:00
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
222c7f2899
feat(tooltip): support align prop from carbon-components v10.25 (#446) 2020-12-05 09:04:53 -08:00
Eric Liu
2e389928d5 hotfix(css): use @carbon/themes instead of carbon-components 2020-10-29 14:10:56 -07:00
Eric Liu
ef4627165b chore(deps-dev): bump carbon-components to v10.23.0 2020-10-29 13:56:46 -07:00
Eric Liu
5b483eaed0 chore(deps-dev): bump carbon-components to ^v10.22 2020-10-15 17:11:36 -07:00
Eric Liu
fce253f704 fix(css): white should be the default theme, not g10 2020-10-09 18:01:47 -07:00
Eric Liu
4b080e68d4 chore(css): upgrade carbon-components to v10.21 2020-10-09 17:57:08 -07:00
Eric Liu
6e9f4d57e8 fix(build-css): remove cssnano require 2020-09-07 16:14:48 -07:00
Eric Liu
67c01e9148 chore(build-css): promisify wriiteFile, sass.render 2020-09-07 14:09:22 -07:00
Eric Liu
70e0875f28 feat: build pre-compiled CSS from Carbon themes
#243
2020-09-06 15:40:36 -07:00