@neo4j-ndl/base 2.3.9 → 2.4.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#717](https://github.com/neo4j/needle/pull/717) [`b49b844b733b8d69a9d0157f316eb12c926eec5c`](https://github.com/neo4j/needle/commit/b49b844b733b8d69a9d0157f316eb12c926eec5c) Thanks [@basickarl](https://github.com/basickarl)! - Added new avatar component
8
+
3
9
  ## 2.3.9
4
10
 
5
11
  ### Patch Changes
package/lib/LICENSES.txt CHANGED
@@ -5133,6 +5133,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
5133
5133
 
5134
5134
  -----
5135
5135
 
5136
+ The following software may be included in this product: @tanstack/react-table, react-table. A copy of the source code may be downloaded from git+https://github.com/tanstack/table.git (@tanstack/react-table), https://github.com/tannerlinsley/react-table (react-table). This software contains the following license and notice below:
5137
+
5138
+ MIT License
5139
+
5140
+ Copyright (c) 2016 Tanner Linsley
5141
+
5142
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5143
+ of this software and associated documentation files (the "Software"), to deal
5144
+ in the Software without restriction, including without limitation the rights
5145
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5146
+ copies of the Software, and to permit persons to whom the Software is
5147
+ furnished to do so, subject to the following conditions:
5148
+
5149
+ The above copyright notice and this permission notice shall be included in all
5150
+ copies or substantial portions of the Software.
5151
+
5152
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5153
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5154
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5155
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5156
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5157
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5158
+ SOFTWARE.
5159
+
5160
+ -----
5161
+
5136
5162
  The following software may be included in this product: @testing-library/jest-dom. A copy of the source code may be downloaded from https://github.com/testing-library/jest-dom. This software contains the following license and notice below:
5137
5163
 
5138
5164
  The MIT License (MIT)
@@ -5425,7 +5451,7 @@ SOFTWARE.
5425
5451
 
5426
5452
  -----
5427
5453
 
5428
- The following software may be included in this product: classnames. A copy of the source code may be downloaded from https://github.com/JedWatson/classnames.git. This software contains the following license and notice below:
5454
+ The following software may be included in this product: classnames. A copy of the source code may be downloaded from git+https://github.com/JedWatson/classnames.git. This software contains the following license and notice below:
5429
5455
 
5430
5456
  The MIT License (MIT)
5431
5457
 
@@ -17396,32 +17422,6 @@ SOFTWARE.
17396
17422
 
17397
17423
  -----
17398
17424
 
17399
- The following software may be included in this product: react-table. A copy of the source code may be downloaded from https://github.com/tannerlinsley/react-table. This software contains the following license and notice below:
17400
-
17401
- MIT License
17402
-
17403
- Copyright (c) 2016 Tanner Linsley
17404
-
17405
- Permission is hereby granted, free of charge, to any person obtaining a copy
17406
- of this software and associated documentation files (the "Software"), to deal
17407
- in the Software without restriction, including without limitation the rights
17408
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17409
- copies of the Software, and to permit persons to whom the Software is
17410
- furnished to do so, subject to the following conditions:
17411
-
17412
- The above copyright notice and this permission notice shall be included in all
17413
- copies or substantial portions of the Software.
17414
-
17415
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17416
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17417
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17418
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17419
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17420
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17421
- SOFTWARE.
17422
-
17423
- -----
17424
-
17425
17425
  The following software may be included in this product: react-use. A copy of the source code may be downloaded from https://github.com/streamich/react-use. This software contains the following license and notice below:
17426
17426
 
17427
17427
  This is free and unencumbered software released into the public domain.
@@ -19051,6 +19051,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19051
19051
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19052
19052
 
19053
19053
 
