@neo4j-ndl/base 1.8.14 → 1.10.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 95c8c78: new accordion component
8
+
9
+ ## 1.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 46bd73c: Added DatePicker component
14
+
3
15
  ## 1.8.14
4
16
 
5
17
  ### Patch Changes
package/lib/LICENSES.txt CHANGED
@@ -5210,7 +5210,7 @@ MIT License
5210
5210
 
5211
5211
  -----
5212
5212
 
5213
- The following software may be included in this product: @types/jest, @types/jest-axe, @types/node, @types/react, @types/react-dom, @types/react-resizable, @types/react-syntax-highlighter, @types/react-table, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest-axe), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-resizable), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
5213
+ The following software may be included in this product: @types/jest, @types/jest-axe, @types/node, @types/react, @types/react-datepicker, @types/react-dom, @types/react-resizable, @types/react-syntax-highlighter, @types/react-table, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest-axe), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-datepicker), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-resizable), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
5214
5214
 
5215
5215
  MIT License
5216
5216
 
@@ -5529,6 +5529,32 @@ SOFTWARE.
5529
5529
 
5530
5530
  -----
5531
5531
 
5532
+ The following software may be included in this product: date-fns. A copy of the source code may be downloaded from https://github.com/date-fns/date-fns. This software contains the following license and notice below:
5533
+
5534
+ MIT License
5535
+
5536
+ Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
5537
+
5538
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5539
+ of this software and associated documentation files (the "Software"), to deal
5540
+ in the Software without restriction, including without limitation the rights
5541
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5542
+ copies of the Software, and to permit persons to whom the Software is
5543
+ furnished to do so, subject to the following conditions:
5544
+
5545
+ The above copyright notice and this permission notice shall be included in all
5546
+ copies or substantial portions of the Software.
5547
+
5548
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5549
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5550
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5551
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5552
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5553
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5554
+ SOFTWARE.
5555
+
5556
+ -----
5557
+
5532
5558
  The following software may be included in this product: dedent. A copy of the source code may be downloaded from git://github.com/dmnd/dedent.git. This software contains the following license and notice below:
5533
5559
 
5534
5560
  The MIT License (MIT)
@@ -12268,6 +12294,32 @@ Apache License
12268
12294
 
12269
12295
  -----
12270
12296
 
12297
+ The following software may be included in this product: react-datepicker. A copy of the source code may be downloaded from git://github.com/Hacker0x01/react-datepicker.git. This software contains the following license and notice below:
12298
+
12299
+ The MIT License (MIT)
12300
+
12301
+ Copyright (c) 2014-2023 HackerOne Inc and individual contributors
12302
+
12303
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12304
+ of this software and associated documentation files (the "Software"), to deal
12305
+ in the Software without restriction, including without limitation the rights
12306
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12307
+ copies of the Software, and to permit persons to whom the Software is
12308
+ furnished to do so, subject to the following conditions:
12309
+
12310
+ The above copyright notice and this permission notice shall be included in all
12311
+ copies or substantial portions of the Software.
12312
+
12313
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12314
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12315
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12316
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12317
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12318
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12319
+ SOFTWARE.
12320
+
12321
+ -----
12322
+
12271
12323
  The following software may be included in this product: react-dropzone. A copy of the source code may be downloaded from https://github.com/react-dropzone/react-dropzone.git. This software contains the following license and notice below:
12272
12324
 
12273
12325
  The MIT License (MIT)
package/lib/NOTICE.txt CHANGED
@@ -117,6 +117,9 @@ Third-party licenses
117
117
  │ ├─ @types/react@npm:17.0.62 (via npm:^17.0.62)
118
118
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
119
119
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
120
+ │ ├─ @types/react-datepicker@npm:4.11.2 (via npm:^4.11.2)
121
+ │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
122
+ │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-datepicker
120
123
  │ ├─ @types/react-dom@npm:17.0.18 (via npm:17.0.18)
121
124
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
122
125
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
@@ -160,6 +163,8 @@ Third-party licenses
160
163
  │ ├─ concurrently@npm:7.6.0 (via npm:^7.4.0)
