@neo4j-ndl/base 4.0.0-alpha.0.c6243ce → 4.0.1

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.
@@ -287,27 +287,27 @@
287
287
  --theme-dark-color-danger-hover-strong: #f96746ff; /** Only used for hover states in critical filled buttons */
288
288
  --theme-dark-color-danger-pressed-weak: #ffaa971f; /** Used for pressed states for critical buttons where the background is either transparent or use Neutral-bg-weak */
289
289
  --theme-dark-color-danger-strong: #e84e2cff; /** Only used for pressed states in critical filled buttons */
290
- --theme-dark-warning-text: #ffd600ff; /** Used for warning state texts and icons. Do not use for other semantic states, visualization or graph colors */
291
- --theme-dark-warning-icon: #ffd600ff; /** Used for warning state texts and icons. Do not use for other semantic states, visualization or graph colors */
292
- --theme-dark-warning-bg-strong: #ffd600ff; /** Use sparsely. Only used for filled labels */
293
- --theme-dark-warning-bg-weak: #312e1aff; /** Used as backgrounds for warning components states such as banner and semi-filled labels */
294
- --theme-dark-warning-bg-status: #d7aa0aff;
295
- --theme-dark-warning-border-strong: #ffd600ff; /** Use sparsely. Only used for outlined labels */
296
- --theme-dark-warning-border-weak: #765500ff; /** Use sparsely. Mainly used in combination with elements that use the Warning-bg-weak to stand out more from the background */
297
- --theme-dark-success-text: #90cb62ff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
298
- --theme-dark-success-icon: #90cb62ff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
299
- --theme-dark-success-bg-strong: #90cb62ff; /** Use sparsely. Only used for filled labels */
300
- --theme-dark-success-bg-weak: #262d24ff; /** Used as backgrounds for success components states such as banner and semi-filled labels */
301
- --theme-dark-success-bg-status: #6fa646ff;
302
- --theme-dark-success-border-strong: #90cb62ff; /** Use sparsely. Only used for outlined labels */
303
- --theme-dark-success-border-weak: #296127ff; /** Use sparsely. Mainly used in combination with elements that use the Success-bg-weak to stand out more from the background */
304
- --theme-dark-discovery-text: #ccb4ffff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
305
- --theme-dark-discovery-icon: #ccb4ffff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
306
- --theme-dark-discovery-bg-strong: #ccb4ffff; /** Use sparsely. Only used for filled labels */
307
- --theme-dark-discovery-bg-weak: #2c2a34ff; /** Used as backgrounds for success components states such as banner and semi-filled labels */
308
- --theme-dark-discovery-bg-status: #a07becff;
309
- --theme-dark-discovery-border-strong: #ccb4ffff; /** Use sparsely. Only used for outlined labels */
310
- --theme-dark-discovery-border-weak: #4b2894ff; /** Use sparsely. Mainly used in combination with elements that use the Success-bg-weak to stand out more from the background */
290
+ --theme-dark-color-warning-text: #ffd600ff; /** Used for warning state texts and icons. Do not use for other semantic states, visualization or graph colors */
291
+ --theme-dark-color-warning-icon: #ffd600ff; /** Used for warning state texts and icons. Do not use for other semantic states, visualization or graph colors */
292
+ --theme-dark-color-warning-bg-strong: #ffd600ff; /** Use sparsely. Only used for filled labels */
293
+ --theme-dark-color-warning-bg-weak: #312e1aff; /** Used as backgrounds for warning components states such as banner and semi-filled labels */
294
+ --theme-dark-color-warning-bg-status: #d7aa0aff;
295
+ --theme-dark-color-warning-border-strong: #ffd600ff; /** Use sparsely. Only used for outlined labels */
296
+ --theme-dark-color-warning-border-weak: #765500ff; /** Use sparsely. Mainly used in combination with elements that use the Warning-bg-weak to stand out more from the background */
297
+ --theme-dark-color-success-text: #90cb62ff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
298
+ --theme-dark-color-success-icon: #90cb62ff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
299
+ --theme-dark-color-success-bg-strong: #90cb62ff; /** Use sparsely. Only used for filled labels */
300
+ --theme-dark-color-success-bg-weak: #262d24ff; /** Used as backgrounds for success components states such as banner and semi-filled labels */
301
+ --theme-dark-color-success-bg-status: #6fa646ff;
302
+ --theme-dark-color-success-border-strong: #90cb62ff; /** Use sparsely. Only used for outlined labels */
303
+ --theme-dark-color-success-border-weak: #296127ff; /** Use sparsely. Mainly used in combination with elements that use the Success-bg-weak to stand out more from the background */
304
+ --theme-dark-color-discovery-text: #ccb4ffff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
305
+ --theme-dark-color-discovery-icon: #ccb4ffff; /** Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors */
306
+ --theme-dark-color-discovery-bg-strong: #ccb4ffff; /** Use sparsely. Only used for filled labels */
307
+ --theme-dark-color-discovery-bg-weak: #2c2a34ff; /** Used as backgrounds for success components states such as banner and semi-filled labels */
308
+ --theme-dark-color-discovery-bg-status: #a07becff;
309
+ --theme-dark-color-discovery-border-strong: #ccb4ffff; /** Use sparsely. Only used for outlined labels */
310
+ --theme-dark-color-discovery-border-weak: #4b2894ff; /** Use sparsely. Mainly used in combination with elements that use the Success-bg-weak to stand out more from the background */
311
311
  --theme-light-box-shadow-raised: 0px 1px 2px 0px rgb(from #1a1b1dff r g b / 0.18); /** Used for small components that need sharper shadows to illustrate elevation. */
312
312
  --theme-light-box-shadow-overlay: 0px 4px 8px 0px rgb(from #1a1b1dff r g b / 0.12); /** Used for most mid/large sized components with floating states. Components include banner, button, card, drop down, progress bar and view selector */
313
313
  --theme-light-color-neutral-text-weakest: #a8acb2ff; /** Should be used mainly for disabled text */
@@ -424,72 +424,72 @@ export namespace tokens {
424
424
  let strong_8: string;
425
425
  export { strong_8 as strong };
426
426
  }
427
- }
428
- namespace warning {
429
- let text_3: string;
430
- export { text_3 as text };
431
- let icon_3: string;
432
- export { icon_3 as icon };
433
- export namespace bg_3 {
434
- let strong_9: string;
435
- export { strong_9 as strong };
436
- let weak_10: string;
437
- export { weak_10 as weak };
438
- let status_2: string;
439
- export { status_2 as status };
440
- }
441
- export { bg_3 as bg };
442
- export namespace border_3 {
443
- let strong_10: string;
444
- export { strong_10 as strong };
445
- let weak_11: string;
446
- export { weak_11 as weak };
447
- }
448
- export { border_3 as border };
449
- }
450
- namespace success {
451
- let text_4: string;
452
- export { text_4 as text };
453
- let icon_4: string;
454
- export { icon_4 as icon };
455
- export namespace bg_4 {
456
- let strong_11: string;
457
- export { strong_11 as strong };
458
- let weak_12: string;
459
- export { weak_12 as weak };
460
- let status_3: string;
461
- export { status_3 as status };
462
- }
463
- export { bg_4 as bg };
464
- export namespace border_4 {
465
- let strong_12: string;
466
- export { strong_12 as strong };
467
- let weak_13: string;
468
- export { weak_13 as weak };
427
+ export namespace warning {
428
+ let text_3: string;
429
+ export { text_3 as text };
430
+ let icon_3: string;
431
+ export { icon_3 as icon };
432
+ export namespace bg_3 {
433
+ let strong_9: string;
434
+ export { strong_9 as strong };
435
+ let weak_10: string;
436
+ export { weak_10 as weak };
437
+ let status_2: string;
438
+ export { status_2 as status };
439
+ }
440
+ export { bg_3 as bg };
441
+ export namespace border_3 {
442
+ let strong_10: string;
443
+ export { strong_10 as strong };
444
+ let weak_11: string;
445
+ export { weak_11 as weak };
446
+ }
447
+ export { border_3 as border };
469
448
  }
470
- export { border_4 as border };
471
- }
472
- namespace discovery {
473
- let text_5: string;
474
- export { text_5 as text };
475
- let icon_5: string;
476
- export { icon_5 as icon };
477
- export namespace bg_5 {
478
- let strong_13: string;
479
- export { strong_13 as strong };
480
- let weak_14: string;
481
- export { weak_14 as weak };
482
- let status_4: string;
483
- export { status_4 as status };
449
+ export namespace success {
450
+ let text_4: string;
451
+ export { text_4 as text };
452
+ let icon_4: string;
453
+ export { icon_4 as icon };
454
+ export namespace bg_4 {
455
+ let strong_11: string;
456
+ export { strong_11 as strong };
457
+ let weak_12: string;
458
+ export { weak_12 as weak };
459
+ let status_3: string;
460
+ export { status_3 as status };
461
+ }
462
+ export { bg_4 as bg };
463
+ export namespace border_4 {
464
+ let strong_12: string;
465
+ export { strong_12 as strong };
466
+ let weak_13: string;
467
+ export { weak_13 as weak };
468
+ }
469
+ export { border_4 as border };
484
470
  }
485
- export { bg_5 as bg };
486
- export namespace border_5 {
487
- let strong_14: string;
488
- export { strong_14 as strong };
489
- let weak_15: string;
490
- export { weak_15 as weak };
471
+ export namespace discovery {
472
+ let text_5: string;
473
+ export { text_5 as text };
474
+ let icon_5: string;
475
+ export { icon_5 as icon };
476
+ export namespace bg_5 {
477
+ let strong_13: string;
478
+ export { strong_13 as strong };
479
+ let weak_14: string;
480
+ export { weak_14 as weak };
481
+ let status_4: string;
482
+ export { status_4 as status };
483
+ }
484
+ export { bg_5 as bg };
485
+ export namespace border_5 {
486
+ let strong_14: string;
487
+ export { strong_14 as strong };
488
+ let weak_15: string;
489
+ export { weak_15 as weak };
490
+ }
491
+ export { border_5 as border };
491
492
  }
492
- export { border_5 as border };
493
493
  }
494
494
  }
495
495
  export { dark_1 as dark };
@@ -424,72 +424,72 @@ export namespace tokens {
424
424
  let strong_8: string;
425
425
  export { strong_8 as strong };
426
426
  }
427
- }
428
- namespace warning {
429
- let text_3: string;
430
- export { text_3 as text };
431
- let icon_3: string;
432
- export { icon_3 as icon };
433
- export namespace bg_3 {
434
- let strong_9: string;
435
- export { strong_9 as strong };
436
- let weak_10: string;
437
- export { weak_10 as weak };
438
- let status_2: string;
439
- export { status_2 as status };
440
- }
441
- export { bg_3 as bg };
442
- export namespace border_3 {
443
- let strong_10: string;
444
- export { strong_10 as strong };
445
- let weak_11: string;
446
- export { weak_11 as weak };
447
- }
448
- export { border_3 as border };
449
- }
450
- namespace success {
451
- let text_4: string;
452
- export { text_4 as text };
453
- let icon_4: string;
454
- export { icon_4 as icon };
455
- export namespace bg_4 {
456
- let strong_11: string;
457
- export { strong_11 as strong };
458
- let weak_12: string;
459
- export { weak_12 as weak };
460
- let status_3: string;
461
- export { status_3 as status };
462
- }
463
- export { bg_4 as bg };
464
- export namespace border_4 {
465
- let strong_12: string;
466
- export { strong_12 as strong };
467
- let weak_13: string;
468
- export { weak_13 as weak };
427
+ export namespace warning {
428
+ let text_3: string;
429
+ export { text_3 as text };
430
+ let icon_3: string;
431
+ export { icon_3 as icon };
432
+ export namespace bg_3 {
433
+ let strong_9: string;
434
+ export { strong_9 as strong };
435
+ let weak_10: string;
436
+ export { weak_10 as weak };
437
+ let status_2: string;
438
+ export { status_2 as status };
439
+ }
440
+ export { bg_3 as bg };
441
+ export namespace border_3 {
442
+ let strong_10: string;
443
+ export { strong_10 as strong };
444
+ let weak_11: string;
445
+ export { weak_11 as weak };
446
+ }
447
+ export { border_3 as border };
469
448
  }
470
- export { border_4 as border };
471
- }
472
- namespace discovery {
473
- let text_5: string;
474
- export { text_5 as text };
475
- let icon_5: string;
476
- export { icon_5 as icon };
477
- export namespace bg_5 {
478
- let strong_13: string;
479
- export { strong_13 as strong };
480
- let weak_14: string;
481
- export { weak_14 as weak };
482
- let status_4: string;
483
- export { status_4 as status };
449
+ export namespace success {
450
+ let text_4: string;
451
+ export { text_4 as text };
452
+ let icon_4: string;
453
+ export { icon_4 as icon };
454
+ export namespace bg_4 {
455
+ let strong_11: string;
456
+ export { strong_11 as strong };
457
+ let weak_12: string;
458
+ export { weak_12 as weak };
459
+ let status_3: string;
460
+ export { status_3 as status };
461
+ }
462
+ export { bg_4 as bg };
463
+ export namespace border_4 {
464
+ let strong_12: string;
465
+ export { strong_12 as strong };
466
+ let weak_13: string;
467
+ export { weak_13 as weak };
468
+ }
469
+ export { border_4 as border };
484
470
  }
485
- export { bg_5 as bg };
486
- export namespace border_5 {
487
- let strong_14: string;
488
- export { strong_14 as strong };
489
- let weak_15: string;
490
- export { weak_15 as weak };
471
+ export namespace discovery {
472
+ let text_5: string;
473
+ export { text_5 as text };
474
+ let icon_5: string;
475
+ export { icon_5 as icon };
476
+ export namespace bg_5 {
477
+ let strong_13: string;
478
+ export { strong_13 as strong };
479
+ let weak_14: string;
480
+ export { weak_14 as weak };
481
+ let status_4: string;
482
+ export { status_4 as status };
483
+ }
484
+ export { bg_5 as bg };
485
+ export namespace border_5 {
486
+ let strong_14: string;
487
+ export { strong_14 as strong };
488
+ let weak_15: string;
489
+ export { weak_15 as weak };
490
+ }
491
+ export { border_5 as border };
491
492
  }
492
- export { border_5 as border };
493
493
  }
494
494
  }
495
495
  export { dark_1 as dark };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "4.0.0-alpha.0.c6243ce",
3
+ "version": "4.0.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",