@neo4j-ndl/base 1.10.1 → 1.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f391395: add lodash as dependency
8
+
9
+ ## 1.10.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 92b8182: add color scheme to theme styles
14
+
3
15
  ## 1.10.1
4
16
 
5
17
  ### Patch Changes
package/lib/LICENSES.txt CHANGED
@@ -5657,6 +5657,32 @@ THE SOFTWARE.
5657
5657
 
5658
5658
  -----
5659
5659
 
5660
+ The following software may be included in this product: eslint-plugin-import. A copy of the source code may be downloaded from https://github.com/import-js/eslint-plugin-import. This software contains the following license and notice below:
5661
+
5662
+ The MIT License (MIT)
5663
+
5664
+ Copyright (c) 2015 Ben Mosher
5665
+
5666
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5667
+ of this software and associated documentation files (the "Software"), to deal
5668
+ in the Software without restriction, including without limitation the rights
5669
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5670
+ copies of the Software, and to permit persons to whom the Software is
5671
+ furnished to do so, subject to the following conditions:
5672
+
5673
+ The above copyright notice and this permission notice shall be included in all
5674
+ copies or substantial portions of the Software.
5675
+
5676
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5677
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5678
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5679
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5680
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5681
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5682
+ SOFTWARE.
5683
+
5684
+ -----
5685
+
5660
5686
  The following software may be included in this product: eslint-plugin-jsx-a11y. A copy of the source code may be downloaded from https://github.com/jsx-eslint/eslint-plugin-jsx-a11y. This software contains the following license and notice below:
5661
5687
 
5662
5688
  The MIT License (MIT)
package/lib/NOTICE.txt CHANGED
@@ -180,6 +180,10 @@ Third-party licenses
180
180
  │ ├─ eslint-config-prettier@npm:8.8.0 [a2e03] (via npm:^8.3.0 [a2e03])
181
181
  │ │ ├─ URL: git+https://github.com/prettier/eslint-config-prettier.git
182
182
  │ │ └─ VendorName: Simon Lydell
183
+ │ ├─ eslint-plugin-import@npm:2.28.1 [a2e03] (via npm:2.28.1 [a2e03])
184
+ │ │ ├─ URL: https://github.com/import-js/eslint-plugin-import
185
+ │ │ ├─ VendorName: Ben Mosher
186
+ │ │ └─ VendorUrl: https://github.com/import-js/eslint-plugin-import
183
187
  │ ├─ eslint-plugin-jsx-a11y@npm:6.7.1 [a2e03] (via npm:^6.5.1 [a2e03])
184
188
  │ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
185
189
  │ │ └─ VendorName: Ethan Cohen
@@ -211,6 +215,10 @@ Third-party licenses
211
215
  │ ├─ postcss-cli@npm:10.1.0 [708d2] (via npm:^10.0.0 [708d2])
212
216
  │ │ ├─ URL: https://github.com/postcss/postcss-cli.git
213
217
  │ │ └─ VendorUrl: https://github.com/postcss/postcss-cli#readme
218
+ │ ├─ postcss-discard-comments@npm:6.0.0 [708d2] (via npm:6.0.0 [708d2])
219
+ │ │ ├─ URL: git+https://github.com/cssnano/cssnano.git
220
+ │ │ ├─ VendorName: Ben Briggs
221
+ │ │ └─ VendorUrl: https://github.com/cssnano/cssnano
214
222
  │ ├─ postcss-import@npm:14.1.0 [708d2] (via npm:^14.0.2 [708d2])
215
223
  │ │ ├─ URL: https://github.com/postcss/postcss-import.git
216
224
  │ │ └─ VendorName: Maxime Thirouin
@@ -221,7 +229,7 @@ Third-party licenses
221
229
  │ │ ├─ URL: git+https://github.com/prettier/prettier.git
222
230
  │ │ ├─ VendorName: James Long
223
231
  │ │ └─ VendorUrl: https://prettier.io
224
- │ ├─ re-resizable@npm:6.9.9 [a2e03] (via npm:^6.9.9 [a2e03])
232
+ │ ├─ re-resizable@npm:6.9.11 [a2e03] (via npm:^6.9.11 [a2e03])
225
233
  │ │ ├─ URL: https://github.com/bokuweb/react-resizable-box.git
226
234
  │ │ ├─ VendorName: bokuweb
227
235
  │ │ └─ VendorUrl: https://github.com/bokuweb/react-resizable-box
@@ -30,10 +30,20 @@ var __assign = (this && this.__assign) || function () {
30
30
  };
