@mekari/pixel3-postcss 0.0.6-dev.1 → 0.0.6

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
@@ -30,10 +30,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
30
  ));
31
31
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
32
 
33
- // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.32_typescript@5.1.6/node_modules/tsup/assets/cjs_shims.js
33
+ // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.33_typescript@5.1.6/node_modules/tsup/assets/cjs_shims.js
34
34
  var getImportMetaUrl, importMetaUrl;
35
35
  var init_cjs_shims = __esm({
36
- "../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.32_typescript@5.1.6/node_modules/tsup/assets/cjs_shims.js"() {
36
+ "../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.33_typescript@5.1.6/node_modules/tsup/assets/cjs_shims.js"() {
37
37
  "use strict";
38
38
  getImportMetaUrl = () => typeof document === "undefined" ? new URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
39
39
  importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
@@ -53,7 +53,11 @@ var init_default_config = __esm({
53
53
  defaultConfig = {
54
54
  preflight: true,
55
55
  presets: ["@mekari/pixel3-theme"],
56
- include: ["./src/**/*.{js,jsx,ts,tsx,vue}"],
56
+ include: [
57
+ "./src/**/*.{js,jsx,ts,tsx,vue}",
58
+ "./node_modules/@mekari/**/dist/**/*.{js,mjs}"
59
+ // Need to analyze usage of children component, MpFlex, and Pixel tag.
60
+ ],
57
61
  exclude: [],
58
62
  layers: {
59
63
  reset: "pixel_reset",
@@ -65,7 +69,14 @@ var init_default_config = __esm({
65
69
  prefix: "mp",
66
70
  jsxFramework: "vue",
67
71
  jsxFactory: "Pixel",
68
- jsxStyleProps: "all"
72
+ jsxStyleProps: "all",
73
+ staticCss: {
74
+ // TODO: Check why this recipe need to generate statically
75
+ recipes: {
76
+ iconRecipe: ["*"],
77
+ inputAddonSlotRecipe: ["*"]
78
+ }
79
+ }
69
80
  };
70
81
  }
71
82
  });
package/dist/index.mjs CHANGED
@@ -29,9 +29,9 @@ var __copyProps = (to, from, except, desc) => {
29
29
  };
30
30
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
31
31
 
32
- // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.32_typescript@5.1.6/node_modules/tsup/assets/esm_shims.js
32
+ // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.33_typescript@5.1.6/node_modules/tsup/assets/esm_shims.js
33
33
  var init_esm_shims = __esm({
34
- "../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.32_typescript@5.1.6/node_modules/tsup/assets/esm_shims.js"() {
34
+ "../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.33_typescript@5.1.6/node_modules/tsup/assets/esm_shims.js"() {
35
35
  "use strict";
36
36
  }
37
37
  });
@@ -49,7 +49,11 @@ var init_default_config = __esm({
49
49
  defaultConfig = {
50
50
  preflight: true,
51
51
  presets: ["@mekari/pixel3-theme"],
52
- include: ["./src/**/*.{js,jsx,ts,tsx,vue}"],
52
+ include: [
53
+ "./src/**/*.{js,jsx,ts,tsx,vue}",
54
+ "./node_modules/@mekari/**/dist/**/*.{js,mjs}"
55
+ // Need to analyze usage of children component, MpFlex, and Pixel tag.
56
+ ],
53
57
  exclude: [],
54
58
  layers: {
55
59
  reset: "pixel_reset",
@@ -61,7 +65,14 @@ var init_default_config = __esm({
61
65
  prefix: "mp",
62
66
  jsxFramework: "vue",
63
67
  jsxFactory: "Pixel",
64
- jsxStyleProps: "all"
68
+ jsxStyleProps: "all",
69
+ staticCss: {
70
+ // TODO: Check why this recipe need to generate statically
71
+ recipes: {
72
+ iconRecipe: ["*"],
73
+ inputAddonSlotRecipe: ["*"]
74
+ }
75
+ }
65
76
  };
66
77
  }
67
78
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-postcss",
3
- "version": "0.0.6-dev.1",
3
+ "version": "0.0.6",
4
4
  "description": "PostCSS integration for Pixel 3",
5
5
  "main": "./dist/index.js",
6
6
  "author": "Sastra Nababan",