161
164
  │ │ ├─ URL: https://github.com/open-cli-tools/concurrently.git
162
165
  │ │ └─ VendorName: Kimmo Brunfeldt
166
+ │ ├─ date-fns@npm:2.30.0 (via npm:^2.30.0)
167
+ │ │ └─ URL: https://github.com/date-fns/date-fns
163
168
  │ ├─ dedent@npm:0.7.0 (via npm:^0.7.0)
164
169
  │ │ ├─ URL: git://github.com/dmnd/dedent.git
165
170
  │ │ ├─ VendorName: Desmond Brand
@@ -223,6 +228,10 @@ Third-party licenses
223
228
  │ ├─ react@npm:17.0.2 (via npm:^17.0.2)
224
229
  │ │ ├─ URL: https://github.com/facebook/react.git
225
230
  │ │ └─ VendorUrl: https://reactjs.org/
231
+ │ ├─ react-datepicker@npm:4.14.1 [a2e03] (via npm:^4.14.1 [a2e03])
232
+ │ │ ├─ URL: git://github.com/Hacker0x01/react-datepicker.git
233
+ │ │ ├─ VendorName: HackerOne
234
+ │ │ └─ VendorUrl: https://github.com/Hacker0x01/react-datepicker
226
235
  │ ├─ react-dom@npm:17.0.2 [d75d7] (via npm:^17.0.2 [d75d7])
227
236
  │ │ ├─ URL: https://github.com/facebook/react.git
228
237
  │ │ └─ VendorUrl: https://reactjs.org/
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 25 Jul 2023 12:39:54 GMT
4
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
4
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
4
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
3
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
3
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
4
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
462
+ * Generated on Fri, 04 Aug 2023 06:56:18 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -972,6 +972,137 @@ h6,
972
972
  --palette-success-border-weak: var(--palette-light-success-border-weak);
973
973
  color: rgb(var(--palette-neutral-text-default));
974
974
  }
