@blockle/blocks 0.2.1 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockle/blocks",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Blocks design system",
5
5
  "repository": "git@github.com:Blockle/blocks.git",
6
6
  "license": "MIT",
@@ -38,31 +38,31 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@radix-ui/react-polymorphic": "^0.0.14",
41
- "@vanilla-extract/css": "^1.11.1",
41
+ "@vanilla-extract/css": "^1.13.0",
42
42
  "@vanilla-extract/css-utils": "^0.1.3",
43
- "@vanilla-extract/sprinkles": "^1.6.0",
43
+ "@vanilla-extract/sprinkles": "^1.6.1",
44
44
  "react": "^18.2.0",
45
45
  "react-dom": "^18.2.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@crackle/cli": "^0.12.0",
49
- "@crackle/core": "^0.25.0",
50
- "@types/react": "^18.2.13",
51
- "@types/react-dom": "^18.2.6",
52
- "@typescript-eslint/eslint-plugin": "^5.60.0",
53
- "@typescript-eslint/parser": "^5.60.0",
48
+ "@crackle/cli": "^0.12.4",
49
+ "@crackle/core": "^0.28.0",
50
+ "@types/react": "^18.2.25",
51
+ "@types/react-dom": "^18.2.10",
52
+ "@typescript-eslint/eslint-plugin": "^6.7.4",
53
+ "@typescript-eslint/parser": "^6.7.4",
54
54
  "cross-env": "^7.0.3",
55
- "eslint": "^8.43.0",
56
- "eslint-config-prettier": "^8.8.0",
57
- "eslint-plugin-jest": "^27.2.2",
58
- "eslint-plugin-prettier": "^4.2.1",
59
- "eslint-plugin-react": "^7.32.2",
55
+ "eslint": "^8.50.0",
56
+ "eslint-config-prettier": "^9.0.0",
57
+ "eslint-plugin-jest": "^27.4.2",
58
+ "eslint-plugin-prettier": "^5.0.0",
59
+ "eslint-plugin-react": "^7.33.2",
60
60
  "eslint-plugin-react-hooks": "^4.6.0",
61
- "eslint-plugin-storybook": "^0.6.12",
62
- "eslint-plugin-unicorn": "^47.0.0",
63
- "prettier": "^2.8.8",
64
- "typescript": "^5.1.3",
65
- "vitest": "^0.32.2"
61
+ "eslint-plugin-storybook": "^0.6.14",
62
+ "eslint-plugin-unicorn": "^48.0.1",
63
+ "prettier": "^3.0.3",
64
+ "typescript": "^5.2.2",
65
+ "vitest": "^0.34.6"
66
66
  },
67
67
  "packageManager": "yarn@1.22.19"
68
68
  }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const fileScope = require("@vanilla-extract/css/fileScope");
3
- const styles_lib_css_theme_makeTheme_cjs = require("../../lib/css/theme/makeTheme.cjs");
4
- const styles_themes_momotaro_tokens_cjs = require("./tokens.cjs");
5
- fileScope.setFileScope("src/themes/momotaro/momotaroTheme.css.ts?used", "blocks");
6
- const theme = styles_lib_css_theme_makeTheme_cjs.makeTheme({
7
- name: "momotaro",
8
- tokens: styles_themes_momotaro_tokens_cjs.tokens
9
- });
10
- fileScope.endFileScope();
11
- exports.theme = theme;