@neo4j-ndl/base 1.2.0 → 1.2.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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2e5ee6f: Center table cell content to work better with large content
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes
package/lib/NOTICE.txt CHANGED
@@ -236,7 +236,7 @@ Third-party licenses
236
236
  │ │ ├─ URL: https://github.com/que-etc/resize-observer-polyfill.git
237
237
  │ │ ├─ VendorName: Denis Rul
238
238
  │ │ └─ VendorUrl: https://github.com/que-etc/resize-observer-polyfill
239
- │ ├─ storybook@npm:7.0.0-beta.54 (via npm:7.0.0-beta.54)
239
+ │ ├─ storybook@npm:7.0.6 (via npm:^7.0.6)
240
240
  │ │ ├─ URL: https://github.com/storybookjs/storybook.git
241
241
  │ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/lib/cli
242
242
  │ ├─ storybook-addon-pseudo-states@npm:1.15.2 [d75d7] (via npm:^1.15.1 [d75d7])
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 18 Apr 2023 13:31:13 GMT
4
+ * Generated on Tue, 25 Apr 2023 11:19:03 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, 18 Apr 2023 13:31:13 GMT
4
+ * Generated on Tue, 25 Apr 2023 11:19:03 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, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Tue, 25 Apr 2023 11:19:03 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, 18 Apr 2023 13:31:13 GMT
4
+ * Generated on Tue, 25 Apr 2023 11:19:03 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, 18 Apr 2023 13:31:13 GMT
462
+ * Generated on Tue, 25 Apr 2023 11:19:03 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -2968,8 +2968,9 @@ a.ndl-btn{
2968
2968
  .ndl-table-root .ndl-div-table .ndl-table-td {
2969
2969
  padding: 10px 24px;
2970
2970
  position: relative;
2971
- display: table-cell;
2971
+ display: flex;
2972
2972
  height: 100%;
2973
+ align-items: center;
2973
2974
  overflow: hidden;
2974
2975
  text-overflow: ellipsis;
2975
2976
  white-space: pre-line;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Tue, 25 Apr 2023 11:19:03 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Tue, 25 Apr 2023 11:19:03 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, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Tue, 25 Apr 2023 11:19:03 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, 18 Apr 2023 13:31:13 GMT
3
+ // Generated on Tue, 25 Apr 2023 11:19:03 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-default: 100ms;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",