19054
+ --------------------------------------------------------------------------------
19055
+
19056
+ web license:
19057
+
19058
+ Copyright 2023, the Dart project authors.
19059
+
19060
+ Redistribution and use in source and binary forms, with or without
19061
+ modification, are permitted provided that the following conditions are
19062
+ met:
19063
+ * Redistributions of source code must retain the above copyright
19064
+ notice, this list of conditions and the following disclaimer.
19065
+ * Redistributions in binary form must reproduce the above
19066
+ copyright notice, this list of conditions and the following
19067
+ disclaimer in the documentation and/or other materials provided
19068
+ with the distribution.
19069
+ * Neither the name of Google LLC nor the names of its
19070
+ contributors may be used to endorse or promote products derived
19071
+ from this software without specific prior written permission.
19072
+
19073
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19074
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19075
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19076
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19077
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19078
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
19079
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19080
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19081
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19082
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
19083
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19084
+
19085
+
19054
19086
  --------------------------------------------------------------------------------
19055
19087
 
19056
19088
  yaml license:
package/lib/NOTICE.txt CHANGED
@@ -23,7 +23,7 @@ Full license texts are found in LICENSES.txt.
23
23
  Third-party licenses
24
24
  --------------------
25
25
  ├─ MIT
26
- │ ├─ @babel/core@npm:7.23.6 (via npm:^7.16.0)
26
+ │ ├─ @babel/core@npm:7.23.7 (via npm:^7.16.0)
27
27
  │ │ ├─ URL: https://github.com/babel/babel.git
28
28
  │ │ ├─ VendorName: The Babel Team
29
29
  │ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-core
@@ -83,7 +83,7 @@ Third-party licenses
83
83
  │ │ └─ URL: https://github.com/konsalex/table-nav
84
84
  │ ├─ @table-nav/react@npm:0.0.7 [a2e03] (via npm:0.0.7 [a2e03])
85
85
  │ │ └─ URL: https://github.com/konsalex/table-nav
86
- │ ├─ @tanstack/react-table@npm:8.11.2 [a2e03] (via npm:^8.9.3 [a2e03])
86
+ │ ├─ @tanstack/react-table@npm:8.11.6 [a2e03] (via npm:^8.9.3 [a2e03])
87
87
  │ │ ├─ URL: git+https://github.com/tanstack/table.git
88
88
  │ │ ├─ VendorName: Tanner Linsley
89
89
  │ │ └─ VendorUrl: https://github.com/tanstack/table#readme
@@ -109,13 +109,13 @@ Third-party licenses
109
109
  │ ├─ @types/jest@npm:27.5.2 (via npm:^27.0.3)
110
110
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
111
111
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
112
- │ ├─ @types/node@npm:16.18.68 (via npm:^16.11.7)
112
+ │ ├─ @types/node@npm:16.18.71 (via npm:^16.11.7)
113
113
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
114
114
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
115
115
  │ ├─ @types/react@npm:18.2.18 (via npm:18.2.18)
116
116
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
117
117
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
118
- │ ├─ @types/react-datepicker@npm:4.19.4 (via npm:^4.11.2)
118
+ │ ├─ @types/react-datepicker@npm:4.19.5 (via npm:^4.11.2)
119
119
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
120
120
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-datepicker
121
121
  │ ├─ @types/react-dom@npm:18.2.7 (via npm:18.2.7)
@@ -127,7 +127,7 @@ Third-party licenses
127
127
  │ ├─ @types/react-syntax-highlighter@npm:15.5.11 (via npm:^15.5.5)
128
128
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
129
129
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-syntax-highlighter
130
- │ ├─ @types/react-table@npm:7.7.18 (via npm:^7.7.10)
130
+ │ ├─ @types/react-table@npm:7.7.19 (via npm:^7.7.10)
131
131
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
132
132
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table
133
133
  │ ├─ @types/tinycolor2@npm:1.4.6 (via npm:^1.4.3)
@@ -135,10 +135,10 @@ Third-party licenses
135
135
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
136
136
  │ ├─ @typescript-eslint/eslint-plugin@npm:5.62.0 [a2e03] (via npm:^5.5.0 [a2e03])
137
137
  │ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
138
- │ ├─ acorn@npm:8.11.2 (via npm:^8.8.2)
138
+ │ ├─ acorn@npm:8.11.3 (via npm:^8.8.2)
139
139
  │ │ ├─ URL: https://github.com/acornjs/acorn.git