31
31
  return __assign.apply(this, arguments);
32
32
  };
33
+ var __rest = (this && this.__rest) || function (s, e) {
34
+ var t = {};
35
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
36
+ t[p] = s[p];
37
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
38
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
39
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
40
+ t[p[i]] = s[p[i]];
41
+ }
42
+ return t;
43
+ };
33
44
  exports.__esModule = true;
34
45
  exports.tailwindTheme = void 0;
35
46
  var tokens_esm_1 = require("./tokens/js/tokens-esm");
36
- var lodash_1 = require("lodash");
37
47
  /**
38
48
  * Create an agnostic palette for tailwind
39
49
  * TODO: v2
@@ -73,12 +83,13 @@ var themedPalette = function () {
73
83
  extractValue(tokens_esm_1.tokens.palette.dark, 'palette');
74
84
  return result;
75
85
  };
86
+ var _a = tokens_esm_1.tokens.zIndex, zIndexAlias = _a.alias, zIndexWithoutAlias = __rest(_a, ["alias"]);
76
87
  /** @type {import('tailwindcss').Config['theme']} */
77
88
  exports.tailwindTheme = {
78
89
  colors: __assign(__assign(__assign({}, tokens_esm_1.tokens.colors), tokens_esm_1.tokens.palette), themedPalette()),
79
90
  borderRadius: tokens_esm_1.tokens.borderRadius,
80
91
  boxShadow: tokens_esm_1.tokens.boxShadow,
81
- zIndex: __assign(__assign({}, (0, lodash_1.omit)(tokens_esm_1.tokens.zIndex, 'alias')), tokens_esm_1.tokens.zIndex.alias),
92
+ zIndex: __assign(__assign({}, zIndexAlias), zIndexWithoutAlias),
82
93
  fontFamily: {
83
94
  sans: ['"Nunito Sans"'],
84
95
  mono: ['"Fira Code"']
@@ -1 +1 @@
1
- {"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;AAEH,qDAAgD;AAChD,iCAA8B;AAE9B;;;;;;GAMG;AACH,IAAM,aAAa,GAAG;IACpB,IAAM,MAAM,GAAG,EAAE,CAAC;IAClB,IAAM,YAAY,GAAG,UAAC,KAAK,EAAE,OAAY;QAAZ,wBAAA,EAAA,YAAY;QACvC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;gBAC7B,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,UAAG,OAAO,cAAI,GAAG,CAAE,CAAC,CAAC;YAChD,CAAC,CAAC,CAAC;SACJ;QACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B;;;;;;;;;;eAUG;YACH,IAAI,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;gBAC5B,MAAM,CAAC,OAAO,CAAC,GAAG,gBAAS,OAAO,MAAG,CAAC;aACvC;iBAAM;gBACL,MAAM,CAAC,OAAO,CAAC,GAAG,oBAAa,OAAO,OAAI,CAAC;aAC5C;SACF;IACH,CAAC,CAAC;IACF,YAAY,CAAC,mBAAM,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC7C,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEF,oDAAoD;AACvC,QAAA,aAAa,GAAG;IAC3B,MAAM,iCACD,mBAAM,CAAC,MAAM,GACb,mBAAM,CAAC,OAAO,GACd,aAAa,EAAE,CACnB;IACD,YAAY,EAAE,mBAAM,CAAC,YAAY;IACjC,SAAS,EAAE,mBAAM,CAAC,SAAS;IAC3B,MAAM,wBAAO,IAAA,aAAI,EAAC,mBAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAK,mBAAM,CAAC,MAAM,CAAC,KAAK,CAAE;IACnE,UAAU,EAAE;QACV,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,IAAI,EAAE,CAAC,aAAa,CAAC;KACtB;IACD,OAAO,eACF,mBAAM,CAAC,WAAW,CACtB;IACD,sCAAsC;IACtC,wBAAwB,EAAE;QACxB,GAAG,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,SAAO,CAAA;QACzD,OAAO,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,SAAO,CAAA;KAC9D;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAO,CAAA;QAC/C,OAAO,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAO,CAAA;KACpD;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,SAAO,CAAA;KAClD;CACF,CAAC"}
1
+ {"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,qDAAgD;AAEhD;;;;;;GAMG;AACH,IAAM,aAAa,GAAG;IACpB,IAAM,MAAM,GAAG,EAAE,CAAC;IAClB,IAAM,YAAY,GAAG,UAAC,KAAK,EAAE,OAAY;QAAZ,wBAAA,EAAA,YAAY;QACvC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;gBAC7B,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,UAAG,OAAO,cAAI,GAAG,CAAE,CAAC,CAAC;YAChD,CAAC,CAAC,CAAC;SACJ;QACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B;;;;;;;;;;eAUG;YACH,IAAI,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;gBAC5B,MAAM,CAAC,OAAO,CAAC,GAAG,gBAAS,OAAO,MAAG,CAAC;aACvC;iBAAM;gBACL,MAAM,CAAC,OAAO,CAAC,GAAG,oBAAa,OAAO,OAAI,CAAC;aAC5C;SACF;IACH,CAAC,CAAC;IACF,YAAY,CAAC,mBAAM,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC7C,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEF,IAAM,KAAgD,mBAAM,CAAC,MAAM,EAApD,WAAW,WAAA,EAAK,kBAAkB,cAA3C,SAA6C,CAAgB,CAAC;AAEpE,oDAAoD;AACvC,QAAA,aAAa,GAAG;IAC3B,MAAM,iCACD,mBAAM,CAAC,MAAM,GACb,mBAAM,CAAC,OAAO,GACd,aAAa,EAAE,CACnB;IACD,YAAY,EAAE,mBAAM,CAAC,YAAY;IACjC,SAAS,EAAE,mBAAM,CAAC,SAAS;IAC3B,MAAM,wBAAO,WAAW,GAAK,kBAAkB,CAAE;IACjD,UAAU,EAAE;QACV,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,IAAI,EAAE,CAAC,aAAa,CAAC;KACtB;IACD,OAAO,eACF,mBAAM,CAAC,WAAW,CACtB;IACD,sCAAsC;IACtC,wBAAwB,EAAE;QACxB,GAAG,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,SAAO,CAAA;QACzD,OAAO,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,SAAO,CAAA;KAC9D;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAO,CAAA;QAC/C,OAAO,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAO,CAAA;KACpD;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,mBAAM,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,SAAO,CAAA;KAClD;CACF,CAAC"}
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Mon, 07 Aug 2023 13:09:35 GMT
25
+ * Generated on Mon, 04 Sep 2023 08:50:47 GMT
5
26
  */
6
27
  exports.__esModule = true;
7
28
  exports.tokens = void 0;
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Mon, 07 Aug 2023 13:09:36 GMT
25
+ * Generated on Mon, 04 Sep 2023 08:50:47 GMT
5
26
  */
6
27
  exports.__esModule = true;
7
28
  exports.tokens = void 0;
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Mon, 07 Aug 2023 13:09:35 GMT
25
+ * Generated on Mon, 04 Sep 2023 08:50:47 GMT
5
26
  */
6
27
  module.exports = {
7
28
  "transitions": {
@@ -18,8 +18,18 @@
18
18
  * You should have received a copy of the GNU General Public License
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
+ var __rest = (this && this.__rest) || function (s, e) {
22
+ var t = {};
23
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
24
+ t[p] = s[p];
25
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
26
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
27
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
28
+ t[p[i]] = s[p[i]];
29
+ }
30
+ return t;
31
+ };
21
32
  import { tokens } from './tokens/js/tokens-esm';
22
- import { omit } from 'lodash';
23
33
  /**
24
34
  * Create an agnostic palette for tailwind
25
35
  * TODO: v2
@@ -58,12 +68,13 @@ const themedPalette = () => {
58
68
  extractValue(tokens.palette.dark, 'palette');
59
69
  return result;
60
70
  };
71
+ const _a = tokens.zIndex, { alias: zIndexAlias } = _a, zIndexWithoutAlias = __rest(_a, ["alias"]);
61
72
  /** @type {import('tailwindcss').Config['theme']} */
62
73
  export const tailwindTheme = {
63
74
  colors: Object.assign(Object.assign(Object.assign({}, tokens.colors), tokens.palette), themedPalette()),
64
75
  borderRadius: tokens.borderRadius,
65
76
  boxShadow: tokens.boxShadow,
66
- zIndex: Object.assign(Object.assign({}, omit(tokens.zIndex, 'alias')), tokens.zIndex.alias),
77
+ zIndex: Object.assign(Object.assign({}, zIndexAlias), zIndexWithoutAlias),
67
78
  fontFamily: {
68
79
  sans: ['"Nunito Sans"'],
69
80
  mono: ['"Fira Code"'],
@@ -1 +1 @@
1
- {"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;;;GAMG;AACH,MAAM,aAAa,GAAG,GAAG,EAAE;IACzB,MAAM,MAAM,GAAG,EAAE,CAAC;IAClB,MAAM,YAAY,GAAG,CAAC,KAAK,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE;QAC3C,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;gBACjC,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,OAAO,IAAI,GAAG,EAAE,CAAC,CAAC;YAChD,CAAC,CAAC,CAAC;SACJ;QACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B;;;;;;;;;;eAUG;YACH,IAAI,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;gBAC5B,MAAM,CAAC,OAAO,CAAC,GAAG,SAAS,OAAO,GAAG,CAAC;aACvC;iBAAM;gBACL,MAAM,CAAC,OAAO,CAAC,GAAG,aAAa,OAAO,IAAI,CAAC;aAC5C;SACF;IACH,CAAC,CAAC;IACF,YAAY,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC7C,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEF,oDAAoD;AACpD,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,MAAM,gDACD,MAAM,CAAC,MAAM,GACb,MAAM,CAAC,OAAO,GACd,aAAa,EAAE,CACnB;IACD,YAAY,EAAE,MAAM,CAAC,YAAY;IACjC,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,MAAM,kCAAO,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAK,MAAM,CAAC,MAAM,CAAC,KAAK,CAAE;IACnE,UAAU,EAAE;QACV,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,IAAI,EAAE,CAAC,aAAa,CAAC;KACtB;IACD,OAAO,oBACF,MAAM,CAAC,WAAW,CACtB;IACD,sCAAsC;IACtC,wBAAwB,EAAE;QACxB,GAAG,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,OAAO;QACzD,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,OAAO;KAC9D;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO;QAC/C,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO;KACpD;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO;KAClD;CACF,CAAC"}
1
+ {"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,aAAa,GAAG,GAAG,EAAE;IACzB,MAAM,MAAM,GAAG,EAAE,CAAC;IAClB,MAAM,YAAY,GAAG,CAAC,KAAK,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE;QAC3C,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;gBACjC,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,OAAO,IAAI,GAAG,EAAE,CAAC,CAAC;YAChD,CAAC,CAAC,CAAC;SACJ;QACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B;;;;;;;;;;eAUG;YACH,IAAI,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;gBAC5B,MAAM,CAAC,OAAO,CAAC,GAAG,SAAS,OAAO,GAAG,CAAC;aACvC;iBAAM;gBACL,MAAM,CAAC,OAAO,CAAC,GAAG,aAAa,OAAO,IAAI,CAAC;aAC5C;SACF;IACH,CAAC,CAAC;IACF,YAAY,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC7C,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEF,MAAM,KAAgD,MAAM,CAAC,MAAM,EAA7D,EAAE,KAAK,EAAE,WAAW,OAAyC,EAApC,kBAAkB,cAA3C,SAA6C,CAAgB,CAAC;AAEpE,oDAAoD;AACpD,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,MAAM,gDACD,MAAM,CAAC,MAAM,GACb,MAAM,CAAC,OAAO,GACd,aAAa,EAAE,CACnB;IACD,YAAY,EAAE,MAAM,CAAC,YAAY;IACjC,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,MAAM,kCAAO,WAAW,GAAK,kBAAkB,CAAE;IACjD,UAAU,EAAE;QACV,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,IAAI,EAAE,CAAC,aAAa,CAAC;KACtB;IACD,OAAO,oBACF,MAAM,CAAC,WAAW,CACtB;IACD,sCAAsC;IACtC,wBAAwB,EAAE;QACxB,GAAG,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,OAAO;QACzD,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,OAAO;KAC9D;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO;QAC/C,OAAO,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO;KACpD;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO;KAClD;CACF,CAAC"}
@@ -1,6 +1,27 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  /**
2
23
  * Do not edit directly
3
- * Generated on Mon, 07 Aug 2023 13:09:35 GMT
24
+ * Generated on Mon, 04 Sep 2023 08:50:47 GMT
4
25
  */
5
26
  export const tokens = {
6
27
  "transitions": [
@@ -1,6 +1,27 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  /**
2
23
  * Do not edit directly
3
- * Generated on Mon, 07 Aug 2023 13:09:36 GMT
24
+ * Generated on Mon, 04 Sep 2023 08:50:47 GMT
4
25
  */
5
26
  export const tokens = {
6
27
  "transitions": {
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Mon, 07 Aug 2023 13:09:35 GMT
25
+ * Generated on Mon, 04 Sep 2023 08:50:47 GMT
5
26
  */
6
27
  module.exports = {
7
28
  "transitions": {