@neo4j-ndl/base 2.10.0 → 2.10.1

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
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Fri, 17 May 2024 07:47:03 GMT
24
+ * Generated on Wed, 29 May 2024 08:07:16 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Fri, 17 May 2024 07:47:03 GMT
24
+ * Generated on Wed, 29 May 2024 08:07:16 GMT
25
25
  */
26
26
 
27
27
  module.exports = {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Fri, 17 May 2024 07:47:03 GMT
24
+ * Generated on Wed, 29 May 2024 08:07:17 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 17 May 2024 07:47:03 GMT
3
+ // Generated on Wed, 29 May 2024 08:07:16 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Fri, 17 May 2024 07:47:03 GMT
24
+ * Generated on Wed, 29 May 2024 08:07:16 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",
@@ -31,15 +31,17 @@
31
31
  },
32
32
  "scripts": {
33
33
  "test": "echo 'No tests provided'",
34
- "build": "yarn build:style-dictionary && yarn build:sass && yarn build:esm && yarn build:cjs && yarn build:css",
34
+ "build": "yarn build:style-dictionary && yarn build:sass && yarn build:esm && yarn build:cjs && yarn build:css && yarn build:fonts",
35
35
  "build:style-dictionary": "style-dictionary build --config sd.config.js",
36
36
  "build:esm": "tsc -p tsconfig.esm.json",
37
37
  "build:cjs": "tsc -p tsconfig.cjs.json",
38
38
  "build:sass": "sass --no-source-map src/base/theme-palettes.scss src/base/theme-palettes.css",
39
39
  "build:css": "postcss src/styles.css -o lib/neo4j-ds-styles.css",
40
+ "build:fonts": "mkdir -p ./lib/fonts/ && cp ./src/fonts/*.woff2 ./lib/fonts/",
40
41
  "watch:css": "postcss -w src/styles.css -o lib/neo4j-ds-styles.css",
41
42
  "watch:esm": "tsc -p tsconfig.esm.json --watch",
42
- "watch:cjs": "tsc -p tsconfig.cjs.json --watch"
43
+ "watch:cjs": "tsc -p tsconfig.cjs.json --watch",
44
+ "nuke:local": "npx --yes rimraf@5.0.5 .tsbuildinfo"
43
45
  },
44
46
  "devDependencies": {
45
47
  "autoprefixer": "^10.4.0",