@mittwald/flow-remote-elements 0.2.0-alpha.605 → 0.2.0-alpha.607

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.
@@ -7,6 +7,7 @@ class RemoteMessageElement extends FlowRemoteElement {
7
7
  static get remoteProperties() {
8
8
  return {
9
9
  className: {},
10
+ color: {},
10
11
  type: {}
11
12
  };
12
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteMessageElement.mjs","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\nexport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteMessageElement extends FlowRemoteElement<RemoteMessageElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n type: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-message\": InstanceType<typeof RemoteMessageElement>;\n }\n}\n\ncustomElements.define(\"flr-message\", RemoteMessageElement);\n"],"names":[],"mappings":";;AAMO,MAAM,6BAA6B,iBAAA,CAA6C;AAAA,EACrF,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA,EACjB;AAAA,EAEA,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO;AAAA,MACL,WAAW,EAAC;AAAA,MACZ,MAAM;AAAC,KACT;AAAA,EACF;AAAA,EAEA,WAAoB,YAAA,GAAe;AACjC,IAAA,OAAO,EAAC;AAAA,EACV;AAAA,EAEA,WAAoB,WAAA,GAAc;AAChC,IAAA,OAAO,EAAC;AAAA,EACV;AACF;AAQA,cAAA,CAAe,MAAA,CAAO,eAAe,oBAAoB,CAAA;;;;"}
1
+ {"version":3,"file":"RemoteMessageElement.mjs","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\nexport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteMessageElement extends FlowRemoteElement<RemoteMessageElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n color: {},\n type: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-message\": InstanceType<typeof RemoteMessageElement>;\n }\n}\n\ncustomElements.define(\"flr-message\", RemoteMessageElement);\n"],"names":[],"mappings":";;AAMO,MAAM,6BAA6B,iBAAA,CAA6C;AAAA,EACrF,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA,EACjB;AAAA,EAEA,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO;AAAA,MACL,WAAW,EAAC;AAAA,MACZ,OAAO,EAAC;AAAA,MACR,MAAM;AAAC,KACT;AAAA,EACF;AAAA,EAEA,WAAoB,YAAA,GAAe;AACjC,IAAA,OAAO,EAAC;AAAA,EACV;AAAA,EAEA,WAAoB,WAAA,GAAc;AAChC,IAAA,OAAO,EAAC;AAAA,EACV;AACF;AAQA,cAAA,CAAe,MAAA,CAAO,eAAe,oBAAoB,CAAA;;;;"}
@@ -5,6 +5,7 @@ export declare class RemoteMessageElement extends FlowRemoteElement<RemoteMessag
5
5
  static get remoteAttributes(): string[];
6
6
  static get remoteProperties(): {
7
7
  className: {};
8
+ color: {};
8
9
  type: {};
9
10
  };
10
11
  static get remoteEvents(): {};
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteMessageElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACjG,YAAY,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAEjG,qBAAa,oBAAqB,SAAQ,iBAAiB,CAAC,yBAAyB,CAAC;IACpF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;MAKnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC;KAC1D;CACF"}
1
+ {"version":3,"file":"RemoteMessageElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACjG,YAAY,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAEjG,qBAAa,oBAAqB,SAAQ,iBAAiB,CAAC,yBAAyB,CAAC;IACpF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;MAMnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC;KAC1D;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.605",
3
+ "version": "0.2.0-alpha.607",
4
4
  "type": "module",
5
5
  "description": "Flow compatible remote elements that can be used in a remote environment",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -24,16 +24,15 @@
24
24
  "scripts": {
25
25
  "build": "vite build --config vite.build.config.ts",
26
26
  "clean": "rimraf dist",
27
- "test": "exit 0",
28
27
  "test:compile": "tsc --noEmit"
29
28
  },
30
29
  "dependencies": {
31
- "@mittwald/flow-remote-core": "0.2.0-alpha.605",
30
+ "@mittwald/flow-remote-core": "0.2.0-alpha.607",
32
31
  "remeda": "^2.32.0",
33
32
  "type-fest": "^5.2.0"
34
33
  },
35
34
  "devDependencies": {
36
- "@mittwald/flow-react-components": "0.2.0-alpha.605",
35
+ "@mittwald/flow-react-components": "0.2.0-alpha.607",
37
36
  "@mittwald/typescript-config": "",
38
37
  "@types/node": "^24.10.1",
39
38
  "nx": "^22.1.0",
@@ -41,13 +40,13 @@
41
40
  "rimraf": "^6.1.2",
42
41
  "rollup-preserve-directives": "^1.1.3",
43
42
  "typescript": "^5.9.3",
44
- "vite": "^7.2.4",
43
+ "vite": "^7.2.7",
45
44
  "vite-plugin-checker": "^0.11.0",
46
45
  "vite-plugin-dts": "^4.5.4",
47
46
  "vite-plugin-externalize-deps": "^0.10.0"
48
47
  },
49
48
  "peerDependencies": {
50
- "@mittwald/flow-react-components": "0.2.0-alpha.604"
49
+ "@mittwald/flow-react-components": "0.2.0-alpha.606"
51
50
  },
52
- "gitHead": "5711d02cd83edea2ba01f327fec0a3a31962aacf"
51
+ "gitHead": "ee12bd781f6eacd2ee33d5ec9ce313421e746947"
53
52
  }