@neo4j-ndl/base 1.10.1 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/NOTICE.txt +5 -1
- package/lib/cjs/tokens/js/storybook-design-token.js +22 -1
- package/lib/cjs/tokens/js/tokens-esm.js +22 -1
- package/lib/cjs/tokens/js/tokens.js +22 -1
- package/lib/esm/tokens/js/storybook-design-token.js +22 -1
- package/lib/esm/tokens/js/tokens-esm.js +22 -1
- package/lib/esm/tokens/js/tokens.js +22 -1
- package/lib/neo4j-ds-styles.css +24445 -25383
- package/lib/tokens/css/tokens.css +22 -1
- package/lib/tokens/js/tokens-raw.js +22 -1
- package/lib/tokens/js/tokens.js +22 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tailwind-preset.config.d.ts +21 -0
- package/lib/types/tailwindTheme.d.ts +21 -0
- package/lib/types/tokens/js/storybook-design-token.d.ts +22 -1
- package/lib/types/tokens/js/tokens-esm.d.ts +21 -0
- package/lib/types/tokens/js/tokens.d.ts +21 -0
- package/lib/types/typescale.d.ts +21 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
package/lib/NOTICE.txt
CHANGED
|
@@ -211,6 +211,10 @@ Third-party licenses
|
|
|
211
211
|
│ ├─ [38;5;173mpostcss-cli[39m[38;5;111m@[39m[38;5;111mnpm:10.1.0 [708d2][39m (via [38;5;37mnpm:^10.0.0 [708d2][39m)
|
|
212
212
|
│ │ ├─ URL: https://github.com/postcss/postcss-cli.git
|
|
213
213
|
│ │ └─ VendorUrl: https://github.com/postcss/postcss-cli#readme
|
|
214
|
+
│ ├─ [38;5;173mpostcss-discard-comments[39m[38;5;111m@[39m[38;5;111mnpm:6.0.0 [708d2][39m (via [38;5;37mnpm:6.0.0 [708d2][39m)
|
|
215
|
+
│ │ ├─ URL: git+https://github.com/cssnano/cssnano.git
|
|
216
|
+
│ │ ├─ VendorName: Ben Briggs
|
|
217
|
+
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
|
|
214
218
|
│ ├─ [38;5;173mpostcss-import[39m[38;5;111m@[39m[38;5;111mnpm:14.1.0 [708d2][39m (via [38;5;37mnpm:^14.0.2 [708d2][39m)
|
|
215
219
|
│ │ ├─ URL: https://github.com/postcss/postcss-import.git
|
|
216
220
|
│ │ └─ VendorName: Maxime Thirouin
|
|
@@ -221,7 +225,7 @@ Third-party licenses
|
|
|
221
225
|
│ │ ├─ URL: git+https://github.com/prettier/prettier.git
|
|
222
226
|
│ │ ├─ VendorName: James Long
|
|
223
227
|
│ │ └─ VendorUrl: https://prettier.io
|
|
224
|
-
│ ├─ [38;5;173mre-resizable[39m[38;5;111m@[39m[38;5;111mnpm:6.9.
|
|
228
|
+
│ ├─ [38;5;173mre-resizable[39m[38;5;111m@[39m[38;5;111mnpm:6.9.11 [a2e03][39m (via [38;5;37mnpm:^6.9.11 [a2e03][39m)
|
|
225
229
|
│ │ ├─ URL: https://github.com/bokuweb/react-resizable-box.git
|
|
226
230
|
│ │ ├─ VendorName: bokuweb
|
|
227
231
|
│ │ └─ VendorUrl: https://github.com/bokuweb/react-resizable-box
|
|
@@ -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
|
|
25
|
+
* Generated on Wed, 30 Aug 2023 08:56:13 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
|
|
25
|
+
* Generated on Wed, 30 Aug 2023 08:56:13 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
|
|
25
|
+
* Generated on Wed, 30 Aug 2023 08:56:13 GMT
|
|
5
26
|
*/
|
|
6
27
|
module.exports = {
|
|
7
28
|
"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
|
|
24
|
+
* Generated on Wed, 30 Aug 2023 08:56:13 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
|
|
24
|
+
* Generated on Wed, 30 Aug 2023 08:56:13 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
|
|
25
|
+
* Generated on Wed, 30 Aug 2023 08:56:13 GMT
|
|
5
26
|
*/
|
|
6
27
|
module.exports = {
|
|
7
28
|
"transitions": {
|