@draftbit/core 46.10.3-b95a8c.2 → 46.10.3-ccc53a.2

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.
@@ -22,7 +22,8 @@ const SEED_DATA = [{
22
22
  description: "The aspect ratio of the container in decimal format (ex: 3/4 -> 1.33)",
23
23
  defaultValue: 1.33
24
24
  })
25
- }
25
+ },
26
+ stylesPanelSections: [_types.StylesPanelSections.Background, _types.StylesPanelSections.Size, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Position, _types.StylesPanelSections.Borders, _types.StylesPanelSections.Effects]
26
27
  }, {
27
28
  name: "Box",
28
29
  tag: "Box",
@@ -16,7 +16,8 @@ export const SEED_DATA = [{
16
16
  description: "The aspect ratio of the container in decimal format (ex: 3/4 -> 1.33)",
17
17
  defaultValue: 1.33
18
18
  })
19
- }
19
+ },
20
+ stylesPanelSections: [StylesPanelSections.Background, StylesPanelSections.Size, StylesPanelSections.Margins, StylesPanelSections.Position, StylesPanelSections.Borders, StylesPanelSections.Effects]
20
21
  }, {
21
22
  name: "Box",
22
23
  tag: "Box",
@@ -16,9 +16,9 @@ export declare const SEED_DATA: ({
16
16
  isInvalid?: undefined;
17
17
  reversed?: undefined;
18
18
  };
19
+ stylesPanelSections: string[];
19
20
  category: string;
20
21
  packageName: string;
21
- stylesPanelSections: string[];
22
22
  name: string;
23
23
  tag: string;
24
24
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Layout.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkHrB,CAAC"}
1
+ {"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Layout.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0HrB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/core",
3
- "version": "46.10.3-b95a8c.2+b95a8c9",
3
+ "version": "46.10.3-ccc53a.2+ccc53a3",
4
4
  "description": "Core (non-native) Components",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@date-io/date-fns": "^1.3.13",
43
43
  "@draftbit/react-theme-provider": "^2.1.1",
44
- "@draftbit/types": "^46.10.3-b95a8c.2+b95a8c9",
44
+ "@draftbit/types": "^46.10.3-ccc53a.2+ccc53a3",
45
45
  "@material-ui/core": "^4.11.0",
46
46
  "@material-ui/pickers": "^3.2.10",
47
47
  "@react-native-community/slider": "4.2.3",
@@ -100,5 +100,5 @@
100
100
  ]
101
101
  ]
102
102
  },
103
- "gitHead": "b95a8c9af2632eb49492cc095634fd4c6b5b19de"
103
+ "gitHead": "ccc53a3f778652bec8705f21cb35a109c091642a"
104
104
  }
@@ -19,6 +19,14 @@ export const SEED_DATA = [
19
19
  defaultValue: 1.33,
20
20
  }),
21
21
  },
22
+ stylesPanelSections: [
23
+ StylesPanelSections.Background,
24
+ StylesPanelSections.Size,
25
+ StylesPanelSections.Margins,
26
+ StylesPanelSections.Position,
27
+ StylesPanelSections.Borders,
28
+ StylesPanelSections.Effects,
29
+ ],
22
30
  },
23
31
  {
24
32
  name: "Box",
@@ -35,6 +35,14 @@ export const SEED_DATA = [
35
35
  defaultValue: 1.33,
36
36
  }),
37
37
  },
38
+ stylesPanelSections: [
39
+ StylesPanelSections.Background,
40
+ StylesPanelSections.Size,
41
+ StylesPanelSections.Margins,
42
+ StylesPanelSections.Position,
43
+ StylesPanelSections.Borders,
44
+ StylesPanelSections.Effects,
45
+ ],
38
46
  },
39
47
  {
40
48
  name: "Box",