@itcase/types 1.0.19 → 1.0.21

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
@@ -1,3 +1,7 @@
1
+ ## [1.0.21](https://github.com/ITCase/itcase-types/compare/v1.0.20...v1.0.21) (2025-08-14)
2
+
3
+ ## [1.0.20](https://github.com/ITCase/itcase-types/compare/v1.0.19...v1.0.20) (2025-08-14)
4
+
1
5
  ## [1.0.19](https://github.com/ITCase/itcase-types/compare/v1.0.18...v1.0.19) (2025-08-14)
2
6
 
3
7
  ## [1.0.18](https://github.com/ITCase/itcase-types/compare/v1.0.17...v1.0.18) (2025-08-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/types",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "unified type storage",
5
5
  "keywords": [
6
6
  "types"
@@ -52,6 +52,6 @@ const borderColorActiveProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type borderColorActiveProps = (typeof borderColorActiveProps)[number]
55
+ export type BorderColorActiveProps = (typeof borderColorActiveProps)[number]
56
56
 
57
57
  export { borderColorActiveProps }
@@ -52,6 +52,6 @@ const borderColorDisabledProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type borderColorDisabledProps = (typeof borderColorDisabledProps)[number]
55
+ export type BorderColorDisabledProps = (typeof borderColorDisabledProps)[number]
56
56
 
57
57
  export { borderColorDisabledProps }
@@ -52,6 +52,6 @@ const borderColorFocusProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type borderColorFocusProps = (typeof borderColorFocusProps)[number]
55
+ export type BorderColorFocusProps = (typeof borderColorFocusProps)[number]
56
56
 
57
57
  export { borderColorFocusProps }
@@ -52,6 +52,6 @@ const borderColorHoverProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type borderColorHoverProps = (typeof borderColorHoverProps)[number]
55
+ export type BorderColorHoverProps = (typeof borderColorHoverProps)[number]
56
56
 
57
57
  export { borderColorHoverProps }
@@ -12,6 +12,6 @@ const fillSizeProps = [
12
12
  '144',
13
13
  ] as const
14
14
 
15
- export type fillSizeProps = (typeof fillSizeProps)[number]
15
+ export type FillSizeProps = (typeof fillSizeProps)[number]
16
16
 
17
17
  export { fillSizeProps }
@@ -52,6 +52,6 @@ const textColorActiveProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type textColorActiveProps = (typeof textColorActiveProps)[number]
55
+ export type TextColorActiveProps = (typeof textColorActiveProps)[number]
56
56
 
57
57
  export { textColorActiveProps }
@@ -52,6 +52,6 @@ const textColorDisabledProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type textColorDisabledProps = (typeof textColorDisabledProps)[number]
55
+ export type TextColorDisabledProps = (typeof textColorDisabledProps)[number]
56
56
 
57
57
  export { textColorDisabledProps }
@@ -52,6 +52,6 @@ const textColorFocusProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type textColorFocusProps = (typeof textColorFocusProps)[number]
55
+ export type TextColorFocusProps = (typeof textColorFocusProps)[number]
56
56
 
57
57
  export { textColorFocusProps }
@@ -52,6 +52,6 @@ const textColorHoverProps = [
52
52
  'none',
53
53
  ] as const
54
54
 
55
- export type textColorHoverProps = (typeof textColorHoverProps)[number]
55
+ export type TextColorHoverProps = (typeof textColorHoverProps)[number]
56
56
 
57
57
  export { textColorHoverProps }