@neo4j-ndl/base 0.1.3 → 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.
@@ -21,7 +21,7 @@
21
21
  * You should have received a copy of the GNU General Public License
22
22
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
23
  */
24
- /*! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
24
+ /*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
25
25
  */
26
26
  /*
27
27
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
@@ -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, 04 Apr 2022 08:54:08 GMT
423
+ * Generated on Thu, 28 Apr 2022 14:52:48 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-sm: 4px;
@@ -432,7 +432,13 @@ Ensure the default browser behavior of the `hidden` attribute.
432
432
  --border-radius-3xl: 16px;
433
433
  --border-radius-4xl: 18px;
434
434
  --border-radius-5xl: 20px;
435
- --border-radius-full: 9999px;;
435
+ --border-radius-full: 9999px;
436
+ --breakpoints-xs: 450px; /* Extra small screen / phone, only one not included with Tailwind CSS */
437
+ --breakpoints-sm: 640px; /* Check here: https://tailwindcss.com/docs/responsive-design */
438
+ --breakpoints-md: 768px;
439
+ --breakpoints-lg: 1024px;
440
+ --breakpoints-xl: 1280px;
441
+ --breakpoints-2xl: 1536px;
436
442
  --colors-primary-10: 230, 248, 255 /* #e6f8ff */; /* lighest shade of brand primary color */
437
443
  --colors-primary-20: 163, 226, 255 /* #a3e2ff */;
438
444
  --colors-primary-30: 122, 209, 255 /* #7ad1ff */;
