Skip to content

Releases: sapcc/juno

juno-ui-components

14 Oct 10:08
595a1af
Compare
Choose a tag to compare
[ui] Modal (#211)

* [ui] Modal: initial commit for new modal

* [ui] Modal: add and use ModalFooter component

* [ui] MOdal: add more docstrings, handle confirm click

* [ui] MOdal: add most styling, api improvements

* user can pass custom children to ModalFooter, a minimal container willbe rendered to ensure stylistic integrity
* user can pass custom classNames to specify flex layout
* add sizing (widths only for now)
* add comments open TODOs, questions

* [ui] Modal: formatting, TODOs

* [ui] Modal: minor story improvements

* [ui] Modal: update comments, fix console error

* text in ‘<>’ inside comments/docstrings will throw error, use backticks around these

* [ui] Modal: use Stack and ButtonRow

* [ui] Modal: add default padding to content, add `unpad` prop

* set `unpad` to remove the default padding fromt he modal content container

* [ui] Modal: remove obsolete comment

* [ui] Modal: allow for custom Cancel button label

* [ui] ButtonRow: Use Stack internally

* [ui] Modal: add Button icons

* [ui] MOdalFooter: remove dedicated CloseButton

* will be covered by cancelButton

* [ui] Modal: Update TODOs

* [ui] Modal: Update TODOs again

* [ui] Modal: add className prop

* [ui] Modal: pen and close the Modal

* [ui] MOdal: add backdrop,center modal

* [ui] ModalFooter: remove obsolete prop

* [ui] Modal: update styles, comments

* [ui] ModalFooter: add tests

* [ui] Modal: add first tests

* [ui] Modal, ModalFooter: add comments, simplify stories

* [ui] ModalFooter: export component

* [ui] Modal: remove obsolete

* [ui] Modal: bump version to 0.7.0

* [ui] Modal, ModalFooter: fix storybook behavior, etc.

* fix behaviour in storybook with propType-d handlers
* render confirm button when `confirmButtonLabel` OR `onConfirm` handler is passed
* add corresponding tests

Co-authored-by: Esther Schmitz <[email protected]>

juno-ui-components

12 Oct 13:39
22805b2
Compare
Choose a tag to compare
[ui] Modal (#210)

* [ui] Modal: initial commit for new modal

* [ui] Modal: add and use ModalFooter component

* [ui] MOdal: add more docstrings, handle confirm click

* [ui] MOdal: add most styling, api improvements

* user can pass custom children to ModalFooter, a minimal container willbe rendered to ensure stylistic integrity
* user can pass custom classNames to specify flex layout
* add sizing (widths only for now)
* add comments open TODOs, questions

* [ui] Modal: formatting, TODOs

* [ui] Modal: minor story improvements

* [ui] Modal: update comments, fix console error

* text in ‘<>’ inside comments/docstrings will throw error, use backticks around these

* [ui] Modal: use Stack and ButtonRow

* [ui] Modal: add default padding to content, add `unpad` prop

* set `unpad` to remove the default padding fromt he modal content container

* [ui] Modal: remove obsolete comment

* [ui] Modal: allow for custom Cancel button label

* [ui] ButtonRow: Use Stack internally

* [ui] Modal: add Button icons

* [ui] MOdalFooter: remove dedicated CloseButton

* will be covered by cancelButton

* [ui] Modal: Update TODOs

* [ui] Modal: Update TODOs again

* [ui] Modal: add className prop

* [ui] Modal: pen and close the Modal

* [ui] MOdal: add backdrop,center modal

* [ui] ModalFooter: remove obsolete prop

* [ui] Modal: update styles, comments

* [ui] ModalFooter: add tests

* [ui] Modal: add first tests

* [ui] Modal, ModalFooter: add comments, simplify stories

* [ui] ModalFooter: export component

* [ui] Modal: remove obsolete

* [ui] Modal: bump version to 0.7.0

juno-ui-components

29 Sep 15:30
1796ac6
Compare
Choose a tag to compare
[ui] update misc. storybook control declarations (#207)

* fix deprecation warnings

juno-ui-components

28 Jul 12:23
Compare
Choose a tag to compare
v0_5_0

[ui] update filters proptype description

juno-ui-components

27 Jul 16:49
Compare
Choose a tag to compare
v0_4_0

[ui] add ContentArea to global story decorator. Set content area bg c…

juno-ui-components

27 Jul 16:04
Compare
Choose a tag to compare
v0_3_9

[ui] remove test testing on bg color

juno-ui-components

27 Jul 15:50
Compare
Choose a tag to compare
v0_3_8

[ui] make content area toolbar bg match datagrid toolbar

juno-ui-components

27 Jul 14:10
Compare
Choose a tag to compare
v0_3_7

[ui] adjust light mode juno blue color to use sap blue palette

juno-ui-components

26 Jul 16:07
Compare
Choose a tag to compare
v0_3_6

[ui] darker head cell border color

juno-ui-components

25 Jul 13:22
Compare
Choose a tag to compare
v0_3_5

[ui] optional search input for DataGridToolbar. Fix search input test…