@tiny-codes/react-easy 1.0.2 โ†’ 1.0.3

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/CHANGELOG.md CHANGED
@@ -2,13 +2,22 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## 1.0.3
6
+
7
+ 2025-2-17
8
+
9
+ ### Features
10
+
11
+ - ๐Ÿ”ฅ Adds `BreakLines` component
12
+
5
13
  ## 1.0.2
6
14
 
7
15
  2025-2-17
8
16
 
9
17
  ### Features
10
18
 
11
- - ๐Ÿ”ฅ Adds `BreakLines` ็ป„ไปถ
19
+ - ๐Ÿ”ฅ adds `useValidator` to build a custom validator
20
+ - ๐Ÿ”ฅ adds `useValidatorBuilder` to get a function that builds a custom validator
12
21
 
13
22
  ## 1.0.1
14
23
 
@@ -1,5 +1,9 @@
1
- export * from './ConfigProvider';
1
+ export type { BreakLinesProps } from './BreakLines';
2
+ export { default as BreakLines } from './BreakLines';
3
+ export type { ConfigProviderProps } from './ConfigProvider';
2
4
  export { default as ConfigProvider } from './ConfigProvider';
5
+ export type { ReactEasyContextProps } from './ConfigProvider/context';
6
+ export { default as ReactEasyContext } from './ConfigProvider/context';
3
7
  export type { ConfirmActionProps, ConfirmActionTrigger, ConfirmActionRef } from './ConfirmAction';
4
8
  export { withDefaultConfirmActionProps } from './ConfirmAction';
5
9
  export { default as ConfirmAction } from './ConfirmAction';
@@ -1,5 +1,6 @@
1
- export * from './ConfigProvider';
1
+ export { default as BreakLines } from './BreakLines';
2
2
  export { default as ConfigProvider } from './ConfigProvider';
3
+ export { default as ReactEasyContext } from './ConfigProvider/context';
3
4
  export { withDefaultConfirmActionProps } from './ConfirmAction';
4
5
  export { default as ConfirmAction } from './ConfirmAction';
5
6
  // export * from './DeleteConfirmAction';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAG7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,yCAAyC;AACzC,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,4BAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAGrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAGvE,OAAO,EAAE,6BAA6B,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,yCAAyC;AACzC,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,4BAA4B"}
@@ -1,5 +1,9 @@
1
- export * from './ConfigProvider';
1
+ export type { BreakLinesProps } from './BreakLines';
2
+ export { default as BreakLines } from './BreakLines';
3
+ export type { ConfigProviderProps } from './ConfigProvider';
2
4
  export { default as ConfigProvider } from './ConfigProvider';
5
+ export type { ReactEasyContextProps } from './ConfigProvider/context';
6
+ export { default as ReactEasyContext } from './ConfigProvider/context';
3
7
  export type { ConfirmActionProps, ConfirmActionTrigger, ConfirmActionRef } from './ConfirmAction';
4
8
  export { withDefaultConfirmActionProps } from './ConfirmAction';
5
9
  export { default as ConfirmAction } from './ConfirmAction';
@@ -1,5 +1,6 @@
1
- export * from './ConfigProvider';
1
+ export { default as BreakLines } from './BreakLines';
2
2
  export { default as ConfigProvider } from './ConfigProvider';
3
+ export { default as ReactEasyContext } from './ConfigProvider/context';
3
4
  export { withDefaultConfirmActionProps } from './ConfirmAction';
4
5
  export { default as ConfirmAction } from './ConfirmAction';
5
6
  // export * from './DeleteConfirmAction';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAG7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,yCAAyC;AACzC,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,4BAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAGrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAGvE,OAAO,EAAE,6BAA6B,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,yCAAyC;AACzC,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,4BAA4B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiny-codes/react-easy",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Helps you use React and AntDesign more easily",
5
5
  "keywords": [
6
6
  "react",