@neo4j-ndl/base 0.6.1 → 0.6.2
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/lib/neo4j-ds-styles.css
CHANGED
|
@@ -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 Mon,
|
|
423
|
+
* Generated on Mon, 08 Aug 2022 09:13:42 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -743,9 +743,12 @@ h6,
|
|
|
743
743
|
gap: 0.125rem;
|
|
744
744
|
border-radius: 4px;
|
|
745
745
|
font-weight: 700;
|
|
746
|
+
outline: 2px solid transparent;
|
|
747
|
+
outline-offset: 2px;
|
|
748
|
+
--tw-ring-opacity: 1;
|
|
749
|
+
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
746
750
|
}
|
|
747
|
-
.ndl-btn:focus{
|
|
748
|
-
outline-width: 0px;
|
|
751
|
+
.ndl-btn:focus-visible{
|
|
749
752
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
750
753
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
751
754
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1562,9 +1565,6 @@ a.ndl-btn{
|
|
|
1562
1565
|
* You should have received a copy of the GNU General Public License
|
|
1563
1566
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
1564
1567
|
*/
|
|
1565
|
-
.ndl-form-item{
|
|
1566
|
-
cursor: pointer;
|
|
1567
|
-
}
|
|
1568
1568
|
.ndl-form-item input[type='checkbox'][role='checkbox'], .ndl-form-item input[type='radio']{
|
|
1569
1569
|
cursor: pointer;
|
|
1570
1570
|
position: relative;
|
|
@@ -2891,7 +2891,7 @@ a.ndl-btn{
|
|
|
2891
2891
|
}
|
|
2892
2892
|
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-browse-link{
|
|
2893
2893
|
--tw-text-opacity: 1;
|
|
2894
|
-
color: rgb(0
|
|
2894
|
+
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
2895
2895
|
font-size: var(--font-size-subheading-small);
|
|
2896
2896
|
font-weight: var(--font-weight-semibold);
|
|
2897
2897
|
letter-spacing: 0.25px;
|
|
@@ -3028,6 +3028,30 @@ a.ndl-btn{
|
|
|
3028
3028
|
--tw-text-opacity: 1;
|
|
3029
3029
|
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
3030
3030
|
}
|
|
3031
|
+
/**
|
|
3032
|
+
*
|
|
3033
|
+
* Copyright (c) "Neo4j"
|
|
3034
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
3035
|
+
*
|
|
3036
|
+
* This file is part of Neo4j.
|
|
3037
|
+
*
|
|
3038
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
3039
|
+
* it under the terms of the GNU General Public License as published by
|
|
3040
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
3041
|
+
* (at your option) any later version.
|
|
3042
|
+
*
|
|
3043
|
+
* This program is distributed in the hope that it will be useful,
|
|
3044
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
3045
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
3046
|
+
* GNU General Public License for more details.
|
|
3047
|
+
*
|
|
3048
|
+
* You should have received a copy of the GNU General Public License
|
|
3049
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
3050
|
+
*/
|
|
3051
|
+
/* Ensure all our icons have a stroke-width of 1.5 */
|
|
3052
|
+
.ndl-icon {
|
|
3053
|
+
stroke-width: 1.5;
|
|
3054
|
+
}
|
|
3031
3055
|
.n-sr-only{
|
|
3032
3056
|
position: absolute;
|
|
3033
3057
|
width: 1px;
|
|
@@ -3042,12 +3066,21 @@ a.ndl-btn{
|
|
|
3042
3066
|
.n-fixed{
|
|
3043
3067
|
position: fixed;
|
|
3044
3068
|
}
|
|
3069
|
+
.n-absolute{
|
|
3070
|
+
position: absolute;
|
|
3071
|
+
}
|
|
3045
3072
|
.n-relative{
|
|
3046
3073
|
position: relative;
|
|
3047
3074
|
}
|
|
3048
3075
|
.n-left-full{
|
|
3049
3076
|
left: 100%;
|
|
3050
3077
|
}
|
|
3078
|
+
.n-top-1{
|
|
3079
|
+
top: 0.25rem;
|
|
3080
|
+
}
|
|
3081
|
+
.n-right-1{
|
|
3082
|
+
right: 0.25rem;
|
|
3083
|
+
}
|
|
3051
3084
|
.n-z-0{
|
|
3052
3085
|
z-index: 0;
|
|
3053
3086
|
}
|
|
@@ -3184,6 +3217,9 @@ a.ndl-btn{
|
|
|
3184
3217
|
.n-items-start{
|
|
3185
3218
|
align-items: flex-start;
|
|
3186
3219
|
}
|
|
3220
|
+
.n-items-end{
|
|
3221
|
+
align-items: flex-end;
|
|
3222
|
+
}
|
|
3187
3223
|
.n-items-center{
|
|
3188
3224
|
align-items: center;
|
|
3189
3225
|
}
|
|
@@ -3202,12 +3238,15 @@ a.ndl-btn{
|
|
|
3202
3238
|
.n-gap-1{
|
|
3203
3239
|
gap: 0.25rem;
|
|
3204
3240
|
}
|
|
3205
|
-
.n-gap-
|
|
3206
|
-
gap:
|
|
3241
|
+
.n-gap-4{
|
|
3242
|
+
gap: 1rem;
|
|
3207
3243
|
}
|
|
3208
3244
|
.n-gap-12{
|
|
3209
3245
|
gap: 3rem;
|
|
3210
3246
|
}
|
|
3247
|
+
.n-gap-6{
|
|
3248
|
+
gap: 1.5rem;
|
|
3249
|
+
}
|
|
3211
3250
|
.n-gap-y-2{
|
|
3212
3251
|
row-gap: 0.5rem;
|
|
3213
3252
|
}
|
|
@@ -5495,6 +5534,12 @@ html {
|
|
|
5495
5534
|
}
|
|
5496
5535
|
}
|
|
5497
5536
|
@media (min-width: 768px){
|
|
5537
|
+
.md\:n-w-2\/4{
|
|
5538
|
+
width: 50%;
|
|
5539
|
+
}
|
|
5540
|
+
.md\:n-w-2\/12{
|
|
5541
|
+
width: 16.666667%;
|
|
5542
|
+
}
|
|
5498
5543
|
.md\:n-bg-primary-50{
|
|
5499
5544
|
--tw-bg-opacity: 1;
|
|
5500
5545
|
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
package/lib/tokens/js/tokens.js
CHANGED