140
140
  │ │ └─ VendorUrl: https://github.com/acornjs/acorn
141
- │ ├─ acorn-walk@npm:8.3.1 (via npm:^8.2.0)
141
+ │ ├─ acorn-walk@npm:8.3.2 (via npm:^8.2.0)
142
142
  │ │ ├─ URL: https://github.com/acornjs/acorn.git
143
143
  │ │ └─ VendorUrl: https://github.com/acornjs/acorn
144
144
  │ ├─ autoprefixer@npm:10.4.16 [708d2] (via npm:^10.4.0 [708d2])
@@ -149,8 +149,8 @@ Third-party licenses
149
149
  │ ├─ chromatic@npm:6.24.1 (via npm:^6.5.1)
150
150
  │ │ ├─ URL: https://github.com/chromaui/chromatic-cli.git
151
151
  │ │ └─ VendorUrl: https://www.chromatic.com
152
- │ ├─ classnames@npm:2.3.2 (via npm:^2.3.1)
153
- │ │ ├─ URL: https://github.com/JedWatson/classnames.git
152
+ │ ├─ classnames@npm:2.5.1 (via npm:^2.3.1)
153
+ │ │ ├─ URL: git+https://github.com/JedWatson/classnames.git
154
154
  │ │ └─ VendorName: Jed Watson
155
155
  │ ├─ commitizen@npm:4.3.0 (via npm:^4.2.4)
156
156
  │ │ ├─ URL: https://github.com/commitizen/cz-cli.git
@@ -202,7 +202,7 @@ Third-party licenses
202
202
  │ │ └─ URL: git+https://github.com/jsdom/jsdom.git
203
203
  │ ├─ leva@npm:0.9.35 [d75d7] (via npm:^0.9.35 [d75d7])
204
204
  │ │ └─ URL: https://github.com/pmndrs/leva.git
205
- │ ├─ postcss@npm:8.4.32 (via npm:^8.4.18)
205
+ │ ├─ postcss@npm:8.4.33 (via npm:^8.4.18)
206
206
  │ │ ├─ URL: git+https://github.com/postcss/postcss.git
207
207
  │ │ ├─ VendorName: Andrey Sitnik
208
208
  │ │ └─ VendorUrl: https://postcss.org/
@@ -274,14 +274,14 @@ Third-party licenses
274
274
  │ │ ├─ URL: https://github.com/que-etc/resize-observer-polyfill.git
275
275
  │ │ ├─ VendorName: Denis Rul
276
276
  │ │ └─ VendorUrl: https://github.com/que-etc/resize-observer-polyfill
277
- │ ├─ sass@npm:1.69.5 (via npm:^1.62.0)
277
+ │ ├─ sass@npm:1.69.7 (via npm:^1.62.0)
278
278
  │ │ ├─ URL: https://github.com/sass/dart-sass
279
279
  │ │ ├─ VendorName: Natalie Weizenbaum
280
280
  │ │ └─ VendorUrl: https://github.com/sass/dart-sass
281
- │ ├─ sb@npm:7.6.6 (via npm:^7.0.10)
281
+ │ ├─ sb@npm:7.6.8 (via npm:^7.0.10)
282
282
  │ │ ├─ URL: https://github.com/storybookjs/storybook.git
283
283
  │ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/cli
284
- │ ├─ storybook@npm:7.6.6 (via npm:^7.1.0)
284
+ │ ├─ storybook@npm:7.6.8 (via npm:7.6.8)
285
285
  │ │ ├─ URL: https://github.com/storybookjs/storybook.git
286
286
  │ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/cli
287
287
  │ ├─ storybook-addon-pseudo-states@npm:1.15.5 [d75d7] (via npm:^1.15.1 [d75d7])
@@ -333,7 +333,7 @@ Third-party licenses
333
333
  │ │ ├─ URL: https://github.com/krisk/Fuse.git
334
334
  │ │ ├─ VendorName: Kiro Risk
335
335
  │ │ └─ VendorUrl: http://fusejs.io
336
- │ ├─ react-aria@npm:3.31.0 [a2e03] (via npm:^3.25.0 [a2e03])
336
+ │ ├─ react-aria@npm:3.31.1 [a2e03] (via npm:^3.25.0 [a2e03])
337
337
  │ │ └─ URL: https://github.com/adobe/react-spectrum
338
338
  │ ├─ style-dictionary@npm:3.9.1 (via npm:^3.0.3)
339
339
  │ │ ├─ URL: git://github.com/amzn/style-dictionary.git
@@ -379,7 +379,7 @@ Third-party licenses
379
379
  │ └─ VendorUrl: https://github.com/rpearce/react-medium-image-zoom
380
380
 
381
381
  └─ Unlicense
382
- └─ react-use@npm:17.4.2 [a2e03] (via npm:^17.4.0 [a2e03])
382
+ └─ react-use@npm:17.4.3 [a2e03] (via npm:^17.4.0 [a2e03])
383
383
  ├─ URL: https://github.com/streamich/react-use
384
384
  ├─ VendorName: @streamich
385
385
  └─ VendorUrl: https://github.com/streamich/react-use#readme
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
25
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
25
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
25
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
24
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": [
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
24
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": {
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
25
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -5608,6 +5608,233 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
5608
5608
  .ndl-breadcrumbs-group-item{
5609
5609
  display:flex;
5610
5610
  }
