@draftbit/core 46.8.2-fad2ca.2 → 46.8.2-fee87c.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.
@@ -28,8 +28,7 @@ const SEED_DATA = {
28
28
  accessibilityLabel: (0, _types.createTextProp)({
29
29
  label: "Accessibility Label",
30
30
  description: "Accessibility Label",
31
- defaultValue: null,
32
- group: _types.GROUPS.accessibility
31
+ defaultValue: null
33
32
  })
34
33
  }
35
34
  };
@@ -1,4 +1,4 @@
1
- import { COMPONENT_TYPES, createTextProp, createIconProp, CONTAINER_COMPONENT_STYLES_SECTIONS, GROUPS } from "@draftbit/types";
1
+ import { COMPONENT_TYPES, createTextProp, createIconProp, CONTAINER_COMPONENT_STYLES_SECTIONS } from "@draftbit/types";
2
2
  export const SEED_DATA = {
3
3
  name: "Tab View Item",
4
4
  tag: "TabViewItem",
@@ -22,8 +22,7 @@ export const SEED_DATA = {
22
22
  accessibilityLabel: createTextProp({
23
23
  label: "Accessibility Label",
24
24
  description: "Accessibility Label",
25
- defaultValue: null,
26
- group: GROUPS.accessibility
25
+ defaultValue: null
27
26
  })
28
27
  }
29
28
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TabViewItem.d.ts","sourceRoot":"","sources":["../../../../src/mappings/TabViewItem.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;CA4BrB,CAAC"}
1
+ {"version":3,"file":"TabViewItem.d.ts","sourceRoot":"","sources":["../../../../src/mappings/TabViewItem.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;CA2BrB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/core",
3
- "version": "46.8.2-fad2ca.2+fad2cab",
3
+ "version": "46.8.2-fee87c.2+fee87cb",
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.8.2-fad2ca.2+fad2cab",
44
+ "@draftbit/types": "^46.8.2-fee87c.2+fee87cb",
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",
@@ -94,5 +94,5 @@
94
94
  ]
95
95
  ]
96
96
  },
97
- "gitHead": "fad2cab35a2ed9e27dc7202ffaf988d41520cfc3"
97
+ "gitHead": "fee87cb4bc771a1e2aa0cd8648590bc42903c400"
98
98
  }
@@ -1,4 +1,4 @@
1
- import { COMPONENT_TYPES, createTextProp, createIconProp, CONTAINER_COMPONENT_STYLES_SECTIONS, GROUPS, } from "@draftbit/types";
1
+ import { COMPONENT_TYPES, createTextProp, createIconProp, CONTAINER_COMPONENT_STYLES_SECTIONS, } from "@draftbit/types";
2
2
  export const SEED_DATA = {
3
3
  name: "Tab View Item",
4
4
  tag: "TabViewItem",
@@ -23,7 +23,6 @@ export const SEED_DATA = {
23
23
  label: "Accessibility Label",
24
24
  description: "Accessibility Label",
25
25
  defaultValue: null,
26
- group: GROUPS.accessibility,
27
26
  }),
28
27
  },
29
28
  };
@@ -3,7 +3,6 @@ import {
3
3
  createTextProp,
4
4
  createIconProp,
5
5
  CONTAINER_COMPONENT_STYLES_SECTIONS,
6
- GROUPS,
7
6
  } from "@draftbit/types";
8
7
 
9
8
  export const SEED_DATA = {
@@ -31,7 +30,6 @@ export const SEED_DATA = {
31
30
  label: "Accessibility Label",
32
31
  description: "Accessibility Label",
33
32
  defaultValue: null,
34
- group: GROUPS.accessibility,
35
33
  }),
36
34
  },
37
35
  };