@neo4j-ndl/base 0.5.0 → 0.5.1

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.
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
420
420
  */
421
421
  /**
422
422
  * Do not edit directly
423
- * Generated on Tue, 07 Jun 2022 16:38:42 GMT
423
+ * Generated on Wed, 15 Jun 2022 09:40:10 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-sm: 4px;
@@ -860,6 +860,8 @@ a.ndl-btn{
860
860
  color: rgb(83 91 102 / var(--tw-text-opacity));
861
861
  }
862
862
  .ndl-icon-btn:not(.clean){
863
+ --tw-bg-opacity: 1;
864
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
863
865
  --tw-ring-opacity: 1;
864
866
  --tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
865
867
  }
@@ -2817,16 +2819,22 @@ a.ndl-btn{
2817
2819
  border-radius: 8px;
2818
2820
  --tw-border-opacity: 1;
2819
2821
  border-color: rgb(196 200 205 / var(--tw-border-opacity));
2822
+ padding: 0.25rem;
2820
2823
  }
2821
2824
  .ndl-drag-and-drop > div{
2822
2825
  padding-top: 2rem;
2823
2826
  padding-bottom: 2rem;
2824
2827
  }
2825
- .ndl-drag-and-drop .ndl-drag-and-drop-inner {
2826
- width: 320px;
2827
- margin-left: auto;
2828
- margin-right: auto;
2829
- }
2828
+ .ndl-drag-and-drop .ndl-drag-and-drop-inner{
2829
+ margin-left: auto;
2830
+ margin-right: auto;
2831
+ }
2832
+ .ndl-drag-and-drop .ndl-drag-and-drop-inner-content{
2833
+ display: flex;
2834
+ height: 100%;
2835
+ flex-direction: column;
2836
+ justify-content: center;
2837
+ }
2830
2838
  .ndl-drag-and-drop svg{
2831
2839
  margin-left: auto;
2832
2840
  margin-right: auto;
@@ -3003,6 +3011,9 @@ a.ndl-btn{
3003
3011
  .n-w-10{
3004
3012
  width: 2.5rem;
3005
3013
  }
3014
+ .n-w-40{
3015
+ width: 10rem;
3016
+ }
3006
3017
  .n-w-6{
3007
3018
  width: 1.5rem;
3008
3019
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 07 Jun 2022 16:38:42 GMT
3
+ * Generated on Wed, 15 Jun 2022 09:40:10 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 07 Jun 2022 16:38:42 GMT
3
+ * Generated on Wed, 15 Jun 2022 09:40:10 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 07 Jun 2022 16:38:42 GMT
4
+ * Generated on Wed, 15 Jun 2022 09:40:10 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "borderRadius": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 07 Jun 2022 16:38:42 GMT
3
+ // Generated on Wed, 15 Jun 2022 09:40:10 GMT
4
4
 
5
5
  $border-radius-sm: 4px;
6
6
  $border-radius-md: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",