@@ -827,7 +833,7 @@ a.ndl-btn{
827
833
  max-width: max-content;
828
834
  flex-direction: column;
829
835
  justify-content: center;
830
- border-radius: 9999px;;
836
+ border-radius: 9999px;
831
837
  padding-left: 0.5rem;
832
838
  padding-right: 0.5rem;
833
839
  padding-top: 0.125rem;
@@ -1092,10 +1098,6 @@ a.ndl-btn{
1092
1098
  }
1093
1099
  .ndl-alert.with-description .alert-title{
1094
1100
  margin: 0px;
1095
- font-size: var(--font-size-h5);
1096
- font-weight: var(--font-weight-bold);
1097
- letter-spacing: 0.25px;
1098
- line-height: 28px;
1099
1101
  }
1100
1102
  .ndl-alert .alert-icon{
1101
1103
  height: 1.5rem;
@@ -1110,7 +1112,7 @@ a.ndl-btn{
1110
1112
  margin-top: 0.5rem;
1111
1113
  }
1112
1114
  .ndl-alert .alert-actions{
1113
- margin-top: 1.25rem;
1115
+ margin-top: 1rem;
1114
1116
  display: flex;
1115
1117
  -moz-column-gap: 1rem;
1116
1118
  column-gap: 1rem;
@@ -1432,7 +1434,7 @@ a.ndl-btn{
1432
1434
  -moz-appearance: none;
1433
1435
  appearance: none;
1434
1436
  align-items: center;
1435
- border-radius: 9999px;;
1437
+ border-radius: 9999px;
1436
1438
  border-style: none;
1437
1439
  --tw-bg-opacity: 1;
1438
1440
  background-color: rgb(178 183 189 / var(--tw-bg-opacity));
@@ -1473,7 +1475,7 @@ a.ndl-btn{
1473
1475
  .ndl-form-item input[type='checkbox'][role='switch']::before {
1474
1476
  inline-size: var(--thumb-size);
1475
1477
  block-size: var(--thumb-size);
1476
- border-radius: 9999px;;
1478
+ border-radius: 9999px;
1477
1479
 
1478
1480
  transition: transform 0.25s ease, box-shadow 0.25s ease;
1479
1481
  content: '';
@@ -1513,7 +1515,7 @@ a.ndl-btn{
1513
1515
  }
1514
1516
  /* Radio */
1515
1517
  .ndl-form-item input[type='radio']{
1516
- border-radius: 9999px;;
1518
+ border-radius: 9999px;
1517
1519
  }
1518
1520
  .ndl-form-item input[type='radio']:checked{
1519
1521
  border-width: 2px;
@@ -1636,6 +1638,7 @@ a.ndl-btn{
1636
1638
  background-color: rgb(230 233 238 / var(--tw-bg-opacity));
1637
1639
  }
1638
1640
  .ndl-progress-bar-wrapper .progress-bar-container .progress-bar{
1641
+ max-width: 100%;
1639
1642
  --tw-bg-opacity: 1;
1640
1643
  background-color: rgb(1 139 255 / var(--tw-bg-opacity));
1641
1644
  --tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
@@ -1645,21 +1648,6 @@ a.ndl-btn{
1645
1648
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1646
1649
  transition-duration: 1000ms;
1647
1650
  }
1648
- .ndl-progress-bar-wrapper .details{
1649
- display: flex;
1650
- flex-direction: row;
1651
- justify-content: flex-end;
1652
- font-style: italic;
1653
- --tw-text-opacity: 1;
1654
- color: rgb(113 119 128 / var(--tw-text-opacity));
1655
- }
1656
- .ndl-progress-bar-wrapper .details .estimated-time-heading{
1657
- margin-right: 5px;
1658
- font-weight: 300;
1659
- }
1660
- .ndl-progress-bar-wrapper .details .estimated-time{
1661
- font-weight: 600;
1662
- }
1663
1651
  .ndl-progress-bar-wrapper.large .heading {
1664
1652
  font-size: var(--font-size-body-large);
1665
1653
  font-weight: var(--font-weight-normal);
@@ -1677,12 +1665,6 @@ a.ndl-btn{
1677
1665
  min-width: 3%;
1678
1666
  border-radius: 6px;
1679
1667
  }
1680
- .ndl-progress-bar-wrapper.large .details {
1681
- font-size: var(--font-size-body-medium);
1682
- font-weight: var(--font-weight-normal);
1683
- letter-spacing: 0.25px;
1684
- line-height: 20px;
1685
- }
1686
1668
  .ndl-progress-bar-wrapper.small .heading {
1687
1669
  font-size: var(--font-size-body-medium);
1688
1670
  font-weight: var(--font-weight-normal);
@@ -1700,12 +1682,6 @@ a.ndl-btn{
1700
1682
  min-width: 2%;
1701
1683
  border-radius: 4px;
1702
1684
  }
1703
- .ndl-progress-bar-wrapper.small .details {
1704
- font-size: var(--font-size-body-small);
1705
- font-weight: var(--font-weight-normal);
1706
- letter-spacing: 0.25px;
1707
- line-height: 20px;
1708
- }
1709
1685
  /**
1710
1686
  *
1711
1687
  * Copyright (c) "Neo4j"
@@ -2142,6 +2118,317 @@ a.ndl-btn{
2142
2118
  --tw-border-opacity: 1;
2143
2119
  border-bottom-color: rgb(1 139 255 / var(--tw-border-opacity));
2144
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
+ }
2300
+ /**
2301
+ *
2302
+ * Copyright (c) "Neo4j"
2303
+ * Neo4j Sweden AB [http://neo4j.com]
2304
+ *
2305
+ * This file is part of Neo4j.
2306
+ *
2307
+ * Neo4j is free software: you can redistribute it and/or modify
2308
+ * it under the terms of the GNU General Public License as published by
2309
+ * the Free Software Foundation, either version 3 of the License, or
2310
+ * (at your option) any later version.
2311
+ *
2312
+ * This program is distributed in the hope that it will be useful,
2313
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2314
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2315
+ * GNU General Public License for more details.
2316
+ *
2317
+ * You should have received a copy of the GNU General Public License
2318
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2319
+ */
2320
+ .ndl-drag-and-drop {
2321
+ /* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
2322
+ background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
2323
+ border-radius: 8px;
2324
+ --tw-border-opacity: 1;
2325
+ border-color: rgb(196 200 205 / var(--tw-border-opacity));
2326
+ }
2327
+ .ndl-drag-and-drop > div{
2328
+ padding-top: 2rem;
2329
+ padding-bottom: 2rem;
2330
+ }
2331
+ .ndl-drag-and-drop .ndl-drag-and-drop-inner {
2332
+ width: 320px;
2333
+ margin-left: auto;
2334
+ margin-right: auto;
2335
+ }
2336
+ .ndl-drag-and-drop svg{
2337
+ margin-left: auto;
2338
+ margin-right: auto;
2339
+ }
2340
+ .ndl-drag-and-drop.drag-active{
2341
+ --tw-bg-opacity: 1;
2342
+ background-color: rgb(230 248 255 / var(--tw-bg-opacity));
2343
+
2344
+ /* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
2345
+ background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
2346
+ }
2347
+ .ndl-drag-and-drop .ndl-drag-and-drop-header{
2348
+ margin-bottom: 1.5rem;
2349
+ display: flex;
2350
+ flex-direction: column;
2351
+ row-gap: 1.5rem;
2352
+ text-align: center;
2353
+ }
2354
+ .ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-title{
2355
+ margin-bottom: 0.25rem;
2356
+ }
2357
+ .ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-subtitle{
2358
+ font-weight: 400;
2359
+ }
2360
+ .ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-browse-link{
2361
+ --tw-text-opacity: 1;
2362
+ color: rgb(0 86 179 / var(--tw-text-opacity));
2363
+ font-size: var(--font-size-subheading-small);
2364
+ font-weight: var(--font-weight-semibold);
2365
+ letter-spacing: 0.25px;
2366
+ line-height: 20px;
2367
+ }
2368
+ .ndl-drag-and-drop .ndl-drag-and-drop-header .upload-img-wrapper{
2369
+ position: relative;
2370
+ display: inline-block;
2371
+ }
2372
+ .ndl-drag-and-drop .ndl-drag-and-drop-header .upload-img-label{
2373
+ position: absolute;
2374
+ border-radius: 4px;
2375
+ --tw-bg-opacity: 1;
2376
+ background-color: rgb(1 139 255 / var(--tw-bg-opacity));
2377
+ padding-left: 0.25rem;
2378
+ padding-right: 0.25rem;
2379
+ --tw-text-opacity: 1;
2380
+ color: rgb(255 255 255 / var(--tw-text-opacity));
2381
+ font-size: var(--font-size-body-small);
2382
+ font-weight: var(--font-weight-normal);
2383
+ letter-spacing: 0.25px;
2384
+ line-height: 20px;
2385
+
2386
+ /* @apply -n-translate-x-full; does not seem to work with postcss error */
2387
+ transform: translate(-100%, 0.5rem);
2388
+ }
2389
+ .ndl-drag-and-drop .ndl-drag-and-drop-footer{
2390
+ text-align: center;
2391
+ }
2392
+ .ndl-drag-and-drop .ndl-drag-and-drop-footer .ndl-file-support-text{
2393
+ --tw-text-opacity: 1;
2394
+ color: rgb(113 119 128 / var(--tw-text-opacity));
2395
+ font-size: var(--font-size-body-medium);
2396
+ font-weight: var(--font-weight-normal);
2397
+ letter-spacing: 0.25px;
2398
+ line-height: 20px;
2399
+ }
2400
+ .ndl-drag-and-drop.drag-active.file-invalid{
2401
+ --tw-bg-opacity: 1;
2402
+ background-color: rgb(255 230 233 / var(--tw-bg-opacity));
2403
+ background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23ED1252' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
2404
+ }
2405
+ .ndl-drag-and-drop.drag-active.file-invalid .upload-img-label{
2406
+ --tw-bg-opacity: 1;
2407
+ background-color: rgb(237 18 82 / var(--tw-bg-opacity));
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
+ }
2145
2432
  .n-m-auto{
2146
2433
  margin: auto;
2147
2434
  }
@@ -2153,14 +2440,14 @@ a.ndl-btn{
2153
2440
  margin-top: auto;
2154
2441
  margin-bottom: auto;
2155
2442
  }
2156
- .n-mx-4{
2157
- margin-left: 1rem;
2158
- margin-right: 1rem;
2159
- }
2160
2443
  .n-my-5{
2161
2444
  margin-top: 1.25rem;
2162
2445
  margin-bottom: 1.25rem;
2163
2446
  }
2447
+ .n-mx-4{
2448
+ margin-left: 1rem;
2449
+ margin-right: 1rem;
2450
+ }
2164
2451
  .n-mx-3{
2165
2452
  margin-left: 0.75rem;
2166
2453
  margin-right: 0.75rem;
@@ -2174,6 +2461,9 @@ a.ndl-btn{
2174
2461
  .n-flex{
2175
2462
  display: flex;
2176
2463
  }
2464
+ .n-inline-flex{
2465
+ display: inline-flex;
2466
+ }
2177
2467
  .n-table{
2178
2468
  display: table;
2179
2469
  }
@@ -2222,9 +2512,26 @@ a.ndl-btn{
2222
2512
  .n-w-36{
2223
2513
  width: 9rem;
2224
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
+ }
2523
+ .n-table-auto{
2524
+ table-layout: auto;
2525
+ }
2225
2526
  .n-transform{
2226
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));
2227
2528
  }
2529
+ .n-cursor-pointer{
2530
+ cursor: pointer;
2531
+ }
2532
+ .n-resize{
2533
+ resize: both;
2534
+ }
2228
2535
  .n-flex-row{
2229
2536
  flex-direction: row;
2230
2537
  }
@@ -2240,22 +2547,40 @@ a.ndl-btn{
2240
2547
  .n-items-center{
2241
2548
  align-items: center;
2242
2549
  }
2550
+ .n-justify-center{
2551
+ justify-content: center;
2552
+ }
2243
2553
  .n-justify-between{
2244
2554
  justify-content: space-between;
2245
2555
  }
2556
+ .n-gap-2{
2557
+ gap: 0.5rem;
2558
+ }
2246
2559
  .n-gap-6{
2247
2560
  gap: 1.5rem;
2248
2561
  }
2249
2562
  .n-gap-12{
2250
2563
  gap: 3rem;
2251
2564
  }
2565
+ .n-gap-y-2{
2566
+ row-gap: 0.5rem;
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
+ }
2252
2580
  .n-gap-x-12{
2253
2581
  -moz-column-gap: 3rem;
2254
2582
  column-gap: 3rem;
2255
2583
  }
2256
- .n-gap-y-2{
2257
- row-gap: 0.5rem;
2258
- }
2259
2584
  .n-space-y-3 > :not([hidden]) ~ :not([hidden]){
2260
2585
  --tw-space-y-reverse: 0;
2261
2586
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
@@ -2266,20 +2591,53 @@ a.ndl-btn{
2266
2591
  margin-right: calc(1rem * var(--tw-space-x-reverse));
2267
2592
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
2268
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
+ }
2269
2609
  .n-overflow-x-scroll{
2270
2610
  overflow-x: scroll;
2271
2611
  }
2272
2612
  .n-whitespace-nowrap{
2273
2613
  white-space: nowrap;
2274
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
+ }
2275
2624
  .n-rounded-sm{
2276
2625
  border-radius: 4px;
2277
2626
  }
2278
2627
  .n-rounded-lg{
2279
2628
  border-radius: 8px;
2280
2629
  }
2281
- .n-rounded-md{
2282
- border-radius: 6px;
2630
+ .n-rounded-tl-\[0px\]{
2631
+ border-top-left-radius: 0px;
2632
+ }
2633
+ .n-border{
2634
+ border-width: 1px;
2635
+ }
2636
+ .n-border-b-2{
2637
+ border-bottom-width: 2px;
2638
+ }
2639
+ .n-border-b{
2640
+ border-bottom-width: 1px;
2283
2641
  }
2284
2642
  .n-border-light-neutral-text-weakest{
2285
2643
  --tw-border-opacity: 1;
@@ -2858,10 +3216,42 @@ a.ndl-btn{
2858
3216
  .n-p-14{
2859
3217
  padding: 3.5rem;
2860
3218
  }
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;
3238
+ }
2861
3239
  .n-px-3{
2862
3240
  padding-left: 0.75rem;
2863
3241
  padding-right: 0.75rem;
2864
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
+ }
2865
3255
  .n-px-8{
2866
3256
  padding-left: 2rem;
2867
3257
  padding-right: 2rem;
@@ -2870,6 +3260,12 @@ a.ndl-btn{
2870
3260
  padding-left: 2.5rem;
2871
3261
  padding-right: 2.5rem;
2872
3262
  }
3263
+ .n-text-left{
3264
+ text-align: left;
3265
+ }
3266
+ .n-text-center{
3267
+ text-align: center;
3268
+ }
2873
3269
  .n-font-sans{
2874
3270
  font-family: "Nunito Sans";
2875
3271
  }
@@ -2877,6 +3273,9 @@ a.ndl-btn{
2877
3273
  font-size: 0.75rem;
2878
3274
  line-height: 1rem;
2879
3275
  }
3276
+ .n-font-light{
3277
+ font-weight: 300;
3278
+ }
2880
3279
  .n-font-semibold{
2881
3280
  font-weight: 600;
2882
3281
  }
@@ -2886,6 +3285,9 @@ a.ndl-btn{
2886
3285
  .n-capitalize{
2887
3286
  text-transform: capitalize;
2888
3287
  }
3288
+ .n-leading-8{
3289
+ line-height: 2rem;
3290
+ }
2889
3291
  .n-tracking-wide{
2890
3292
  letter-spacing: 0.025em;
2891
3293
  }
@@ -3275,6 +3677,11 @@ a.ndl-btn{
3275
3677
  -webkit-text-decoration-line: underline;
3276
3678
  text-decoration-line: underline;
3277
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
+ }
3278
3685
  .n-shadow-l2{
3279
3686
  --tw-shadow: 0px 1px 2px 0px rgba(12, 26, 37, 0.18);
3280
3687
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
@@ -3291,9 +3698,6 @@ a.ndl-btn{
3291
3698
  .n-ease-in-out{
3292
3699
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3293
3700
  }
3294
- .\[http\:\/\/neo4j\.com\]{
3295
- http: //neo4j.com;
3296
- }
3297
3701
  body,
3298
3702
  html {
3299
3703
  font-family: 'Nunito Sans', sans-serif;
@@ -3314,6 +3718,9 @@ html {
3314
3718
  --tw-rotate: 12deg;
3315
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));
3316
3720
  }
3721
+ .hover\:n-cursor-pointer:hover{
3722
+ cursor: pointer;
3723
+ }
3317
3724
  .hover\:n-border-light-neutral-text-weakest:hover{
3318
3725
  --tw-border-opacity: 1;
3319
3726
  border-color: rgb(178 183 189 / var(--tw-border-opacity));
@@ -3874,6 +4281,9 @@ html {
3874
4281
  --tw-bg-opacity: 1;
3875
4282
  background-color: rgb(152 237 203 / var(--tw-bg-opacity));
3876
4283
  }
4284
+ .hover\:n-bg-opacity-10:hover{
4285
+ --tw-bg-opacity: 0.1;
4286
+ }
3877
4287
  .hover\:n-text-primary-10:hover{
3878
4288
  --tw-text-opacity: 1;
3879
4289
  color: rgb(230 248 255 / var(--tw-text-opacity));
@@ -4268,3 +4678,9 @@ html {
4268
4678
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
4269
4679
  }
4270
4680
  }
4681
+ @media (min-width: 768px){
4682
+ .md\:n-bg-primary-50{
4683
+ --tw-bg-opacity: 1;
4684
+ background-color: rgb(0 111 214 / var(--tw-bg-opacity));
4685
+ }
4686
+ }
@@ -5,11 +5,6 @@ export const safelist: {
5
5
  variants: string[];
6
6
  }[];
7
7
  export const theme: {
8
- screens: {
9
- sm: string;
10
- md: string;
11
- lg: string;
12
- };
13
8
  extend: {
14
9
  colors: {
15
10
  transparent: string;
@@ -129,11 +124,6 @@ export const theme: {
129
124
  "30": string;
130
125
  "40": string;
131
126
  "50": string;
132
- /**
133
- * Tailwind CSS Configuration
134
- * containing all configurations we need
135
- * for our components
136
- */
137
127
  "60": string;
138
128
  "70": string;
139
129
  };
@@ -198,5 +188,13 @@ export const theme: {
198
188
  sans: string[];
199
189
  mono: string[];
200
190
  };
191
+ screens: {
192
+ xs: string;
193
+ sm: string;
194
+ md: string;
195
+ lg: string;
196
+ xl: string;
197
+ "2xl": string;
198
+ };
201
199
  };
202
200
  export const plugins: never[];
@@ -56,11 +56,7 @@ module.exports = {
56
56
  variants: ['hover']
57
57
  },
58
58
  ],
59
- theme: __assign(__assign({}, tailwindConfig), { screens: {
60
- sm: '640px',
61
- md: '768px',
62
- lg: '1024px'
63
- }, extend: {
59
+ theme: __assign(__assign({}, tailwindConfig), { extend: {
64
60
  colors: {
65
61
  transparent: 'transparent',
66
62
  current: 'currentColor'
@@ -1 +1 @@
1
- {"version":3,"file":"optimised.config.js","sourceRoot":"","sources":["../src/optimised.config.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,IAAM,cAAc,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AAEtD;;;;GAIG;AACH,MAAM,CAAC,OAAO,GAAG;IACf,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,CAAC,kCAAkC,CAAC;IAC7C,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,iFAAiF;YACnF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,+EAA+E;YACjF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,wBACA,cAAc,KACjB,OAAO,EAAE;YACP,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,QAAQ;SACb,EACD,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}
1
+ {"version":3,"file":"optimised.config.js","sourceRoot":"","sources":["../src/optimised.config.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,IAAM,cAAc,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AAEtD;;;;GAIG;AACH,MAAM,CAAC,OAAO,GAAG;IACf,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,CAAC,kCAAkC,CAAC;IAC7C,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,iFAAiF;YACnF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,+EAA+E;YACjF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,wBACA,cAAc,KACjB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}
@@ -175,8 +175,11 @@ export namespace fontFamily {
175
175
  const sans: string[];
176
176
  const mono: string[];
177
177
  }
178
- export namespace screens {
179
- const sm: string;
180
- const md: string;
181
- const lg: string;
182
- }
178
+ export const screens: {
179
+ xs: string;
180
+ sm: string;
181
+ md: string;
182
+ lg: string;
183
+ xl: string;
184
+ "2xl": string;
185
+ };
@@ -39,10 +39,6 @@ module.exports = {
39
39
  sans: ['"Nunito Sans"'],
40
40
  mono: ['"Fira Code"']
41
41
  },
42
- screens: {
43
- sm: '640px',
44
- md: '768px',
45
- lg: '1024px'
46
- }
42
+ screens: __assign({}, tokens.breakpoints)
47
43
  };
48
44
  //# sourceMappingURL=tailwindConfig.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tailwindConfig.js","sourceRoot":"","sources":["../src/tailwindConfig.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,IAAM,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;AAE7C,MAAM,CAAC,OAAO,GAAG;IACf,MAAM,wBAAO,MAAM,CAAC,MAAM,GAAK,MAAM,CAAC,OAAO,CAAE;IAC/C,YAAY,EAAE,MAAM,CAAC,YAAY;IACjC,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,UAAU,EAAE;QACV,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,IAAI,EAAE,CAAC,aAAa,CAAC;KACtB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,OAAO;QACX,EAAE,EAAE,OAAO;QACX,EAAE,EAAE,QAAQ;KACb;CACF,CAAC"}
1
+ {"version":3,"file":"tailwindConfig.js","sourceRoot":"","sources":["../src/tailwindConfig.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,IAAM,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;AAE7C,MAAM,CAAC,OAAO,GAAG;IACf,MAAM,wBAAO,MAAM,CAAC,MAAM,GAAK,MAAM,CAAC,OAAO,CAAE;IAC/C,YAAY,EAAE,MAAM,CAAC,YAAY;IACjC,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,UAAU,EAAE;QACV,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,IAAI,EAAE,CAAC,aAAa,CAAC;KACtB;IACD,OAAO,eACF,MAAM,CAAC,WAAW,CACtB;CACF,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Apr 2022 08:54:08 GMT
3
+ * Generated on Thu, 28 Apr 2022 14:52:48 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -13,7 +13,13 @@
13
13
  --border-radius-3xl: 16px;
14
14
  --border-radius-4xl: 18px;
15
15
  --border-radius-5xl: 20px;
16
- --border-radius-full: 9999px;;
16
+ --border-radius-full: 9999px;
17
+ --breakpoints-xs: 450px; /* Extra small screen / phone, only one not included with Tailwind CSS */
18
+ --breakpoints-sm: 640px; /* Check here: https://tailwindcss.com/docs/responsive-design */
19
+ --breakpoints-md: 768px;
20
+ --breakpoints-lg: 1024px;
21
+ --breakpoints-xl: 1280px;
22
+ --breakpoints-2xl: 1536px;
17
23
  --colors-primary-10: 230, 248, 255 /* #e6f8ff */; /* lighest shade of brand primary color */
18
24
  --colors-primary-20: 163, 226, 255 /* #a3e2ff */;
19
25
  --colors-primary-30: 122, 209, 255 /* #7ad1ff */;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Apr 2022 08:54:08 GMT
3
+ * Generated on Thu, 28 Apr 2022 14:52:48 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -159,11 +159,11 @@ module.exports = {
159
159
  ]
160
160
  },
161
161
  "full": {
162
- "value": "9999px;",
162
+ "value": "9999px",
163
163
  "filePath": "src/tokens/borderRadius.json",
164
164
  "isSource": true,
165
165
  "original": {
166
- "value": "9999px;"
166
+ "value": "9999px"
167
167
  },
168
168
  "name": "BorderRadiusFull",
169
169
  "attributes": {
@@ -176,6 +176,114 @@ module.exports = {
176
176
  ]
177
177
  }
178
178
  },
179
+ "breakpoints": {
180
+ "xs": {
181
+ "comment": "Extra small screen / phone, only one not included with Tailwind CSS",
182
+ "value": "450px",
183
+ "filePath": "src/tokens/breakpoints.json",
184
+ "isSource": true,
185
+ "original": {
186
+ "comment": "Extra small screen / phone, only one not included with Tailwind CSS",
187
+ "value": "450px"
188
+ },
189
+ "name": "BreakpointsXs",
190
+ "attributes": {
191
+ "category": "breakpoints",
192
+ "type": "xs"
193
+ },
194
+ "path": [
195
+ "breakpoints",
196
+ "xs"
197
+ ]
198
+ },
199
+ "sm": {
200
+ "comment": "Check here: https://tailwindcss.com/docs/responsive-design",
201
+ "value": "640px",
202
+ "filePath": "src/tokens/breakpoints.json",
203
+ "isSource": true,
204
+ "original": {
205
+ "comment": "Check here: https://tailwindcss.com/docs/responsive-design",
206
+ "value": "640px"
207
+ },
208
+ "name": "BreakpointsSm",
209
+ "attributes": {
210
+ "category": "breakpoints",
211
+ "type": "sm"
212
+ },
213
+ "path": [
214
+ "breakpoints",
215
+ "sm"
216
+ ]
217
+ },
218
+ "md": {
219
+ "value": "768px",
220
+ "filePath": "src/tokens/breakpoints.json",
221
+ "isSource": true,
222
+ "original": {
223
+ "value": "768px"
224
+ },
225
+ "name": "BreakpointsMd",
226
+ "attributes": {
227
+ "category": "breakpoints",
228
+ "type": "md"
229
+ },
230
+ "path": [
231
+ "breakpoints",
232
+ "md"
233
+ ]
234
+ },
235
+ "lg": {
236
+ "value": "1024px",
237
+ "filePath": "src/tokens/breakpoints.json",
238
+ "isSource": true,
239
+ "original": {
240
+ "value": "1024px"
241
+ },
242
+ "name": "BreakpointsLg",
243
+ "attributes": {
244
+ "category": "breakpoints",
245
+ "type": "lg"
246
+ },
247
+ "path": [
248
+ "breakpoints",
249
+ "lg"
250
+ ]
251
+ },
252
+ "xl": {
253
+ "value": "1280px",
254
+ "filePath": "src/tokens/breakpoints.json",
255
+ "isSource": true,
256
+ "original": {
257
+ "value": "1280px"
258
+ },
259
+ "name": "BreakpointsXl",
260
+ "attributes": {
261
+ "category": "breakpoints",
262
+ "type": "xl"
263
+ },
264
+ "path": [
265
+ "breakpoints",
266
+ "xl"
267
+ ]
268
+ },
269
+ "2xl": {
270
+ "value": "1536px",
271
+ "filePath": "src/tokens/breakpoints.json",
272
+ "isSource": true,
273
+ "original": {
274
+ "value": "1536px"
275
+ },
276
+ "name": "Breakpoints2xl",
277
+ "attributes": {
278
+ "category": "breakpoints",
279
+ "type": "2xl"
280
+ },
281
+ "path": [
282
+ "breakpoints",
283
+ "2xl"
284
+ ]
285
+ }
286
+ },
179
287
  "colors": {
180
288
  "primary": {
181
289
  "10": {
@@ -10,6 +10,14 @@ export const borderRadius: {
10
10
  "5xl": string;
11
11
  full: string;
12
12
  };
13
+ export const breakpoints: {
14
+ xs: string;
15
+ sm: string;
16
+ md: string;
17
+ lg: string;
18
+ xl: string;
19
+ "2xl": string;
20
+ };
13
21
  export namespace colors {
14
22
  const primary: {
15
23
  "10": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 04 Apr 2022 08:54:08 GMT
4
+ * Generated on Thu, 28 Apr 2022 14:52:48 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "borderRadius": {
@@ -14,7 +14,15 @@ module.exports = {
14
14
  "3xl": "16px",
15
15
  "4xl": "18px",
16
16
  "5xl": "20px",
17
- "full": "9999px;"
17
+ "full": "9999px"
18
+ },
19
+ "breakpoints": {
20
+ "xs": "450px",
21
+ "sm": "640px",
22
+ "md": "768px",
23
+ "lg": "1024px",
24
+ "xl": "1280px",
25
+ "2xl": "1536px"
18
26
  },
19
27
  "colors": {
20
28
  "primary": {
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../src/tokens/js/tokens.js"],"names":[],"mappings":";AAAA;;;EAGE;AAEF,MAAM,CAAC,OAAO,GAAG;IACf,cAAc,EAAE;QACd,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,SAAS;KAClB;IACD,QAAQ,EAAE;QACR,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,MAAM,EAAE;YACN,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;KACF;IACD,MAAM,EAAE;QACN,MAAM,EAAE;YACN,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,kBAAkB,EAAE,MAAM;YAC1B,mBAAmB,EAAE,MAAM;YAC3B,kBAAkB,EAAE,MAAM;YAC1B,YAAY,EAAE,MAAM;YACpB,aAAa,EAAE,MAAM;YACrB,YAAY,EAAE,MAAM;YACpB,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,MAAM;SAChB;QACD,QAAQ,EAAE;YACR,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;SACf;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE;YACP,SAAS,EAAE;gBACT,MAAM,EAAE;oBACN,SAAS,EAAE,SAAS;oBACpB,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;oBACjB,SAAS,EAAE,SAAS;oBACpB,SAAS,EAAE,SAAS;iBACrB;gBACD,IAAI,EAAE;oBACJ,MAAM,EAAE,SAAS;oBACjB,SAAS,EAAE,SAAS;oBACpB,QAAQ,EAAE,SAAS;oBACnB,WAAW,EAAE,SAAS;iBACvB;gBACD,QAAQ,EAAE;oBACR,MAAM,EAAE,SAAS;oBACjB,QAAQ,EAAE,SAAS;iBACpB;gBACD,OAAO,EAAE,uBAAuB;gBAChC,SAAS,EAAE,uBAAuB;aACnC;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,OAAO,EAAE,SAAS;gBAClB,OAAO,EAAE;oBACP,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;gBACD,SAAS,EAAE;oBACT,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;aACF;YACD,QAAQ,EAAE;gBACR,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,OAAO,EAAE;oBACP,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;gBACD,SAAS,EAAE;oBACT,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;aACF;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;aACF;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;aACF;SACF;KACF;IACD,WAAW,EAAE;QACX,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,yCAAyC;KAChD;IACD,OAAO,EAAE;QACP,GAAG,EAAE,SAAS;QACd,GAAG,EAAE,QAAQ;QACb,GAAG,EAAE,SAAS;QACd,GAAG,EAAE,MAAM;QACX,GAAG,EAAE,QAAQ;QACb,GAAG,EAAE,MAAM;QACX,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;KACb;CACF,CAAA"}
1
+ {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../src/tokens/js/tokens.js"],"names":[],"mappings":";AAAA;;;EAGE;AAEF,MAAM,CAAC,OAAO,GAAG;IACf,cAAc,EAAE;QACd,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,QAAQ;KACjB;IACD,aAAa,EAAE;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KAChB;IACD,QAAQ,EAAE;QACR,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,MAAM,EAAE;YACN,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;KACF;IACD,MAAM,EAAE;QACN,MAAM,EAAE;YACN,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,kBAAkB,EAAE,MAAM;YAC1B,mBAAmB,EAAE,MAAM;YAC3B,kBAAkB,EAAE,MAAM;YAC1B,YAAY,EAAE,MAAM;YACpB,aAAa,EAAE,MAAM;YACrB,YAAY,EAAE,MAAM;YACpB,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,MAAM;SAChB;QACD,QAAQ,EAAE;YACR,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;SACf;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE;YACP,SAAS,EAAE;gBACT,MAAM,EAAE;oBACN,SAAS,EAAE,SAAS;oBACpB,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;oBACjB,SAAS,EAAE,SAAS;oBACpB,SAAS,EAAE,SAAS;iBACrB;gBACD,IAAI,EAAE;oBACJ,MAAM,EAAE,SAAS;oBACjB,SAAS,EAAE,SAAS;oBACpB,QAAQ,EAAE,SAAS;oBACnB,WAAW,EAAE,SAAS;iBACvB;gBACD,QAAQ,EAAE;oBACR,MAAM,EAAE,SAAS;oBACjB,QAAQ,EAAE,SAAS;iBACpB;gBACD,OAAO,EAAE,uBAAuB;gBAChC,SAAS,EAAE,uBAAuB;aACnC;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,OAAO,EAAE,SAAS;gBAClB,OAAO,EAAE;oBACP,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;gBACD,SAAS,EAAE;oBACT,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;aACF;YACD,QAAQ,EAAE;gBACR,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,OAAO,EAAE;oBACP,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;gBACD,SAAS,EAAE;oBACT,MAAM,EAAE,sBAAsB;oBAC9B,QAAQ,EAAE,SAAS;iBACpB;aACF;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;aACF;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,SAAS;gBACjB,IAAI,EAAE;oBACJ,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,SAAS;iBAClB;aACF;SACF;KACF;IACD,WAAW,EAAE;QACX,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,yCAAyC;KAChD;IACD,OAAO,EAAE;QACP,GAAG,EAAE,SAAS;QACd,GAAG,EAAE,QAAQ;QACb,GAAG,EAAE,SAAS;QACd,GAAG,EAAE,MAAM;QACX,GAAG,EAAE,QAAQ;QACb,GAAG,EAAE,MAAM;QACX,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;KACb;CACF,CAAA"}
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Apr 2022 08:54:08 GMT
3
+ // Generated on Thu, 28 Apr 2022 14:52:48 GMT
4
4
 
5
5
  $border-radius-sm: 4px;
6
6
  $border-radius-md: 6px;
@@ -11,7 +11,13 @@ $border-radius-2xl: 14px;
11
11
  $border-radius-3xl: 16px;
12
12
  $border-radius-4xl: 18px;
13
13
  $border-radius-5xl: 20px;
14
- $border-radius-full: 9999px;;
14
+ $border-radius-full: 9999px;
15
+ $breakpoints-xs: 450px; // Extra small screen / phone, only one not included with Tailwind CSS
16
+ $breakpoints-sm: 640px; // Check here: https://tailwindcss.com/docs/responsive-design
17
+ $breakpoints-md: 768px;
18
+ $breakpoints-lg: 1024px;
19
+ $breakpoints-xl: 1280px;
20
+ $breakpoints-2xl: 1536px;
15
21
  $colors-primary-10: #e6f8ff; // lighest shade of brand primary color
16
22
  $colors-primary-20: #a3e2ff;
17
23
  $colors-primary-30: #7ad1ff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.1.3",
3
+ "version": "0.3.0",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",
@@ -20,9 +20,9 @@
20
20
  "scripts": {
21
21
  "test": "jest",
22
22
  "build-style-dictionary": "style-dictionary build --config sd.config.js",
23
- "build-tailwind-css": "postcss src/styles.css -o lib/neo4j-ds-styles.css",
24
- "watch-tailwind-css": "postcss -w src/styles.css -o lib/neo4j-ds-styles.css",
25
- "build": "yarn build-style-dictionary && tsc && yarn build-tailwind-css"
23
+ "build:css": "postcss src/styles.css -o lib/neo4j-ds-styles.css",
24
+ "watch:css": "postcss -w src/styles.css -o lib/neo4j-ds-styles.css",
25
+ "build": "yarn build-style-dictionary && tsc && yarn build:css"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^5.15.1",
@@ -38,5 +38,5 @@
38
38
  "ts-node": "^10.4.0",
39
39
  "typescript": "^4.4.4"
40
40
  },
41
- "gitHead": "a7936a1afaecf5871c9276b393981b3bc5f1ec3e"
41
+ "gitHead": "40d840bea97d8d42c563808e27b57f4f0c9b7011"
42
42
  }