@mittwald/flow-remote-elements 0.2.0-alpha.96 → 0.2.0-alpha.98

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
@@ -5773,6 +5773,7 @@ class pe extends t {
5773
5773
  "aria-valuemin": {},
5774
5774
  "aria-valuenow": {},
5775
5775
  "aria-valuetext": {},
5776
+ aspectRatio: {},
5776
5777
  autoCapitalize: {},
5777
5778
  autoCorrect: {},
5778
5779
  autoFocus: {},
@@ -60,6 +60,7 @@ export declare class RemoteImageElement extends FlowRemoteElement<RemoteImageEle
60
60
  "aria-valuemin": {};
61
61
  "aria-valuenow": {};
62
62
  "aria-valuetext": {};
63
+ aspectRatio: {};
63
64
  autoCapitalize: {};
64
65
  autoCorrect: {};
65
66
  autoFocus: {};
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteImageElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteImageElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,YAAY,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE7F,qBAAa,kBAAmB,SAAQ,iBAAiB,CAAC,uBAAuB,CAAC;IAChF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAyHnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2K/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;KACtD;CACF"}
1
+ {"version":3,"file":"RemoteImageElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteImageElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,YAAY,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE7F,qBAAa,kBAAmB,SAAQ,iBAAiB,CAAC,uBAAuB,CAAC;IAChF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA0HnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2K/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;KACtD;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.96",
3
+ "version": "0.2.0-alpha.98",
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,12 +24,12 @@
24
24
  "test:compile": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@mittwald/flow-remote-core": "0.2.0-alpha.96",
27
+ "@mittwald/flow-remote-core": "0.2.0-alpha.98",
28
28
  "remeda": "^2.21.1",
29
29
  "type-fest": "^4.37.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@mittwald/flow-react-components": "0.2.0-alpha.96",
32
+ "@mittwald/flow-react-components": "0.2.0-alpha.98",
33
33
  "@mittwald/typescript-config": "",
34
34
  "@types/node": "^22.13.10",
35
35
  "nx": "^20.5.0",
@@ -45,5 +45,5 @@
45
45
  "peerDependencies": {
46
46
  "@mittwald/flow-react-components": "*"
47
47
  },
48
- "gitHead": "c809c197da4de58ad90381c4a90f4acd1307f428"
48
+ "gitHead": "7ec72e8eb33bb6030e81355089cfb2624e8818b4"
49
49
  }