@neo4j-ndl/base 1.8.2 → 1.8.3

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
+ ## 1.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9fc2af0: Fix table body height so it matches parent
8
+
3
9
  ## 1.8.2
4
10
 
5
11
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 04 Jul 2023 11:51:34 GMT
4
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
4
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
4
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
3
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
3
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
4
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
462
+ * Generated on Mon, 10 Jul 2023 14:22:19 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -3272,6 +3272,7 @@ a.ndl-btn{
3272
3272
  overflow-y: hidden !important;
3273
3273
  }
3274
3274
  .ndl-table-root .ndl-div-table{
3275
+ height: 100%;
3275
3276
  width: -moz-max-content;
3276
3277
  width: max-content;
3277
3278
  min-width: 100%;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Jul 2023 11:51:34 GMT
3
+ * Generated on Mon, 10 Jul 2023 14:22:19 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Jul 2023 11:51:34 GMT
3
+ * Generated on Mon, 10 Jul 2023 14:22:19 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Jul 2023 11:51:34 GMT
3
+ * Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:33 GMT
3
+ // Generated on Mon, 10 Jul 2023 14:22:19 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 Tue, 04 Jul 2023 11:51:34 GMT
3
+ * Generated on Mon, 10 Jul 2023 14:22:19 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.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",