@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
|
-
- ๐ฅ
|
|
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
|
|
package/es/components/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
export
|
|
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';
|
package/es/components/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export
|
|
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":"
|
|
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
|
|
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';
|
package/lib/components/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export
|
|
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":"
|
|
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"}
|