975
+ /**
976
+ *
977
+ * Copyright (c) "Neo4j"
978
+ * Neo4j Sweden AB [http://neo4j.com]
979
+ *
980
+ * This file is part of Neo4j.
981
+ *
982
+ * Neo4j is free software: you can redistribute it and/or modify
983
+ * it under the terms of the GNU General Public License as published by
984
+ * the Free Software Foundation, either version 3 of the License, or
985
+ * (at your option) any later version.
986
+ *
987
+ * This program is distributed in the hope that it will be useful,
988
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
989
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
990
+ * GNU General Public License for more details.
991
+ *
992
+ * You should have received a copy of the GNU General Public License
993
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
994
+ */
995
+ .ndl-accordion{
996
+ box-sizing: border-box;
997
+ display: flex;
998
+ width: 100%;
999
+ flex-direction: column;
1000
+ padding: 1rem;
1001
+ }
1002
+ .ndl-accordion .ndl-accordion-item{
1003
+ box-sizing: border-box;
1004
+ width: auto;
1005
+ border-style: solid;
1006
+ border-color: rgb(var(--palette-neutral-border-weak));
1007
+ border-bottom-width: 1px;
1008
+ }
1009
+ .ndl-accordion .ndl-accordion-item-header{
1010
+ display: flex;
1011
+ width: 100%;
1012
+ color: rgb(var(--palette-neutral-text-default));
1013
+ }
1014
+ .ndl-accordion .ndl-accordion-item-header-disabled{
1015
+ color: rgb(var(--palette-neutral-text-weakest));
1016
+ }
1017
+ .ndl-accordion .ndl-accordion-item-header-button{
1018
+ position: relative;
1019
+ box-sizing: border-box;
1020
+ display: flex;
1021
+ width: 100%;
1022
+ align-items: center;
1023
+ padding-top: 0.75rem;
1024
+ padding-bottom: 0.75rem;
1025
+ padding-right: 0.75rem;
1026
+ }
1027
+ .ndl-accordion .ndl-accordion-item-header-button-disabled{
1028
+ cursor: not-allowed;
1029
+ color: rgb(var(--palette-neutral-text-weakest));
1030
+ }
1031
+ .ndl-accordion .ndl-accordion-item-header-button:focus-visible{
1032
+ border-radius: 4px;
1033
+ outline-style: solid;
1034
+ outline-width: 2px;
1035
+ outline-offset: 1px;
1036
+ outline-color: rgb(var(--palette-primary-focus));
1037
+ }
1038
+ .ndl-accordion .ndl-accordion-item-header-button:hover:before{
1039
+ position: absolute;
1040
+ height: 100%;
1041
+ width: 100%;
1042
+ border-radius: 4px;
1043
+ background-color: var(--palette-neutral-hover);
1044
+ content: '';
1045
+ z-index: 1;
1046
+ }
1047
+ .ndl-accordion .ndl-accordion-item-header-button:active:before{
1048
+ position: absolute;
1049
+ height: 100%;
1050
+ width: 100%;
1051
+ border-radius: 4px;
1052
+ background-color: var(--palette-neutral-pressed);
1053
+ content: '';
1054
+ z-index: 1;
1055
+ }
1056
+ .ndl-accordion .ndl-accordion-item-header-button-title{
1057
+ margin-left: 0.75rem;
1058
+ display: flex;
1059
+ width: 100%;
1060
+ }
1061
+ .ndl-accordion .ndl-accordion-item-header-button-title-right{
1062
+ align-content: space-between;
1063
+ }
1064
+ .ndl-accordion .ndl-accordion-item-header-icon-wrapper{
1065
+ pointer-events: none;
1066
+ box-sizing: border-box;
1067
+ display: flex;
1068
+ width: 100%;
1069
+ flex-direction: row;
1070
+ align-items: center;
1071
+ }
1072
+ .ndl-accordion .ndl-accordion-item-header-icon-wrapper-right{
1073
+ flex-direction: row-reverse;
1074
+ }
1075
+ .ndl-accordion .ndl-accordion-item-header-icon{
1076
+ margin-left: 0.75rem;
1077
+ height: 1.5rem;
1078
+ width: 1.5rem;
1079
+ }
1080
+ .ndl-accordion .ndl-accordion-item-content{
1081
+ visibility: hidden;
1082
+ height: 0px;
1083
+ overflow: hidden;
1084
+ }
1085
+ .ndl-accordion .ndl-accordion-item-content:focus-visible{
1086
+ border-radius: 4px;
1087
+ outline-style: solid;
1088
+ outline-width: 2px;
1089
+ outline-offset: 1px;
1090
+ outline-color: rgb(var(--palette-primary-focus));
1091
+ }
1092
+ .ndl-accordion .ndl-accordion-item-content-right{
1093
+ padding-left: 2.25rem;
1094
+ }
1095
+ .ndl-accordion .ndl-accordion-item-content-expanded{
1096
+ visibility: visible;
1097
+ height: auto;
1098
+ }
1099
+ .ndl-accordion .ndl-accordion-item-content-inner{
1100
+ box-sizing: border-box;
1101
+ padding-left: 0.75rem;
1102
+ padding-right: 0.75rem;
1103
+ padding-bottom: 0.75rem;
1104
+ padding-top: 0.25rem;
1105
+ }
975
1106
  /**
976
1107
  *
977
1108
  * Copyright (c) "Neo4j"
@@ -2785,6 +2916,256 @@ a.ndl-btn{
2785
2916
  border-color: rgb(238 241 246 / var(--tw-border-opacity));
2786
2917
  border-color: rgb(var(--divider-color));
2787
2918
  }
2919
+ /**
2920
+ *
2921
+ * Copyright (c) "Neo4j"
2922
+ * Neo4j Sweden AB [http://neo4j.com]
2923
+ *
2924
+ * This file is part of Neo4j.
2925
+ *
2926
+ * Neo4j is free software: you can redistribute it and/or modify
2927
+ * it under the terms of the GNU General Public License as published by
2928
+ * the Free Software Foundation, either version 3 of the License, or
2929
+ * (at your option) any later version.
2930
+ *
2931
+ * This program is distributed in the hope that it will be useful,
2932
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2933
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2934
+ * GNU General Public License for more details.
2935
+ *
2936
+ * You should have received a copy of the GNU General Public License
2937
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2938
+ */
2939
+ .ndl-datepicker .react-datepicker-wrapper{
2940
+ width: -moz-fit-content;
2941
+ width: fit-content;
2942
+ }
2943
+ .ndl-datepicker .react-datepicker-popper{
2944
+ z-index: 10;
2945
+ margin-top: 0.5rem;
2946
+ border-radius: 6px;
2947
+ border-width: 1px;
2948
+ border-color: rgb(var(--palette-neutral-border-strong));
2949
+ background-color: rgb(var(--palette-neutral-bg-weak));
2950
+ padding: 1.5rem;
2951
+ --tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
2952
+ --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
2953
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2954
+ }
2955
+ .ndl-datepicker .react-datepicker-popper .react-datepicker__aria-live{
2956
+ display: none;
2957
+ }
2958
+ .ndl-datepicker .ndl-datepicker-header{
2959
+ display: flex;
2960
+ align-items: center;
2961
+ justify-content: space-between;
2962
+ gap: 0.5rem;
2963
+ }
2964
+ .ndl-datepicker .ndl-datepicker-header .ndl-datepicker-selects{
2965
+ margin-left: 0.25rem;
2966
+ display: flex;
2967
+ }
2968
+ .ndl-datepicker .ndl-datepicker-header .ndl-datepicker-selects > :not([hidden]) ~ :not([hidden]){
2969
+ --tw-space-x-reverse: 0;
2970
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
2971
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
2972
+ }
2973
+ .ndl-datepicker .ndl-datepicker-header .ndl-datepicker-chevron{
2974
+ height: 1.25rem;
2975
+ width: 1.25rem;
2976
+ color: rgb(var(--palette-neutral-text-weak));
2977
+ }
2978
+ .ndl-datepicker .react-datepicker__day-names{
2979
+ display: flex;
2980
+ }
2981
+ .ndl-datepicker .react-datepicker__day-name{
2982
+ margin: 0.25rem;
2983
+ height: 2rem;
2984
+ width: 2rem;
2985
+ text-align: center;
2986
+ color: rgb(var(--palette-neutral-text-weaker));
2987
+ font-size: var(--font-size-body-medium);
2988
+ font-weight: var(--font-weight-normal);
2989
+ letter-spacing: 0.016rem;
2990
+ line-height: 1.25rem;
2991
+ }
2992
+ .ndl-datepicker .react-datepicker__day-name:first-child{
2993
+ margin-left: 0px;
2994
+ }
2995
+ .ndl-datepicker .react-datepicker__day-name:last-child{
2996
+ margin-right: 0px;
2997
+ }
2998
+ .ndl-datepicker .react-datepicker__day-name {
2999
+ line-height: 32px;
3000
+ }
3001
+ .ndl-datepicker .react-datepicker__month{
3002
+ display: flex;
3003
+ flex-direction: column;
3004
+ }
3005
+ .ndl-datepicker .react-datepicker__week{
3006
+ display: flex;
3007
+ }
3008
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day{
3009
+ margin: 0.25rem;
3010
+ display: flex;
3011
+ height: 2rem;
3012
+ width: 2rem;
3013
+ flex-direction: column;
3014
+ justify-content: center;
3015
+ border-radius: 8px;
3016
+ text-align: center;
3017
+ }
3018
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:first-child{
3019
+ margin-left: 0px;
3020
+ }
3021
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:last-child{
3022
+ margin-right: 0px;
3023
+ }
3024
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day {
3025
+ line-height: 32px;
3026
+ }
3027
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled){
3028
+ cursor: pointer;
3029
+ }
3030
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):hover:not(.react-datepicker__day--selecting-range-start):not(
3031
+ .react-datepicker__day--selected
3032
+ ){
3033
+ background-color: var(--palette-neutral-hover);
3034
+ }
3035
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--outside-month{
3036
+ visibility: hidden;
3037
+ }
3038
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--highlighted{
3039
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3040
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3041
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3042
+ --tw-ring-color: rgb(var(--palette-neutral-bg-strongest));
3043
+ font-size: var(--font-size-label);
3044
+ font-weight: var(--font-weight-bold);
3045
+ letter-spacing: 0;
3046
+ line-height: 1.25rem;
3047
+ }
3048
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--in-selecting-range:not(
3049
+ .react-datepicker__day--selected
3050
+ ):not(.react-datepicker__day--keyboard-selected):not(
3051
+ .react-datepicker__day--selecting-range-start
3052
+ ){
3053
+ background-color: rgb(var(--palette-primary-bg-weak));
3054
+ }
3055
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range{
3056
+ margin-left: 0px;
3057
+ margin-right: 0px;
3058
+ width: 2.5rem;
3059
+ border-radius: 0px;
3060
+ background-color: rgb(var(--palette-primary-bg-weak));
3061
+ color: rgb(var(--palette-neutral-text-default));
3062
+ }
3063
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range:hover{
3064
+ background-color: var(--palette-primary-hover-weak);
3065
+ }
3066
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--selected,
3067
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--keyboard-selected{
3068
+ background-color: rgb(var(--palette-primary-bg-strong));
3069
+ color: rgb(var(--palette-neutral-text-inverse));
3070
+ }
3071
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--selected:hover, .ndl-datepicker .react-datepicker__week .react-datepicker__day--keyboard-selected:hover{
3072
+ background-color: rgb(var(--palette-primary-hover-strong));
3073
+ }
3074
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start,
3075
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start{
3076
+ margin-left: 2px;
3077
+ width: 2.25rem;
3078
+ border-top-left-radius: 8px;
3079
+ border-bottom-left-radius: 8px;
3080
+ background-color: rgb(var(--palette-primary-bg-strong));
3081
+ color: rgb(var(--palette-neutral-text-inverse));
3082
+ }
3083
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start:hover, .ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start:hover{
3084
+ background-color: rgb(var(--palette-primary-hover-strong));
3085
+ }
3086
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--range-end{
3087
+ margin-right: 2px;
3088
+ width: 2.25rem;
3089
+ border-top-right-radius: 8px;
3090
+ border-bottom-right-radius: 8px;
3091
+ background-color: rgb(var(--palette-primary-bg-strong));
3092
+ color: rgb(var(--palette-neutral-text-inverse));
3093
+ }
3094
+ .ndl-datepicker .react-datepicker__week .react-datepicker__day--range-end:hover{
3095
+ background-color: rgb(var(--palette-primary-hover-strong));
3096
+ }
3097
+ .ndl-datepicker .react-datepicker__month-wrapper{
3098
+ display: grid;
3099
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3100
+ text-align: center;
3101
+ }
3102
+ .ndl-datepicker .react-datepicker__month-text{
3103
+ margin: 0.25rem;
3104
+ width: 4rem;
3105
+ cursor: pointer;
3106
+ border-radius: 8px;
3107
+ font-size: var(--font-size-body-medium);
3108
+ font-weight: var(--font-weight-normal);
3109
+ letter-spacing: 0.016rem;
3110
+ line-height: 1.25rem;
3111
+ line-height: 32px;
3112
+ }
3113
+ .ndl-datepicker .react-datepicker__month-text:hover{
3114
+ background-color: var(--palette-neutral-hover);
3115
+ }
3116
+ .ndl-datepicker .react-datepicker__month-text--selected{
3117
+ background-color: rgb(var(--palette-primary-bg-strong));
3118
+ color: rgb(var(--palette-neutral-text-inverse));
3119
+ }
3120
+ .ndl-datepicker .react-datepicker__month-text--selected:hover{
3121
+ background-color: rgb(var(--palette-primary-hover-strong));
3122
+ }
3123
+ .ndl-datepicker .react-datepicker__year-wrapper{
3124
+ display: grid;
3125
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3126
+ text-align: center;
3127
+ }
3128
+ .ndl-datepicker .react-datepicker__year-text{
3129
+ margin: 0.25rem;
3130
+ width: 4rem;
3131
+ cursor: pointer;
3132
+ border-radius: 8px;
3133
+ line-height: 32px;
3134
+ }
3135
+ .ndl-datepicker .react-datepicker__year-text:hover{
3136
+ background-color: var(--palette-neutral-hover);
3137
+ }
3138
+ .ndl-datepicker .react-datepicker__year-text--selected{
3139
+ background-color: rgb(var(--palette-primary-bg-strong));
3140
+ color: rgb(var(--palette-neutral-text-inverse));
3141
+ }
3142
+ .ndl-datepicker .react-datepicker__year-text--selected:hover{
3143
+ background-color: rgb(var(--palette-primary-hover-strong));
3144
+ }
3145
+ .ndl-datepicker .react-datepicker-time__caption{
3146
+ display: none;
3147
+ }
3148
+ .ndl-datepicker .react-datepicker__day--disabled,
3149
+ .ndl-datepicker .react-datepicker__month-text--disabled,
3150
+ .ndl-datepicker .react-datepicker__year-text--disabled{
3151
+ cursor: not-allowed;
3152
+ color: rgb(var(--palette-neutral-text-weakest));
3153
+ }
3154
+ .ndl-datepicker .react-datepicker__day--disabled:hover, .ndl-datepicker .react-datepicker__month-text--disabled:hover, .ndl-datepicker .react-datepicker__year-text--disabled:hover{
3155
+ background-color: transparent;
3156
+ }
3157
+ .ndl-datepicker .react-datepicker__aria-live {
3158
+ position: absolute;
3159
+ -webkit-clip-path: circle(0);
3160
+ clip-path: circle(0);
3161
+ border: 0;
3162
+ height: 1px;
3163
+ margin: -1px;
3164
+ overflow: hidden;
3165
+ padding: 0;
3166
+ width: 1px;
3167
+ white-space: nowrap;
3168
+ }
2788
3169
  /**
2789
3170
  *
2790
3171
  * Copyright (c) "Neo4j"
@@ -5641,6 +6022,9 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
5641
6022
  .n-mt-4{
5642
6023
  margin-top: 1rem;
5643
6024
  }
6025
+ .n-box-border{
6026
+ box-sizing: border-box;
6027
+ }
5644
6028
  .n-flex{
5645
6029
  display: flex;
5646
6030
  }
@@ -5757,6 +6141,14 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
5757
6141
  .n-table-auto{
5758
6142
  table-layout: auto;
5759
6143
  }
6144
+ .-n-rotate-180{
6145
+ --tw-rotate: -180deg;
6146
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
6147
+ }
6148
+ .n-rotate-180{
6149
+ --tw-rotate: 180deg;
6150
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
6151
+ }
5760
6152
  .n-transform{
5761
6153
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
5762
6154
  }
@@ -23096,12 +23488,12 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
23096
23488
  .n-fill-palette-neutral-border-strong{
23097
23489
  fill: rgb(var(--palette-neutral-border-strong));
23098
23490
  }
23099
- .n-p-4{
23100
- padding: 1rem;
23101
- }
23102
23491
  .n-p-2{
23103
23492
  padding: 0.5rem;
23104
23493
  }
23494
+ .n-p-4{
23495
+ padding: 1rem;
23496
+ }
23105
23497
  .n-p-8{
23106
23498
  padding: 2rem;
23107
23499
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 25 Jul 2023 12:39:54 GMT
3
+ * Generated on Fri, 04 Aug 2023 06:56:18 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 25 Jul 2023 12:39:54 GMT
3
+ * Generated on Fri, 04 Aug 2023 06:56:18 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 25 Jul 2023 12:39:54 GMT
3
+ * Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
3
+ // Generated on Fri, 04 Aug 2023 06:56:18 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 Tue, 25 Jul 2023 12:39:54 GMT
3
+ * Generated on Fri, 04 Aug 2023 06:56:18 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.14",
3
+ "version": "1.10.0",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",