@neo4j-ndl/base 1.8.0 → 1.8.2

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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2204c66: fix the important Tailwind token gets disregarded
8
+
9
+ ## 1.8.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 5340ee0: Align padding-left for td and th such that they both have 24px
14
+
3
15
  ## 1.8.0
4
16
 
5
17
  ### Minor Changes
package/lib/NOTICE.txt CHANGED
@@ -85,7 +85,7 @@ Third-party licenses
85
85
  │ │ ├─ URL: https://github.com/gregberge/svgr/tree/main/packages/cli
86
86
  │ │ ├─ VendorName: Greg Bergé
87
87
  │ │ └─ VendorUrl: https://react-svgr.com
88
- │ ├─ @tanstack/react-table@npm:8.9.1 [a2e03] (via npm:^8.5.22 [a2e03])
88
+ │ ├─ @tanstack/react-table@npm:8.9.3 [a2e03] (via npm:^8.9.3 [a2e03])
89
89
  │ │ ├─ URL: git+https://github.com/tanstack/table.git
90
90
  │ │ ├─ VendorName: Tanner Linsley
91
91
  │ │ └─ VendorUrl: https://github.com/tanstack/table#readme
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 26 Jun 2023 10:38:00 GMT
4
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
4
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
4
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
3
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
3
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
4
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
462
+ * Generated on Tue, 04 Jul 2023 11:51:34 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -3267,6 +3267,10 @@ a.ndl-btn{
3267
3267
  overflow: hidden;
3268
3268
  background-color: rgb(var(--palette-neutral-bg-weak));
3269
3269
  }
3270
+ .ndl-table-root .ndl-table-x-scrollable {
3271
+ overflow-x: auto;
3272
+ overflow-y: hidden !important;
3273
+ }
3270
3274
  .ndl-table-root .ndl-div-table{
3271
3275
  width: -moz-max-content;
3272
3276
  width: max-content;
@@ -3374,7 +3378,7 @@ a.ndl-btn{
3374
3378
  }
3375
3379
  /* Table head - Cell */
3376
3380
  .ndl-table-root .ndl-div-table .ndl-table-th {
3377
- padding: 12px 0 12px 28px;
3381
+ padding: 12px 0 12px 24px;
3378
3382
  text-align: left;
3379
3383
  position: relative;
3380
3384
  font-weight: bold;
@@ -4250,6 +4254,24 @@ a.ndl-btn{
4250
4254
  align-items: center;
4251
4255
  justify-content: space-between;
4252
4256
  }
4257
+ .ndl-widget .ndl-header-wrapper .ndl-header{
4258
+ --tw-text-opacity: 1;
4259
+ color: rgb(21 30 41 / var(--tw-text-opacity));
4260
+ }
4261
+
4262
+ .ndl-widget .ndl-header-wrapper .ndl-header {
4263
+ font-size: var(--font-size-h6);
4264
+ font-weight: var(--font-weight-bold);
4265
+ letter-spacing: 0.016rem;
4266
+ line-height: 1.5rem;
4267
+ }
4268
+ .ndl-widget .ndl-header-wrapper .ndl-subheader{
4269
+ color: rgb(var(--palette-neutral-text-weak));
4270
+ font-size: var(--font-size-body-medium);
4271
+ font-weight: var(--font-weight-normal);
4272
+ letter-spacing: 0.016rem;
4273
+ line-height: 1.25rem;
4274
+ }
4253
4275
  .ndl-widget .ndl-header-wrapper .ndl-header-left{
4254
4276
  display: flex;
4255
4277
  align-items: flex-start;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 26 Jun 2023 10:38:00 GMT
3
+ * Generated on Tue, 04 Jul 2023 11:51:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 26 Jun 2023 10:38:00 GMT
3
+ * Generated on Tue, 04 Jul 2023 11:51:34 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 26 Jun 2023 10:38:00 GMT
3
+ * Generated on Tue, 04 Jul 2023 11:51:34 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 Mon, 26 Jun 2023 10:38:00 GMT
3
+ // Generated on Tue, 04 Jul 2023 11:51:33 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 Mon, 26 Jun 2023 10:38:00 GMT
3
+ * Generated on Tue, 04 Jul 2023 11:51:34 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.0",
3
+ "version": "1.8.2",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",