@neo4j-ndl/base 1.8.7 → 1.8.9

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.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a2d956: fix scoped context menu breaking styles from inheritance
8
+
9
+ ## 1.8.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 9bf20c4: safari text input disabled styles fix
14
+
3
15
  ## 1.8.7
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 Wed, 12 Jul 2023 08:50:09 GMT
4
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:10 GMT
4
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:09 GMT
4
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:09 GMT
3
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:10 GMT
3
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:09 GMT
4
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:09 GMT
462
+ * Generated on Thu, 13 Jul 2023 14:40:09 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -2112,11 +2112,14 @@ a.ndl-btn{
2112
2112
  outline-offset: -1px;
2113
2113
  outline-color: rgb(var(--palette-primary-focus));
2114
2114
  }
2115
- .ndl-form-item input[type='text']:disabled, .ndl-form-item input[type='email']:disabled, .ndl-form-item input[type='password']:disabled, .ndl-form-item input[type='number']:disabled, .ndl-form-item input[type='url']:disabled{
2116
- cursor: not-allowed;
2117
- color: rgb(var(--palette-neutral-text-weakest));
2115
+ .ndl-form-item input[type='text']:disabled, .ndl-form-item input[type='email']:disabled, .ndl-form-item input[type='password']:disabled, .ndl-form-item input[type='number']:disabled, .ndl-form-item input[type='url']:disabled {
2116
+ /* Bug: https://stackoverflow.com/a/4648315/3247715 */
2117
+ /* https://trello.com/c/2TlnxUcS/331-textinput-disabled-incorrect-color-in-safari-vs-chrome */
2118
+ -webkit-text-fill-color: rgb(var(--palette-neutral-text-weakest));
2119
+ cursor: not-allowed;
2120
+ color: rgb(var(--palette-neutral-text-weakest));
2118
2121
  background-color: inherit;
2119
- }
2122
+ }
2120
2123
  .ndl-form-item input[type='text']:disabled:active,
2121
2124
  .ndl-form-item input[type='text']:disabled:focus,
2122
2125
  .ndl-form-item input[type='email']:disabled:active,
@@ -2621,6 +2624,8 @@ a.ndl-btn{
2621
2624
  }
2622
2625
  .ndl-menu{
2623
2626
  padding: 8px;
2627
+ text-align: start;
2628
+ color: rgb(var(--palette-neutral-text-default));
2624
2629
  }
2625
2630
  .ndl-menu.ndl-large .ndl-menu-item{
2626
2631
  padding-top: 0.75rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Jul 2023 08:50:09 GMT
3
+ * Generated on Thu, 13 Jul 2023 14:40:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Jul 2023 08:50:09 GMT
3
+ * Generated on Thu, 13 Jul 2023 14:40:09 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Jul 2023 08:50:09 GMT
3
+ * Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:09 GMT
3
+ // Generated on Thu, 13 Jul 2023 14:40:09 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 Wed, 12 Jul 2023 08:50:09 GMT
3
+ * Generated on Thu, 13 Jul 2023 14:40:09 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.7",
3
+ "version": "1.8.9",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",