@mekari/pixel3-postcss 0.0.6-dev.0 → 0.0.6-dev.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/dist/index.js CHANGED
@@ -55,7 +55,8 @@ var init_default_config = __esm({
55
55
  presets: ["@mekari/pixel3-theme"],
56
56
  include: [
57
57
  "./src/**/*.{js,jsx,ts,tsx,vue}",
58
- "./node_modules/@mekari/pixel3/node_modules/@mekari/**/src/**/*.{ts,tsx,vue}"
58
+ "./node_modules/@mekari/**/dist/**/*.{js,mjs}"
59
+ // Need to analyze usage of children component, MpFlex, and Pixel tag.
59
60
  ],
60
61
  exclude: [],
61
62
  layers: {
@@ -68,7 +69,14 @@ var init_default_config = __esm({
68
69
  prefix: "mp",
69
70
  jsxFramework: "vue",
70
71
  jsxFactory: "Pixel",
71
- jsxStyleProps: "all"
72
+ jsxStyleProps: "all",
73
+ staticCss: {
74
+ // TODO: Check why this recipe need to generate staticaclly
75
+ recipes: {
76
+ iconRecipe: ["*"],
77
+ inputAddonSlotRecipe: ["*"]
78
+ }
79
+ }
72
80
  };
73
81
  }
74
82
  });
package/dist/index.mjs CHANGED
@@ -51,7 +51,8 @@ var init_default_config = __esm({
51
51
  presets: ["@mekari/pixel3-theme"],
52
52
  include: [
53
53
  "./src/**/*.{js,jsx,ts,tsx,vue}",
54
- "./node_modules/@mekari/pixel3/node_modules/@mekari/**/src/**/*.{ts,tsx,vue}"
54
+ "./node_modules/@mekari/**/dist/**/*.{js,mjs}"
55
+ // Need to analyze usage of children component, MpFlex, and Pixel tag.
55
56
  ],
56
57
  exclude: [],
57
58
  layers: {
@@ -64,7 +65,14 @@ var init_default_config = __esm({
64
65
  prefix: "mp",
65
66
  jsxFramework: "vue",
66
67
  jsxFactory: "Pixel",
67
- jsxStyleProps: "all"
68
+ jsxStyleProps: "all",
69
+ staticCss: {
70
+ // TODO: Check why this recipe need to generate staticaclly
71
+ recipes: {
72
+ iconRecipe: ["*"],
73
+ inputAddonSlotRecipe: ["*"]
74
+ }
75
+ }
68
76
  };
69
77
  }
70
78
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-postcss",
3
- "version": "0.0.6-dev.0",
3
+ "version": "0.0.6-dev.2",
4
4
  "description": "PostCSS integration for Pixel 3",
5
5
  "main": "./dist/index.js",
6
6
  "author": "Sastra Nababan",