@neo4j-ndl/base 1.2.0 → 1.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Thu, 27 Apr 2023 13:47:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Thu, 27 Apr 2023 13:47:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 18 Apr 2023 13:31:13 GMT
3
+ * Generated on Thu, 27 Apr 2023 13:47:32 GMT
4
4
  */
5
5
 
6
6
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 18 Apr 2023 13:31:13 GMT
3
+ // Generated on Thu, 27 Apr 2023 13:47:32 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-default: 100ms;
@@ -1,2 +1,2 @@
1
- /** @type {import('tailwindcss').Config["theme"]} */
2
- export const tailwindTheme: import('tailwindcss').Config["theme"];
1
+ /** @type {import('tailwindcss').Config['theme']} */
2
+ export const tailwindTheme: import('tailwindcss').Config['theme'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",
@@ -31,10 +31,11 @@
31
31
  },
32
32
  "scripts": {
33
33
  "test": "jest",
34
- "build": "yarn build:style-dictionary && 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",
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
+ "build:sass": "sass --no-source-map src/base/theme-palettes.scss src/base/theme-palettes.css",
38
39
  "build:css": "postcss src/styles.css -o lib/neo4j-ds-styles.css",
39
40
  "watch:css": "postcss -w src/styles.css -o lib/neo4j-ds-styles.css"
40
41
  },
@@ -47,6 +48,7 @@
47
48
  "postcss-cli": "^10.0.0",
48
49
  "postcss-import": "^14.0.2",
49
50
  "postcss-nested": "^6.0.0",
51
+ "sass": "^1.62.0",
50
52
  "style-dictionary": "^3.0.3",
51
53
  "tailwindcss": "3.1.8",
52
54
  "ts-node": "^10.4.0",