@neo4j-ndl/base 1.0.0-alpha-e2de802 → 1.0.0-alpha-fafbc08

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 20 Jan 2023 13:21:29 GMT
4
+ * Generated on Thu, 26 Jan 2023 14:29:20 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 Fri, 20 Jan 2023 13:21:29 GMT
4
+ * Generated on Thu, 26 Jan 2023 14:29:20 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 Fri, 20 Jan 2023 13:21:29 GMT
3
+ * Generated on Thu, 26 Jan 2023 14:29:20 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 Fri, 20 Jan 2023 13:21:29 GMT
4
+ * Generated on Thu, 26 Jan 2023 14:29:20 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 Fri, 20 Jan 2023 13:21:29 GMT
462
+ * Generated on Thu, 26 Jan 2023 14:29:20 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -1461,10 +1461,10 @@ a.ndl-btn{
1461
1461
  border-radius: 4px;
1462
1462
  --tw-bg-opacity: 1;
1463
1463
  background-color: rgb(83 91 102 / var(--tw-bg-opacity));
1464
- padding-left: 0.5rem;
1465
- padding-right: 0.5rem;
1466
- padding-top: 0.75rem;
1467
- padding-bottom: 0.75rem;
1464
+ padding-left: 0.75rem;
1465
+ padding-right: 0.75rem;
1466
+ padding-top: 0.5rem;
1467
+ padding-bottom: 0.5rem;
1468
1468
  --tw-text-opacity: 1;
1469
1469
  color: rgb(255 255 255 / var(--tw-text-opacity));
1470
1470
  font-size: var(--font-size-body-small);
@@ -1898,6 +1898,32 @@ a.ndl-btn{
1898
1898
  .ndl-form-item .ndl-form-item-label.ndl-label-before{
1899
1899
  flex-direction: row-reverse;
1900
1900
  }
1901
+ .ndl-form-item .ndl-form-item-wrapper {
1902
+ display: flex;
1903
+ width: 100%;
1904
+ }
1905
+ .ndl-form-item .ndl-form-item-wrapper .ndl-form-item-optional{
1906
+ --tw-text-opacity: 1;
1907
+ color: rgb(113 119 128 / var(--tw-text-opacity));
1908
+ font-style: italic;
1909
+ margin-left: auto;
1910
+ }
1911
+ .ndl-form-item .ndl-form-item-wrapper .ndl-information-icon-small {
1912
+ margin-top: 2px;
1913
+ margin-left: 3px;
1914
+ width: 16px;
1915
+ height: 16px;
1916
+ --tw-text-opacity: 1;
1917
+ color: rgb(83 91 102 / var(--tw-text-opacity));
1918
+ }
1919
+ .ndl-form-item .ndl-form-item-wrapper .ndl-information-icon-large {
1920
+ margin-top: 2px;
1921
+ margin-left: 3px;
1922
+ width: 20px;
1923
+ height: 20px;
1924
+ --tw-text-opacity: 1;
1925
+ color: rgb(83 91 102 / var(--tw-text-opacity));
1926
+ }
1901
1927
  .ndl-form-item.ndl-type-text .ndl-form-item-label{
1902
1928
  flex-direction: column-reverse;
1903
1929
  align-items: flex-start;
@@ -4018,43 +4044,45 @@ a.ndl-btn{
4018
4044
  --tw-bg-opacity: 1;
4019
4045
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
4020
4046
  padding: 0px;
4047
+
4048
+ transition: var(--transitions-default);
4021
4049
  }
4022
4050
  /* Regular Collapsed Styled */
4023
- .ndl-side-navigation:not(.expanded):not(.ndl-icon-menu){
4051
+ .ndl-side-navigation:not(.ndl-expanded):not(.ndl-icon-menu){
4024
4052
  width: 0.625rem;
4025
4053
  min-width: 10px;
4026
4054
  }
4027
4055
  /* Regular Right Collapsed Styles */
4028
- .ndl-side-navigation:not(.expanded):not(.ndl-icon-menu).right .ndl-side-navigation-drawer-button{
4056
+ .ndl-side-navigation:not(.ndl-expanded):not(.ndl-icon-menu).ndl-right .ndl-side-navigation-drawer-button{
4029
4057
  right: 0px;
4030
4058
  left: unset;
4031
4059
  border-top-right-radius: 0px;
4032
4060
  border-bottom-right-radius: 0px;
4033
4061
  border-right-width: 0px;
4034
4062
  }
4035
- .ndl-side-navigation:not(.expanded):not(.ndl-icon-menu).right .ndl-side-navigation-drawer-button:not(.ndl-icon-btn-border) {
4063
+ .ndl-side-navigation:not(.ndl-expanded):not(.ndl-icon-menu).ndl-right .ndl-side-navigation-drawer-button:not(.ndl-icon-btn-border) {
4036
4064
  /* Offset 1px from icon border on sibling item */
4037
4065
  bottom: calc(0.5rem + 1px);
4038
4066
  }
4039
4067
  /* Regular Left Collapsed Styles */
4040
- .ndl-side-navigation:not(.expanded):not(.ndl-icon-menu).left .ndl-side-navigation-drawer-button{
4068
+ .ndl-side-navigation:not(.ndl-expanded):not(.ndl-icon-menu).ndl-left .ndl-side-navigation-drawer-button{
4041
4069
  left: 0px;
4042
4070
  right: unset;
4043
4071
  border-top-left-radius: 0px;
4044
4072
  border-bottom-left-radius: 0px;
4045
4073
  border-left-width: 0px;
4046
4074
  }
4047
- .ndl-side-navigation:not(.expanded):not(.ndl-icon-menu).left .ndl-side-navigation-drawer-button:not(.ndl-icon-btn-border) {
4075
+ .ndl-side-navigation:not(.ndl-expanded):not(.ndl-icon-menu).ndl-left .ndl-side-navigation-drawer-button:not(.ndl-icon-btn-border) {
4048
4076
  /* Offset 1px from icon border on sibling item */
4049
4077
  bottom: calc(0.5rem + 1px);
4050
4078
  }
4051
4079
  /* Icon Collapsed Styled */
4052
- .ndl-side-navigation:not(.expanded).ndl-icon-menu{
4080
+ .ndl-side-navigation:not(.ndl-expanded).ndl-icon-menu{
4053
4081
  width: unset;
4054
4082
  min-width: unset;
4055
4083
  }
4056
4084
  /* Icon Left Collapsed Styles */
4057
- .ndl-side-navigation:not(.expanded).ndl-icon-menu .ndl-side-navigation-drawer-button {
4085
+ .ndl-side-navigation:not(.ndl-expanded).ndl-icon-menu .ndl-side-navigation-drawer-button {
4058
4086
  /* This is important because we can't rely on
4059
4087
  * `right` to be accurate due to the scrollbar
4060
4088
  * on the child <nav /> element. So we switch
@@ -4065,32 +4093,32 @@ a.ndl-btn{
4065
4093
  left: 0.5rem;
4066
4094
  right: unset;
4067
4095
  }
4068
- .ndl-side-navigation:not(.expanded).ndl-icon-menu .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item{
4096
+ .ndl-side-navigation:not(.ndl-expanded).ndl-icon-menu .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item{
4069
4097
  display: flex;
4070
4098
  width: 3rem;
4071
4099
  justify-content: center;
4072
4100
  }
4073
- .ndl-side-navigation:not(.expanded).ndl-icon-menu .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon{
4101
+ .ndl-side-navigation:not(.ndl-expanded).ndl-icon-menu .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon{
4074
4102
  margin-right: 0px;
4075
4103
  }
4076
- .ndl-side-navigation.right{
4104
+ .ndl-side-navigation.ndl-right{
4077
4105
  border-left-width: 1px;
4078
4106
  border-style: solid;
4079
4107
  --tw-border-opacity: 1;
4080
4108
  border-color: rgb(238 241 246 / var(--tw-border-opacity));
4081
4109
  }
4082
- .ndl-side-navigation.right .ndl-side-navigation-drawer-button{
4110
+ .ndl-side-navigation.ndl-right .ndl-side-navigation-drawer-button{
4083
4111
  bottom: 0.5rem;
4084
4112
  left: 0.5rem;
4085
4113
  right: unset;
4086
4114
  }
4087
- .ndl-side-navigation.left{
4115
+ .ndl-side-navigation.ndl-left{
4088
4116
  border-right-width: 1px;
4089
4117
  border-style: solid;
4090
4118
  --tw-border-opacity: 1;
4091
4119
  border-color: rgb(238 241 246 / var(--tw-border-opacity));
4092
4120
  }
4093
- .ndl-side-navigation.left .ndl-side-navigation-drawer-button{
4121
+ .ndl-side-navigation.ndl-left .ndl-side-navigation-drawer-button{
4094
4122
  bottom: 0.5rem;
4095
4123
  right: 0.5rem;
4096
4124
  left: unset;
@@ -4139,31 +4167,31 @@ a.ndl-btn{
4139
4167
  --tw-text-opacity: 1;
4140
4168
  color: rgb(113 119 128 / var(--tw-text-opacity));
4141
4169
  }
4142
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.selected{
4170
+ .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected{
4143
4171
  --tw-bg-opacity: 1;
4144
4172
  background-color: rgb(230 248 255 / var(--tw-bg-opacity));
4145
4173
  --tw-text-opacity: 1;
4146
4174
  color: rgb(0 111 214 / var(--tw-text-opacity));
4147
4175
  }
4148
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.selected .ndl-icon{
4176
+ .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected .ndl-icon{
4149
4177
  --tw-text-opacity: 1;
4150
4178
  color: rgb(0 111 214 / var(--tw-text-opacity));
4151
4179
  }
4152
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.selectable{
4180
+ .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable{
4153
4181
  cursor: pointer;
4154
4182
  }
4155
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.selectable:hover:not(.selected){
4183
+ .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:hover:not(.selected){
4156
4184
  --tw-bg-opacity: 1;
4157
4185
  background-color: rgb(245 247 250 / var(--tw-bg-opacity));
4158
4186
  }
4159
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.selectable:focus-visible{
4187
+ .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:focus-visible{
4160
4188
  --tw-bg-opacity: 1;
4161
4189
  background-color: rgb(230 248 255 / var(--tw-bg-opacity));
4162
4190
  --tw-text-opacity: 1;
4163
4191
  color: rgb(0 111 214 / var(--tw-text-opacity));
4164
4192
  outline: auto;
4165
4193
  }
4166
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.selectable:active{
4194
+ .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:active{
4167
4195
  --tw-bg-opacity: 1;
4168
4196
  background-color: rgb(230 248 255 / var(--tw-bg-opacity));
4169
4197
  --tw-text-opacity: 1;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Jan 2023 13:21:29 GMT
3
+ * Generated on Thu, 26 Jan 2023 14:29:20 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Jan 2023 13:21:29 GMT
3
+ * Generated on Thu, 26 Jan 2023 14:29:20 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Jan 2023 13:21:29 GMT
3
+ * Generated on Thu, 26 Jan 2023 14:29:20 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 Fri, 20 Jan 2023 13:21:29 GMT
3
+ // Generated on Thu, 26 Jan 2023 14:29:20 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-default: 100ms;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "1.0.0-alpha-e2de802",
3
+ "version": "1.0.0-alpha-fafbc08",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",