@neo4j-ndl/base 1.8.14 → 1.9.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 +6 -0
- package/lib/LICENSES.txt +53 -1
- package/lib/NOTICE.txt +9 -0
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +258 -4
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.62[39m (via [38;5;37mnpm:^17.0.62[39m)
|
|
118
118
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
119
119
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
|
120
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-datepicker[39m[38;5;111m@[39m[38;5;111mnpm:4.11.2[39m (via [38;5;37mnpm:^4.11.2[39m)
|
|
121
|
+
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
122
|
+
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-datepicker
|
|
120
123
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.18[39m (via [38;5;37mnpm:17.0.18[39m)
|
|
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
|
│ ├─ [38;5;173mconcurrently[39m[38;5;111m@[39m[38;5;111mnpm:7.6.0[39m (via [38;5;37mnpm:^7.4.0[39m)
|
|
161
164
|
│ │ ├─ URL: https://github.com/open-cli-tools/concurrently.git
|
|
162
165
|
│ │ └─ VendorName: Kimmo Brunfeldt
|
|
166
|
+
│ ├─ [38;5;173mdate-fns[39m[38;5;111m@[39m[38;5;111mnpm:2.30.0[39m (via [38;5;37mnpm:^2.30.0[39m)
|
|
167
|
+
│ │ └─ URL: https://github.com/date-fns/date-fns
|
|
163
168
|
│ ├─ [38;5;173mdedent[39m[38;5;111m@[39m[38;5;111mnpm:0.7.0[39m (via [38;5;37mnpm:^0.7.0[39m)
|
|
164
169
|
│ │ ├─ URL: git://github.com/dmnd/dedent.git
|
|
165
170
|
│ │ ├─ VendorName: Desmond Brand
|
|
@@ -223,6 +228,10 @@ Third-party licenses
|
|
|
223
228
|
│ ├─ [38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.2[39m (via [38;5;37mnpm:^17.0.2[39m)
|
|
224
229
|
│ │ ├─ URL: https://github.com/facebook/react.git
|
|
225
230
|
│ │ └─ VendorUrl: https://reactjs.org/
|
|
231
|
+
│ ├─ [38;5;173mreact-datepicker[39m[38;5;111m@[39m[38;5;111mnpm:4.14.1 [a2e03][39m (via [38;5;37mnpm:^4.14.1 [a2e03][39m)
|
|
232
|
+
│ │ ├─ URL: git://github.com/Hacker0x01/react-datepicker.git
|
|
233
|
+
│ │ ├─ VendorName: HackerOne
|
|
234
|
+
│ │ └─ VendorUrl: https://github.com/Hacker0x01/react-datepicker
|
|
226
235
|
│ ├─ [38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.2 [d75d7][39m (via [38;5;37mnpm:^17.0.2 [d75d7][39m)
|
|
227
236
|
│ │ ├─ URL: https://github.com/facebook/react.git
|
|
228
237
|
│ │ └─ VendorUrl: https://reactjs.org/
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -459,7 +459,7 @@ video {
|
|
|
459
459
|
*/
|
|
460
460
|
/**
|
|
461
461
|
* Do not edit directly
|
|
462
|
-
* Generated on
|
|
462
|
+
* Generated on Thu, 27 Jul 2023 08:47:03 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -2785,6 +2785,256 @@ a.ndl-btn{
|
|
|
2785
2785
|
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
2786
2786
|
border-color: rgb(var(--divider-color));
|
|
2787
2787
|
}
|
|
2788
|
+
/**
|
|
2789
|
+
*
|
|
2790
|
+
* Copyright (c) "Neo4j"
|
|
2791
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2792
|
+
*
|
|
2793
|
+
* This file is part of Neo4j.
|
|
2794
|
+
*
|
|
2795
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2796
|
+
* it under the terms of the GNU General Public License as published by
|
|
2797
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2798
|
+
* (at your option) any later version.
|
|
2799
|
+
*
|
|
2800
|
+
* This program is distributed in the hope that it will be useful,
|
|
2801
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2802
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2803
|
+
* GNU General Public License for more details.
|
|
2804
|
+
*
|
|
2805
|
+
* You should have received a copy of the GNU General Public License
|
|
2806
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2807
|
+
*/
|
|
2808
|
+
.ndl-datepicker .react-datepicker-wrapper{
|
|
2809
|
+
width: -moz-fit-content;
|
|
2810
|
+
width: fit-content;
|
|
2811
|
+
}
|
|
2812
|
+
.ndl-datepicker .react-datepicker-popper{
|
|
2813
|
+
z-index: 10;
|
|
2814
|
+
margin-top: 0.5rem;
|
|
2815
|
+
border-radius: 6px;
|
|
2816
|
+
border-width: 1px;
|
|
2817
|
+
border-color: rgb(var(--palette-neutral-border-strong));
|
|
2818
|
+
background-color: rgb(var(--palette-neutral-bg-weak));
|
|
2819
|
+
padding: 1.5rem;
|
|
2820
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
2821
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
2822
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2823
|
+
}
|
|
2824
|
+
.ndl-datepicker .react-datepicker-popper .react-datepicker__aria-live{
|
|
2825
|
+
display: none;
|
|
2826
|
+
}
|
|
2827
|
+
.ndl-datepicker .ndl-datepicker-header{
|
|
2828
|
+
display: flex;
|
|
2829
|
+
align-items: center;
|
|
2830
|
+
justify-content: space-between;
|
|
2831
|
+
gap: 0.5rem;
|
|
2832
|
+
}
|
|
2833
|
+
.ndl-datepicker .ndl-datepicker-header .ndl-datepicker-selects{
|
|
2834
|
+
margin-left: 0.25rem;
|
|
2835
|
+
display: flex;
|
|
2836
|
+
}
|
|
2837
|
+
.ndl-datepicker .ndl-datepicker-header .ndl-datepicker-selects > :not([hidden]) ~ :not([hidden]){
|
|
2838
|
+
--tw-space-x-reverse: 0;
|
|
2839
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
2840
|
+
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2841
|
+
}
|
|
2842
|
+
.ndl-datepicker .ndl-datepicker-header .ndl-datepicker-chevron{
|
|
2843
|
+
height: 1.25rem;
|
|
2844
|
+
width: 1.25rem;
|
|
2845
|
+
color: rgb(var(--palette-neutral-text-weak));
|
|
2846
|
+
}
|
|
2847
|
+
.ndl-datepicker .react-datepicker__day-names{
|
|
2848
|
+
display: flex;
|
|
2849
|
+
}
|
|
2850
|
+
.ndl-datepicker .react-datepicker__day-name{
|
|
2851
|
+
margin: 0.25rem;
|
|
2852
|
+
height: 2rem;
|
|
2853
|
+
width: 2rem;
|
|
2854
|
+
text-align: center;
|
|
2855
|
+
color: rgb(var(--palette-neutral-text-weaker));
|
|
2856
|
+
font-size: var(--font-size-body-medium);
|
|
2857
|
+
font-weight: var(--font-weight-normal);
|
|
2858
|
+
letter-spacing: 0.016rem;
|
|
2859
|
+
line-height: 1.25rem;
|
|
2860
|
+
}
|
|
2861
|
+
.ndl-datepicker .react-datepicker__day-name:first-child{
|
|
2862
|
+
margin-left: 0px;
|
|
2863
|
+
}
|
|
2864
|
+
.ndl-datepicker .react-datepicker__day-name:last-child{
|
|
2865
|
+
margin-right: 0px;
|
|
2866
|
+
}
|
|
2867
|
+
.ndl-datepicker .react-datepicker__day-name {
|
|
2868
|
+
line-height: 32px;
|
|
2869
|
+
}
|
|
2870
|
+
.ndl-datepicker .react-datepicker__month{
|
|
2871
|
+
display: flex;
|
|
2872
|
+
flex-direction: column;
|
|
2873
|
+
}
|
|
2874
|
+
.ndl-datepicker .react-datepicker__week{
|
|
2875
|
+
display: flex;
|
|
2876
|
+
}
|
|
2877
|
+
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day{
|
|
2878
|
+
margin: 0.25rem;
|
|
2879
|
+
display: flex;
|
|
2880
|
+
height: 2rem;
|
|
2881
|
+
width: 2rem;
|
|
2882
|
+
flex-direction: column;
|
|
2883
|
+
justify-content: center;
|
|
2884
|
+
border-radius: 8px;
|
|
2885
|
+
text-align: center;
|
|
2886
|
+
}
|
|
2887
|
+
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:first-child{
|
|
2888
|
+
margin-left: 0px;
|
|
2889
|
+
}
|
|
2890
|
+
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:last-child{
|
|
2891
|
+
margin-right: 0px;
|
|
2892
|
+
}
|
|
2893
|
+
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day {
|
|
2894
|
+
line-height: 32px;
|
|
2895
|
+
}
|
|
2896
|
+
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled){
|
|
2897
|
+
cursor: pointer;
|
|
2898
|
+
}
|
|
2899
|
+
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):hover:not(.react-datepicker__day--selecting-range-start):not(
|
|
2900
|
+
.react-datepicker__day--selected
|
|
2901
|
+
){
|
|
2902
|
+
background-color: var(--palette-neutral-hover);
|
|
2903
|
+
}
|
|
2904
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--outside-month{
|
|
2905
|
+
visibility: hidden;
|
|
2906
|
+
}
|
|
2907
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--highlighted{
|
|
2908
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2909
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2910
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2911
|
+
--tw-ring-color: rgb(var(--palette-neutral-bg-strongest));
|
|
2912
|
+
font-size: var(--font-size-label);
|
|
2913
|
+
font-weight: var(--font-weight-bold);
|
|
2914
|
+
letter-spacing: 0;
|
|
2915
|
+
line-height: 1.25rem;
|
|
2916
|
+
}
|
|
2917
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-selecting-range:not(
|
|
2918
|
+
.react-datepicker__day--selected
|
|
2919
|
+
):not(.react-datepicker__day--keyboard-selected):not(
|
|
2920
|
+
.react-datepicker__day--selecting-range-start
|
|
2921
|
+
){
|
|
2922
|
+
background-color: rgb(var(--palette-primary-bg-weak));
|
|
2923
|
+
}
|
|
2924
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range{
|
|
2925
|
+
margin-left: 0px;
|
|
2926
|
+
margin-right: 0px;
|
|
2927
|
+
width: 2.5rem;
|
|
2928
|
+
border-radius: 0px;
|
|
2929
|
+
background-color: rgb(var(--palette-primary-bg-weak));
|
|
2930
|
+
color: rgb(var(--palette-neutral-text-default));
|
|
2931
|
+
}
|
|
2932
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range:hover{
|
|
2933
|
+
background-color: var(--palette-primary-hover-weak);
|
|
2934
|
+
}
|
|
2935
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected,
|
|
2936
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--keyboard-selected{
|
|
2937
|
+
background-color: rgb(var(--palette-primary-bg-strong));
|
|
2938
|
+
color: rgb(var(--palette-neutral-text-inverse));
|
|
2939
|
+
}
|
|
2940
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected:hover, .ndl-datepicker .react-datepicker__week .react-datepicker__day--keyboard-selected:hover{
|
|
2941
|
+
background-color: rgb(var(--palette-primary-hover-strong));
|
|
2942
|
+
}
|
|
2943
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start,
|
|
2944
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start{
|
|
2945
|
+
margin-left: 2px;
|
|
2946
|
+
width: 2.25rem;
|
|
2947
|
+
border-top-left-radius: 8px;
|
|
2948
|
+
border-bottom-left-radius: 8px;
|
|
2949
|
+
background-color: rgb(var(--palette-primary-bg-strong));
|
|
2950
|
+
color: rgb(var(--palette-neutral-text-inverse));
|
|
2951
|
+
}
|
|
2952
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start:hover, .ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start:hover{
|
|
2953
|
+
background-color: rgb(var(--palette-primary-hover-strong));
|
|
2954
|
+
}
|
|
2955
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-end{
|
|
2956
|
+
margin-right: 2px;
|
|
2957
|
+
width: 2.25rem;
|
|
2958
|
+
border-top-right-radius: 8px;
|
|
2959
|
+
border-bottom-right-radius: 8px;
|
|
2960
|
+
background-color: rgb(var(--palette-primary-bg-strong));
|
|
2961
|
+
color: rgb(var(--palette-neutral-text-inverse));
|
|
2962
|
+
}
|
|
2963
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-end:hover{
|
|
2964
|
+
background-color: rgb(var(--palette-primary-hover-strong));
|
|
2965
|
+
}
|
|
2966
|
+
.ndl-datepicker .react-datepicker__month-wrapper{
|
|
2967
|
+
display: grid;
|
|
2968
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2969
|
+
text-align: center;
|
|
2970
|
+
}
|
|
2971
|
+
.ndl-datepicker .react-datepicker__month-text{
|
|
2972
|
+
margin: 0.25rem;
|
|
2973
|
+
width: 4rem;
|
|
2974
|
+
cursor: pointer;
|
|
2975
|
+
border-radius: 8px;
|
|
2976
|
+
font-size: var(--font-size-body-medium);
|
|
2977
|
+
font-weight: var(--font-weight-normal);
|
|
2978
|
+
letter-spacing: 0.016rem;
|
|
2979
|
+
line-height: 1.25rem;
|
|
2980
|
+
line-height: 32px;
|
|
2981
|
+
}
|
|
2982
|
+
.ndl-datepicker .react-datepicker__month-text:hover{
|
|
2983
|
+
background-color: var(--palette-neutral-hover);
|
|
2984
|
+
}
|
|
2985
|
+
.ndl-datepicker .react-datepicker__month-text--selected{
|
|
2986
|
+
background-color: rgb(var(--palette-primary-bg-strong));
|
|
2987
|
+
color: rgb(var(--palette-neutral-text-inverse));
|
|
2988
|
+
}
|
|
2989
|
+
.ndl-datepicker .react-datepicker__month-text--selected:hover{
|
|
2990
|
+
background-color: rgb(var(--palette-primary-hover-strong));
|
|
2991
|
+
}
|
|
2992
|
+
.ndl-datepicker .react-datepicker__year-wrapper{
|
|
2993
|
+
display: grid;
|
|
2994
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2995
|
+
text-align: center;
|
|
2996
|
+
}
|
|
2997
|
+
.ndl-datepicker .react-datepicker__year-text{
|
|
2998
|
+
margin: 0.25rem;
|
|
2999
|
+
width: 4rem;
|
|
3000
|
+
cursor: pointer;
|
|
3001
|
+
border-radius: 8px;
|
|
3002
|
+
line-height: 32px;
|
|
3003
|
+
}
|
|
3004
|
+
.ndl-datepicker .react-datepicker__year-text:hover{
|
|
3005
|
+
background-color: var(--palette-neutral-hover);
|
|
3006
|
+
}
|
|
3007
|
+
.ndl-datepicker .react-datepicker__year-text--selected{
|
|
3008
|
+
background-color: rgb(var(--palette-primary-bg-strong));
|
|
3009
|
+
color: rgb(var(--palette-neutral-text-inverse));
|
|
3010
|
+
}
|
|
3011
|
+
.ndl-datepicker .react-datepicker__year-text--selected:hover{
|
|
3012
|
+
background-color: rgb(var(--palette-primary-hover-strong));
|
|
3013
|
+
}
|
|
3014
|
+
.ndl-datepicker .react-datepicker-time__caption{
|
|
3015
|
+
display: none;
|
|
3016
|
+
}
|
|
3017
|
+
.ndl-datepicker .react-datepicker__day--disabled,
|
|
3018
|
+
.ndl-datepicker .react-datepicker__month-text--disabled,
|
|
3019
|
+
.ndl-datepicker .react-datepicker__year-text--disabled{
|
|
3020
|
+
cursor: not-allowed;
|
|
3021
|
+
color: rgb(var(--palette-neutral-text-weakest));
|
|
3022
|
+
}
|
|
3023
|
+
.ndl-datepicker .react-datepicker__day--disabled:hover, .ndl-datepicker .react-datepicker__month-text--disabled:hover, .ndl-datepicker .react-datepicker__year-text--disabled:hover{
|
|
3024
|
+
background-color: transparent;
|
|
3025
|
+
}
|
|
3026
|
+
.ndl-datepicker .react-datepicker__aria-live {
|
|
3027
|
+
position: absolute;
|
|
3028
|
+
-webkit-clip-path: circle(0);
|
|
3029
|
+
clip-path: circle(0);
|
|
3030
|
+
border: 0;
|
|
3031
|
+
height: 1px;
|
|
3032
|
+
margin: -1px;
|
|
3033
|
+
overflow: hidden;
|
|
3034
|
+
padding: 0;
|
|
3035
|
+
width: 1px;
|
|
3036
|
+
white-space: nowrap;
|
|
3037
|
+
}
|
|
2788
3038
|
/**
|
|
2789
3039
|
*
|
|
2790
3040
|
* Copyright (c) "Neo4j"
|
|
@@ -5757,6 +6007,10 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5757
6007
|
.n-table-auto{
|
|
5758
6008
|
table-layout: auto;
|
|
5759
6009
|
}
|
|
6010
|
+
.n-rotate-180{
|
|
6011
|
+
--tw-rotate: 180deg;
|
|
6012
|
+
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));
|
|
6013
|
+
}
|
|
5760
6014
|
.n-transform{
|
|
5761
6015
|
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
6016
|
}
|
|
@@ -23096,12 +23350,12 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
23096
23350
|
.n-fill-palette-neutral-border-strong{
|
|
23097
23351
|
fill: rgb(var(--palette-neutral-border-strong));
|
|
23098
23352
|
}
|
|
23099
|
-
.n-p-4{
|
|
23100
|
-
padding: 1rem;
|
|
23101
|
-
}
|
|
23102
23353
|
.n-p-2{
|
|
23103
23354
|
padding: 0.5rem;
|
|
23104
23355
|
}
|
|
23356
|
+
.n-p-4{
|
|
23357
|
+
padding: 1rem;
|
|
23358
|
+
}
|
|
23105
23359
|
.n-p-8{
|
|
23106
23360
|
padding: 2rem;
|
|
23107
23361
|
}
|
package/lib/tokens/js/tokens.js
CHANGED