@mittwald/flow-remote-elements 0.2.0-alpha.119 → 0.2.0-alpha.120

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
@@ -4142,6 +4142,11 @@ class se extends t {
4142
4142
  gap: {},
4143
4143
  grow: {},
4144
4144
  justify: {},
4145
+ padding: {},
4146
+ paddingBottom: {},
4147
+ paddingLeft: {},
4148
+ paddingRight: {},
4149
+ paddingTop: {},
4145
4150
  rowGap: {},
4146
4151
  wrap: {}
4147
4152
  };
@@ -11,6 +11,11 @@ export declare class RemoteFlexElement extends FlowRemoteElement<RemoteFlexEleme
11
11
  gap: {};
12
12
  grow: {};
13
13
  justify: {};
14
+ padding: {};
15
+ paddingBottom: {};
16
+ paddingLeft: {};
17
+ paddingRight: {};
18
+ paddingTop: {};
14
19
  rowGap: {};
15
20
  wrap: {};
16
21
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteFlexElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteFlexElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC3F,YAAY,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAE3F,qBAAa,iBAAkB,SAAQ,iBAAiB,CAAC,sBAAsB,CAAC;IAC9E,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;MAYnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;KACpD;CACF"}
1
+ {"version":3,"file":"RemoteFlexElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteFlexElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC3F,YAAY,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAE3F,qBAAa,iBAAkB,SAAQ,iBAAiB,CAAC,sBAAsB,CAAC;IAC9E,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;MAiBnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;KACpD;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.119",
3
+ "version": "0.2.0-alpha.120",
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.119",
27
+ "@mittwald/flow-remote-core": "0.2.0-alpha.120",
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.119",
32
+ "@mittwald/flow-react-components": "0.2.0-alpha.120",
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": "e28acbcdc263b3bf0019661768e01d8bf4c82230"
48
+ "gitHead": "88681788b8234a158ba410af32382a8f43a81b74"
49
49
  }