@mekari/pixel3-postcss 0.0.6-dev.2 → 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();
@@ -71,7 +71,7 @@ var init_default_config = __esm({
71
71
  jsxFactory: "Pixel",
72
72
  jsxStyleProps: "all",
73
73
  staticCss: {
74
- // TODO: Check why this recipe need to generate staticaclly
74
+ // TODO: Check why this recipe need to generate statically
75
75
  recipes: {
76
76
  iconRecipe: ["*"],
77
77
  inputAddonSlotRecipe: ["*"]
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
  });
@@ -67,7 +67,7 @@ var init_default_config = __esm({
67
67
  jsxFactory: "Pixel",
68
68
  jsxStyleProps: "all",
69
69
  staticCss: {
70
- // TODO: Check why this recipe need to generate staticaclly
70
+ // TODO: Check why this recipe need to generate statically
71
71
  recipes: {
72
72
  iconRecipe: ["*"],
73
73
  inputAddonSlotRecipe: ["*"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-postcss",
3
- "version": "0.0.6-dev.2",
3
+ "version": "0.0.6",
4
4
  "description": "PostCSS integration for Pixel 3",
5
5
  "main": "./dist/index.js",
6
6
  "author": "Sastra Nababan",