@neo4j-ndl/base 0.2.0 → 0.3.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/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
|
|
423
|
+
* Generated on Thu, 28 Apr 2022 14:52:48 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -1638,6 +1638,7 @@ a.ndl-btn{
|
|
|
1638
1638
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1639
1639
|
}
|
|
1640
1640
|
.ndl-progress-bar-wrapper .progress-bar-container .progress-bar{
|
|
1641
|
+
max-width: 100%;
|
|
1641
1642
|
--tw-bg-opacity: 1;
|
|
1642
1643
|
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
1643
1644
|
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
@@ -1647,21 +1648,6 @@ a.ndl-btn{
|
|
|
1647
1648
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1648
1649
|
transition-duration: 1000ms;
|
|
1649
1650
|
}
|
|
1650
|
-
.ndl-progress-bar-wrapper .details{
|
|
1651
|
-
display: flex;
|
|
1652
|
-
flex-direction: row;
|
|
1653
|
-
justify-content: flex-end;
|
|
1654
|
-
font-style: italic;
|
|
1655
|
-
--tw-text-opacity: 1;
|
|
1656
|
-
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
1657
|
-
}
|
|
1658
|
-
.ndl-progress-bar-wrapper .details .estimated-time-heading{
|
|
1659
|
-
margin-right: 5px;
|
|
1660
|
-
font-weight: 300;
|
|
1661
|
-
}
|
|
1662
|
-
.ndl-progress-bar-wrapper .details .estimated-time{
|
|
1663
|
-
font-weight: 600;
|
|
1664
|
-
}
|
|
1665
1651
|
.ndl-progress-bar-wrapper.large .heading {
|
|
1666
1652
|
font-size: var(--font-size-body-large);
|
|
1667
1653
|
font-weight: var(--font-weight-normal);
|
|
@@ -1679,12 +1665,6 @@ a.ndl-btn{
|
|
|
1679
1665
|
min-width: 3%;
|
|
1680
1666
|
border-radius: 6px;
|
|
1681
1667
|
}
|
|
1682
|
-
.ndl-progress-bar-wrapper.large .details {
|
|
1683
|
-
font-size: var(--font-size-body-medium);
|
|
1684
|
-
font-weight: var(--font-weight-normal);
|
|
1685
|
-
letter-spacing: 0.25px;
|
|
1686
|
-
line-height: 20px;
|
|
1687
|
-
}
|
|
1688
1668
|
.ndl-progress-bar-wrapper.small .heading {
|
|
1689
1669
|
font-size: var(--font-size-body-medium);
|
|
1690
1670
|
font-weight: var(--font-weight-normal);
|
|
@@ -1702,12 +1682,6 @@ a.ndl-btn{
|
|
|
1702
1682
|
min-width: 2%;
|
|
1703
1683
|
border-radius: 4px;
|
|
1704
1684
|
}
|
|
1705
|
-
.ndl-progress-bar-wrapper.small .details {
|
|
1706
|
-
font-size: var(--font-size-body-small);
|
|
1707
|
-
font-weight: var(--font-weight-normal);
|
|
1708
|
-
letter-spacing: 0.25px;
|
|
1709
|
-
line-height: 20px;
|
|
1710
|
-
}
|
|
1711
1685
|
/**
|
|
1712
1686
|
*
|
|
1713
1687
|
* Copyright (c) "Neo4j"
|
|
@@ -2144,6 +2118,185 @@ a.ndl-btn{
|
|
|
2144
2118
|
--tw-border-opacity: 1;
|
|
2145
2119
|
border-bottom-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
2146
2120
|
}
|
|
2121
|
+
/**
|
|
2122
|
+
*
|
|
2123
|
+
* Copyright (c) "Neo4j"
|
|
2124
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2125
|
+
*
|
|
2126
|
+
* This file is part of Neo4j.
|
|
2127
|
+
*
|
|
2128
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2129
|
+
* it under the terms of the GNU General Public License as published by
|
|
2130
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2131
|
+
* (at your option) any later version.
|
|
2132
|
+
*
|
|
2133
|
+
* This program is distributed in the hope that it will be useful,
|
|
2134
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2135
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2136
|
+
* GNU General Public License for more details.
|
|
2137
|
+
*
|
|
2138
|
+
* You should have received a copy of the GNU General Public License
|
|
2139
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2140
|
+
*/
|
|
2141
|
+
.ndl-table .table-row:after {
|
|
2142
|
+
content: '';
|
|
2143
|
+
position: absolute;
|
|
2144
|
+
width: calc(100% - 60px);
|
|
2145
|
+
transform: translateX(-50%);
|
|
2146
|
+
bottom: 0;
|
|
2147
|
+
left: 50%;
|
|
2148
|
+
border-bottom-width: 1px;
|
|
2149
|
+
--tw-border-opacity: 1;
|
|
2150
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
2151
|
+
}
|
|
2152
|
+
.ndl-table .table-row:last-child:after{
|
|
2153
|
+
border-width: 0px;
|
|
2154
|
+
}
|
|
2155
|
+
.ndl-table .table-header-cell{
|
|
2156
|
+
display: inline-flex;
|
|
2157
|
+
height: 100%;
|
|
2158
|
+
align-items: center;
|
|
2159
|
+
-moz-column-gap: 0.25rem;
|
|
2160
|
+
column-gap: 0.25rem;
|
|
2161
|
+
--tw-text-opacity: 1;
|
|
2162
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
2163
|
+
font-size: var(--font-size-body-large);
|
|
2164
|
+
font-weight: var(--font-weight-normal);
|
|
2165
|
+
letter-spacing: 0.25px;
|
|
2166
|
+
line-height: 24px;
|
|
2167
|
+
}
|
|
2168
|
+
.ndl-table .table-row{
|
|
2169
|
+
position: relative;
|
|
2170
|
+
height: 3rem;
|
|
2171
|
+
overflow: visible;
|
|
2172
|
+
}
|
|
2173
|
+
.ndl-table .table-row:hover{
|
|
2174
|
+
--tw-bg-opacity: 1;
|
|
2175
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2176
|
+
}
|
|
2177
|
+
.ndl-table .table-cell{
|
|
2178
|
+
position: relative;
|
|
2179
|
+
overflow: auto;
|
|
2180
|
+
white-space: nowrap;
|
|
2181
|
+
padding-left: 1.75rem;
|
|
2182
|
+
padding-right: 1.75rem;
|
|
2183
|
+
padding-top: 0.75rem;
|
|
2184
|
+
padding-bottom: 0.75rem;
|
|
2185
|
+
--tw-text-opacity: 1;
|
|
2186
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2187
|
+
font-size: var(--font-size-body-medium);
|
|
2188
|
+
font-weight: var(--font-weight-normal);
|
|
2189
|
+
letter-spacing: 0.25px;
|
|
2190
|
+
line-height: 20px;
|
|
2191
|
+
}
|
|
2192
|
+
/* & .table-row-actions {
|
|
2193
|
+
@apply group-hover:n-flex n-hidden n-z-10 n-gap-x-2 n-transform -n-translate-y-1/2 n-top-1/2 n-flex-row n-absolute n-px-4 n-items-center n-right-8;
|
|
2194
|
+
} */
|
|
2195
|
+
.ndl-table .table-row-actions-icon{
|
|
2196
|
+
display: inline-flex;
|
|
2197
|
+
height: 2rem;
|
|
2198
|
+
width: 2rem;
|
|
2199
|
+
align-items: center;
|
|
2200
|
+
justify-content: center;
|
|
2201
|
+
border-radius: 8px;
|
|
2202
|
+
--tw-text-opacity: 1;
|
|
2203
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2204
|
+
}
|
|
2205
|
+
.ndl-table .table-row-actions-icon:hover{
|
|
2206
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2207
|
+
--tw-bg-opacity: 0.1;
|
|
2208
|
+
--tw-text-opacity: 1;
|
|
2209
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2210
|
+
}
|
|
2211
|
+
.ndl-table .table-row-actions-icon > svg {
|
|
2212
|
+
height: 20px;
|
|
2213
|
+
width: 20px;
|
|
2214
|
+
}
|
|
2215
|
+
.ndl-table tr th.table-column-styling {
|
|
2216
|
+
border-collapse: separate;
|
|
2217
|
+
box-sizing: content-box;
|
|
2218
|
+
-webkit-user-select: none;
|
|
2219
|
+
-moz-user-select: none;
|
|
2220
|
+
-ms-user-select: none;
|
|
2221
|
+
user-select: none;
|
|
2222
|
+
padding-left: 1.75rem;
|
|
2223
|
+
padding-right: 1.75rem;
|
|
2224
|
+
padding-top: 0.75rem;
|
|
2225
|
+
padding-bottom: 0.75rem;
|
|
2226
|
+
text-align: left;
|
|
2227
|
+
text-transform: capitalize;
|
|
2228
|
+
--tw-text-opacity: 1;
|
|
2229
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2230
|
+
font-size: var(--font-size-body-large);
|
|
2231
|
+
font-weight: var(--font-weight-normal);
|
|
2232
|
+
letter-spacing: 0.25px;
|
|
2233
|
+
line-height: 24px;
|
|
2234
|
+
}
|
|
2235
|
+
.ndl-table tr th.table-column-styling.sortable:hover{
|
|
2236
|
+
border-left-width: 1px;
|
|
2237
|
+
border-right-width: 1px;
|
|
2238
|
+
--tw-border-opacity: 1;
|
|
2239
|
+
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
2240
|
+
--tw-bg-opacity: 1;
|
|
2241
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2242
|
+
}
|
|
2243
|
+
.ndl-table tr th.table-column-styling.sortable:first-child{
|
|
2244
|
+
border-left-width: 0px;
|
|
2245
|
+
}
|
|
2246
|
+
.ndl-table tr th.table-column-styling.sortable:last-child{
|
|
2247
|
+
border-right-width: 0px;
|
|
2248
|
+
}
|
|
2249
|
+
.ndl-table .table-control-group{
|
|
2250
|
+
display: flex;
|
|
2251
|
+
flex-direction: row;
|
|
2252
|
+
flex-wrap: wrap;
|
|
2253
|
+
gap: 0.5rem;
|
|
2254
|
+
}
|
|
2255
|
+
.ndl-table .table-control-container{
|
|
2256
|
+
display: flex;
|
|
2257
|
+
width: 100%;
|
|
2258
|
+
flex-direction: row;
|
|
2259
|
+
flex-wrap: wrap;
|
|
2260
|
+
justify-content: space-between;
|
|
2261
|
+
gap: 0.5rem;
|
|
2262
|
+
}
|
|
2263
|
+
.ndl-table .table-resizing-bar{
|
|
2264
|
+
position: absolute;
|
|
2265
|
+
right: 0px;
|
|
2266
|
+
top: 0px;
|
|
2267
|
+
height: 100%;
|
|
2268
|
+
cursor: col-resize;
|
|
2269
|
+
}
|
|
2270
|
+
.ndl-table .table-resizing-bar:hover{
|
|
2271
|
+
--tw-bg-opacity: 1;
|
|
2272
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2273
|
+
}
|
|
2274
|
+
.ndl-table-select {
|
|
2275
|
+
/* Reset default select */
|
|
2276
|
+
-webkit-appearance: none;
|
|
2277
|
+
-moz-appearance: none;
|
|
2278
|
+
appearance: none;
|
|
2279
|
+
/* Add dropdown icon */
|
|
2280
|
+
/* https://stackoverflow.com/a/28588194/3247715 */
|
|
2281
|
+
/* Please someone help me get the stroke dynamically set to the design tokens 😢 */
|
|
2282
|
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23535B66" aria-hidden="true" class="n-h-5 n-w-5 n-text-neutral-80"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>');
|
|
2283
|
+
background-repeat: no-repeat;
|
|
2284
|
+
background-size: 20px;
|
|
2285
|
+
background-position: calc(100% - 12px) center;
|
|
2286
|
+
height: 2.25rem;
|
|
2287
|
+
border-radius: 6px;
|
|
2288
|
+
border-width: 1px;
|
|
2289
|
+
--tw-border-opacity: 1;
|
|
2290
|
+
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
2291
|
+
--tw-bg-opacity: 1;
|
|
2292
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2293
|
+
padding-left: 0.75rem;
|
|
2294
|
+
padding-right: 1.75rem;
|
|
2295
|
+
line-height: 1;
|
|
2296
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
2297
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
2298
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2299
|
+
}
|
|
2147
2300
|
/**
|
|
2148
2301
|
*
|
|
2149
2302
|
* Copyright (c) "Neo4j"
|
|
@@ -2253,6 +2406,29 @@ a.ndl-btn{
|
|
|
2253
2406
|
--tw-bg-opacity: 1;
|
|
2254
2407
|
background-color: rgb(237 18 82 / var(--tw-bg-opacity));
|
|
2255
2408
|
}
|
|
2409
|
+
.n-sr-only{
|
|
2410
|
+
position: absolute;
|
|
2411
|
+
width: 1px;
|
|
2412
|
+
height: 1px;
|
|
2413
|
+
padding: 0;
|
|
2414
|
+
margin: -1px;
|
|
2415
|
+
overflow: hidden;
|
|
2416
|
+
clip: rect(0, 0, 0, 0);
|
|
2417
|
+
white-space: nowrap;
|
|
2418
|
+
border-width: 0;
|
|
2419
|
+
}
|
|
2420
|
+
.n-fixed{
|
|
2421
|
+
position: fixed;
|
|
2422
|
+
}
|
|
2423
|
+
.n-relative{
|
|
2424
|
+
position: relative;
|
|
2425
|
+
}
|
|
2426
|
+
.n-left-full{
|
|
2427
|
+
left: 100%;
|
|
2428
|
+
}
|
|
2429
|
+
.n-z-0{
|
|
2430
|
+
z-index: 0;
|
|
2431
|
+
}
|
|
2256
2432
|
.n-m-auto{
|
|
2257
2433
|
margin: auto;
|
|
2258
2434
|
}
|
|
@@ -2264,14 +2440,14 @@ a.ndl-btn{
|
|
|
2264
2440
|
margin-top: auto;
|
|
2265
2441
|
margin-bottom: auto;
|
|
2266
2442
|
}
|
|
2267
|
-
.n-mx-4{
|
|
2268
|
-
margin-left: 1rem;
|
|
2269
|
-
margin-right: 1rem;
|
|
2270
|
-
}
|
|
2271
2443
|
.n-my-5{
|
|
2272
2444
|
margin-top: 1.25rem;
|
|
2273
2445
|
margin-bottom: 1.25rem;
|
|
2274
2446
|
}
|
|
2447
|
+
.n-mx-4{
|
|
2448
|
+
margin-left: 1rem;
|
|
2449
|
+
margin-right: 1rem;
|
|
2450
|
+
}
|
|
2275
2451
|
.n-mx-3{
|
|
2276
2452
|
margin-left: 0.75rem;
|
|
2277
2453
|
margin-right: 0.75rem;
|
|
@@ -2285,6 +2461,9 @@ a.ndl-btn{
|
|
|
2285
2461
|
.n-flex{
|
|
2286
2462
|
display: flex;
|
|
2287
2463
|
}
|
|
2464
|
+
.n-inline-flex{
|
|
2465
|
+
display: inline-flex;
|
|
2466
|
+
}
|
|
2288
2467
|
.n-table{
|
|
2289
2468
|
display: table;
|
|
2290
2469
|
}
|
|
@@ -2333,12 +2512,26 @@ a.ndl-btn{
|
|
|
2333
2512
|
.n-w-36{
|
|
2334
2513
|
width: 9rem;
|
|
2335
2514
|
}
|
|
2515
|
+
.n-min-w-full{
|
|
2516
|
+
min-width: 100%;
|
|
2517
|
+
}
|
|
2518
|
+
.n-max-w-min{
|
|
2519
|
+
max-width: -webkit-min-content;
|
|
2520
|
+
max-width: -moz-min-content;
|
|
2521
|
+
max-width: min-content;
|
|
2522
|
+
}
|
|
2336
2523
|
.n-table-auto{
|
|
2337
2524
|
table-layout: auto;
|
|
2338
2525
|
}
|
|
2339
2526
|
.n-transform{
|
|
2340
2527
|
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));
|
|
2341
2528
|
}
|
|
2529
|
+
.n-cursor-pointer{
|
|
2530
|
+
cursor: pointer;
|
|
2531
|
+
}
|
|
2532
|
+
.n-resize{
|
|
2533
|
+
resize: both;
|
|
2534
|
+
}
|
|
2342
2535
|
.n-flex-row{
|
|
2343
2536
|
flex-direction: row;
|
|
2344
2537
|
}
|
|
@@ -2360,6 +2553,9 @@ a.ndl-btn{
|
|
|
2360
2553
|
.n-justify-between{
|
|
2361
2554
|
justify-content: space-between;
|
|
2362
2555
|
}
|
|
2556
|
+
.n-gap-2{
|
|
2557
|
+
gap: 0.5rem;
|
|
2558
|
+
}
|
|
2363
2559
|
.n-gap-6{
|
|
2364
2560
|
gap: 1.5rem;
|
|
2365
2561
|
}
|
|
@@ -2369,6 +2565,18 @@ a.ndl-btn{
|
|
|
2369
2565
|
.n-gap-y-2{
|
|
2370
2566
|
row-gap: 0.5rem;
|
|
2371
2567
|
}
|
|
2568
|
+
.n-gap-x-10{
|
|
2569
|
+
-moz-column-gap: 2.5rem;
|
|
2570
|
+
column-gap: 2.5rem;
|
|
2571
|
+
}
|
|
2572
|
+
.n-gap-x-4{
|
|
2573
|
+
-moz-column-gap: 1rem;
|
|
2574
|
+
column-gap: 1rem;
|
|
2575
|
+
}
|
|
2576
|
+
.n-gap-x-2{
|
|
2577
|
+
-moz-column-gap: 0.5rem;
|
|
2578
|
+
column-gap: 0.5rem;
|
|
2579
|
+
}
|
|
2372
2580
|
.n-gap-x-12{
|
|
2373
2581
|
-moz-column-gap: 3rem;
|
|
2374
2582
|
column-gap: 3rem;
|
|
@@ -2383,20 +2591,47 @@ a.ndl-btn{
|
|
|
2383
2591
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
2384
2592
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2385
2593
|
}
|
|
2594
|
+
.n-divide-y > :not([hidden]) ~ :not([hidden]){
|
|
2595
|
+
--tw-divide-y-reverse: 0;
|
|
2596
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
2597
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2598
|
+
}
|
|
2599
|
+
.n-divide-light-neutral-border-weak > :not([hidden]) ~ :not([hidden]){
|
|
2600
|
+
--tw-divide-opacity: 1;
|
|
2601
|
+
border-color: rgb(238 241 246 / var(--tw-divide-opacity));
|
|
2602
|
+
}
|
|
2603
|
+
.n-overflow-hidden{
|
|
2604
|
+
overflow: hidden;
|
|
2605
|
+
}
|
|
2606
|
+
.n-overflow-x-auto{
|
|
2607
|
+
overflow-x: auto;
|
|
2608
|
+
}
|
|
2386
2609
|
.n-overflow-x-scroll{
|
|
2387
2610
|
overflow-x: scroll;
|
|
2388
2611
|
}
|
|
2389
2612
|
.n-whitespace-nowrap{
|
|
2390
2613
|
white-space: nowrap;
|
|
2391
2614
|
}
|
|
2615
|
+
.n-rounded-3xl{
|
|
2616
|
+
border-radius: 16px;
|
|
2617
|
+
}
|
|
2618
|
+
.n-rounded-xl{
|
|
2619
|
+
border-radius: 10px;
|
|
2620
|
+
}
|
|
2621
|
+
.n-rounded-md{
|
|
2622
|
+
border-radius: 6px;
|
|
2623
|
+
}
|
|
2392
2624
|
.n-rounded-sm{
|
|
2393
2625
|
border-radius: 4px;
|
|
2394
2626
|
}
|
|
2395
2627
|
.n-rounded-lg{
|
|
2396
2628
|
border-radius: 8px;
|
|
2397
2629
|
}
|
|
2398
|
-
.n-rounded-
|
|
2399
|
-
border-radius:
|
|
2630
|
+
.n-rounded-tl-\[0px\]{
|
|
2631
|
+
border-top-left-radius: 0px;
|
|
2632
|
+
}
|
|
2633
|
+
.n-border{
|
|
2634
|
+
border-width: 1px;
|
|
2400
2635
|
}
|
|
2401
2636
|
.n-border-b-2{
|
|
2402
2637
|
border-bottom-width: 2px;
|
|
@@ -2981,14 +3216,42 @@ a.ndl-btn{
|
|
|
2981
3216
|
.n-p-14{
|
|
2982
3217
|
padding: 3.5rem;
|
|
2983
3218
|
}
|
|
2984
|
-
.n-
|
|
2985
|
-
padding-
|
|
2986
|
-
padding-
|
|
3219
|
+
.n-px-7{
|
|
3220
|
+
padding-left: 1.75rem;
|
|
3221
|
+
padding-right: 1.75rem;
|
|
3222
|
+
}
|
|
3223
|
+
.n-py-4{
|
|
3224
|
+
padding-top: 1rem;
|
|
3225
|
+
padding-bottom: 1rem;
|
|
3226
|
+
}
|
|
3227
|
+
.n-py-6{
|
|
3228
|
+
padding-top: 1.5rem;
|
|
3229
|
+
padding-bottom: 1.5rem;
|
|
3230
|
+
}
|
|
3231
|
+
.n-px-2{
|
|
3232
|
+
padding-left: 0.5rem;
|
|
3233
|
+
padding-right: 0.5rem;
|
|
3234
|
+
}
|
|
3235
|
+
.n-py-2{
|
|
3236
|
+
padding-top: 0.5rem;
|
|
3237
|
+
padding-bottom: 0.5rem;
|
|
2987
3238
|
}
|
|
2988
3239
|
.n-px-3{
|
|
2989
3240
|
padding-left: 0.75rem;
|
|
2990
3241
|
padding-right: 0.75rem;
|
|
2991
3242
|
}
|
|
3243
|
+
.n-py-0\.5{
|
|
3244
|
+
padding-top: 0.125rem;
|
|
3245
|
+
padding-bottom: 0.125rem;
|
|
3246
|
+
}
|
|
3247
|
+
.n-py-0{
|
|
3248
|
+
padding-top: 0px;
|
|
3249
|
+
padding-bottom: 0px;
|
|
3250
|
+
}
|
|
3251
|
+
.n-py-1{
|
|
3252
|
+
padding-top: 0.25rem;
|
|
3253
|
+
padding-bottom: 0.25rem;
|
|
3254
|
+
}
|
|
2992
3255
|
.n-px-8{
|
|
2993
3256
|
padding-left: 2rem;
|
|
2994
3257
|
padding-right: 2rem;
|
|
@@ -3000,6 +3263,9 @@ a.ndl-btn{
|
|
|
3000
3263
|
.n-text-left{
|
|
3001
3264
|
text-align: left;
|
|
3002
3265
|
}
|
|
3266
|
+
.n-text-center{
|
|
3267
|
+
text-align: center;
|
|
3268
|
+
}
|
|
3003
3269
|
.n-font-sans{
|
|
3004
3270
|
font-family: "Nunito Sans";
|
|
3005
3271
|
}
|
|
@@ -3019,6 +3285,9 @@ a.ndl-btn{
|
|
|
3019
3285
|
.n-capitalize{
|
|
3020
3286
|
text-transform: capitalize;
|
|
3021
3287
|
}
|
|
3288
|
+
.n-leading-8{
|
|
3289
|
+
line-height: 2rem;
|
|
3290
|
+
}
|
|
3022
3291
|
.n-tracking-wide{
|
|
3023
3292
|
letter-spacing: 0.025em;
|
|
3024
3293
|
}
|
|
@@ -3408,6 +3677,11 @@ a.ndl-btn{
|
|
|
3408
3677
|
-webkit-text-decoration-line: underline;
|
|
3409
3678
|
text-decoration-line: underline;
|
|
3410
3679
|
}
|
|
3680
|
+
.n-shadow-l3{
|
|
3681
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
3682
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
3683
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3684
|
+
}
|
|
3411
3685
|
.n-shadow-l2{
|
|
3412
3686
|
--tw-shadow: 0px 1px 2px 0px rgba(12, 26, 37, 0.18);
|
|
3413
3687
|
--tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
|
|
@@ -3444,6 +3718,9 @@ html {
|
|
|
3444
3718
|
--tw-rotate: 12deg;
|
|
3445
3719
|
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));
|
|
3446
3720
|
}
|
|
3721
|
+
.hover\:n-cursor-pointer:hover{
|
|
3722
|
+
cursor: pointer;
|
|
3723
|
+
}
|
|
3447
3724
|
.hover\:n-border-light-neutral-text-weakest:hover{
|
|
3448
3725
|
--tw-border-opacity: 1;
|
|
3449
3726
|
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
@@ -4004,6 +4281,9 @@ html {
|
|
|
4004
4281
|
--tw-bg-opacity: 1;
|
|
4005
4282
|
background-color: rgb(152 237 203 / var(--tw-bg-opacity));
|
|
4006
4283
|
}
|
|
4284
|
+
.hover\:n-bg-opacity-10:hover{
|
|
4285
|
+
--tw-bg-opacity: 0.1;
|
|
4286
|
+
}
|
|
4007
4287
|
.hover\:n-text-primary-10:hover{
|
|
4008
4288
|
--tw-text-opacity: 1;
|
|
4009
4289
|
color: rgb(230 248 255 / var(--tw-text-opacity));
|
package/lib/tokens/js/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/base",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Neo4j base package for the design system",
|
|
5
5
|
"author": "Neo4j Inc.",
|
|
6
6
|
"homepage": "",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"ts-node": "^10.4.0",
|
|
39
39
|
"typescript": "^4.4.4"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "40d840bea97d8d42c563808e27b57f4f0c9b7011"
|
|
42
42
|
}
|