@neo4j-ndl/base 3.5.2 → 3.6.0

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, 15 May 2025 13:23:01 GMT
25
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
25
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
25
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
24
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
24
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
25
+ * Generated on Fri, 16 May 2025 09:18:35 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -7823,6 +7823,76 @@ button.ndl-avatar:focus-visible {
7823
7823
  r:5%;
7824
7824
  }
7825
7825
  }
7826
+ .ndl-color-picker .ndl-color-picker-saturation{
7827
+ aspect-ratio:1 / 1;
7828
+ width:100% !important;
7829
+ height:unset !important;
7830
+ }
7831
+ .ndl-color-picker .ndl-color-picker-pointer {
7832
+ position:absolute;
7833
+ height:16px;
7834
+ width:16px;
7835
+ border-radius:9999px;
7836
+ border-width:3px;
7837
+ border-color:rgb(var(--theme-palette-neutral-bg-weak));
7838
+ background-color:transparent;
7839
+ --tw-shadow:var(--theme-shadow-raised);
7840
+ --tw-shadow-colored:var(--theme-shadow-raised);
7841
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
7842
+ }
7843
+ .ndl-color-picker .ndl-color-picker-pointer.w-color-alpha{
7844
+ transform:translate(-50%, 0);
7845
+ }
7846
+ .ndl-color-picker .ndl-color-picker-pointer.w-color-saturation{
7847
+ transform:translate(-50%, -50%);
7848
+ }
7849
+ .ndl-color-picker .ndl-color-picker-hue-container {
7850
+ margin-top:24px;
7851
+ margin-bottom:24px;
7852
+ display:flex;
7853
+ flex-direction:row;
7854
+ align-items:center;
7855
+ gap:16px;
7856
+ }
7857
+ .ndl-color-picker .ndl-color-picker-hue {
7858
+ display:block;
7859
+ flex:1 1 0%;
7860
+ }
7861
+ .ndl-color-picker .ndl-color-picker-swatch {
7862
+ margin-top:8px;
7863
+ display:flex;
7864
+ flex-direction:row;
7865
+ flex-wrap:wrap;
7866
+ gap:8px;
7867
+ }
7868
+ .ndl-color-picker .ndl-color-picker-swatch .ndl-color-picker-swatch-color {
7869
+ height:20px;
7870
+ width:20px;
7871
+ border-radius:9999px;
7872
+ outline-width:2px;
7873
+ }
7874
+ .ndl-color-picker .ndl-color-picker-swatch .ndl-color-picker-swatch-color:focus-visible,
7875
+ .ndl-color-picker .ndl-color-picker-swatch .ndl-color-picker-swatch-color.ndl-color-picker-swatch-color-active {
7876
+ outline-style:solid;
7877
+ outline-offset:1px;
7878
+ outline-color:rgb(var(--theme-palette-primary-focus));
7879
+ }
7880
+ .ndl-color-picker .ndl-color-picker-hex-input-prefix {
7881
+ color:rgb(var(--theme-palette-neutral-text-weak));
7882
+ }
7883
+ .ndl-color-picker .ndl-color-picker-inputs {
7884
+ display:flex;
7885
+ flex-direction:row;
7886
+ gap:4px;
7887
+ }
7888
+ .ndl-color-picker .ndl-color-picker-rgb-inputs {
7889
+ display:flex;
7890
+ flex-direction:row;
7891
+ gap:4px;
7892
+ }
7893
+ .ndl-color-picker .ndl-color-picker-rgb-inputs .ndl-color-picker-rgb-input {
7894
+ flex:1 1 0%;
7895
+ }
7826
7896
  .ndl-side-nav{
7827
7897
  --side-nav-width-collapsed:52px;
7828
7898
  --side-nav-width-expanded:196px;
@@ -8311,6 +8381,9 @@ button.ndl-avatar:focus-visible {
8311
8381
  .n-w-48 {
8312
8382
  width:192px;
8313
8383
  }
8384
+ .n-w-60 {
8385
+ width:240px;
8386
+ }
8314
8387
  .n-w-72 {
8315
8388
  width:288px;
8316
8389
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 15 May 2025 13:23:01 GMT
24
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
24
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
24
+ * Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
3
+ // Generated on Fri, 16 May 2025 09:18:35 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, 15 May 2025 13:23:01 GMT
24
+ * Generated on Fri, 16 May 2025 09:18:35 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.5.2",
3
+ "version": "3.6.0",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",