@fountain-ui/core 3.0.0-alpha.51 → 3.0.0-alpha.52

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.
@@ -3,6 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ Object.defineProperty(exports, "RadioContext", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _RadioContextProvider.RadioContext;
10
+ }
11
+ });
6
12
  Object.defineProperty(exports, "default", {
7
13
  enumerable: true,
8
14
  get: function () {
@@ -12,5 +18,7 @@ Object.defineProperty(exports, "default", {
12
18
 
13
19
  var _RadioGroup = _interopRequireDefault(require("./RadioGroup"));
14
20
 
21
+ var _RadioContextProvider = require("./RadioContextProvider");
22
+
15
23
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default } from './RadioGroup';\nexport type { default as RadioGroupProps } from './RadioGroupProps';\n"],"mappings":";;;;;;;;;;;;AAAA"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default } from './RadioGroup';\nexport type { default as RadioGroupProps } from './RadioGroupProps';\nexport { RadioContext } from './RadioContextProvider';\nexport type { RadioButtonContextType } from './RadioContextProvider';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;AAEA"}
@@ -1,2 +1,3 @@
1
1
  export { default } from './RadioGroup';
2
+ export { RadioContext } from './RadioContextProvider';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["default"],"sources":["index.ts"],"sourcesContent":["export { default } from './RadioGroup';\nexport type { default as RadioGroupProps } from './RadioGroupProps';\n"],"mappings":"AAAA,SAASA,OAAT,QAAwB,cAAxB"}
1
+ {"version":3,"names":["default","RadioContext"],"sources":["index.ts"],"sourcesContent":["export { default } from './RadioGroup';\nexport type { default as RadioGroupProps } from './RadioGroupProps';\nexport { RadioContext } from './RadioContextProvider';\nexport type { RadioButtonContextType } from './RadioContextProvider';\n"],"mappings":"AAAA,SAASA,OAAT,QAAwB,cAAxB;AAEA,SAASC,YAAT,QAA6B,wBAA7B"}
@@ -1,2 +1,4 @@
1
1
  export { default } from './RadioGroup';
2
2
  export type { default as RadioGroupProps } from './RadioGroupProps';
3
+ export { RadioContext } from './RadioContextProvider';
4
+ export type { RadioButtonContextType } from './RadioContextProvider';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fountain-ui/core",
3
- "version": "3.0.0-alpha.51",
3
+ "version": "3.0.0-alpha.52",
4
4
  "author": "Fountain-UI Team",
5
5
  "description": "React components that implement Tappytoon's Fountain Design.",
6
6
  "license": "MIT",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "74440362b1ef609d69ff531630f3dc9b273d36cf"
70
+ "gitHead": "b1ce886baa0d4f02a7068f934a300175bab1f678"
71
71
  }
@@ -1,2 +1,4 @@
1
1
  export { default } from './RadioGroup';
2
2
  export type { default as RadioGroupProps } from './RadioGroupProps';
3
+ export { RadioContext } from './RadioContextProvider';
4
+ export type { RadioButtonContextType } from './RadioContextProvider';