@neo4j-ndl/base 1.0.0-alpha-ecafb19 → 1.0.0
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 +493 -0
- package/lib/LICENSES.txt +23 -29
- package/lib/NOTICE.txt +24 -42
- package/lib/cjs/tailwind-preset.config.js +1 -1
- package/lib/cjs/tailwind-preset.config.js.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tailwind-preset.config.js +1 -1
- package/lib/esm/tailwind-preset.config.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +219 -34
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,493 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a356246: rename tailwind configuration preset to tailwind-preset.config.js
|
|
8
|
+
- bbb3768: rename Alert component to Banner
|
|
9
|
+
- 176e055: Needle v1 first major release 🎉
|
|
10
|
+
|
|
11
|
+
To learn more please visit:
|
|
12
|
+
https://github.com/neo4j/neo4j-design/blob/main/MIGRATION.md
|
|
13
|
+
|
|
14
|
+
- eabfc38: remove rectangle prop from button component
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 17fa9e7: spacing tokens added, components in needle should be written from now on with the spacing tokens as much as possible
|
|
19
|
+
- 8ce6bc7: new table component
|
|
20
|
+
- b437d03: enable sideEffects in package.json and better tree-shaking with new icon api
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- a356246: add animation/transition tokens
|
|
25
|
+
- 0f50e00: text input style inconsistencies with figma, v1 table row border and ts types issue with "nonce"
|
|
26
|
+
- 73cabcb: add active property for icon buttons
|
|
27
|
+
- 03031b3: removed padding from label with clean fill
|
|
28
|
+
- d9293e1: provide better header control icon override and table result props for manual pagination
|
|
29
|
+
- d1c31c8: added custom spacing to popover
|
|
30
|
+
- f531e5c: added optional prop and fixed tooltip hover for textinput
|
|
31
|
+
- d7bc50a: v1 tables fixes that include resizing bar width and overflow that included a horizontal scrollbar, placeholder alignment issue with large amount of columns, columns that are not resizable avoid showing resizing bar, and avoid cell scroll in overflow
|
|
32
|
+
- 9b793b7: prefix all css classes
|
|
33
|
+
- 48e9dcb: sidebar animation and children type
|
|
34
|
+
- 73d09db: fixed prefix ndl for css class
|
|
35
|
+
- 0ce7760: fixed resizeable bar visual bug and minor refactor
|
|
36
|
+
- 23354e7: Update SideNavigation to the new Figma design
|
|
37
|
+
- 926697e: typography tokens changed from PX to REM values for better accessibility
|
|
38
|
+
|
|
39
|
+
## 0.16.4
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- 22cccd8: fixed text input component visual bug
|
|
44
|
+
|
|
45
|
+
## 0.16.3
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- f16cd98: fix input components alignment
|
|
50
|
+
|
|
51
|
+
## 0.16.2
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- d86cae0: Added plan view icon
|
|
56
|
+
|
|
57
|
+
## 0.16.1
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- 848fa12: fix incorrect css for tooltip component
|
|
62
|
+
|
|
63
|
+
## 0.16.0
|
|
64
|
+
|
|
65
|
+
### Minor Changes
|
|
66
|
+
|
|
67
|
+
- a548bcd: Add SideNavigation component and add border-none token
|
|
68
|
+
|
|
69
|
+
## 0.15.3
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- 29f6328: updated textinput to reflect figma
|
|
74
|
+
|
|
75
|
+
## 0.15.2
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- 3f78201: Centre align Switch element & label
|
|
80
|
+
|
|
81
|
+
## 0.15.1
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- 705d841: Fix bug where popover content shows above modal content
|
|
86
|
+
|
|
87
|
+
## 0.15.0
|
|
88
|
+
|
|
89
|
+
### Minor Changes
|
|
90
|
+
|
|
91
|
+
- 12a9a61: StatusIndicator component
|
|
92
|
+
|
|
93
|
+
## 0.14.0
|
|
94
|
+
|
|
95
|
+
### Minor Changes
|
|
96
|
+
|
|
97
|
+
- c210389: New custom icon.
|
|
98
|
+
|
|
99
|
+
collapse-expand-left
|
|
100
|
+
collapse-expand-right
|
|
101
|
+
|
|
102
|
+
collapse-expand deprecated; replaced by collapse-expand-left
|
|
103
|
+
|
|
104
|
+
Added missing .svg icons.
|
|
105
|
+
|
|
106
|
+
configure.svg
|
|
107
|
+
status.svg
|
|
108
|
+
|
|
109
|
+
## 0.13.0
|
|
110
|
+
|
|
111
|
+
### Minor Changes
|
|
112
|
+
|
|
113
|
+
- c7bfcd8: Added possibility to set custom styles to table element
|
|
114
|
+
|
|
115
|
+
## 0.12.3
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- 009af5d: Read only for TextInput component properly implemented.
|
|
120
|
+
|
|
121
|
+
## 0.12.2
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- 8fe72a8: Stop CodeBlock internal z indexes from interacting with other components
|
|
126
|
+
|
|
127
|
+
## 0.12.1
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- f86f81c: fix wrong typescale font weight
|
|
132
|
+
|
|
133
|
+
## 0.12.0
|
|
134
|
+
|
|
135
|
+
### Minor Changes
|
|
136
|
+
|
|
137
|
+
- f8af4e5: add link component
|
|
138
|
+
|
|
139
|
+
## 0.11.0
|
|
140
|
+
|
|
141
|
+
### Minor Changes
|
|
142
|
+
|
|
143
|
+
- 714082b: Add custom title, change open filepicker behaviour and enable custom file extension
|
|
144
|
+
|
|
145
|
+
## 0.10.0
|
|
146
|
+
|
|
147
|
+
### Minor Changes
|
|
148
|
+
|
|
149
|
+
- 10cd0fc: Fixed spaces in Dialog component according to design
|
|
150
|
+
|
|
151
|
+
## 0.9.2
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- 2842a1c: Medium size Loading Spinner
|
|
156
|
+
|
|
157
|
+
## 0.9.1
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- 5288c89: Allow alert title to be undefined
|
|
162
|
+
|
|
163
|
+
## 0.9.0
|
|
164
|
+
|
|
165
|
+
### Minor Changes
|
|
166
|
+
|
|
167
|
+
- 826d7ae: refactor code-block component and load more fonts from Google
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- 4f3ec49: align switch, radio and checkbox to the top
|
|
172
|
+
|
|
173
|
+
## 0.8.7
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- 83f91c5: fix dropdown inconsistencies and text input flex gaps
|
|
178
|
+
|
|
179
|
+
## 0.8.6
|
|
180
|
+
|
|
181
|
+
### Patch Changes
|
|
182
|
+
|
|
183
|
+
- 38a8692: add container property to Modal component
|
|
184
|
+
|
|
185
|
+
## 0.8.5
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- ad51925: fix text input placeholder color
|
|
190
|
+
- 36432c7: Removes gap after checkbox if no label is specified
|
|
191
|
+
- 299dccc: fixed css for tag component
|
|
192
|
+
|
|
193
|
+
## 0.8.4
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- b976b09: change Fira code font weight
|
|
198
|
+
- f0a5826: Fixed no label spacing gap for TextInput
|
|
199
|
+
|
|
200
|
+
## 0.8.3
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- 831c5c6: fix private publishing flag yarn workspace
|
|
205
|
+
- 7d934b2: fix text input border color
|
|
206
|
+
- 98ea3fe: fix yarn workspace versioning issue
|
|
207
|
+
|
|
208
|
+
## 0.8.1
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- b7d901c: Relationship Graph label background and border colors adjustable
|
|
213
|
+
|
|
214
|
+
## 0.8.0
|
|
215
|
+
|
|
216
|
+
### Minor Changes
|
|
217
|
+
|
|
218
|
+
- 6c20210: code-block component and styling added
|
|
219
|
+
|
|
220
|
+
## 0.7.1
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- 4f8a272: remove padding and bg
|
|
225
|
+
|
|
226
|
+
## 0.7.0
|
|
227
|
+
|
|
228
|
+
### Minor Changes
|
|
229
|
+
|
|
230
|
+
- 3cd0cf1: wizard and graph label component added
|
|
231
|
+
- b2a2c91: Added graph labels
|
|
232
|
+
|
|
233
|
+
## 0.6.2
|
|
234
|
+
|
|
235
|
+
### Patch Changes
|
|
236
|
+
|
|
237
|
+
- 3f019df: cursor: pointer is no longer incorrectly applied to .ndl-form-item
|
|
238
|
+
- 0f46a61: fix d-n-d safari bug and small color fix
|
|
239
|
+
- b21abb3: button outline focus-visible
|
|
240
|
+
- 2759379: ndl icon class for stroke width
|
|
241
|
+
|
|
242
|
+
## 0.6.1
|
|
243
|
+
|
|
244
|
+
### Patch Changes
|
|
245
|
+
|
|
246
|
+
- 8f74098: enable table row actions and fix group icon button background
|
|
247
|
+
|
|
248
|
+
## 0.6.0
|
|
249
|
+
|
|
250
|
+
### Minor Changes
|
|
251
|
+
|
|
252
|
+
- c14db02: dropdown component added
|
|
253
|
+
|
|
254
|
+
## 0.5.2
|
|
255
|
+
|
|
256
|
+
### Patch Changes
|
|
257
|
+
|
|
258
|
+
- a65c6ad: popover z index hotfix
|
|
259
|
+
|
|
260
|
+
## 0.5.1
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- 82bfb55: outlined icon button background in default state transparent->white
|
|
265
|
+
- aa799f8: drag and drop responsiveness and vertical alignment
|
|
266
|
+
|
|
267
|
+
## 0.5.0
|
|
268
|
+
|
|
269
|
+
### Minor Changes
|
|
270
|
+
|
|
271
|
+
- 57696ad: Add Dialog and Modal components
|
|
272
|
+
|
|
273
|
+
### Patch Changes
|
|
274
|
+
|
|
275
|
+
- b9f5ed7: dont focus first menu item on open and disable click on events on disabled items
|
|
276
|
+
|
|
277
|
+
## 0.4.0
|
|
278
|
+
|
|
279
|
+
### Minor Changes
|
|
280
|
+
|
|
281
|
+
- 936a731: icon button added
|
|
282
|
+
- 6ca6bc1: icon array component added
|
|
283
|
+
- 103d711: text input component implementation
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- 517e42f: renamed regular size to medium in button to reflect better figma design system
|
|
288
|
+
- c86128c: resolve tailwind class name conflict and fix safari inconsistencies
|
|
289
|
+
|
|
290
|
+
## 0.3.1
|
|
291
|
+
|
|
292
|
+
### Patch Changes
|
|
293
|
+
|
|
294
|
+
- 67ef31d: minor ui changes
|
|
295
|
+
|
|
296
|
+
All notable changes to this project will be documented in this file.
|
|
297
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
298
|
+
|
|
299
|
+
# [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)
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
- **base:** table select default bg is different on chrome and
|
|
304
|
+
firefox ([61552f6](https://github.com/neo4j/neo4j-design/commit/61552f6a8a5b90717056e4df43b30b770f6a6d23))
|
|
305
|
+
- **table:** add support for no
|
|
306
|
+
plugins ([ed40565](https://github.com/neo4j/neo4j-design/commit/ed405653286a75493ac58d3e8412cdda8b3cfd91))
|
|
307
|
+
|
|
308
|
+
### Features
|
|
309
|
+
|
|
310
|
+
- **react:** improve progress bar
|
|
311
|
+
options ([#66](https://github.com/neo4j/neo4j-design/issues/66)) ([4427541](https://github.com/neo4j/neo4j-design/commit/442754127e2a40369d10a1e2de419b1438d9232e))
|
|
312
|
+
|
|
313
|
+
# [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)
|
|
314
|
+
|
|
315
|
+
### Bug Fixes
|
|
316
|
+
|
|
317
|
+
- **component/alert:** update
|
|
318
|
+
styles ([0dc4e37](https://github.com/neo4j/neo4j-design/commit/0dc4e37e0b005fcc98ce8661323024b16686f0ef))
|
|
319
|
+
|
|
320
|
+
### Features
|
|
321
|
+
|
|
322
|
+
- **base:** add
|
|
323
|
+
breakpoints ([ae6f8f5](https://github.com/neo4j/neo4j-design/commit/ae6f8f505a9d8d0c4f2b80705d8558c9a77aef02))
|
|
324
|
+
- **react/base:** sync and add custom
|
|
325
|
+
icons ([674b67a](https://github.com/neo4j/neo4j-design/commit/674b67a86f60daee8cdc829a85b0a8403ff0f766))
|
|
326
|
+
- **react:** add drag and drop
|
|
327
|
+
component ([339763d](https://github.com/neo4j/neo4j-design/commit/339763debd7f3ae00237b06b6580944a74a13635))
|
|
328
|
+
|
|
329
|
+
## [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)
|
|
330
|
+
|
|
331
|
+
**Note:** Version bump only for package @neo4j-ndl/base
|
|
332
|
+
|
|
333
|
+
## [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)
|
|
334
|
+
|
|
335
|
+
### Bug Fixes
|
|
336
|
+
|
|
337
|
+
- **base:** disabled underline tab
|
|
338
|
+
issue ([deee159](https://github.com/neo4j/neo4j-design/commit/deee15991ea16ca31aa8dfd51ec556bcd42a06d2))
|
|
339
|
+
- **base:** label border
|
|
340
|
+
width ([9eb472c](https://github.com/neo4j/neo4j-design/commit/9eb472ced47257dc505f9ea55877fb69a6de82e7))
|
|
341
|
+
|
|
342
|
+
## [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)
|
|
343
|
+
|
|
344
|
+
**Note:** Version bump only for package @neo4j-ndl/base
|
|
345
|
+
|
|
346
|
+
## [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)
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
- **base:** change components to appropriate typescale
|
|
351
|
+
classes ([97c3af3](https://github.com/neo4j/neo4j-design/commit/97c3af3a17bcf3a68f283ba77186b76b77a33e49))
|
|
352
|
+
- **base:** set font on body/html
|
|
353
|
+
not \* ([0016c9f](https://github.com/neo4j/neo4j-design/commit/0016c9fa31e5eff8d42440e16f0116f61c87ab48))
|
|
354
|
+
- **button:** fix button link click working when
|
|
355
|
+
disabled ([f0a5272](https://github.com/neo4j/neo4j-design/commit/f0a52721d7565cb4d1b8a2778f73cd7c4dbc6a21))
|
|
356
|
+
|
|
357
|
+
# 0.1.0 (2022-03-01)
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
- **alert:** prefix alert
|
|
362
|
+
classes ([eb53aa0](https://github.com/neo4j/neo4j-design/commit/eb53aa0ef98c9415de4a533276bd43214e43ee83))
|
|
363
|
+
- **base:** add back
|
|
364
|
+
tabs.css ([1eefd96](https://github.com/neo4j/neo4j-design/commit/1eefd9605ed6fdbadd7024d2049eca8d526191ef))
|
|
365
|
+
- **base:** fix "main" property value in
|
|
366
|
+
package.json ([981db15](https://github.com/neo4j/neo4j-design/commit/981db1518fcfccacf080630833d0f81761e73c69))
|
|
367
|
+
- **base:** fix input
|
|
368
|
+
css ([1314e65](https://github.com/neo4j/neo4j-design/commit/1314e65678c7c046fd887492ca15e05f431539c8))
|
|
369
|
+
- **base:** fix tab css
|
|
370
|
+
syntax ([ed86d41](https://github.com/neo4j/neo4j-design/commit/ed86d41189b50668f22901a869f5dd3d24011291))
|
|
371
|
+
- **base:** fix tailwind conflicts with existing css files, disabled pre-flight and
|
|
372
|
+
more ([1d8fb98](https://github.com/neo4j/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
|
|
373
|
+
- **base:** fix typescript generator issue with importing outside src a generated
|
|
374
|
+
file ([79eb5a2](https://github.com/neo4j/neo4j-design/commit/79eb5a2afd404defb07b5d04c541ab4d92a3cc43))
|
|
375
|
+
- **base:** move deps to
|
|
376
|
+
devDependencies ([195019d](https://github.com/neo4j/neo4j-design/commit/195019d566c9c9f55607e370f688f475105491c0))
|
|
377
|
+
- **base:** remove defaults for
|
|
378
|
+
radius/shadow ([e66eca3](https://github.com/neo4j/neo4j-design/commit/e66eca369746180256e439faa71572e929b650a4))
|
|
379
|
+
- **base:** tailwind colors to include light
|
|
380
|
+
palette ([1b9f739](https://github.com/neo4j/neo4j-design/commit/1b9f7397a2c72ffb9eacd559aa86f16b91ce250d))
|
|
381
|
+
- **base:** typo in
|
|
382
|
+
body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
|
|
383
|
+
- **base:** Update colors to match color
|
|
384
|
+
document ([e3cf9e2](https://github.com/neo4j/neo4j-design/commit/e3cf9e270907894eddb3404cf4ed04eeef33b195))
|
|
385
|
+
- **base:** use postcss when building
|
|
386
|
+
styles ([e8ba834](https://github.com/neo4j/neo4j-design/commit/e8ba834195578bee6c51b5a9292e4de60e86edd5))
|
|
387
|
+
- **button:** add "as"
|
|
388
|
+
prop ([b94beeb](https://github.com/neo4j/neo4j-design/commit/b94beeb3a327893302c5754a778c4ec1eaa0cec0))
|
|
389
|
+
- **button:** clean up button load/disabled
|
|
390
|
+
state ([213ae48](https://github.com/neo4j/neo4j-design/commit/213ae48349d4f9faaa944ee752d19208a1af5197))
|
|
391
|
+
- **button:** increase border radius in icon
|
|
392
|
+
mode ([980e9b0](https://github.com/neo4j/neo4j-design/commit/980e9b0daaa170f31343a8211ebb6f89c352f1ab))
|
|
393
|
+
- **button:** prefix button root class with
|
|
394
|
+
ndl ([b30e27a](https://github.com/neo4j/neo4j-design/commit/b30e27a6155ba3851adb6ba49332c34b19a2332a))
|
|
395
|
+
- **button:** update text button
|
|
396
|
+
colors ([6400389](https://github.com/neo4j/neo4j-design/commit/640038987b544361099762404d972e786d70cabd))
|
|
397
|
+
- **color-tokens:** use rgb color tokens for css
|
|
398
|
+
vars ([2365cac](https://github.com/neo4j/neo4j-design/commit/2365cacbeb50b805db3d0c8570cfcd50e1c3e4cd))
|
|
399
|
+
- **input:** scope input css
|
|
400
|
+
classes ([e26ff55](https://github.com/neo4j/neo4j-design/commit/e26ff550c06c95ad0ccaa78e2fb11a531684c991))
|
|
401
|
+
- **label:** scope css
|
|
402
|
+
classes ([400daf8](https://github.com/neo4j/neo4j-design/commit/400daf855b5fef3154af2d40f4c023ee2d7ec956))
|
|
403
|
+
- **loading-spinner:** scope css
|
|
404
|
+
classes ([03c7593](https://github.com/neo4j/neo4j-design/commit/03c7593808d6940a24268b67b36689ecde57c6bc))
|
|
405
|
+
- **menu:** add disabled state to menu item. map menu enter pressed to click
|
|
406
|
+
event ([cac6c50](https://github.com/neo4j/neo4j-design/commit/cac6c5036822b34d66161ec036fbfb595cb98f80))
|
|
407
|
+
- **menu:** scope css
|
|
408
|
+
classes ([572917e](https://github.com/neo4j/neo4j-design/commit/572917eeb6e94927a53b474a91bbeb5cc0dfc9d9))
|
|
409
|
+
- **popover:** scope css
|
|
410
|
+
classes ([3cb3207](https://github.com/neo4j/neo4j-design/commit/3cb3207fc224cfe3bd160bdd13c8d179e5f54168))
|
|
411
|
+
- **progress-bar:** scope css
|
|
412
|
+
classes ([8316e36](https://github.com/neo4j/neo4j-design/commit/8316e36da210e7b9bc0458adbd9e088e7dff5980))
|
|
413
|
+
- **project:** replace token reference from "json" to "
|
|
414
|
+
js" ([577358c](https://github.com/neo4j/neo4j-design/commit/577358c40908e61bc23d1b31ec79cb6b22e5a5e1))
|
|
415
|
+
- **storybook:** typography weights
|
|
416
|
+
missing ([67abda7](https://github.com/neo4j/neo4j-design/commit/67abda7f63c71262ea33be3456ab7e554e2e2bcf))
|
|
417
|
+
- **react:** button component hover cursor and storybook disabled prop
|
|
418
|
+
missing ([861fb8e](https://github.com/neo4j/neo4j-design/commit/861fb8ecff51e8f5f5fc2b739cdd8ae990fbe0ca))
|
|
419
|
+
- **react:** safari render of context menu item and
|
|
420
|
+
chore ([9a44fbd](https://github.com/neo4j/neo4j-design/commit/9a44fbd5261a020c88c6bc88211d0754d6d4f8f5))
|
|
421
|
+
- **tabs:** scope css
|
|
422
|
+
classes ([b0137a0](https://github.com/neo4j/neo4j-design/commit/b0137a02645a58473590f8d6c4f09158cf9e101c))
|
|
423
|
+
- **tag:** scope css
|
|
424
|
+
classes ([89086e1](https://github.com/neo4j/neo4j-design/commit/89086e1d0c47479cc040327fd8105728ef8c46d9))
|
|
425
|
+
- **tooltip:** scope css
|
|
426
|
+
classes ([0e56690](https://github.com/neo4j/neo4j-design/commit/0e56690b88b970cdcd6da90c9458386d67ee3746))
|
|
427
|
+
- **view-selector:** scope css
|
|
428
|
+
classes ([6262035](https://github.com/neo4j/neo4j-design/commit/62620353f1ff1f371b2ea463302cafbff9d8a5f4))
|
|
429
|
+
|
|
430
|
+
### Features
|
|
431
|
+
|
|
432
|
+
- add tooltip
|
|
433
|
+
component ([#23](https://github.com/neo4j/neo4j-design/issues/23)) ([c02f5d6](https://github.com/neo4j/neo4j-design/commit/c02f5d634b1a4e266a415feec6c48ce9bf064ef5))
|
|
434
|
+
- **base:** add light theme
|
|
435
|
+
token ([1e2f0c1](https://github.com/neo4j/neo4j-design/commit/1e2f0c11fe8c654e52f46ae0f7317889f0fe3a55))
|
|
436
|
+
- **base:** typography
|
|
437
|
+
added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
|
|
438
|
+
- **icons:** add web-component
|
|
439
|
+
icons ([ad453b6](https://github.com/neo4j/neo4j-design/commit/ad453b6152b4e0f379c67d9be37996a56791289c))
|
|
440
|
+
- **popover:** create popover from
|
|
441
|
+
menu ([d1a20a4](https://github.com/neo4j/neo4j-design/commit/d1a20a49761e9cfcba43ec6d2078f3e9f6a11faa))
|
|
442
|
+
- **project:** add design token system using
|
|
443
|
+
style-dictionary ([f3988b0](https://github.com/neo4j/neo4j-design/commit/f3988b0574ec57149a17dcbf13013585e1e173ff))
|
|
444
|
+
- **project:** button finished, pill renamed to label with +1 variant and Tailwind v2 to
|
|
445
|
+
v3 ([3093d4f](https://github.com/neo4j/neo4j-design/commit/3093d4f34d6d41818f7f560c2dde1ed96ab0652e))
|
|
446
|
+
- **react:** add context
|
|
447
|
+
menu ([acc319d](https://github.com/neo4j/neo4j-design/commit/acc319d25e7def7168d6fd5761434044c506ed3d))
|
|
448
|
+
- **react:** add radio, checkbox and switch
|
|
449
|
+
components ([9fa81f3](https://github.com/neo4j/neo4j-design/commit/9fa81f3d6dd8b560e96a01ddbdd07431ea95c2e8))
|
|
450
|
+
- **react:** add switch and checkbox
|
|
451
|
+
component ([a82f962](https://github.com/neo4j/neo4j-design/commit/a82f9627e1cede05b8013d9eb0326720ff5b9163))
|
|
452
|
+
- **react:** add Tag
|
|
453
|
+
component ([91f6972](https://github.com/neo4j/neo4j-design/commit/91f69721bf5c4d5fb207019125b4edd1fbc56857))
|
|
454
|
+
- **react:** icons
|
|
455
|
+
added ([c97bd25](https://github.com/neo4j/neo4j-design/commit/c97bd25db1650e36558c714988b46a4584f8eabb))
|
|
456
|
+
- **react:** loading
|
|
457
|
+
spinner ([0e3a583](https://github.com/neo4j/neo4j-design/commit/0e3a5836ee8a60bab2dbbda3d4bdbad689eef8e1))
|
|
458
|
+
- **react:** view-selector
|
|
459
|
+
component ([17a0789](https://github.com/neo4j/neo4j-design/commit/17a0789a9600aa02eb1c4d8e34e43d689d52af7c))
|
|
460
|
+
- **style-dictionary:** add js style tokens and remove json
|
|
461
|
+
ones ([4ba67e2](https://github.com/neo4j/neo4j-design/commit/4ba67e2faee3ffa60434d1579a41fa5a46defb85))
|
|
462
|
+
- **tabs:** add tabs ([1186a66](https://github.com/neo4j/neo4j-design/commit/1186a66d5d08ee26480c1aefba156314050914ef))
|
|
463
|
+
|
|
464
|
+
# [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)
|
|
465
|
+
|
|
466
|
+
### Bug Fixes
|
|
467
|
+
|
|
468
|
+
- **base:** typo in
|
|
469
|
+
body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
|
|
470
|
+
|
|
471
|
+
### Features
|
|
472
|
+
|
|
473
|
+
- **base:** typography
|
|
474
|
+
added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
|
|
475
|
+
|
|
476
|
+
## [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)
|
|
477
|
+
|
|
478
|
+
**Note:** Version bump only for package @neo4j-ndl/base
|
|
479
|
+
|
|
480
|
+
## [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)
|
|
481
|
+
|
|
482
|
+
### Bug Fixes
|
|
483
|
+
|
|
484
|
+
- **base:** fix tailwind conflicts with existing css files, disabled pre-flight and
|
|
485
|
+
more ([1d8fb98](https://github.com/konsalex/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
|
|
486
|
+
|
|
487
|
+
## [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)
|
|
488
|
+
|
|
489
|
+
**Note:** Version bump only for package @neo4j-ndl/base
|
|
490
|
+
|
|
491
|
+
## 0.0.2 (2021-11-23)
|
|
492
|
+
|
|
493
|
+
**Note:** Version bump only for package @neo4j-ndl/base
|
package/lib/LICENSES.txt
CHANGED
|
@@ -135,7 +135,7 @@ SOFTWARE.
|
|
|
135
135
|
|
|
136
136
|
-----
|
|
137
137
|
|
|
138
|
-
The following software may be included in this product: @neo4j-ndl/base, @neo4j-ndl/
|
|
138
|
+
The following software may be included in this product: @neo4j-ndl/base, @neo4j-ndl/react, root. This software contains the following license and notice below:
|
|
139
139
|
|
|
140
140
|
GNU GENERAL PUBLIC LICENSE
|
|
141
141
|
Version 3, 29 June 2007
|
|
@@ -2628,7 +2628,7 @@ Third-party licenses
|
|
|
2628
2628
|
|
|
2629
2629
|
-----
|
|
2630
2630
|
|
|
2631
|
-
The following software may be included in this product: @neo4j-ndl/
|
|
2631
|
+
The following software may be included in this product: @neo4j-ndl/storybook. This software contains the following license and notice below:
|
|
2632
2632
|
|
|
2633
2633
|
GNU GENERAL PUBLIC LICENSE
|
|
2634
2634
|
Version 3, 29 June 2007
|
|
@@ -5289,6 +5289,27 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
5289
5289
|
|
|
5290
5290
|
-----
|
|
5291
5291
|
|
|
5292
|
+
The following software may be included in this product: @whitespace/storybook-addon-html. A copy of the source code may be downloaded from https://github.com/whitespace-se/storybook-addon-html. This software contains the following license and notice below:
|
|
5293
|
+
|
|
5294
|
+
GNU Affero General Public License
|
|
5295
|
+
|
|
5296
|
+
Copyright (c) 2022 Whitespace.
|
|
5297
|
+
|
|
5298
|
+
This program is free software: you can redistribute it and/or modify
|
|
5299
|
+
it under the terms of the GNU Affero General Public License as
|
|
5300
|
+
published by the Free Software Foundation, either version 3 of the
|
|
5301
|
+
License, or (at your option) any later version.
|
|
5302
|
+
|
|
5303
|
+
This program is distributed in the hope that it will be useful,
|
|
5304
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
5305
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
5306
|
+
GNU Affero General Public License for more details.
|
|
5307
|
+
|
|
5308
|
+
You should have received a copy of the GNU Affero General Public License
|
|
5309
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
5310
|
+
|
|
5311
|
+
-----
|
|
5312
|
+
|
|
5292
5313
|
The following software may be included in this product: autoprefixer, postcss. A copy of the source code may be downloaded from git+https://github.com/postcss/autoprefixer.git (autoprefixer), git+https://github.com/postcss/postcss.git (postcss). This software contains the following license and notice below:
|
|
5293
5314
|
|
|
5294
5315
|
The MIT License (MIT)
|
|
@@ -5340,33 +5361,6 @@ SOFTWARE.
|
|
|
5340
5361
|
|
|
5341
5362
|
-----
|
|
5342
5363
|
|
|
5343
|
-
The following software may be included in this product: babel-loader. A copy of the source code may be downloaded from https://github.com/babel/babel-loader.git. This software contains the following license and notice below:
|
|
5344
|
-
|
|
5345
|
-
Copyright (c) 2014-2019 Luís Couto <hello@luiscouto.pt>
|
|
5346
|
-
|
|
5347
|
-
MIT License
|
|
5348
|
-
|
|
5349
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5350
|
-
a copy of this software and associated documentation files (the
|
|
5351
|
-
"Software"), to deal in the Software without restriction, including
|
|
5352
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5353
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5354
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5355
|
-
the following conditions:
|
|
5356
|
-
|
|
5357
|
-
The above copyright notice and this permission notice shall be
|
|
5358
|
-
included in all copies or substantial portions of the Software.
|
|
5359
|
-
|
|
5360
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5361
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5362
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5363
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5364
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5365
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5366
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5367
|
-
|
|
5368
|
-
-----
|
|
5369
|
-
|
|
5370
5364
|
The following software may be included in this product: chalk. A copy of the source code may be downloaded from git+https://github.com/chalk/chalk.git. This software contains the following license and notice below:
|
|
5371
5365
|
|
|
5372
5366
|
MIT License
|
package/lib/NOTICE.txt
CHANGED
|
@@ -57,50 +57,35 @@ Third-party licenses
|
|
|
57
57
|
│ ├─ [38;5;166m@heroicons/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:2.0.13 [a2e03][39m (via [38;5;37mnpm:2.0.13 [a2e03][39m)
|
|
58
58
|
│ │ ├─ URL: https://github.com/tailwindlabs/heroicons.git
|
|
59
59
|
│ │ └─ VendorUrl: https://github.com/tailwindlabs/heroicons#readme
|
|
60
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-a11y[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [
|
|
60
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-a11y[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
61
61
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
62
62
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/a11y
|
|
63
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [
|
|
63
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
64
64
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
65
65
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/actions
|
|
66
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-
|
|
67
|
-
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
68
|
-
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/addons/actions
|
|
69
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [08bc3][39m (via [38;5;37mnpm:7.0.0-beta.40 [08bc3][39m)
|
|
66
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
70
67
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
71
68
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/essentials
|
|
72
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-
|
|
73
|
-
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
74
|
-
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/addons/essentials
|
|
75
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-links[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [08bc3][39m (via [38;5;37mnpm:7.0.0-beta.40 [08bc3][39m)
|
|
69
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-links[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
76
70
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
77
71
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/links
|
|
78
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-
|
|
79
|
-
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
80
|
-
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/addons/links
|
|
81
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [08bc3][39m (via [38;5;37mnpm:7.0.0-beta.40 [08bc3][39m)
|
|
72
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
82
73
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
83
74
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/storysource
|
|
84
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;
|
|
85
|
-
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
86
|
-
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/addons/storysource
|
|
87
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mhtml-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-alpha.50 [a7433][39m (via [38;5;37mnpm:7.0.0-alpha.50 [a7433][39m)
|
|
88
|
-
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
89
|
-
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/frameworks/html-webpack5
|
|
90
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [08bc3][39m (via [38;5;37mnpm:7.0.0-beta.40 [08bc3][39m)
|
|
75
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
91
76
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
92
77
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/renderers/react
|
|
93
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-vite[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [
|
|
78
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-vite[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
94
79
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
95
80
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/frameworks/react-vite
|
|
96
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [
|
|
81
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40 [d75d7][39m (via [38;5;37mnpm:7.0.0-beta.40 [d75d7][39m)
|
|
97
82
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
98
83
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/frameworks/react-webpack5
|
|
99
84
|
│ ├─ [38;5;166m@svgr/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:6.5.1[39m (via [38;5;37mnpm:6.5.1[39m)
|
|
100
85
|
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/main/packages/cli
|
|
101
86
|
│ │ ├─ VendorName: Greg Bergé
|
|
102
87
|
│ │ └─ VendorUrl: https://react-svgr.com
|
|
103
|
-
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.5.22 [
|
|
88
|
+
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.5.22 [a2e03][39m (via [38;5;37mnpm:^8.5.22 [a2e03][39m)
|
|
104
89
|
│ │ ├─ URL: git+https://github.com/tanstack/table.git
|
|
105
90
|
│ │ ├─ VendorName: Tanner Linsley
|
|
106
91
|
│ │ └─ VendorUrl: https://github.com/tanstack/table#readme
|
|
@@ -149,10 +134,6 @@ Third-party licenses
|
|
|
149
134
|
│ │ └─ VendorName: Andrey Sitnik
|
|
150
135
|
│ ├─ [38;5;173mbabel-jest[39m[38;5;111m@[39m[38;5;111mnpm:27.5.1 [a2e03][39m (via [38;5;37mnpm:^27.3.1 [a2e03][39m)
|
|
151
136
|
│ │ └─ URL: https://github.com/facebook/jest.git
|
|
152
|
-
│ ├─ [38;5;173mbabel-loader[39m[38;5;111m@[39m[38;5;111mnpm:8.2.5 [a7433][39m (via [38;5;37mnpm:^8.2.3 [a7433][39m)
|
|
153
|
-
│ │ ├─ URL: https://github.com/babel/babel-loader.git
|
|
154
|
-
│ │ ├─ VendorName: Luis Couto
|
|
155
|
-
│ │ └─ VendorUrl: https://github.com/babel/babel-loader
|
|
156
137
|
│ ├─ [38;5;173mchalk[39m[38;5;111m@[39m[38;5;111mnpm:5.1.2[39m (via [38;5;37mnpm:^5.1.0[39m)
|
|
157
138
|
│ │ └─ URL: git+https://github.com/chalk/chalk.git
|
|
158
139
|
│ ├─ [38;5;173mchromatic[39m[38;5;111m@[39m[38;5;111mnpm:6.11.4[39m (via [38;5;37mnpm:^6.5.1[39m)
|
|
@@ -227,14 +208,14 @@ Third-party licenses
|
|
|
227
208
|
│ ├─ [38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.2[39m (via [38;5;37mnpm:^17.0.2[39m)
|
|
228
209
|
│ │ ├─ URL: https://github.com/facebook/react.git
|
|
229
210
|
│ │ └─ VendorUrl: https://reactjs.org/
|
|
230
|
-
│ ├─ [38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.2 [
|
|
211
|
+
│ ├─ [38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.2 [d75d7][39m (via [38;5;37mnpm:^17.0.2 [d75d7][39m)
|
|
231
212
|
│ │ ├─ URL: https://github.com/facebook/react.git
|
|
232
213
|
│ │ └─ VendorUrl: https://reactjs.org/
|
|
233
|
-
│ ├─ [38;5;173mreact-dropzone[39m[38;5;111m@[39m[38;5;111mnpm:14.2.3 [
|
|
214
|
+
│ ├─ [38;5;173mreact-dropzone[39m[38;5;111m@[39m[38;5;111mnpm:14.2.3 [a2e03][39m (via [38;5;37mnpm:^14.0.0 [a2e03][39m)
|
|
234
215
|
│ │ ├─ URL: https://github.com/react-dropzone/react-dropzone.git
|
|
235
216
|
│ │ ├─ VendorName: Param Aggarwal
|
|
236
217
|
│ │ └─ VendorUrl: https://github.com/react-dropzone/react-dropzone
|
|
237
|
-
│ ├─ [38;5;173mreact-hot-toast[39m[38;5;111m@[39m[38;5;111mnpm:2.4.0 [
|
|
218
|
+
│ ├─ [38;5;173mreact-hot-toast[39m[38;5;111m@[39m[38;5;111mnpm:2.4.0 [d75d7][39m (via [38;5;37mnpm:^2.3.0 [d75d7][39m)
|
|
238
219
|
│ │ ├─ URL: git+https://github.com/timolins/react-hot-toast.git
|
|
239
220
|
│ │ └─ VendorName: Timo Lins
|
|
240
221
|
│ ├─ [38;5;173mreact-select[39m[38;5;111m@[39m[38;5;111mnpm:5.7.0 [a2e03][39m (via [38;5;37mnpm:5.7.0 [a2e03][39m)
|
|
@@ -248,20 +229,17 @@ Third-party licenses
|
|
|
248
229
|
│ │ ├─ URL: git+https://github.com/react-syntax-highlighter/react-syntax-highlighter.git
|
|
249
230
|
│ │ ├─ VendorName: Conor Hastings
|
|
250
231
|
│ │ └─ VendorUrl: https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme
|
|
251
|
-
│ ├─ [38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:7.8.0 [
|
|
232
|
+
│ ├─ [38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:7.8.0 [a2e03][39m (via [38;5;37mnpm:^7.7.0 [a2e03][39m)
|
|
252
233
|
│ │ ├─ URL: https://github.com/tannerlinsley/react-table
|
|
253
234
|
│ │ └─ VendorUrl: https://react-table.tanstack.com
|
|
254
235
|
│ ├─ [38;5;173mresize-observer-polyfill[39m[38;5;111m@[39m[38;5;111mnpm:1.5.1[39m (via [38;5;37mnpm:^1.5.1[39m)
|
|
255
236
|
│ │ ├─ URL: https://github.com/que-etc/resize-observer-polyfill.git
|
|
256
237
|
│ │ ├─ VendorName: Denis Rul
|
|
257
238
|
│ │ └─ VendorUrl: https://github.com/que-etc/resize-observer-polyfill
|
|
258
|
-
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-alpha.50[39m (via [38;5;37mnpm:7.0.0-alpha.50[39m)
|
|
259
|
-
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
260
|
-
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/lib/cli
|
|
261
239
|
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.40[39m (via [38;5;37mnpm:7.0.0-beta.40[39m)
|
|
262
240
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
263
241
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/lib/cli
|
|
264
|
-
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.1 [
|
|
242
|
+
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.1 [d75d7][39m (via [38;5;37mnpm:^1.15.1 [d75d7][39m)
|
|
265
243
|
│ │ ├─ URL: https://github.com/chromaui/storybook-addon-pseudo-states
|
|
266
244
|
│ │ └─ VendorName: ghengeveld
|
|
267
245
|
│ ├─ [38;5;173mtailwindcss[39m[38;5;111m@[39m[38;5;111mnpm:3.1.8 [708d2][39m (via [38;5;37mnpm:3.1.8 [708d2][39m)
|
|
@@ -279,29 +257,33 @@ Third-party licenses
|
|
|
279
257
|
│ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
|
|
280
258
|
│ │ ├─ VendorName: Blake Embrey
|
|
281
259
|
│ │ └─ VendorUrl: https://typestrong.org/ts-node
|
|
282
|
-
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:4.0.4 [
|
|
260
|
+
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:4.0.4 [d75d7][39m (via [38;5;37mnpm:^4.0.4 [d75d7][39m)
|
|
283
261
|
│ │ ├─ URL: git+https://github.com/vitejs/vite.git
|
|
284
262
|
│ │ ├─ VendorName: Evan You
|
|
285
263
|
│ │ └─ VendorUrl: https://github.com/vitejs/vite/tree/main/#readme
|
|
286
|
-
│ └─ [38;5;173mvite-tsconfig-paths[39m[38;5;111m@[39m[38;5;111mnpm:3.5.2 [
|
|
264
|
+
│ └─ [38;5;173mvite-tsconfig-paths[39m[38;5;111m@[39m[38;5;111mnpm:3.5.2 [d75d7][39m (via [38;5;37mnpm:^3.5.2 [d75d7][39m)
|
|
287
265
|
│ ├─ URL: git+https://github.com/aleclarson/vite-tsconfig-paths.git
|
|
288
266
|
│ └─ VendorName: aleclarson
|
|
289
267
|
│
|
|
290
268
|
├─ GPL-3.0
|
|
291
269
|
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mbase[39m[38;5;111m@[39m[38;5;111mworkspace:packages/base[39m (via [38;5;37mworkspace:packages/base[39m)
|
|
292
270
|
│ │ └─ VendorName: Neo4j Inc.
|
|
293
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;
|
|
294
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react [08bc3][39m (via [38;5;37mworkspace:^ [08bc3][39m)
|
|
271
|
+
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react [d75d7][39m (via [38;5;37mworkspace:^ [d75d7][39m)
|
|
295
272
|
│ │ └─ VendorName: Neo4j Inc.
|
|
296
273
|
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react[39m (via [38;5;37mworkspace:packages/react[39m)
|
|
297
274
|
│ │ └─ VendorName: Neo4j Inc.
|
|
298
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;
|
|
275
|
+
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mworkspace:packages/storybook[39m (via [38;5;37mworkspace:packages/storybook[39m)
|
|
299
276
|
│ └─ [38;5;173mroot[39m[38;5;111m@[39m[38;5;111mworkspace:.[39m (via [38;5;37mworkspace:.[39m)
|
|
300
277
|
│
|
|
301
278
|
├─ BSD-2-Clause
|
|
302
279
|
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:5.42.0 [a2e03][39m (via [38;5;37mnpm:^5.5.0 [a2e03][39m)
|
|
303
280
|
│ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
304
281
|
│
|
|
282
|
+
├─ AGPL-3.0-or-later
|
|
283
|
+
│ └─ [38;5;166m@whitespace/[39m[38;5;173mstorybook-addon-html[39m[38;5;111m@[39m[38;5;111mnpm:5.1.1 [d75d7][39m (via [38;5;37mnpm:^5.1.1 [d75d7][39m)
|
|
284
|
+
│ ├─ URL: https://github.com/whitespace-se/storybook-addon-html
|
|
285
|
+
│ └─ VendorName: Whitespace
|
|
286
|
+
│
|
|
305
287
|
├─ Apache-2.0
|
|
306
288
|
│ ├─ [38;5;173mfuse.js[39m[38;5;111m@[39m[38;5;111mnpm:6.6.2[39m (via [38;5;37mnpm:^6.6.2[39m)
|
|
307
289
|
│ │ ├─ URL: https://github.com/krisk/Fuse.git
|
|
@@ -320,7 +302,7 @@ Third-party licenses
|
|
|
320
302
|
│ ├─ [38;5;173mlicense-checker[39m[38;5;111m@[39m[38;5;111mnpm:25.0.1[39m (via [38;5;37mnpm:25.0.1[39m)
|
|
321
303
|
│ │ ├─ URL: http://github.com/davglass/license-checker.git
|
|
322
304
|
│ │ └─ VendorName: Dav Glass
|
|
323
|
-
│ └─ [38;5;173mreact-medium-image-zoom[39m[38;5;111m@[39m[38;5;111mnpm:4.4.3 [
|
|
305
|
+
│ └─ [38;5;173mreact-medium-image-zoom[39m[38;5;111m@[39m[38;5;111mnpm:4.4.3 [d75d7][39m (via [38;5;37mnpm:^4.3.5 [d75d7][39m)
|
|
324
306
|
│ ├─ URL: git@github.com:rpearce/react-medium-image-zoom.git
|
|
325
307
|
│ ├─ VendorName: Robert Pearce
|
|
326
308
|
│ └─ VendorUrl: https://github.com/rpearce/react-medium-image-zoom
|
|
@@ -46,7 +46,7 @@ exports.tailwindConfig = {
|
|
|
46
46
|
content: [
|
|
47
47
|
'./src/**/*.{tsx,md,jsx,js,html,mdx}',
|
|
48
48
|
'../react/**/*.{tsx,md,jsx,js,html,mdx}',
|
|
49
|
-
'../
|
|
49
|
+
'../storybook/**/*.{tsx,md,jsx,js,html,mdx}',
|
|
50
50
|
],
|
|
51
51
|
// remove classes like `text-opacity` but leave all color utilities
|
|
52
52
|
// eventually we should generate components in a more
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;AAEH,uDAAmD;AACnD,qDAAgD;AAEhD;;;;GAIG;AACH,2CAA2C;AAC9B,QAAA,cAAc,GAAG;IAC5B,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,qCAAqC;QACrC,wCAAwC;QACxC,
|
|
1
|
+
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;AAEH,uDAAmD;AACnD,qDAAgD;AAEhD;;;;GAIG;AACH,2CAA2C;AAC9B,QAAA,cAAc,GAAG;IAC5B,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,qCAAqC;QACrC,wCAAwC;QACxC,4CAA4C;KAC7C;IACD,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,iFAAiF;YACnF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,+EAA+E;YACjF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,sBAAsB;YACtB,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;QACD;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,wBACA,gCAAa,KAChB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;YACD,MAAM;gBACJ,GAAC,kBAAkB,IAAG,IAAI;gBAC1B,UAAO,GAAE,IAAI;gBACb,QAAK,GAAE,IAAI;mBACZ;YACD,OAAO,eAGF,MAAM,CAAC,IAAI,CAAC,mBAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CACjC,UAAC,WAAW,EAAE,YAAY;;gBAAK,OAAA,uBAC1B,WAAW,gBACb,gBAAS,YAAY,CAAE,IAAG,mBAAM,CAAC,KAAK,CAAC,YAAY,CAAC,OACrD;YAH6B,CAG7B,EACF,EAAE,CACH,CACF;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}
|
|
@@ -31,7 +31,7 @@ export const tailwindConfig = {
|
|
|
31
31
|
content: [
|
|
32
32
|
'./src/**/*.{tsx,md,jsx,js,html,mdx}',
|
|
33
33
|
'../react/**/*.{tsx,md,jsx,js,html,mdx}',
|
|
34
|
-
'../
|
|
34
|
+
'../storybook/**/*.{tsx,md,jsx,js,html,mdx}',
|
|
35
35
|
],
|
|
36
36
|
// remove classes like `text-opacity` but leave all color utilities
|
|
37
37
|
// eventually we should generate components in a more
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;GAIG;AACH,2CAA2C;AAC3C,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,qCAAqC;QACrC,wCAAwC;QACxC,
|
|
1
|
+
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;GAIG;AACH,2CAA2C;AAC3C,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,qCAAqC;QACrC,wCAAwC;QACxC,4CAA4C;KAC7C;IACD,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,iFAAiF;YACnF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,+EAA+E;YACjF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,sBAAsB;YACtB,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;QACD;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,kCACA,aAAa,KAChB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;YACD,MAAM,EAAE;gBACN,CAAC,kBAAkB,CAAC,EAAE,IAAI;gBAC1B,OAAO,EAAE,IAAI;gBACb,KAAK,EAAE,IAAI;aACZ;YACD,OAAO,oBAGF,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CACjC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,iCAC1B,WAAW,KACd,CAAC,SAAS,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,YAAY,CAAC,IACrD,EACF,EAAE,CACH,CACF;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -459,7 +459,7 @@ video {
|
|
|
459
459
|
*/
|
|
460
460
|
/**
|
|
461
461
|
* Do not edit directly
|
|
462
|
-
* Generated on Wed,
|
|
462
|
+
* Generated on Wed, 22 Feb 2023 14:44:28 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -998,10 +998,10 @@ a.ndl-btn{
|
|
|
998
998
|
background-color: rgba(237,18,82,0.08);
|
|
999
999
|
}
|
|
1000
1000
|
.ndl-icon-btn:active:not(:disabled),
|
|
1001
|
-
.ndl-icon-btn.active{
|
|
1001
|
+
.ndl-icon-btn.ndl-active{
|
|
1002
1002
|
background-color: rgba(113,119,128,0.2);
|
|
1003
1003
|
}
|
|
1004
|
-
.ndl-icon-btn:active:not(:disabled).danger, .ndl-icon-btn.active.danger{
|
|
1004
|
+
.ndl-icon-btn:active:not(:disabled).ndl-danger, .ndl-icon-btn.ndl-active.ndl-danger{
|
|
1005
1005
|
background-color: rgba(237,18,82,0.12);
|
|
1006
1006
|
}
|
|
1007
1007
|
.ndl-icon-btn.ndl-loading{
|
|
@@ -1336,7 +1336,7 @@ a.ndl-btn{
|
|
|
1336
1336
|
* You should have received a copy of the GNU General Public License
|
|
1337
1337
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
1338
1338
|
*/
|
|
1339
|
-
.ndl-
|
|
1339
|
+
.ndl-banner{
|
|
1340
1340
|
padding: 1rem;
|
|
1341
1341
|
border-radius: 4px;
|
|
1342
1342
|
display: flex;
|
|
@@ -1344,36 +1344,36 @@ a.ndl-btn{
|
|
|
1344
1344
|
-moz-column-gap: 1rem;
|
|
1345
1345
|
column-gap: 1rem;
|
|
1346
1346
|
}
|
|
1347
|
-
.ndl-
|
|
1347
|
+
.ndl-banner .ndl-banner-content{
|
|
1348
1348
|
display: flex;
|
|
1349
1349
|
flex: 1 1 0%;
|
|
1350
1350
|
flex-direction: column;
|
|
1351
1351
|
gap: 0.5rem;
|
|
1352
1352
|
overflow: auto;
|
|
1353
1353
|
}
|
|
1354
|
-
.ndl-
|
|
1354
|
+
.ndl-banner .ndl-banner-title{
|
|
1355
1355
|
display: flex;
|
|
1356
1356
|
justify-content: space-between;
|
|
1357
1357
|
}
|
|
1358
|
-
.ndl-
|
|
1358
|
+
.ndl-banner.ndl-with-description .ndl-banner-title{
|
|
1359
1359
|
margin: 0px;
|
|
1360
1360
|
}
|
|
1361
|
-
.ndl-
|
|
1361
|
+
.ndl-banner .ndl-banner-icon{
|
|
1362
1362
|
height: 1.5rem;
|
|
1363
1363
|
width: 1.5rem;
|
|
1364
1364
|
}
|
|
1365
|
-
.ndl-
|
|
1365
|
+
.ndl-banner .ndl-banner-icon.ndl-close-icon{
|
|
1366
1366
|
--tw-text-opacity: 1;
|
|
1367
1367
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1368
1368
|
cursor: pointer;
|
|
1369
1369
|
}
|
|
1370
|
-
.ndl-
|
|
1370
|
+
.ndl-banner .ndl-banner-actions{
|
|
1371
1371
|
margin-top: 1rem;
|
|
1372
1372
|
display: flex;
|
|
1373
1373
|
-moz-column-gap: 1rem;
|
|
1374
1374
|
column-gap: 1rem;
|
|
1375
1375
|
}
|
|
1376
|
-
.ndl-
|
|
1376
|
+
.ndl-banner .ndl-banner-actions a{
|
|
1377
1377
|
cursor: pointer;
|
|
1378
1378
|
text-decoration-line: underline;
|
|
1379
1379
|
font-size: var(--font-size-label);
|
|
@@ -1381,7 +1381,7 @@ a.ndl-btn{
|
|
|
1381
1381
|
letter-spacing: 0;
|
|
1382
1382
|
line-height: 1.25rem;
|
|
1383
1383
|
}
|
|
1384
|
-
.ndl-
|
|
1384
|
+
.ndl-banner.ndl-info{
|
|
1385
1385
|
--tw-bg-opacity: 1;
|
|
1386
1386
|
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
1387
1387
|
border-width: 1px;
|
|
@@ -1389,11 +1389,11 @@ a.ndl-btn{
|
|
|
1389
1389
|
--tw-border-opacity: 1;
|
|
1390
1390
|
border-color: rgb(163 226 255 / var(--tw-border-opacity));
|
|
1391
1391
|
}
|
|
1392
|
-
.ndl-
|
|
1392
|
+
.ndl-banner.ndl-info .ndl-banner-status-icon{
|
|
1393
1393
|
--tw-text-opacity: 1;
|
|
1394
1394
|
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
1395
1395
|
}
|
|
1396
|
-
.ndl-
|
|
1396
|
+
.ndl-banner.ndl-success{
|
|
1397
1397
|
--tw-bg-opacity: 1;
|
|
1398
1398
|
background-color: rgb(225 250 239 / var(--tw-bg-opacity));
|
|
1399
1399
|
border-width: 1px;
|
|
@@ -1401,11 +1401,11 @@ a.ndl-btn{
|
|
|
1401
1401
|
--tw-border-opacity: 1;
|
|
1402
1402
|
border-color: rgb(152 237 203 / var(--tw-border-opacity));
|
|
1403
1403
|
}
|
|
1404
|
-
.ndl-
|
|
1404
|
+
.ndl-banner.ndl-success .ndl-banner-status-icon{
|
|
1405
1405
|
--tw-text-opacity: 1;
|
|
1406
1406
|
color: rgb(50 125 96 / var(--tw-text-opacity));
|
|
1407
1407
|
}
|
|
1408
|
-
.ndl-
|
|
1408
|
+
.ndl-banner.ndl-warning{
|
|
1409
1409
|
--tw-bg-opacity: 1;
|
|
1410
1410
|
background-color: rgb(255 251 222 / var(--tw-bg-opacity));
|
|
1411
1411
|
border-width: 1px;
|
|
@@ -1413,11 +1413,11 @@ a.ndl-btn{
|
|
|
1413
1413
|
--tw-border-opacity: 1;
|
|
1414
1414
|
border-color: rgb(255 244 181 / var(--tw-border-opacity));
|
|
1415
1415
|
}
|
|
1416
|
-
.ndl-
|
|
1416
|
+
.ndl-banner.ndl-warning .ndl-banner-status-icon{
|
|
1417
1417
|
--tw-text-opacity: 1;
|
|
1418
1418
|
color: rgb(217 181 74 / var(--tw-text-opacity));
|
|
1419
1419
|
}
|
|
1420
|
-
.ndl-
|
|
1420
|
+
.ndl-banner.ndl-danger{
|
|
1421
1421
|
--tw-bg-opacity: 1;
|
|
1422
1422
|
background-color: rgb(255 230 233 / var(--tw-bg-opacity));
|
|
1423
1423
|
border-width: 1px;
|
|
@@ -1425,11 +1425,11 @@ a.ndl-btn{
|
|
|
1425
1425
|
--tw-border-opacity: 1;
|
|
1426
1426
|
border-color: rgb(255 184 196 / var(--tw-border-opacity));
|
|
1427
1427
|
}
|
|
1428
|
-
.ndl-
|
|
1428
|
+
.ndl-banner.ndl-danger .ndl-banner-status-icon{
|
|
1429
1429
|
--tw-text-opacity: 1;
|
|
1430
1430
|
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
1431
1431
|
}
|
|
1432
|
-
.ndl-
|
|
1432
|
+
.ndl-banner.ndl-floating{
|
|
1433
1433
|
--tw-shadow: 0px 8px 20px 0px rgba(12, 26, 37, 0.12);
|
|
1434
1434
|
--tw-shadow-colored: 0px 8px 20px 0px var(--tw-shadow-color);
|
|
1435
1435
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -3151,6 +3151,196 @@ a.ndl-btn{
|
|
|
3151
3151
|
--tw-text-opacity: 1;
|
|
3152
3152
|
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
3153
3153
|
}
|
|
3154
|
+
/**
|
|
3155
|
+
*
|
|
3156
|
+
* Copyright (c) "Neo4j"
|
|
3157
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
3158
|
+
*
|
|
3159
|
+
* This file is part of Neo4j.
|
|
3160
|
+
*
|
|
3161
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
3162
|
+
* it under the terms of the GNU General Public License as published by
|
|
3163
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
3164
|
+
* (at your option) any later version.
|
|
3165
|
+
*
|
|
3166
|
+
* This program is distributed in the hope that it will be useful,
|
|
3167
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
3168
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
3169
|
+
* GNU General Public License for more details.
|
|
3170
|
+
*
|
|
3171
|
+
* You should have received a copy of the GNU General Public License
|
|
3172
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
3173
|
+
*/
|
|
3174
|
+
/* Source: https://tailwindcss.com/docs/display#table */
|
|
3175
|
+
.ndl-table .ndl-table-row:after {
|
|
3176
|
+
content: '';
|
|
3177
|
+
position: absolute;
|
|
3178
|
+
width: calc(100% - 60px);
|
|
3179
|
+
transform: translateX(-50%);
|
|
3180
|
+
bottom: 0;
|
|
3181
|
+
left: 50%;
|
|
3182
|
+
border-bottom-width: 1px;
|
|
3183
|
+
--tw-border-opacity: 1;
|
|
3184
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
3185
|
+
}
|
|
3186
|
+
/* Add prefix here also, as there is a conflict with native tailwind classes like "<prefix>table-row" */
|
|
3187
|
+
.ndl-table .ndl-table-row:last-child:after{
|
|
3188
|
+
border-width: 0px;
|
|
3189
|
+
}
|
|
3190
|
+
.ndl-table .ndl-table-header-cell{
|
|
3191
|
+
display: inline-flex;
|
|
3192
|
+
height: 100%;
|
|
3193
|
+
align-items: center;
|
|
3194
|
+
-moz-column-gap: 0.25rem;
|
|
3195
|
+
column-gap: 0.25rem;
|
|
3196
|
+
--tw-text-opacity: 1;
|
|
3197
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
3198
|
+
font-size: var(--font-size-body-large);
|
|
3199
|
+
font-weight: var(--font-weight-normal);
|
|
3200
|
+
letter-spacing: 0.016rem;
|
|
3201
|
+
line-height: 1.5rem;
|
|
3202
|
+
}
|
|
3203
|
+
.ndl-table .ndl-table-row{
|
|
3204
|
+
position: relative;
|
|
3205
|
+
display: table-row;
|
|
3206
|
+
height: 3rem;
|
|
3207
|
+
overflow: visible;
|
|
3208
|
+
}
|
|
3209
|
+
.ndl-table .ndl-table-row:hover{
|
|
3210
|
+
--tw-bg-opacity: 1;
|
|
3211
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
3212
|
+
}
|
|
3213
|
+
.ndl-table .ndl-table-row .ndl-table-row-actions{
|
|
3214
|
+
display: none;
|
|
3215
|
+
}
|
|
3216
|
+
.ndl-table .ndl-table-row:hover .ndl-table-row-actions{
|
|
3217
|
+
position: absolute;
|
|
3218
|
+
top: 50%;
|
|
3219
|
+
right: 2rem;
|
|
3220
|
+
z-index: 10;
|
|
3221
|
+
display: flex;
|
|
3222
|
+
--tw-translate-y: -50%;
|
|
3223
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3224
|
+
flex-direction: row;
|
|
3225
|
+
align-items: center;
|
|
3226
|
+
-moz-column-gap: 0.5rem;
|
|
3227
|
+
column-gap: 0.5rem;
|
|
3228
|
+
padding-left: 1rem;
|
|
3229
|
+
padding-right: 1rem;
|
|
3230
|
+
}
|
|
3231
|
+
.ndl-table .ndl-table-cell{
|
|
3232
|
+
position: relative;
|
|
3233
|
+
display: table-cell;
|
|
3234
|
+
overflow: auto;
|
|
3235
|
+
white-space: nowrap;
|
|
3236
|
+
padding-left: 1.75rem;
|
|
3237
|
+
padding-right: 1.75rem;
|
|
3238
|
+
padding-top: 0.75rem;
|
|
3239
|
+
padding-bottom: 0.75rem;
|
|
3240
|
+
--tw-text-opacity: 1;
|
|
3241
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
3242
|
+
font-size: var(--font-size-body-medium);
|
|
3243
|
+
font-weight: var(--font-weight-normal);
|
|
3244
|
+
letter-spacing: 0.016rem;
|
|
3245
|
+
line-height: 1.25rem;
|
|
3246
|
+
}
|
|
3247
|
+
.ndl-table .ndl-table-placeholder{
|
|
3248
|
+
position: absolute;
|
|
3249
|
+
top: 50%;
|
|
3250
|
+
right: 50%;
|
|
3251
|
+
display: flex;
|
|
3252
|
+
--tw-translate-x: 50%;
|
|
3253
|
+
--tw-translate-y: -10%;
|
|
3254
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3255
|
+
flex-direction: row;
|
|
3256
|
+
align-items: center;
|
|
3257
|
+
justify-content: center;
|
|
3258
|
+
gap: 0.5rem;
|
|
3259
|
+
border-style: none;
|
|
3260
|
+
}
|
|
3261
|
+
.ndl-table tr th.ndl-table-column-styling {
|
|
3262
|
+
border-collapse: separate;
|
|
3263
|
+
box-sizing: content-box;
|
|
3264
|
+
-webkit-user-select: none;
|
|
3265
|
+
-moz-user-select: none;
|
|
3266
|
+
user-select: none;
|
|
3267
|
+
padding-left: 1.75rem;
|
|
3268
|
+
padding-right: 1.75rem;
|
|
3269
|
+
padding-top: 0.75rem;
|
|
3270
|
+
padding-bottom: 0.75rem;
|
|
3271
|
+
text-align: left;
|
|
3272
|
+
--tw-text-opacity: 1;
|
|
3273
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
3274
|
+
font-size: var(--font-size-body-large);
|
|
3275
|
+
font-weight: var(--font-weight-normal);
|
|
3276
|
+
letter-spacing: 0.016rem;
|
|
3277
|
+
line-height: 1.5rem;
|
|
3278
|
+
}
|
|
3279
|
+
.ndl-table tr th.ndl-table-column-styling.ndl-sortable:hover{
|
|
3280
|
+
border-left-width: 1px;
|
|
3281
|
+
border-right-width: 1px;
|
|
3282
|
+
--tw-border-opacity: 1;
|
|
3283
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
3284
|
+
--tw-bg-opacity: 1;
|
|
3285
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
3286
|
+
}
|
|
3287
|
+
.ndl-table tr th.ndl-table-column-styling.ndl-sortable:first-child{
|
|
3288
|
+
border-left-width: 0px;
|
|
3289
|
+
}
|
|
3290
|
+
.ndl-table tr th.ndl-table-column-styling.ndl-sortable:last-child{
|
|
3291
|
+
border-right-width: 0px;
|
|
3292
|
+
}
|
|
3293
|
+
.ndl-table .ndl-table-control-group{
|
|
3294
|
+
display: flex;
|
|
3295
|
+
flex-direction: row;
|
|
3296
|
+
flex-wrap: wrap;
|
|
3297
|
+
gap: 0.5rem;
|
|
3298
|
+
}
|
|
3299
|
+
.ndl-table .ndl-table-control-container{
|
|
3300
|
+
display: flex;
|
|
3301
|
+
width: 100%;
|
|
3302
|
+
flex-direction: row;
|
|
3303
|
+
flex-wrap: wrap;
|
|
3304
|
+
justify-content: space-between;
|
|
3305
|
+
gap: 0.5rem;
|
|
3306
|
+
}
|
|
3307
|
+
.ndl-table .ndl-table-resizing-bar{
|
|
3308
|
+
position: absolute;
|
|
3309
|
+
right: 0px;
|
|
3310
|
+
top: 0px;
|
|
3311
|
+
height: 100%;
|
|
3312
|
+
cursor: col-resize;
|
|
3313
|
+
}
|
|
3314
|
+
.ndl-table .ndl-table-resizing-bar:hover{
|
|
3315
|
+
--tw-bg-opacity: 1;
|
|
3316
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
3317
|
+
}
|
|
3318
|
+
.ndl-table-select {
|
|
3319
|
+
/* Reset default select */
|
|
3320
|
+
-webkit-appearance: none;
|
|
3321
|
+
-moz-appearance: none;
|
|
3322
|
+
appearance: none;
|
|
3323
|
+
/* Add dropdown icon */
|
|
3324
|
+
/* https://stackoverflow.com/a/28588194/3247715 */
|
|
3325
|
+
/* Please someone help me get the stroke dynamically set to the design tokens 😢 */
|
|
3326
|
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23535B66" aria-hidden="true" class="n-h-5 n-w-5 n-text-neutral-80"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>');
|
|
3327
|
+
background-repeat: no-repeat;
|
|
3328
|
+
background-size: 20px;
|
|
3329
|
+
background-position: calc(100% - 12px) center;
|
|
3330
|
+
height: 2.25rem;
|
|
3331
|
+
border-radius: 6px;
|
|
3332
|
+
border-width: 1px;
|
|
3333
|
+
--tw-border-opacity: 1;
|
|
3334
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
3335
|
+
--tw-bg-opacity: 1;
|
|
3336
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
3337
|
+
padding-left: 0.75rem;
|
|
3338
|
+
padding-right: 1.75rem;
|
|
3339
|
+
line-height: 1;
|
|
3340
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
3341
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
3342
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3343
|
+
}
|
|
3154
3344
|
/**
|
|
3155
3345
|
*
|
|
3156
3346
|
* Copyright (c) "Neo4j"
|
|
@@ -3901,12 +4091,11 @@ a.ndl-btn{
|
|
|
3901
4091
|
/* Icon Left Collapsed Styles */
|
|
3902
4092
|
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-drawer-button {
|
|
3903
4093
|
/* This is important because we can't rely on
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
*/
|
|
4094
|
+
`right` to be accurate due to the scrollbar
|
|
4095
|
+
on the child <nav /> element. So we switch
|
|
4096
|
+
to offset from the left when collapsed to
|
|
4097
|
+
make the collapse icon and the nav icons
|
|
4098
|
+
align */
|
|
3910
4099
|
left: 0.5rem;
|
|
3911
4100
|
right: unset;
|
|
3912
4101
|
}
|
|
@@ -3954,13 +4143,15 @@ a.ndl-btn{
|
|
|
3954
4143
|
.ndl-side-navigation .ndl-side-navigation-nav::-webkit-scrollbar-thumb{
|
|
3955
4144
|
border-radius: 10px;
|
|
3956
4145
|
--tw-bg-opacity: 1;
|
|
3957
|
-
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
4146
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
4147
|
+
/* 12px */
|
|
3958
4148
|
}
|
|
3959
4149
|
.ndl-side-navigation .ndl-side-navigation-nav-item{
|
|
3960
4150
|
margin-top: 0.125rem;
|
|
3961
4151
|
margin-bottom: 0.125rem;
|
|
3962
4152
|
margin-left: 1rem;
|
|
3963
|
-
margin-right: 1rem;
|
|
4153
|
+
margin-right: 1rem;
|
|
4154
|
+
/* 2px */ /* for focus-visible */
|
|
3964
4155
|
}
|
|
3965
4156
|
/* space between scroll bar */
|
|
3966
4157
|
.ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded){
|
|
@@ -16275,12 +16466,6 @@ a.ndl-btn{
|
|
|
16275
16466
|
transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
|
|
16276
16467
|
transition-duration: 100ms;
|
|
16277
16468
|
}
|
|
16278
|
-
.\[a-zA-Z-\:\#\]{
|
|
16279
|
-
a-z-a--z-: #;
|
|
16280
|
-
}
|
|
16281
|
-
.\[k\:K\]{
|
|
16282
|
-
k: K;
|
|
16283
|
-
}
|
|
16284
16469
|
body,
|
|
16285
16470
|
html {
|
|
16286
16471
|
font-family: 'Nunito Sans', sans-serif;
|
package/lib/tokens/js/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/base",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Neo4j base package for the design system",
|
|
5
5
|
"author": "Neo4j Inc.",
|
|
6
6
|
"homepage": "",
|
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
"ts-node": "^10.4.0",
|
|
53
53
|
"typescript": "4.8.4"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|