@neo4j-ndl/base 1.3.5 → 1.3.7

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.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c549e6: fix code block wrapper gradient color stop
8
+
9
+ ## 1.3.6
10
+
11
+ ### Patch Changes
12
+
13
+ - b8b0a22: fixed checkbox label alignment bug
14
+
3
15
  ## 1.3.5
4
16
 
5
17
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 11 May 2023 15:06:48 GMT
4
+ * Generated on Tue, 16 May 2023 11:07:52 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 Thu, 11 May 2023 15:06:48 GMT
4
+ * Generated on Tue, 16 May 2023 11:07:52 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 Thu, 11 May 2023 15:06:48 GMT
3
+ * Generated on Tue, 16 May 2023 11:07:52 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 Thu, 11 May 2023 15:06:48 GMT
4
+ * Generated on Tue, 16 May 2023 11:07:52 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 Thu, 11 May 2023 15:06:48 GMT
462
+ * Generated on Tue, 16 May 2023 11:07:52 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -2019,6 +2019,10 @@ a.ndl-btn{
2019
2019
  align-items: flex-start;
2020
2020
  -moz-column-gap: 0.75rem;
2021
2021
  column-gap: 0.75rem;
2022
+ font-size: var(--font-size-body-medium);
2023
+ font-weight: var(--font-weight-normal);
2024
+ letter-spacing: 0.016rem;
2025
+ line-height: 1.25rem;
2022
2026
  }
2023
2027
  .ndl-form-item .ndl-form-item-label > input[type='checkbox'][role='checkbox'],
2024
2028
  .ndl-form-item .ndl-form-item-label > input[type='radio'] {
@@ -4132,7 +4136,7 @@ a.ndl-btn{
4132
4136
  --tw-gradient-from: transparent;
4133
4137
  --tw-gradient-to: rgb(0 0 0 / 0);
4134
4138
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
4135
- --tw-gradient-to: rgb(var(--palette-neutral-bg-default));
4139
+ --tw-gradient-to: rgb(var(--background));
4136
4140
  --tw-content: "";
4137
4141
  content: var(--tw-content);
4138
4142
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 11 May 2023 15:06:48 GMT
3
+ * Generated on Tue, 16 May 2023 11:07:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 11 May 2023 15:06:48 GMT
3
+ * Generated on Tue, 16 May 2023 11:07:52 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 11 May 2023 15:06:48 GMT
3
+ * Generated on Tue, 16 May 2023 11:07:52 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 Thu, 11 May 2023 15:06:48 GMT
3
+ // Generated on Tue, 16 May 2023 11:07:52 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.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",