Commit 01c98ca
authored
Start building Jupyter dedicated components (#4)
* Start Jupyter work
* Use outline to highlight button focus, hover and active
* Add margin on button to display properly the outline
* Trial custom button
* Use ts-loader for storybook
* Add select
* Fix outline highlight for outline appearance
* Add fontawesome license
* Add text-field
* Embed more styling
* Tune style for jp-option focus
* Tune style for jp-select focus
* Tune style for jp-text-field style
* Add minimal attribute to button for toolbar
* Add accent choice in toolbar
* Add minimal style for select
* Improve border contrast
* Make minimal more dense
* Upgrade yarn.lock
* Restore react-component and lab example
* Trim CSS variable value before converting it
* Fix linter and add some snapshots
* Update all snapshots
* Fix MANIFEST.in
* Fix snapshot
* Add slow motion
* Update snapshots1 parent 316a616 commit 01c98ca
File tree
209 files changed
+3726
-8509
lines changed- .github/workflows
- packages
- components
- .storybook
- docs
- src
- badge
- badge.test.ts-snapshots
- fixtures
- button
- button.test.ts-snapshots
- fixtures
- checkbox
- fixtures
- data-grid
- fixtures
- divider
- fixtures
- dropdown
- fixtures
- link
- fixtures
- option
- fixtures
- option.test.ts-snapshots
- panels
- fixtures
- progress-ring
- fixtures
- radio-group
- fixtures
- radio
- fixtures
- select
- select.test.ts-snapshots
- styles
- tag
- fixtures
- text-area
- fixtures
- text-field
- fixtures
- text-field.test.ts-snapshots
- utilities
- design-tokens
- storybook
- theme
- lab-example
- src
- react-components
- src
- button
- checkbox
- link
- progress-ring
- radio-group
- radio
- select
- tag
- text-area
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
209 files changed
+3726
-8509
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 41 | | |
88 | 42 | | |
89 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments