@neo4j-ndl/base 1.7.3 → 1.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5340ee0: Align padding-left for td and th such that they both have 24px
8
+
9
+ ## 1.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - dc3ba1c: Implement Widget Component
14
+
3
15
  ## 1.7.3
4
16
 
5
17
  ### Patch Changes
package/lib/LICENSES.txt CHANGED
@@ -5210,7 +5210,7 @@ MIT License
5210
5210
 
5211
5211
  -----
5212
5212
 
5213
- The following software may be included in this product: @types/jest, @types/jest-axe, @types/node, @types/react, @types/react-dom, @types/react-syntax-highlighter, @types/react-table, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest-axe), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
5213
+ The following software may be included in this product: @types/jest, @types/jest-axe, @types/node, @types/react, @types/react-dom, @types/react-resizable, @types/react-syntax-highlighter, @types/react-table, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest-axe), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-resizable), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
5214
5214
 
5215
5215
  MIT License
5216
5216
 
@@ -12381,6 +12381,32 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12381
12381
 
12382
12382
  -----
12383
12383
 
12384
+ The following software may be included in this product: react-resizable. A copy of the source code may be downloaded from git@github.com:react-grid-layout/react-resizable.git. This software contains the following license and notice below:
12385
+
12386
+ The MIT License (MIT)
12387
+
12388
+ Copyright (c) 2016-2018 Samuel Reed
12389
+
12390
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12391
+ of this software and associated documentation files (the "Software"), to deal
12392
+ in the Software without restriction, including without limitation the rights
12393
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12394
+ copies of the Software, and to permit persons to whom the Software is
12395
+ furnished to do so, subject to the following conditions:
12396
+
12397
+ The above copyright notice and this permission notice shall be included in all
12398
+ copies or substantial portions of the Software.
12399
+
12400
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12401
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12402
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12403
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12404
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12405
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12406
+ SOFTWARE.
12407
+
12408
+ -----
12409
+
12384
12410
  The following software may be included in this product: react-select-event. A copy of the source code may be downloaded from git+https://github.com/romgain/react-select-event.git. This software contains the following license and notice below:
12385
12411
 
12386
12412
  Copyright 2019 Romain Bertrand
package/lib/NOTICE.txt CHANGED
@@ -112,12 +112,15 @@ Third-party licenses
112
112
  │ ├─ @types/node@npm:16.18.27 (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
- │ ├─ @types/react@npm:17.0.60 (via npm:^17.0.53)
115
+ │ ├─ @types/react@npm:17.0.62 (via npm:^17.0.62)
116
116
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
117
117
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
118
118
  │ ├─ @types/react-dom@npm:17.0.18 (via npm:17.0.18)
119
119
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
120
120
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
121
+ │ ├─ @types/react-resizable@npm:3.0.4 (via npm:^3.0.4)
122
+ │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
123
+ │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-resizable
121
124
  │ ├─ @types/react-syntax-highlighter@npm:15.5.6 (via npm:^15.5.5)
122
125
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
123
126
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-syntax-highlighter
@@ -232,6 +235,10 @@ Third-party licenses
232
235
  │ ├─ react-hot-toast@npm:2.4.1 [d75d7] (via npm:^2.3.0 [d75d7])
233
236
  │ │ ├─ URL: git+https://github.com/timolins/react-hot-toast.git
234
237
  │ │ └─ VendorName: Timo Lins
238
+ │ ├─ react-resizable@npm:3.0.5 [d75d7] (via npm:^3.0.5 [d75d7])
239
+ │ │ ├─ URL: git@github.com:react-grid-layout/react-resizable.git
240
+ │ │ ├─ VendorName: Samuel Reed
241
+ │ │ └─ VendorUrl: https://github.com/react-grid-layout/react-resizable
235
242
  │ ├─ react-select@npm:5.7.0 [a2e03] (via npm:5.7.0 [a2e03])
236
243
  │ │ ├─ URL: https://github.com/JedWatson/react-select/tree/master/packages/react-select
237
244
  │ │ └─ VendorName: Jed Watson
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
4
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
5
5
  */
6
6
  exports.__esModule = true;
7
7
  exports.tokens = void 0;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
4
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
5
5
  */
6
6
  exports.__esModule = true;
7
7
  exports.tokens = void 0;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
4
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "transitions": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
4
4
  */
5
5
  export const tokens = {
6
6
  "transitions": [
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
4
4
  */
5
5
  export const tokens = {
6
6
  "transitions": {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
4
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "transitions": {
@@ -459,7 +459,7 @@ video {
459
459
  */
460
460
  /**
461
461
  * Do not edit directly
462
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
462
+ * Generated on Mon, 26 Jun 2023 11:25:21 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -3374,7 +3374,7 @@ a.ndl-btn{
3374
3374
  }
3375
3375
  /* Table head - Cell */
3376
3376
  .ndl-table-root .ndl-div-table .ndl-table-th {
3377
- padding: 12px 0 12px 28px;
3377
+ padding: 12px 0 12px 24px;
3378
3378
  text-align: left;
3379
3379
  position: relative;
3380
3380
  font-weight: bold;
@@ -4209,6 +4209,70 @@ a.ndl-btn{
4209
4209
  .ndl-relationship-label.ndl-disabled{
4210
4210
  cursor: default;
4211
4211
  }
4212
+ /**
4213
+ *
4214
+ * Copyright (c) "Neo4j"
4215
+ * Neo4j Sweden AB [http://neo4j.com]
4216
+ *
4217
+ * This file is part of Neo4j.
4218
+ *
4219
+ * Neo4j is free software: you can redistribute it and/or modify
4220
+ * it under the terms of the GNU General Public License as published by
4221
+ * the Free Software Foundation, either version 3 of the License, or
4222
+ * (at your option) any later version.
4223
+ *
4224
+ * This program is distributed in the hope that it will be useful,
4225
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4226
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4227
+ * GNU General Public License for more details.
4228
+ *
4229
+ * You should have received a copy of the GNU General Public License
4230
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4231
+ */
4232
+ .ndl-widget{
4233
+ position: relative;
4234
+ display: flex;
4235
+ flex-direction: column;
4236
+ gap: 0.5rem;
4237
+ border-radius: 8px;
4238
+ background-color: rgb(var(--palette-neutral-bg-weak));
4239
+ padding: 1rem;
4240
+ outline: 2px solid transparent;
4241
+ outline-offset: 2px;
4242
+ }
4243
+ .ndl-widget.ndl-elevated{
4244
+ --tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
4245
+ --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
4246
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
4247
+ }
4248
+ .ndl-widget .ndl-header-wrapper{
4249
+ display: flex;
4250
+ align-items: center;
4251
+ justify-content: space-between;
4252
+ }
4253
+ .ndl-widget .ndl-header-wrapper .ndl-header-left{
4254
+ display: flex;
4255
+ align-items: flex-start;
4256
+ }
4257
+ .ndl-widget .ndl-header-wrapper p {
4258
+ font-size: var(--font-size-body-medium);
4259
+ font-weight: var(--font-weight-normal);
4260
+ letter-spacing: 0.016rem;
4261
+ line-height: 1.25rem;
4262
+ }
4263
+ .ndl-widget.ndl-leftmenu .ndl-headers{
4264
+ margin-left: 0.5rem;
4265
+ }
4266
+ .ndl-widget .ndl-resize-handle{
4267
+ position: absolute;
4268
+ bottom: 0px;
4269
+ right: 0px;
4270
+ height: 1.25rem;
4271
+ width: 1.25rem;
4272
+ cursor: se-resize;
4273
+ --tw-text-opacity: 1;
4274
+ color: rgb(178 183 189 / var(--tw-text-opacity));
4275
+ }
4212
4276
  /**
4213
4277
  *
4214
4278
  * Copyright (c) "Neo4j"
@@ -5501,15 +5565,15 @@ a.cm-editor .cm-button{
5501
5565
  .n-h-5{
5502
5566
  height: 1.25rem;
5503
5567
  }
5568
+ .n-h-6{
5569
+ height: 1.5rem;
5570
+ }
5504
5571
  .n-h-full{
5505
5572
  height: 100%;
5506
5573
  }
5507
5574
  .n-h-4{
5508
5575
  height: 1rem;
5509
5576
  }
5510
- .n-h-6{
5511
- height: 1.5rem;
5512
- }
5513
5577
  .n-h-10{
5514
5578
  height: 2.5rem;
5515
5579
  }
@@ -5540,15 +5604,15 @@ a.cm-editor .cm-button{
5540
5604
  .n-w-5{
5541
5605
  width: 1.25rem;
5542
5606
  }
5607
+ .n-w-6{
5608
+ width: 1.5rem;
5609
+ }
5543
5610
  .n-w-full{
5544
5611
  width: 100%;
5545
5612
  }
5546
5613
  .n-w-4{
5547
5614
  width: 1rem;
5548
5615
  }
5549
- .n-w-6{
5550
- width: 1.5rem;
5551
- }
5552
5616
  .n-w-10{
5553
5617
  width: 2.5rem;
5554
5618
  }
@@ -5587,6 +5651,9 @@ a.cm-editor .cm-button{
5587
5651
  .n-flex-1{
5588
5652
  flex: 1 1 0%;
5589
5653
  }
5654
+ .n-flex-grow{
5655
+ flex-grow: 1;
5656
+ }
5590
5657
  .n-table-auto{
5591
5658
  table-layout: auto;
5592
5659
  }
@@ -5596,6 +5663,9 @@ a.cm-editor .cm-button{
5596
5663
  .n-cursor-pointer{
5597
5664
  cursor: pointer;
5598
5665
  }
5666
+ .n-cursor-grab{
5667
+ cursor: grab;
5668
+ }
5599
5669
  .n-grid-cols-1{
5600
5670
  grid-template-columns: repeat(1, minmax(0, 1fr));
5601
5671
  }
@@ -22932,6 +23002,9 @@ a.cm-editor .cm-button{
22932
23002
  .n-p-2{
22933
23003
  padding: 0.5rem;
22934
23004
  }
23005
+ .n-p-8{
23006
+ padding: 2rem;
23007
+ }
22935
23008
  .n-p-token-8{
22936
23009
  padding: 32px;
22937
23010
  }
@@ -23003,6 +23076,9 @@ a.cm-editor .cm-button{
23003
23076
  padding-left: 2.5rem;
23004
23077
  padding-right: 2.5rem;
23005
23078
  }
23079
+ .n-pb-\[200px\]{
23080
+ padding-bottom: 200px;
23081
+ }
23006
23082
  .n-text-left{
23007
23083
  text-align: left;
23008
23084
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ * Generated on Mon, 26 Jun 2023 11:25:21 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
4
4
  */
5
5
 
6
6
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ // Generated on Mon, 26 Jun 2023 11:25:21 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-default: 100ms;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 08:24:49 GMT
3
+ * Generated on Mon, 26 Jun 2023 11:25:22 GMT
4
4
  */
5
5
  export const tokens: {
6
6
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "1.7.3",
3
+ "version": "1.8.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",