@neo4j-ndl/base 3.2.2 → 3.2.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.
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
25
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 27 Jan 2025 14:12:47 GMT
25
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
25
+ * Generated on Wed, 29 Jan 2025 11:40:27 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
24
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": [
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 27 Jan 2025 14:12:47 GMT
24
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": {
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
25
+ * Generated on Wed, 29 Jan 2025 11:40:27 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -4830,23 +4830,15 @@ a.ndl-btn {
4830
4830
  .ndl-wizard.ndl-wizard-small .ndl-wizard-step-complete .ndl-wizard-circle {
4831
4831
  background-color:rgb(var(--theme-palette-primary-bg-strong));
4832
4832
  }
4833
- :root{
4834
- --background:var(--theme-light-palette-neutral-bg-default);
4835
- --border:var(--theme-light-palette-neutral-border-weak);
4836
- }
4837
- .ndl-theme-dark{
4838
- --background:var(--theme-dark-palette-neutral-bg-strong);
4839
- --border:var(--theme-dark-palette-neutral-border-strong);
4840
- }
4841
- .ndl-code-block-container{
4842
- background:rgb(var(--background));
4843
- border-color:rgb(var(--border));
4833
+ .ndl-code-block-container {
4844
4834
  position:relative;
4845
4835
  isolation:isolate;
4846
4836
  min-height:90px;
4847
4837
  overflow:hidden;
4848
4838
  border-radius:8px;
4849
4839
  border-width:1px;
4840
+ border-color:rgb(var(--theme-palette-neutral-border-strong));
4841
+ background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
4850
4842
  padding-top:12px;
4851
4843
  padding-bottom:4px;
4852
4844
  }
@@ -4898,28 +4890,28 @@ a.ndl-btn {
4898
4890
  .ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper:focus {
4899
4891
  outline-color:rgb(var(--theme-palette-primary-focus));
4900
4892
  }
4901
- .ndl-code-block-container .ndl-code-block-actions{
4902
- background:rgb(var(--background));
4903
- position:absolute;
4904
- top:0px;
4905
- right:0px;
4906
- z-index:10;
4907
- display:flex;
4908
- border-radius:8px;
4909
- padding:4px;
4910
- }
4893
+ .ndl-code-block-container .ndl-code-block-actions {
4894
+ position:absolute;
4895
+ top:0px;
4896
+ right:0px;
4897
+ z-index:10;
4898
+ display:flex;
4899
+ border-radius:8px;
4900
+ background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
4901
+ padding:4px;
4902
+ }
4911
4903
  .ndl-code-block-container .ndl-code-block-actions.ndl-disabled {
4912
4904
  opacity:0.5;
4913
4905
  }
4914
- .ndl-code-block-container .ndl-code-block-expand-button{
4915
- background:rgb(var(--background));
4916
- position:absolute;
4917
- bottom:0px;
4918
- right:0px;
4919
- z-index:10;
4920
- border-radius:8px;
4921
- padding:4px;
4922
- }
4906
+ .ndl-code-block-container .ndl-code-block-expand-button {
4907
+ position:absolute;
4908
+ bottom:0px;
4909
+ right:0px;
4910
+ z-index:10;
4911
+ border-radius:8px;
4912
+ background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
4913
+ padding:4px;
4914
+ }
4923
4915
  .ndl-code-block-container .ndl-linenumber{
4924
4916
  min-width:32px !important;
4925
4917
  }
@@ -6594,7 +6586,7 @@ button.ndl-avatar:focus-visible {
6594
6586
  display:inline;
6595
6587
  white-space:nowrap;
6596
6588
  border-radius:4px;
6597
- background-color:rgb(var(--theme-palette-neutral-bg-default));
6589
+ background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
6598
6590
  padding-left:2px;
6599
6591
  padding-right:2px;
6600
6592
  outline:2px solid transparent;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
24
+ * Generated on Wed, 29 Jan 2025 11:40:27 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
24
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
25
25
  */
26
26
 
27
27
  module.exports = {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
24
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 27 Jan 2025 14:12:46 GMT
3
+ // Generated on Wed, 29 Jan 2025 11:40:27 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 27 Jan 2025 14:12:46 GMT
24
+ * Generated on Wed, 29 Jan 2025 11:40:28 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",