intlayer-editor 3.2.2 → 3.3.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.
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ var import_css = require("@intlayer/design-system/css");
3
+ //# sourceMappingURL=css.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/styles/css.ts"],"sourcesContent":["import '@intlayer/design-system/css';\n"],"mappings":";AAAA,iBAAO;","names":[]}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var tailwind_exports = {};
30
+ __export(tailwind_exports, {
31
+ intlayerTailwindContent: () => import_tailwind_config.intlayerTailwindContent,
32
+ tailwindConfig: () => import_tailwind_config.default
33
+ });
34
+ module.exports = __toCommonJS(tailwind_exports);
35
+ var import_tailwind_config = __toESM(require("@intlayer/design-system/tailwind-config"));
36
+ // Annotate the CommonJS export names for ESM import in node:
37
+ 0 && (module.exports = {
38
+ intlayerTailwindContent,
39
+ tailwindConfig
40
+ });
41
+ //# sourceMappingURL=tailwind.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/styles/tailwind.ts"],"sourcesContent":["import tailwindConfig, {\n intlayerTailwindContent,\n} from '@intlayer/design-system/tailwind-config';\n\nexport { intlayerTailwindContent, tailwindConfig };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA,+CAAAA;AAAA;AAAA;AAAA,6BAEO;","names":["tailwindConfig"]}
@@ -0,0 +1,2 @@
1
+ import "@intlayer/design-system/css";
2
+ //# sourceMappingURL=css.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/styles/css.ts"],"sourcesContent":["import '@intlayer/design-system/css';\n"],"mappings":"AAAA,OAAO;","names":[]}
@@ -0,0 +1,8 @@
1
+ import tailwindConfig, {
2
+ intlayerTailwindContent
3
+ } from "@intlayer/design-system/tailwind-config";
4
+ export {
5
+ intlayerTailwindContent,
6
+ tailwindConfig
7
+ };
8
+ //# sourceMappingURL=tailwind.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/styles/tailwind.ts"],"sourcesContent":["import tailwindConfig, {\n intlayerTailwindContent,\n} from '@intlayer/design-system/tailwind-config';\n\nexport { intlayerTailwindContent, tailwindConfig };\n"],"mappings":"AAAA,OAAO;AAAA,EACL;AAAA,OACK;","names":[]}
@@ -0,0 +1,2 @@
1
+ import '@intlayer/design-system/css';
2
+ //# sourceMappingURL=css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../../src/styles/css.ts"],"names":[],"mappings":"AAAA,OAAO,6BAA6B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import tailwindConfig, { intlayerTailwindContent } from '@intlayer/design-system/tailwind-config';
2
+ export { intlayerTailwindContent, tailwindConfig };
3
+ //# sourceMappingURL=tailwind.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind.d.ts","sourceRoot":"","sources":["../../../src/styles/tailwind.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,EAAE,EACrB,uBAAuB,EACxB,MAAM,yCAAyC,CAAC;AAEjD,OAAO,EAAE,uBAAuB,EAAE,cAAc,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-editor",
3
- "version": "3.2.2",
3
+ "version": "3.3.3",
4
4
  "private": false,
5
5
  "description": "IntLayer Editor is a tool that allow you to edit your IntLayer declaration files using a graphical interface.",
6
6
  "keywords": [
@@ -35,8 +35,18 @@
35
35
  "exports": {
36
36
  ".": {
37
37
  "types": "./dist/types/index.d.ts",
38
- "require": "./dist/cjs/index.cjs",
39
- "import": "./dist/esm/index.mjs"
38
+ "import": "./dist/esm/index.mjs",
39
+ "require": "./dist/cjs/index.cjs"
40
+ },
41
+ "./tailwind": {
42
+ "types": "./dist/types/styles/tailwind.d.ts",
43
+ "import": "./dist/esm/styles/tailwind.mjs",
44
+ "require": "./dist/cjs/styles/tailwind.cjs"
45
+ },
46
+ "./css": {
47
+ "types": "./dist/types/styles/css.d.ts",
48
+ "import": "./dist/esm/styles/css.mjs",
49
+ "require": "./dist/cjs/styles/css.cjs"
40
50
  },
41
51
  "./package.json": "./package.json"
42
52
  },
@@ -66,39 +76,39 @@
66
76
  "react-dom": "^18.3.1",
67
77
  "webpack": "^5.96.1",
68
78
  "zustand": "^5.0.1",
69
- "@intlayer/config": "^3.2.2",
70
- "@intlayer/core": "^3.2.2",
71
- "@intlayer/design-system": "^3.2.2"
79
+ "@intlayer/core": "^3.3.3",
80
+ "@intlayer/design-system": "^3.3.3",
81
+ "@intlayer/config": "^3.3.3"
72
82
  },
73
83
  "devDependencies": {
74
84
  "@babel/generator": "7.26.2",
75
85
  "@babel/parser": "7.26.2",
76
86
  "@babel/types": "7.26.0",
77
87
  "@changesets/changelog-github": "0.5.0",
78
- "@changesets/cli": "2.27.9",
88
+ "@changesets/cli": "2.27.10",
79
89
  "@types/babel__generator": "^7.6.8",
80
90
  "@types/express": "^5.0.0",
81
- "@types/node": "^22.9.0",
91
+ "@types/node": "^22.10.1",
82
92
  "@types/react": "^18.3.12",
83
93
  "@types/react-dom": "^18.3.1",
84
94
  "concurrently": "^9.1.0",
85
- "eslint": "^9.14.0",
86
- "prettier": "^3.3.3",
95
+ "eslint": "^9.16.0",
96
+ "prettier": "^3.4.1",
87
97
  "rimraf": "^6.0.1",
88
98
  "ts-node": "^10.9.2",
89
99
  "tsc-alias": "^1.8.10",
90
100
  "tsup": "^8.3.5",
91
- "typescript": "^5.6.3",
92
- "@utils/eslint-config": "^1.0.4",
101
+ "typescript": "^5.7.2",
93
102
  "@utils/ts-config": "^1.0.4",
94
- "@utils/ts-config-types": "^1.0.4",
95
- "@utils/tsup-config": "^1.0.4"
103
+ "@utils/eslint-config": "^1.0.4",
104
+ "@utils/tsup-config": "^1.0.4",
105
+ "@utils/ts-config-types": "^1.0.4"
96
106
  },
97
107
  "peerDependencies": {
98
- "@intlayer/config": "^3.2.2",
99
- "@intlayer/core": "^3.2.2",
100
- "@intlayer/design-system": "^3.2.2",
101
- "react-intlayer": "^3.2.2"
108
+ "@intlayer/config": "^3.3.3",
109
+ "@intlayer/design-system": "^3.3.3",
110
+ "@intlayer/core": "^3.3.3",
111
+ "react-intlayer": "^3.3.3"
102
112
  },
103
113
  "engines": {
104
114
  "node": ">=14.18"