@neo4j-ndl/base 3.0.0-alpha-73cdbc3 → 3.0.0-alpha-328a5a4

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 Thu, 17 Oct 2024 15:06:50 GMT
25
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
25
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
25
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
24
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
24
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
25
+ * Generated on Wed, 23 Oct 2024 08:28:19 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -3123,7 +3123,7 @@ a.ndl-btn {
3123
3123
  max-width:40rem;
3124
3124
  }
3125
3125
  .ndl-modal.ndl-medium{
3126
- max-width:47rem;
3126
+ max-width:44rem;
3127
3127
  }
3128
3128
  .ndl-modal.ndl-large{
3129
3129
  max-width:60rem;
@@ -3943,19 +3943,19 @@ a.ndl-btn {
3943
3943
  .ndl-dropzone-error-alert {
3944
3944
  margin-bottom:16px;
3945
3945
  }
3946
- .ndl-dropdown {
3946
+ .ndl-select {
3947
3947
  display:inline-flex;
3948
3948
  flex-direction:column;
3949
3949
  row-gap:5px;
3950
3950
  }
3951
- .ndl-dropdown .ndl-placeholder {
3951
+ .ndl-select .ndl-placeholder {
3952
3952
  white-space:nowrap;
3953
3953
  color:rgb(var(--theme-palette-neutral-text-weaker));
3954
3954
  }
3955
- .ndl-dropdown.ndl-fluid {
3955
+ .ndl-select.ndl-fluid {
3956
3956
  display:flex;
3957
3957
  }
3958
- .ndl-dropdown label {
3958
+ .ndl-select label {
3959
3959
  color:rgb(var(--theme-palette-neutral-text-weak));
3960
3960
  font-family:var(--font-font-family-body-medium), sans-serif;
3961
3961
  font-size:var(--font-size-body-medium);
@@ -3963,14 +3963,14 @@ a.ndl-btn {
3963
3963
  letter-spacing:0.016rem;
3964
3964
  line-height:1.25rem;
3965
3965
  }
3966
- .ndl-dropdown div {
3966
+ .ndl-select div {
3967
3967
  cursor:pointer;
3968
3968
  }
3969
- .ndl-dropdown.ndl-creatable div,
3970
- .ndl-dropdown.ndl-multi div {
3969
+ .ndl-select.ndl-creatable div,
3970
+ .ndl-select.ndl-multi div {
3971
3971
  cursor:text;
3972
3972
  }
3973
- .ndl-dropdown .ndl-sub-text {
3973
+ .ndl-select .ndl-sub-text {
3974
3974
  color:rgb(var(--theme-palette-neutral-text-weaker));
3975
3975
  font-family:var(--font-font-family-body-small), sans-serif;
3976
3976
  font-size:var(--font-size-body-small);
@@ -3978,17 +3978,17 @@ a.ndl-btn {
3978
3978
  letter-spacing:0.016rem;
3979
3979
  line-height:1.25rem;
3980
3980
  }
3981
- .ndl-dropdown.ndl-disabled {
3981
+ .ndl-select.ndl-disabled {
3982
3982
  cursor:not-allowed;
3983
3983
  color:rgb(var(--theme-palette-neutral-text-weakest));
3984
3984
  }
3985
- .ndl-dropdown.ndl-disabled .ndl-placeholder {
3985
+ .ndl-select.ndl-disabled .ndl-placeholder {
3986
3986
  color:rgb(var(--theme-palette-neutral-text-weakest));
3987
3987
  }
3988
- .ndl-dropdown.ndl-disabled .ndl-sub-text {
3988
+ .ndl-select.ndl-disabled .ndl-sub-text {
3989
3989
  color:rgb(var(--theme-palette-neutral-text-weakest));
3990
3990
  }
3991
- .ndl-dropdown.ndl-disabled label {
3991
+ .ndl-select.ndl-disabled label {
3992
3992
  color:rgb(var(--theme-palette-neutral-text-weakest));
3993
3993
  font-family:var(--font-font-family-body-medium), sans-serif;
3994
3994
  font-size:var(--font-size-body-medium);
@@ -3996,78 +3996,78 @@ a.ndl-btn {
3996
3996
  letter-spacing:0.016rem;
3997
3997
  line-height:1.25rem;
3998
3998
  }
3999
- .ndl-dropdown .ndl-error-text {
3999
+ .ndl-select .ndl-error-text {
4000
4000
  color:rgb(var(--theme-palette-danger-text));
4001
4001
  }
4002
- .ndl-dropdown.ndl-large label{
4002
+ .ndl-select.ndl-large label{
4003
4003
  font-family:var(--font-font-family-body-large), sans-serif;
4004
4004
  font-size:var(--font-size-body-large);
4005
4005
  font-weight:var(--font-weight-normal);
4006
4006
  letter-spacing:0.016rem;
4007
4007
  line-height:1.5rem;
4008
4008
  }
4009
- .ndl-dropdown.ndl-large .ndl-sub-text{
4009
+ .ndl-select.ndl-large .ndl-sub-text{
4010
4010
  font-family:var(--font-font-family-body-medium), sans-serif;
4011
4011
  font-size:var(--font-size-body-medium);
4012
4012
  font-weight:var(--font-weight-normal);
4013
4013
  letter-spacing:0.016rem;
4014
4014
  line-height:1.25rem;
4015
4015
  }
4016
- .ndl-dropdown .ndl-dropdown-icon {
4016
+ .ndl-select .ndl-select-icon {
4017
4017
  cursor:pointer;
4018
4018
  color:rgb(var(--theme-palette-neutral-text-weak));
4019
4019
  }
4020
- .ndl-dropdown .ndl-dropdown-icon.ndl-small {
4020
+ .ndl-select .ndl-select-icon.ndl-small {
4021
4021
  width:16px;
4022
4022
  height:16px;
4023
4023
  }
4024
- .ndl-dropdown .ndl-dropdown-icon.ndl-medium {
4024
+ .ndl-select .ndl-select-icon.ndl-medium {
4025
4025
  width:20px;
4026
4026
  height:20px;
4027
4027
  }
4028
- .ndl-dropdown .ndl-dropdown-icon.ndl-large {
4028
+ .ndl-select .ndl-select-icon.ndl-large {
4029
4029
  width:24px;
4030
4030
  height:24px;
4031
4031
  }
4032
- .ndl-dropdown .ndl-dropdown-icon.ndl-disabled {
4032
+ .ndl-select .ndl-select-icon.ndl-disabled {
4033
4033
  color:rgb(var(--theme-palette-neutral-text-weakest));
4034
4034
  }
4035
- .ndl-dropdown .ndl-indicator{
4035
+ .ndl-select .ndl-indicator{
4036
4036
  width:1px;
4037
4037
  height:100%;
4038
4038
  background-color:rgb(var(--theme-palette-neutral-border-strong));
4039
4039
  }
4040
- .ndl-dropdown .ndl-error-icon.ndl-small {
4040
+ .ndl-select .ndl-error-icon.ndl-small {
4041
4041
  width:16px;
4042
4042
  height:16px;
4043
4043
  }
4044
- .ndl-dropdown .ndl-error-icon.ndl-medium {
4044
+ .ndl-select .ndl-error-icon.ndl-medium {
4045
4045
  width:20px;
4046
4046
  height:20px;
4047
4047
  }
4048
- .ndl-dropdown .ndl-error-icon.ndl-large {
4048
+ .ndl-select .ndl-error-icon.ndl-large {
4049
4049
  width:24px;
4050
4050
  height:24px;
4051
4051
  }
4052
- .ndl-dropdown .ndl-error-icon {
4052
+ .ndl-select .ndl-error-icon {
4053
4053
  color:rgb(var(--theme-palette-danger-icon));
4054
4054
  }
4055
- .ndl-dropdown .ndl-dropdown-option {
4055
+ .ndl-select .ndl-select-option {
4056
4056
  display:flex;
4057
4057
  flex-direction:row;
4058
4058
  align-items:center;
4059
4059
  gap:8px;
4060
4060
  }
4061
- .ndl-dropdown .ndl-dropdown-option.ndl-form-item{
4061
+ .ndl-select .ndl-select-option.ndl-form-item{
4062
4062
  margin-top:0;
4063
4063
  }
4064
- .ndl-dropdown.ndl-small .ndl-dropdown-option{
4064
+ .ndl-select.ndl-small .ndl-select-option{
4065
4065
  padding:2px;
4066
4066
  }
4067
- .ndl-dropdown .ndl-medium .ndl-dropdown-option{
4067
+ .ndl-select .ndl-medium .ndl-select-option{
4068
4068
  padding:8px;
4069
4069
  }
4070
- .ndl-dropdown.ndl-large .ndl-dropdown-option{
4070
+ .ndl-select.ndl-large .ndl-select-option{
4071
4071
  padding:12px;
4072
4072
  }
4073
4073
  .ndl-node-label {
@@ -6216,6 +6216,12 @@ button.ndl-avatar:focus-visible {
6216
6216
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
6217
6217
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
6218
6218
  }
6219
+ .ndl-inline-code:not(:focus) {
6220
+ outline-style:solid;
6221
+ outline-width:1px;
6222
+ outline-offset:-1px;
6223
+ outline-color:rgb(var(--theme-palette-neutral-border-weak));
6224
+ }
6219
6225
  .ndl-inline-code:hover:not(.ndl-disabled) {
6220
6226
  background-color:rgb(var(--theme-palette-neutral-hover));
6221
6227
  }
@@ -7168,9 +7174,6 @@ button.ndl-avatar:focus-visible {
7168
7174
  .n-w-\[300px\] {
7169
7175
  width:300px;
7170
7176
  }
7171
- .n-w-\[640px\] {
7172
- width:640px;
7173
- }
7174
7177
  .n-w-full {
7175
7178
  width:100%;
7176
7179
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 17 Oct 2024 15:06:50 GMT
24
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
24
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
24
+ * Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
3
+ // Generated on Wed, 23 Oct 2024 08:28:19 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 Thu, 17 Oct 2024 15:06:50 GMT
24
+ * Generated on Wed, 23 Oct 2024 08:28:19 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.0.0-alpha-73cdbc3",
3
+ "version": "3.0.0-alpha-328a5a4",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",