@neo4j-ndl/base 0.1.4 → 0.2.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 +154 -18
- package/lib/optimised.config.d.ts +8 -10
- package/lib/optimised.config.js +1 -5
- package/lib/optimised.config.js.map +1 -1
- package/lib/tailwindConfig.d.ts +8 -5
- package/lib/tailwindConfig.js +1 -5
- package/lib/tailwindConfig.js.map +1 -1
- package/lib/tokens/css/tokens.css +8 -2
- package/lib/tokens/js/tokens-raw.js +111 -3
- package/lib/tokens/js/tokens.d.ts +8 -0
- package/lib/tokens/js/tokens.js +10 -2
- package/lib/tokens/js/tokens.js.map +1 -1
- package/lib/tokens/scss/tokens.scss +8 -2
- package/package.json +5 -5
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -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.
|
|
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
|
|
423
|
+
* Generated on Tue, 19 Apr 2022 13:44:29 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:
|
|
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;
|
|
@@ -2142,6 +2144,115 @@ a.ndl-btn{
|
|
|
2142
2144
|
--tw-border-opacity: 1;
|
|
2143
2145
|
border-bottom-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
2144
2146
|
}
|
|
2147
|
+
/**
|
|
2148
|
+
*
|
|
2149
|
+
* Copyright (c) "Neo4j"
|
|
2150
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2151
|
+
*
|
|
2152
|
+
* This file is part of Neo4j.
|
|
2153
|
+
*
|
|
2154
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2155
|
+
* it under the terms of the GNU General Public License as published by
|
|
2156
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2157
|
+
* (at your option) any later version.
|
|
2158
|
+
*
|
|
2159
|
+
* This program is distributed in the hope that it will be useful,
|
|
2160
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2161
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2162
|
+
* GNU General Public License for more details.
|
|
2163
|
+
*
|
|
2164
|
+
* You should have received a copy of the GNU General Public License
|
|
2165
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2166
|
+
*/
|
|
2167
|
+
.ndl-drag-and-drop {
|
|
2168
|
+
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2169
|
+
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");
|
|
2170
|
+
border-radius: 8px;
|
|
2171
|
+
--tw-border-opacity: 1;
|
|
2172
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2173
|
+
}
|
|
2174
|
+
.ndl-drag-and-drop > div{
|
|
2175
|
+
padding-top: 2rem;
|
|
2176
|
+
padding-bottom: 2rem;
|
|
2177
|
+
}
|
|
2178
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-inner {
|
|
2179
|
+
width: 320px;
|
|
2180
|
+
margin-left: auto;
|
|
2181
|
+
margin-right: auto;
|
|
2182
|
+
}
|
|
2183
|
+
.ndl-drag-and-drop svg{
|
|
2184
|
+
margin-left: auto;
|
|
2185
|
+
margin-right: auto;
|
|
2186
|
+
}
|
|
2187
|
+
.ndl-drag-and-drop.drag-active{
|
|
2188
|
+
--tw-bg-opacity: 1;
|
|
2189
|
+
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
2190
|
+
|
|
2191
|
+
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2192
|
+
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");
|
|
2193
|
+
}
|
|
2194
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header{
|
|
2195
|
+
margin-bottom: 1.5rem;
|
|
2196
|
+
display: flex;
|
|
2197
|
+
flex-direction: column;
|
|
2198
|
+
row-gap: 1.5rem;
|
|
2199
|
+
text-align: center;
|
|
2200
|
+
}
|
|
2201
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-title{
|
|
2202
|
+
margin-bottom: 0.25rem;
|
|
2203
|
+
}
|
|
2204
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-subtitle{
|
|
2205
|
+
font-weight: 400;
|
|
2206
|
+
}
|
|
2207
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-browse-link{
|
|
2208
|
+
--tw-text-opacity: 1;
|
|
2209
|
+
color: rgb(0 86 179 / var(--tw-text-opacity));
|
|
2210
|
+
font-size: var(--font-size-subheading-small);
|
|
2211
|
+
font-weight: var(--font-weight-semibold);
|
|
2212
|
+
letter-spacing: 0.25px;
|
|
2213
|
+
line-height: 20px;
|
|
2214
|
+
}
|
|
2215
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .upload-img-wrapper{
|
|
2216
|
+
position: relative;
|
|
2217
|
+
display: inline-block;
|
|
2218
|
+
}
|
|
2219
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .upload-img-label{
|
|
2220
|
+
position: absolute;
|
|
2221
|
+
border-radius: 4px;
|
|
2222
|
+
--tw-bg-opacity: 1;
|
|
2223
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
2224
|
+
padding-left: 0.25rem;
|
|
2225
|
+
padding-right: 0.25rem;
|
|
2226
|
+
--tw-text-opacity: 1;
|
|
2227
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2228
|
+
font-size: var(--font-size-body-small);
|
|
2229
|
+
font-weight: var(--font-weight-normal);
|
|
2230
|
+
letter-spacing: 0.25px;
|
|
2231
|
+
line-height: 20px;
|
|
2232
|
+
|
|
2233
|
+
/* @apply -n-translate-x-full; does not seem to work with postcss error */
|
|
2234
|
+
transform: translate(-100%, 0.5rem);
|
|
2235
|
+
}
|
|
2236
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-footer{
|
|
2237
|
+
text-align: center;
|
|
2238
|
+
}
|
|
2239
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-footer .ndl-file-support-text{
|
|
2240
|
+
--tw-text-opacity: 1;
|
|
2241
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
2242
|
+
font-size: var(--font-size-body-medium);
|
|
2243
|
+
font-weight: var(--font-weight-normal);
|
|
2244
|
+
letter-spacing: 0.25px;
|
|
2245
|
+
line-height: 20px;
|
|
2246
|
+
}
|
|
2247
|
+
.ndl-drag-and-drop.drag-active.file-invalid{
|
|
2248
|
+
--tw-bg-opacity: 1;
|
|
2249
|
+
background-color: rgb(255 230 233 / var(--tw-bg-opacity));
|
|
2250
|
+
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");
|
|
2251
|
+
}
|
|
2252
|
+
.ndl-drag-and-drop.drag-active.file-invalid .upload-img-label{
|
|
2253
|
+
--tw-bg-opacity: 1;
|
|
2254
|
+
background-color: rgb(237 18 82 / var(--tw-bg-opacity));
|
|
2255
|
+
}
|
|
2145
2256
|
.n-m-auto{
|
|
2146
2257
|
margin: auto;
|
|
2147
2258
|
}
|
|
@@ -2222,6 +2333,9 @@ a.ndl-btn{
|
|
|
2222
2333
|
.n-w-36{
|
|
2223
2334
|
width: 9rem;
|
|
2224
2335
|
}
|
|
2336
|
+
.n-table-auto{
|
|
2337
|
+
table-layout: auto;
|
|
2338
|
+
}
|
|
2225
2339
|
.n-transform{
|
|
2226
2340
|
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
2341
|
}
|
|
@@ -2240,6 +2354,9 @@ a.ndl-btn{
|
|
|
2240
2354
|
.n-items-center{
|
|
2241
2355
|
align-items: center;
|
|
2242
2356
|
}
|
|
2357
|
+
.n-justify-center{
|
|
2358
|
+
justify-content: center;
|
|
2359
|
+
}
|
|
2243
2360
|
.n-justify-between{
|
|
2244
2361
|
justify-content: space-between;
|
|
2245
2362
|
}
|
|
@@ -2249,13 +2366,13 @@ a.ndl-btn{
|
|
|
2249
2366
|
.n-gap-12{
|
|
2250
2367
|
gap: 3rem;
|
|
2251
2368
|
}
|
|
2369
|
+
.n-gap-y-2{
|
|
2370
|
+
row-gap: 0.5rem;
|
|
2371
|
+
}
|
|
2252
2372
|
.n-gap-x-12{
|
|
2253
2373
|
-moz-column-gap: 3rem;
|
|
2254
2374
|
column-gap: 3rem;
|
|
2255
2375
|
}
|
|
2256
|
-
.n-gap-y-2{
|
|
2257
|
-
row-gap: 0.5rem;
|
|
2258
|
-
}
|
|
2259
2376
|
.n-space-y-3 > :not([hidden]) ~ :not([hidden]){
|
|
2260
2377
|
--tw-space-y-reverse: 0;
|
|
2261
2378
|
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -2281,6 +2398,12 @@ a.ndl-btn{
|
|
|
2281
2398
|
.n-rounded-md{
|
|
2282
2399
|
border-radius: 6px;
|
|
2283
2400
|
}
|
|
2401
|
+
.n-border-b-2{
|
|
2402
|
+
border-bottom-width: 2px;
|
|
2403
|
+
}
|
|
2404
|
+
.n-border-b{
|
|
2405
|
+
border-bottom-width: 1px;
|
|
2406
|
+
}
|
|
2284
2407
|
.n-border-light-neutral-text-weakest{
|
|
2285
2408
|
--tw-border-opacity: 1;
|
|
2286
2409
|
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
@@ -2858,6 +2981,10 @@ a.ndl-btn{
|
|
|
2858
2981
|
.n-p-14{
|
|
2859
2982
|
padding: 3.5rem;
|
|
2860
2983
|
}
|
|
2984
|
+
.n-py-1{
|
|
2985
|
+
padding-top: 0.25rem;
|
|
2986
|
+
padding-bottom: 0.25rem;
|
|
2987
|
+
}
|
|
2861
2988
|
.n-px-3{
|
|
2862
2989
|
padding-left: 0.75rem;
|
|
2863
2990
|
padding-right: 0.75rem;
|
|
@@ -2870,6 +2997,9 @@ a.ndl-btn{
|
|
|
2870
2997
|
padding-left: 2.5rem;
|
|
2871
2998
|
padding-right: 2.5rem;
|
|
2872
2999
|
}
|
|
3000
|
+
.n-text-left{
|
|
3001
|
+
text-align: left;
|
|
3002
|
+
}
|
|
2873
3003
|
.n-font-sans{
|
|
2874
3004
|
font-family: "Nunito Sans";
|
|
2875
3005
|
}
|
|
@@ -2877,6 +3007,9 @@ a.ndl-btn{
|
|
|
2877
3007
|
font-size: 0.75rem;
|
|
2878
3008
|
line-height: 1rem;
|
|
2879
3009
|
}
|
|
3010
|
+
.n-font-light{
|
|
3011
|
+
font-weight: 300;
|
|
3012
|
+
}
|
|
2880
3013
|
.n-font-semibold{
|
|
2881
3014
|
font-weight: 600;
|
|
2882
3015
|
}
|
|
@@ -3291,9 +3424,6 @@ a.ndl-btn{
|
|
|
3291
3424
|
.n-ease-in-out{
|
|
3292
3425
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3293
3426
|
}
|
|
3294
|
-
.\[http\:\/\/neo4j\.com\]{
|
|
3295
|
-
http: //neo4j.com;
|
|
3296
|
-
}
|
|
3297
3427
|
body,
|
|
3298
3428
|
html {
|
|
3299
3429
|
font-family: 'Nunito Sans', sans-serif;
|
|
@@ -4268,3 +4398,9 @@ html {
|
|
|
4268
4398
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
4269
4399
|
}
|
|
4270
4400
|
}
|
|
4401
|
+
@media (min-width: 768px){
|
|
4402
|
+
.md\:n-bg-primary-50{
|
|
4403
|
+
--tw-bg-opacity: 1;
|
|
4404
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
4405
|
+
}
|
|
4406
|
+
}
|
|
@@ -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[];
|
package/lib/optimised.config.js
CHANGED
|
@@ -56,11 +56,7 @@ module.exports = {
|
|
|
56
56
|
variants: ['hover']
|
|
57
57
|
},
|
|
58
58
|
],
|
|
59
|
-
theme: __assign(__assign({}, tailwindConfig), {
|
|
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,
|
|
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"}
|
package/lib/tailwindConfig.d.ts
CHANGED
|
@@ -175,8 +175,11 @@ export namespace fontFamily {
|
|
|
175
175
|
const sans: string[];
|
|
176
176
|
const mono: string[];
|
|
177
177
|
}
|
|
178
|
-
export
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
178
|
+
export const screens: {
|
|
179
|
+
xs: string;
|
|
180
|
+
sm: string;
|
|
181
|
+
md: string;
|
|
182
|
+
lg: string;
|
|
183
|
+
xl: string;
|
|
184
|
+
"2xl": string;
|
|
185
|
+
};
|
package/lib/tailwindConfig.js
CHANGED
|
@@ -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,
|
|
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
|
|
3
|
+
* Generated on Tue, 19 Apr 2022 13:44:29 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
|
|
3
|
+
* Generated on Tue, 19 Apr 2022 13:44:29 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;
|
package/lib/tokens/js/tokens.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 19 Apr 2022 13:44:29 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,
|
|
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
|
|
3
|
+
// Generated on Tue, 19 Apr 2022 13:44:29 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.
|
|
3
|
+
"version": "0.2.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
|
|
24
|
-
"watch
|
|
25
|
-
"build": "yarn build-style-dictionary && tsc && yarn build
|
|
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": "
|
|
41
|
+
"gitHead": "07cac27edcc59c0e790668795cc14cdf4768269c"
|
|
42
42
|
}
|