@neo4j-ndl/base 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,231 @@
1
+ # Change Log
2
+
3
+ ## 0.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7d934b2: fix text input border color
8
+ - 98ea3fe: fix yarn workspace versioning issue
9
+
10
+ ## 0.8.1
11
+
12
+ ### Patch Changes
13
+
14
+ - b7d901c: Relationship Graph label background and border colors adjustable
15
+
16
+ ## 0.8.0
17
+
18
+ ### Minor Changes
19
+
20
+ - 6c20210: code-block component and styling added
21
+
22
+ ## 0.7.1
23
+
24
+ ### Patch Changes
25
+
26
+ - 4f8a272: remove padding and bg
27
+
28
+ ## 0.7.0
29
+
30
+ ### Minor Changes
31
+
32
+ - 3cd0cf1: wizard and graph label component added
33
+ - b2a2c91: Added graph labels
34
+
35
+ ## 0.6.2
36
+
37
+ ### Patch Changes
38
+
39
+ - 3f019df: cursor: pointer is no longer incorrectly applied to .ndl-form-item
40
+ - 0f46a61: fix d-n-d safari bug and small color fix
41
+ - b21abb3: button outline focus-visible
42
+ - 2759379: ndl icon class for stroke width
43
+
44
+ ## 0.6.1
45
+
46
+ ### Patch Changes
47
+
48
+ - 8f74098: enable table row actions and fix group icon button background
49
+
50
+ ## 0.6.0
51
+
52
+ ### Minor Changes
53
+
54
+ - c14db02: dropdown component added
55
+
56
+ ## 0.5.2
57
+
58
+ ### Patch Changes
59
+
60
+ - a65c6ad: popover z index hotfix
61
+
62
+ ## 0.5.1
63
+
64
+ ### Patch Changes
65
+
66
+ - 82bfb55: outlined icon button background in default state transparent->white
67
+ - aa799f8: drag and drop responsiveness and vertical alignment
68
+
69
+ ## 0.5.0
70
+
71
+ ### Minor Changes
72
+
73
+ - 57696ad: Add Dialog and Modal components
74
+
75
+ ### Patch Changes
76
+
77
+ - b9f5ed7: dont focus first menu item on open and disable click on events on disabled items
78
+
79
+ ## 0.4.0
80
+
81
+ ### Minor Changes
82
+
83
+ - 936a731: icon button added
84
+ - 6ca6bc1: icon array component added
85
+ - 103d711: text input component implementation
86
+
87
+ ### Patch Changes
88
+
89
+ - 517e42f: renamed regular size to medium in button to reflect better figma design system
90
+ - c86128c: resolve tailwind class name conflict and fix safari inconsistencies
91
+
92
+ ## 0.3.1
93
+
94
+ ### Patch Changes
95
+
96
+ - 67ef31d: minor ui changes
97
+
98
+ All notable changes to this project will be documented in this file.
99
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
100
+
101
+ # [0.3.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.2.0...@neo4j-ndl/base@0.3.0) (2022-04-28)
102
+
103
+ ### Bug Fixes
104
+
105
+ - **base:** table select default bg is different on chrome and firefox ([61552f6](https://github.com/neo4j/neo4j-design/commit/61552f6a8a5b90717056e4df43b30b770f6a6d23))
106
+ - **table:** add support for no plugins ([ed40565](https://github.com/neo4j/neo4j-design/commit/ed405653286a75493ac58d3e8412cdda8b3cfd91))
107
+
108
+ ### Features
109
+
110
+ - **react:** improve progress bar options ([#66](https://github.com/neo4j/neo4j-design/issues/66)) ([4427541](https://github.com/neo4j/neo4j-design/commit/442754127e2a40369d10a1e2de419b1438d9232e))
111
+
112
+ # [0.2.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.4...@neo4j-ndl/base@0.2.0) (2022-04-19)
113
+
114
+ ### Bug Fixes
115
+
116
+ - **component/alert:** update styles ([0dc4e37](https://github.com/neo4j/neo4j-design/commit/0dc4e37e0b005fcc98ce8661323024b16686f0ef))
117
+
118
+ ### Features
119
+
120
+ - **base:** add breakpoints ([ae6f8f5](https://github.com/neo4j/neo4j-design/commit/ae6f8f505a9d8d0c4f2b80705d8558c9a77aef02))
121
+ - **react/base:** sync and add custom icons ([674b67a](https://github.com/neo4j/neo4j-design/commit/674b67a86f60daee8cdc829a85b0a8403ff0f766))
122
+ - **react:** add drag and drop component ([339763d](https://github.com/neo4j/neo4j-design/commit/339763debd7f3ae00237b06b6580944a74a13635))
123
+
124
+ ## [0.1.4](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.3...@neo4j-ndl/base@0.1.4) (2022-04-04)
125
+
126
+ **Note:** Version bump only for package @neo4j-ndl/base
127
+
128
+ ## [0.1.3](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.2...@neo4j-ndl/base@0.1.3) (2022-04-04)
129
+
130
+ ### Bug Fixes
131
+
132
+ - **base:** disabled underline tab issue ([deee159](https://github.com/neo4j/neo4j-design/commit/deee15991ea16ca31aa8dfd51ec556bcd42a06d2))
133
+ - **base:** label border width ([9eb472c](https://github.com/neo4j/neo4j-design/commit/9eb472ced47257dc505f9ea55877fb69a6de82e7))
134
+
135
+ ## [0.1.2](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.1...@neo4j-ndl/base@0.1.2) (2022-03-14)
136
+
137
+ **Note:** Version bump only for package @neo4j-ndl/base
138
+
139
+ ## [0.1.1](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.0...@neo4j-ndl/base@0.1.1) (2022-03-14)
140
+
141
+ ### Bug Fixes
142
+
143
+ - **base:** change components to appropriate typescale classes ([97c3af3](https://github.com/neo4j/neo4j-design/commit/97c3af3a17bcf3a68f283ba77186b76b77a33e49))
144
+ - **base:** set font on body/html not \* ([0016c9f](https://github.com/neo4j/neo4j-design/commit/0016c9fa31e5eff8d42440e16f0116f61c87ab48))
145
+ - **button:** fix button link click working when disabled ([f0a5272](https://github.com/neo4j/neo4j-design/commit/f0a52721d7565cb4d1b8a2778f73cd7c4dbc6a21))
146
+
147
+ # 0.1.0 (2022-03-01)
148
+
149
+ ### Bug Fixes
150
+
151
+ - **alert:** prefix alert classes ([eb53aa0](https://github.com/neo4j/neo4j-design/commit/eb53aa0ef98c9415de4a533276bd43214e43ee83))
152
+ - **base:** add back tabs.css ([1eefd96](https://github.com/neo4j/neo4j-design/commit/1eefd9605ed6fdbadd7024d2049eca8d526191ef))
153
+ - **base:** fix "main" property value in package.json ([981db15](https://github.com/neo4j/neo4j-design/commit/981db1518fcfccacf080630833d0f81761e73c69))
154
+ - **base:** fix input css ([1314e65](https://github.com/neo4j/neo4j-design/commit/1314e65678c7c046fd887492ca15e05f431539c8))
155
+ - **base:** fix tab css syntax ([ed86d41](https://github.com/neo4j/neo4j-design/commit/ed86d41189b50668f22901a869f5dd3d24011291))
156
+ - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and more ([1d8fb98](https://github.com/neo4j/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
157
+ - **base:** fix typescript generator issue with importing outside src a generated file ([79eb5a2](https://github.com/neo4j/neo4j-design/commit/79eb5a2afd404defb07b5d04c541ab4d92a3cc43))
158
+ - **base:** move deps to devDependencies ([195019d](https://github.com/neo4j/neo4j-design/commit/195019d566c9c9f55607e370f688f475105491c0))
159
+ - **base:** remove defaults for radius/shadow ([e66eca3](https://github.com/neo4j/neo4j-design/commit/e66eca369746180256e439faa71572e929b650a4))
160
+ - **base:** tailwind colors to include light palette ([1b9f739](https://github.com/neo4j/neo4j-design/commit/1b9f7397a2c72ffb9eacd559aa86f16b91ce250d))
161
+ - **base:** typo in body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
162
+ - **base:** Update colors to match color document ([e3cf9e2](https://github.com/neo4j/neo4j-design/commit/e3cf9e270907894eddb3404cf4ed04eeef33b195))
163
+ - **base:** use postcss when building styles ([e8ba834](https://github.com/neo4j/neo4j-design/commit/e8ba834195578bee6c51b5a9292e4de60e86edd5))
164
+ - **button:** add "as" prop ([b94beeb](https://github.com/neo4j/neo4j-design/commit/b94beeb3a327893302c5754a778c4ec1eaa0cec0))
165
+ - **button:** clean up button load/disabled state ([213ae48](https://github.com/neo4j/neo4j-design/commit/213ae48349d4f9faaa944ee752d19208a1af5197))
166
+ - **button:** increase border radius in icon mode ([980e9b0](https://github.com/neo4j/neo4j-design/commit/980e9b0daaa170f31343a8211ebb6f89c352f1ab))
167
+ - **button:** prefix button root class with ndl ([b30e27a](https://github.com/neo4j/neo4j-design/commit/b30e27a6155ba3851adb6ba49332c34b19a2332a))
168
+ - **button:** update text button colors ([6400389](https://github.com/neo4j/neo4j-design/commit/640038987b544361099762404d972e786d70cabd))
169
+ - **color-tokens:** use rgb color tokens for css vars ([2365cac](https://github.com/neo4j/neo4j-design/commit/2365cacbeb50b805db3d0c8570cfcd50e1c3e4cd))
170
+ - **input:** scope input css classes ([e26ff55](https://github.com/neo4j/neo4j-design/commit/e26ff550c06c95ad0ccaa78e2fb11a531684c991))
171
+ - **label:** scope css classes ([400daf8](https://github.com/neo4j/neo4j-design/commit/400daf855b5fef3154af2d40f4c023ee2d7ec956))
172
+ - **loading-spinner:** scope css classes ([03c7593](https://github.com/neo4j/neo4j-design/commit/03c7593808d6940a24268b67b36689ecde57c6bc))
173
+ - **menu:** add disabled state to menu item. map menu enter pressed to click event ([cac6c50](https://github.com/neo4j/neo4j-design/commit/cac6c5036822b34d66161ec036fbfb595cb98f80))
174
+ - **menu:** scope css classes ([572917e](https://github.com/neo4j/neo4j-design/commit/572917eeb6e94927a53b474a91bbeb5cc0dfc9d9))
175
+ - **popover:** scope css classes ([3cb3207](https://github.com/neo4j/neo4j-design/commit/3cb3207fc224cfe3bd160bdd13c8d179e5f54168))
176
+ - **progress-bar:** scope css classes ([8316e36](https://github.com/neo4j/neo4j-design/commit/8316e36da210e7b9bc0458adbd9e088e7dff5980))
177
+ - **project:** replace token reference from "json" to "js" ([577358c](https://github.com/neo4j/neo4j-design/commit/577358c40908e61bc23d1b31ec79cb6b22e5a5e1))
178
+ - **react-storybook:** typography weights missing ([67abda7](https://github.com/neo4j/neo4j-design/commit/67abda7f63c71262ea33be3456ab7e554e2e2bcf))
179
+ - **react:** button component hover cursor and storybook disabled prop missing ([861fb8e](https://github.com/neo4j/neo4j-design/commit/861fb8ecff51e8f5f5fc2b739cdd8ae990fbe0ca))
180
+ - **react:** safari render of context menu item and chore ([9a44fbd](https://github.com/neo4j/neo4j-design/commit/9a44fbd5261a020c88c6bc88211d0754d6d4f8f5))
181
+ - **tabs:** scope css classes ([b0137a0](https://github.com/neo4j/neo4j-design/commit/b0137a02645a58473590f8d6c4f09158cf9e101c))
182
+ - **tag:** scope css classes ([89086e1](https://github.com/neo4j/neo4j-design/commit/89086e1d0c47479cc040327fd8105728ef8c46d9))
183
+ - **tooltip:** scope css classes ([0e56690](https://github.com/neo4j/neo4j-design/commit/0e56690b88b970cdcd6da90c9458386d67ee3746))
184
+ - **view-selector:** scope css classes ([6262035](https://github.com/neo4j/neo4j-design/commit/62620353f1ff1f371b2ea463302cafbff9d8a5f4))
185
+
186
+ ### Features
187
+
188
+ - add tooltip component ([#23](https://github.com/neo4j/neo4j-design/issues/23)) ([c02f5d6](https://github.com/neo4j/neo4j-design/commit/c02f5d634b1a4e266a415feec6c48ce9bf064ef5))
189
+ - **base:** add light theme token ([1e2f0c1](https://github.com/neo4j/neo4j-design/commit/1e2f0c11fe8c654e52f46ae0f7317889f0fe3a55))
190
+ - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
191
+ - **icons:** add web-component icons ([ad453b6](https://github.com/neo4j/neo4j-design/commit/ad453b6152b4e0f379c67d9be37996a56791289c))
192
+ - **popover:** create popover from menu ([d1a20a4](https://github.com/neo4j/neo4j-design/commit/d1a20a49761e9cfcba43ec6d2078f3e9f6a11faa))
193
+ - **project:** add design token system using style-dictionary ([f3988b0](https://github.com/neo4j/neo4j-design/commit/f3988b0574ec57149a17dcbf13013585e1e173ff))
194
+ - **project:** button finished, pill renamed to label with +1 variant and Tailwind v2 to v3 ([3093d4f](https://github.com/neo4j/neo4j-design/commit/3093d4f34d6d41818f7f560c2dde1ed96ab0652e))
195
+ - **react:** add context menu ([acc319d](https://github.com/neo4j/neo4j-design/commit/acc319d25e7def7168d6fd5761434044c506ed3d))
196
+ - **react:** add radio, checkbox and switch components ([9fa81f3](https://github.com/neo4j/neo4j-design/commit/9fa81f3d6dd8b560e96a01ddbdd07431ea95c2e8))
197
+ - **react:** add switch and checkbox component ([a82f962](https://github.com/neo4j/neo4j-design/commit/a82f9627e1cede05b8013d9eb0326720ff5b9163))
198
+ - **react:** add Tag component ([91f6972](https://github.com/neo4j/neo4j-design/commit/91f69721bf5c4d5fb207019125b4edd1fbc56857))
199
+ - **react:** icons added ([c97bd25](https://github.com/neo4j/neo4j-design/commit/c97bd25db1650e36558c714988b46a4584f8eabb))
200
+ - **react:** loading spinner ([0e3a583](https://github.com/neo4j/neo4j-design/commit/0e3a5836ee8a60bab2dbbda3d4bdbad689eef8e1))
201
+ - **react:** view-selector component ([17a0789](https://github.com/neo4j/neo4j-design/commit/17a0789a9600aa02eb1c4d8e34e43d689d52af7c))
202
+ - **style-dictionary:** add js style tokens and remove json ones ([4ba67e2](https://github.com/neo4j/neo4j-design/commit/4ba67e2faee3ffa60434d1579a41fa5a46defb85))
203
+ - **tabs:** add tabs ([1186a66](https://github.com/neo4j/neo4j-design/commit/1186a66d5d08ee26480c1aefba156314050914ef))
204
+
205
+ # [0.1.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.0.5...@neo4j-ndl/base@0.1.0) (2021-12-01)
206
+
207
+ ### Bug Fixes
208
+
209
+ - **base:** typo in body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
210
+
211
+ ### Features
212
+
213
+ - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
214
+
215
+ ## [0.0.5](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.4...@neo4j-ndl/base@0.0.5) (2021-11-24)
216
+
217
+ **Note:** Version bump only for package @neo4j-ndl/base
218
+
219
+ ## [0.0.4](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.3...@neo4j-ndl/base@0.0.4) (2021-11-23)
220
+
221
+ ### Bug Fixes
222
+
223
+ - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and more ([1d8fb98](https://github.com/konsalex/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
224
+
225
+ ## [0.0.3](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.2...@neo4j-ndl/base@0.0.3) (2021-11-23)
226
+
227
+ **Note:** Version bump only for package @neo4j-ndl/base
228
+
229
+ ## 0.0.2 (2021-11-23)
230
+
231
+ **Note:** Version bump only for package @neo4j-ndl/base
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
420
420
  */
421
421
  /**
422
422
  * Do not edit directly
423
- * Generated on Thu, 22 Sep 2022 11:05:30 GMT
423
+ * Generated on Mon, 26 Sep 2022 15:10:32 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-sm: 4px;
@@ -1805,7 +1805,7 @@ a.ndl-btn{
1805
1805
  border-radius: 4px;
1806
1806
  border-width: 1px;
1807
1807
  --tw-border-opacity: 1;
1808
- border-color: rgb(178 183 189 / var(--tw-border-opacity));
1808
+ border-color: rgb(196 200 205 / var(--tw-border-opacity));
1809
1809
  padding-top: 0.5rem;
1810
1810
  padding-bottom: 0.5rem;
1811
1811
  padding-left: 0.75rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Sep 2022 11:05:30 GMT
3
+ * Generated on Mon, 26 Sep 2022 15:10:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Sep 2022 11:05:30 GMT
3
+ * Generated on Mon, 26 Sep 2022 15:10:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Sep 2022 11:05:30 GMT
4
+ * Generated on Mon, 26 Sep 2022 15:10:32 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "borderRadius": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 22 Sep 2022 11:05:30 GMT
3
+ // Generated on Mon, 26 Sep 2022 15:10:32 GMT
4
4
 
5
5
  $border-radius-sm: 4px;
6
6
  $border-radius-md: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",
@@ -38,4 +38,4 @@
38
38
  "ts-node": "^10.4.0",
39
39
  "typescript": "^4.4.4"
40
40
  }
41
- }
41
+ }