Commit graph

32 commits

Author SHA1 Message Date
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
e37b632fef
build: decouple typegen/docgen from yarn build:lib (#1038)
* chore(deps-dev): upgrade sveld to v0.13.1

* build: separate sveld into a separate build script

* docs(contributing): update guideline on re-building docs
2022-01-24 14:16:31 -08:00
Eric Liu
c6fc8548d3
Align v10.46 (#854)
* chore(deps-dev): upgrade carbon-components to v10.46.0

* feat(tag): support outline type

* feat(multi-select): add hideLabel prop

* chore: delete unused publish-examples.js

* chore(deps-dev): remove gh-pages

* chore: remove publish-examples script

* chore(deps-dev): upgrade carbon-components to v10.46.0

* feat(tag): support outline type

* feat(multi-select): add hideLabel prop

* chore: delete unused publish-examples.js

* chore(deps-dev): remove gh-pages

* chore: remove publish-examples script

* chore: rebuild component index
2021-10-15 17:03:45 -07: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
855381a486
feat(preprocess): add optimizeCarbonImports preprocessor (#499) 2021-01-28 06:20:15 -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
380a780b65 chore: use sveld to generate types, component docs 2020-11-16 11:13:18 -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
f17e4af481 fix(scripts): named slots omitted if default slot is present 2020-10-24 13:49:22 -07:00
Eric Liu
77ebd0d1aa fix(parse-component): parse ArrayExpression 2020-10-17 13:51:32 -07:00
Eric Liu
0d0d35e715 docs: add component API information 2020-10-16 18:20:39 -07:00
Eric Liu
0472c1ad23 docs(component-index): escape description 2020-10-16 14:30:53 -07:00
Eric Liu
af8e3b1631 docs(component-index): fix description line breaks 2020-10-16 14:24:05 -07:00
Eric Liu
c7f664c7fb docs(component-index): add prop descriptions 2020-10-16 14:16:49 -07:00
Eric Liu
27726be070 docs(component-index): sort ToC components in COMPONENT_INDEX.md 2020-10-16 13:58:55 -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
344f636484 fix(scripts): clean gh-pages for each example 2020-09-13 13:38:22 -07:00
Eric Liu
a85dade8ff build(scripts): publish examples using gh-pages 2020-09-13 12:43:23 -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
Eric Liu
5968e22bd9 build: add script to generate component index
- move typedefs for correct type parsing
2020-08-13 17:24:00 -07:00
Eric Liu
c8b0b008c7 refactor(types): separate script to generate types 2020-08-11 19:52:33 -07:00
Eric Liu
010fe986e9 refactor(types): integrate generate docs in rollup.config.js 2020-08-11 08:38:07 -07:00
Eric Liu
25e437b746 chore: add prettier to format definitions/svelte files 2020-08-11 06:21:06 -07:00
Eric Liu
5c829b5afc build: use svelte compiler to generate typescript definitions 2020-08-10 18:27:26 -07:00