5611
+ .ndl-avatar{
5612
+ position:relative;
5613
+ display:flex;
5614
+ align-items:center;
5615
+ justify-content:center;
5616
+ }
5617
+ .ndl-avatar.ndl-avatar-small{
5618
+ height:16px;
5619
+ width:16px;
5620
+ }
5621
+ .ndl-avatar.ndl-avatar-medium{
5622
+ height:24px;
5623
+ width:24px;
5624
+ }
5625
+ .ndl-avatar.ndl-avatar-large{
5626
+ height:36px;
5627
+ width:36px;
5628
+ }
5629
+ .ndl-avatar.ndl-avatar-x-large{
5630
+ height:48px;
5631
+ width:48px;
5632
+ }
5633
+ .ndl-avatar .ndl-avatar-shape{
5634
+ cursor:pointer;
5635
+ }
5636
+ .ndl-avatar .ndl-avatar-shape.ndl-avatar-disabled{
5637
+ cursor:not-allowed;
5638
+ }
5639
+ .ndl-avatar .ndl-avatar-shape{
5640
+ outline:2px solid transparent;
5641
+ outline-offset:2px;
5642
+ --tw-ring-color:rgb(var(--theme-palette-primary-focus));
5643
+ --tw-ring-offset-color:rgb(var(--theme-palette-neutral-bg-weak));
5644
+ }
5645
+ .ndl-avatar .ndl-avatar-shape:focus-visible{
5646
+ --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
5647
+ --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
5648
+ box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
5649
+ --tw-ring-offset-width:1px;
5650
+ }
5651
+ .ndl-avatar .ndl-avatar-circle{
5652
+ border-radius:9999px;
5653
+ }
5654
+ .ndl-avatar .ndl-avatar-square-small,
5655
+ .ndl-avatar .ndl-avatar-square-medium{
5656
+ border-radius:4px;
5657
+ }
5658
+ .ndl-avatar .ndl-avatar-square-large{
5659
+ border-radius:6px;
5660
+ }
5661
+ .ndl-avatar .ndl-avatar-square-x-large{
5662
+ border-radius:8px;
5663
+ }
5664
+ .ndl-avatar .ndl-avatar-icon{
5665
+ position:absolute;
5666
+ display:flex;
5667
+ height:100%;
5668
+ width:100%;
5669
+ align-items:center;
5670
+ justify-content:center;
5671
+ background-color:rgb(var(--theme-palette-neutral-bg-strong));
5672
+ color:rgb(var(--theme-palette-neutral-icon));
5673
+ }
5674
+ .ndl-avatar .ndl-avatar-icon.ndl-avatar-disabled{
5675
+ color:rgb(var(--theme-palette-neutral-text-weakest));
5676
+ }
5677
+ .ndl-avatar .ndl-avatar-icon:hover:not(.ndl-avatar-disabled){
5678
+ color:rgb(var(--theme-palette-neutral-text-default));
5679
+ }
5680
+ .ndl-avatar .ndl-avatar-icon-small{
5681
+ height:12px;
5682
+ width:12px;
5683
+ }
5684
+ .ndl-avatar .ndl-avatar-icon-medium{
5685
+ height:16px;
5686
+ width:16px;
5687
+ }
5688
+ .ndl-avatar .ndl-avatar-icon-large{
5689
+ height:20px;
5690
+ width:20px;
5691
+ }
5692
+ .ndl-avatar .ndl-avatar-icon-x-large{
5693
+ height:24px;
5694
+ width:24px;
5695
+ }
5696
+ .ndl-avatar .ndl-avatar-image{
5697
+ height:100%;
5698
+ width:100%;
5699
+ overflow:hidden;
5700
+ }
5701
+ .ndl-avatar .ndl-avatar-image img{
5702
+ height:100%;
5703
+ max-height:100%;
5704
+ width:100%;
5705
+ max-width:100%;
5706
+ -o-object-fit:cover;
5707
+ object-fit:cover;
5708
+ }
5709
+ .ndl-avatar .ndl-avatar-image .ndl-avatar-image-overlay{
5710
+ position:absolute;
5711
+ top:0px;
5712
+ height:100%;
5713
+ width:100%;
5714
+ background-color:rgb(var(--theme-palette-neutral-bg-strongest));
5715
+ opacity:0;
5716
+ }
5717
+ .ndl-avatar .ndl-avatar-image .ndl-avatar-image-overlay:hover:not(.ndl-avatar-disabled){
5718
+ opacity:0.2;
5719
+ }
5720
+ .ndl-avatar .ndl-avatar-image .ndl-avatar-disabled{
5721
+ opacity:0.5;
5722
+ background-color:lightgray;
5723
+ }
5724
+ .ndl-avatar .ndl-avatar-image-small{
5725
+ height:12px;
5726
+ width:12px;
5727
+ }
5728
+ .ndl-avatar .ndl-avatar-image-medium{
5729
+ height:16px;
5730
+ width:16px;
5731
+ }
5732
+ .ndl-avatar .ndl-avatar-image-large{
5733
+ height:20px;
5734
+ width:20px;
5735
+ }
5736
+ .ndl-avatar .ndl-avatar-image-x-large{
5737
+ height:24px;
5738
+ width:24px;
5739
+ }
5740
+ .ndl-avatar .ndl-avatar-letters{
5741
+ display:flex;
5742
+ height:100%;
5743
+ width:100%;
5744
+ align-items:center;
5745
+ justify-content:center;
5746
+ background-color:rgb(var(--theme-palette-primary-bg-strong));
5747
+ color:rgb(var(--theme-palette-neutral-text-inverse));
5748
+ }
5749
+ .ndl-avatar .ndl-avatar-letters.ndl-avatar-disabled{
5750
+ background-color:rgb(var(--theme-palette-neutral-bg-strong));
5751
+ color:rgb(var(--theme-palette-neutral-text-weakest));
5752
+ }
5753
+ .ndl-avatar .ndl-avatar-letters:hover:not(.ndl-avatar-disabled){
5754
+ background-color:rgb(var(--theme-palette-primary-hover-strong));
5755
+ }
5756
+ .ndl-avatar .ndl-avatar-letters:active:not(.ndl-avatar-disabled){
5757
+ background-color:rgb(var(--theme-palette-primary-pressed-strong));
5758
+ }
5759
+ .ndl-avatar .ndl-avatar-letters-small{
5760
+ font-family:Public Sans;
5761
+ font-size:8px;
5762
+ font-style:normal;
5763
+ font-weight:600;
5764
+ line-height:16px;
5765
+ }
5766
+ .ndl-avatar .ndl-avatar-letters-medium{
5767
+ font-family:Public Sans;
5768
+ font-size:12px;
5769
+ font-style:normal;
5770
+ font-weight:600;
5771
+ line-height:20px;
5772
+ }
5773
+ .ndl-avatar .ndl-avatar-letters-small,
5774
+ .ndl-avatar .ndl-avatar-letters-medium,
5775
+ .ndl-avatar .ndl-avatar-letters-large,
5776
+ .ndl-avatar .ndl-avatar-letters-x-large{
5777
+ text-align:center;
5778
+ color:rgb(var(--theme-palette-neutral-text-inverse));
5779
+ font-feature-settings:'clig' off, 'liga' off;
5780
+ }
5781
+ .ndl-avatar .ndl-avatar-status{
5782
+ position:absolute;
5783
+ }
5784
+ .ndl-avatar .ndl-avatar-status-small{
5785
+ height:8px;
5786
+ width:8px;
5787
+ }
5788
+ .ndl-avatar .ndl-avatar-status-medium{
5789
+ height:10px;
5790
+ width:10px;
5791
+ }
5792
+ .ndl-avatar .ndl-avatar-status-large{
5793
+ height:12px;
5794
+ width:12px;
5795
+ }
5796
+ .ndl-avatar .ndl-avatar-status-x-large{
5797
+ height:16px;
5798
+ width:16px;
5799
+ }
5800
+ .ndl-avatar .ndl-avatar-status-small,
5801
+ .ndl-avatar .ndl-avatar-status-medium,
5802
+ .ndl-avatar .ndl-avatar-status-large,
5803
+ .ndl-avatar .ndl-avatar-status-x-large{
5804
+ right:-2px;
5805
+ bottom:-2px;
5806
+ }
5807
+ .ndl-avatar .ndl-avatar-status-svg-offline{
5808
+ fill:rgb(var(--theme-palette-danger-bg-status));
5809
+ stroke:rgb(var(--theme-palette-neutral-bg-weak));
5810
+ }
5811
+ .ndl-avatar .ndl-avatar-status-svg-online{
5812
+ fill:rgb(var(--theme-palette-success-bg-status));
5813
+ stroke:rgb(var(--theme-palette-neutral-bg-weak));
5814
+ }
5815
+ .ndl-avatar .ndl-avatar-status-svg-small,
5816
+ .ndl-avatar .ndl-avatar-status-svg-medium{
5817
+ stroke-width:1.5;
5818
+ }
5819
+ .ndl-avatar .ndl-avatar-status-svg-large,
5820
+ .ndl-avatar .ndl-avatar-status-svg-x-large{
5821
+ stroke-width:2;
5822
+ }
5823
+ .ndl-avatar .ndl-avatar-status-svg-unknown-small{
5824
+ fill:rgb(var(--theme-palette-neutral-border-strongest));
5825
+ stroke:rgb(var(--theme-palette-neutral-bg-weak));
5826
+ stroke-width:1.5;
5827
+ }
5828
+ .ndl-avatar .ndl-avatar-status-svg-unknown-medium,
5829
+ .ndl-avatar .ndl-avatar-status-svg-unknown-large,
5830
+ .ndl-avatar .ndl-avatar-status-svg-unknown-x-large{
5831
+ fill:rgb(var(--theme-palette-neutral-bg-weak));
5832
+ stroke:rgb(var(--theme-palette-neutral-border-strongest));
5833
+ stroke-width:2;
5834
+ }
5835
+ .ndl-avatar .ndl-avatar-status-svg-unknown-inner{
5836
+ fill:rgb(var(--theme-palette-neutral-bg-weak));
5837
+ }
5611
5838
  .n-sr-only{
5612
5839
  position:absolute;
5613
5840
  width:1px;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
24
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
24
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
25
25
  */
26
26
 
27
27
  module.exports = {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
24
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 05 Feb 2024 16:23:19 GMT
3
+ // Generated on Wed, 07 Feb 2024 08:42:18 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 16:23:19 GMT
24
+ * Generated on Wed, 07 Feb 2024 08:42:18 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "2.3.9",
3
+ "version": "2.4.0",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",