├── .gitignore ├── CHANGELOG.md ├── Gemfile ├── LICENSE ├── README.md ├── _config.yml ├── _includes ├── analytics.html ├── footer.html ├── head.html ├── header.html └── icon-github.svg ├── _layouts └── home.md ├── assets ├── css │ ├── github-highlight.css │ └── main.css ├── docs.png ├── js │ └── jquery-1.11.1.min.js ├── logo.png ├── notes.png ├── tableau_ui_api.png └── tableau_ui_logo.svg ├── docs ├── assets │ ├── css │ │ ├── main.css │ │ └── main.css.map │ └── images │ │ ├── icons.png │ │ ├── icons@2x.png │ │ ├── tableau_ui_logo.svg │ │ ├── widgets.png │ │ └── widgets@2x.png ├── build │ ├── LICENSE │ └── bundle.js └── index.html ├── index.html ├── package.json └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependency directories 2 | node_modules/ 3 | _site/ 4 | Gemfile.lock 5 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Tableau UI Release Notes 2 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 3 | 4 | ## 3.10.0 5 | - Documentation code samples updated to use standard React hooks. 6 | - Improved emitted type definitions which depend on `Omit`. 7 | - `ColorGrid` 8 | - New component! 9 | - `Disclosure` 10 | - New component! 11 | - `SideTabs` 12 | - Prop `onChangeTab` deprecated in favor of `onTabChange`, for naming consistency. 13 | 14 | ## 3.9.0 15 | - `Button`, `DropdownSelect`, `Stepper`, `TextArea`, `TextField` 16 | - Updated border color. 17 | - `SideTabs` 18 | - New component! 19 | - `Spinner` 20 | - Prop `alt` is now required because this package does not include localized strings by default. 21 | - `TextFieldGroup` 22 | - Minor revisions to styling. 23 | 24 | ## 3.8.0 25 | - `Badge` 26 | - New component! 27 | - `Button` 28 | - Added `lowEmphasisDark` kind. 29 | - `Button`, `Checkbox`, `DropdownSelect`, `Radio`, `Stepper`, `Tabs`, `TextArea`, `TextField`, `ToggleSwitch` 30 | - Improved accessibility with with higher color contrast ratios across all states as well as an updated focus indicator. 31 | - `Button`, `Tabs`, `TextLink`, `ToggleSwitch` 32 | - Updated focus indicators to use `:focus-visible` 33 | - `Stepper` 34 | - Corrected props typedefs to allow all native `` attributes. 35 | - `Sticker` 36 | - New component! 37 | - `Tabs` 38 | Corrected a keyboard navigation bug when using `'manual'` activation mode. 39 | - `TextArea` 40 | - Added `autoHeight` prop, which causes the `