@itcase/types 1.1.6 → 1.1.8

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.1.8](https://github.com/ITCase/itcase-types/compare/v1.1.7...v1.1.8) (2025-12-23)
2
+
3
+ ## [1.1.7](https://github.com/ITCase/itcase-types/compare/v1.1.6...v1.1.7) (2025-12-23)
4
+
1
5
  ## [1.1.6](https://github.com/ITCase/itcase-types/compare/v1.1.5...v1.1.6) (2025-12-23)
2
6
 
3
7
  ## [1.1.5](https://github.com/ITCase/itcase-types/compare/v1.1.4...v1.1.5) (2025-12-23)
@@ -24,4 +24,4 @@ type CompositeAppearanceSizePxKey = `${AppearanceKeysDefault} ${AppearanceSizePx
24
24
  type CompositeAppearanceStateKeys = `${AppearanceStateKeysDefault} ${AppearanceSizeOrEqualKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceStateKeysDefault} ${AppearanceSizeOrEqualKey} ${AppearanceStyleKey}` | `${AppearanceStateKeysDefault} ${AppearanceSizeOrEqualKey}` | AppearanceStateKeysDefault;
25
25
  type CompositeAppearanceResponseKeys = `${AppearanceResponseKeysDefault} ${AppearanceSizeOrEqualKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceResponseKeysDefault} ${AppearanceSizeOrEqualKey} ${AppearanceStyleKey}` | `${AppearanceResponseKeysDefault} ${AppearanceSizeOrEqualKey}` | AppearanceResponseKeysDefault;
26
26
  type CompositeAppearanceIconKeys = `${AppearanceKeysDefault} ${AppearanceIconSizeKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceKeysDefault} ${AppearanceIconSizeKey} ${AppearanceStyleKey}` | `${AppearanceKeysDefault} ${AppearanceIconSizeKey}` | AppearanceKeysDefault;
27
- export type { AppearanceKeysDefault, AppearanceOverlayKey, AppearanceShapeKey, AppearanceIconSizeKey, AppearanceSizeKey, AppearanceSizePxKey, AppearanceStateKeysDefault, AppearanceStyleKey, AppearanceTitleSizeKey, CompositeAppearanceDefaultKey, CompositeAppearanceDefaultSizeKey, CompositeAppearanceDefaultSizeShapeKey, CompositeAppearanceDefaultSizeStyleKey, CompositeAppearanceDefaultStyleShapeKey, CompositeAppearanceIconKeys, CompositeAppearanceKey, CompositeAppearanceResponseKeys, CompositeAppearanceSizePxKey, CompositeAppearanceStateKeys, CompositeAppearanceTitleKey, };
27
+ export type { AppearanceKeysDefault, AppearanceOverlayKey, AppearanceSizeEqualKey, AppearanceSizeOrEqualKey, AppearanceShapeKey, AppearanceIconSizeKey, AppearanceSizeKey, AppearanceSizePxKey, AppearanceStateKeysDefault, AppearanceStyleKey, AppearanceTitleSizeKey, CompositeAppearanceDefaultKey, CompositeAppearanceDefaultSizeKey, CompositeAppearanceDefaultSizeShapeKey, CompositeAppearanceDefaultSizeStyleKey, CompositeAppearanceDefaultStyleShapeKey, CompositeAppearanceIconKeys, CompositeAppearanceKey, CompositeAppearanceResponseKeys, CompositeAppearanceSizePxKey, CompositeAppearanceStateKeys, CompositeAppearanceTitleKey, };
@@ -1,4 +1,4 @@
1
- declare const iconSizeProps: readonly ["12", "14", "16", "20", "24", "32", "40", "48", "56", "60", "64", "72", "80", "96", "112", "144"];
1
+ declare const iconSizeProps: readonly ["12", "14", "16", "20", "24", "32", "40"];
2
2
  type IconSizeProps = (typeof iconSizeProps)[number];
3
3
  export { iconSizeProps };
4
4
  export type { IconSizeProps };
@@ -1,8 +1,2 @@
1
- export * from './iconFill';
2
- export * from './iconFillActive';
3
- export * from './iconFillActiveHover';
4
- export * from './iconFillDisabled';
5
- export * from './iconFillHover';
6
- export * from './iconFillItem';
7
1
  export * from './iconFillSize';
8
2
  export * from './iconSize';
@@ -1 +1,5 @@
1
1
  export * from './itemFill';
2
+ export * from './itemFillActive';
3
+ export * from './itemFillActiveHover';
4
+ export * from './itemFillDisabled';
5
+ export * from './itemFillHover';
@@ -0,0 +1,3 @@
1
+ declare const itemFillActiveProps: readonly ["accentItemActivePrimary", "accentItemActiveSecondary", "accentItemActiveTertiary", "accentItemActiveQuaternary", "specialItemActivePrimary", "specialItemActiveSecondary", "specialItemActiveTertiary", "specialItemActiveQuaternary", "extraItemActivePrimary", "extraItemActiveSecondary", "extraItemActiveTertiary", "extraItemActiveQuaternary", "surfaceItemActivePrimary", "surfaceItemActiveSecondary", "surfaceItemActiveTertiary", "surfaceItemActiveQuaternary", "errorItemActivePrimary", "errorItemActiveSecondary", "errorItemActiveTertiary", "errorItemActiveQuaternary", "warningItemActivePrimary", "warningItemActiveSecondary", "warningItemActiveTertiary", "warningItemActiveQuaternary", "successItemActivePrimary", "successItemActiveSecondary", "successItemActiveTertiary", "successItemActiveQuaternary", "infoItemActivePrimary", "infoItemActiveSecondary", "infoItemActiveTertiary", "infoItemActiveQuaternary", "dangerItemActivePrimary", "dangerItemActiveSecondary", "dangerItemActiveTertiary", "dangerItemActiveQuaternary", "disabledItemActivePrimary", "disabledItemActiveSecondary", "disabledItemActiveTertiary", "disabledItemActiveQuaternary", "none"];
2
+ export type ItemFillActiveProps = (typeof itemFillActiveProps)[number];
3
+ export { itemFillActiveProps };
@@ -0,0 +1,3 @@
1
+ declare const itemFillActiveHoverProps: readonly ["accentItemActiveHoverPrimary", "accentItemActiveHoverSecondary", "accentItemActiveHoverTertiary", "accentItemActiveHoverQuaternary", "specialItemActiveHoverPrimary", "specialItemActiveHoverSecondary", "specialItemActiveHoverTertiary", "specialItemActiveHoverQuaternary", "extraItemActiveHoverPrimary", "extraItemActiveHoverSecondary", "extraItemActiveHoverTertiary", "extraItemActiveHoverQuaternary", "surfaceItemActiveHoverPrimary", "surfaceItemActiveHoverSecondary", "surfaceItemActiveHoverTertiary", "surfaceItemActiveHoverQuaternary", "errorItemActiveHoverPrimary", "errorItemActiveHoverSecondary", "errorItemActiveHoverTertiary", "errorItemActiveHoverQuaternary", "warningItemActiveHoverPrimary", "warningItemActiveHoverSecondary", "warningItemActiveHoverTertiary", "warningItemActiveHoverQuaternary", "successItemActiveHoverPrimary", "successItemActiveHoverSecondary", "successItemActiveHoverTertiary", "successItemActiveHoverQuaternary", "infoItemActiveHoverPrimary", "infoItemActiveHoverSecondary", "infoItemActiveHoverTertiary", "infoItemActiveHoverQuaternary", "dangerItemActiveHoverPrimary", "dangerItemActiveHoverSecondary", "dangerItemActiveHoverTertiary", "dangerItemActiveHoverQuaternary", "disabledItemActiveHoverPrimary", "disabledItemActiveHoverSecondary", "disabledItemActiveHoverTertiary", "disabledItemActiveHoverQuaternary", "none"];
2
+ export type ItemFillActiveHoverProps = (typeof itemFillActiveHoverProps)[number];
3
+ export { itemFillActiveHoverProps };
@@ -0,0 +1,3 @@
1
+ declare const itemFillDisabledProps: readonly ["disabledItemDisabledPrimary", "disabledItemDisabledSecondary", "disabledItemDisabledTertiary", "disabledItemDisabledQuaternary", "none"];
2
+ export type ItemFillDisabledProps = (typeof itemFillDisabledProps)[number];
3
+ export { itemFillDisabledProps };
@@ -0,0 +1,3 @@
1
+ declare const itemFillHoverProps: readonly ["accentHoverPrimary", "accentHoverSecondary", "accentHoverTertiary", "accentHoverQuaternary", "specialHoverPrimary", "specialHoverSecondary", "specialHoverTertiary", "specialHoverQuaternary", "extraHoverPrimary", "extraHoverSecondary", "extraHoverTertiary", "extraHoverQuaternary", "surfaceHoverPrimary", "surfaceHoverSecondary", "surfaceHoverTertiary", "surfaceHoverQuaternary", "errorHoverPrimary", "errorHoverSecondary", "errorHoverTertiary", "errorHoverQuaternary", "warningHoverPrimary", "warningHoverSecondary", "warningHoverTertiary", "warningHoverQuaternary", "successHoverPrimary", "successHoverSecondary", "successHoverTertiary", "successHoverQuaternary", "infoHoverPrimary", "infoHoverSecondary", "infoHoverTertiary", "infoHoverQuaternary", "dangerHoverPrimary", "dangerHoverSecondary", "dangerHoverTertiary", "dangerHoverQuaternary", "disabledHoverPrimary", "disabledHoverSecondary", "disabledHoverTertiary", "disabledHoverQuaternary", "none"];
2
+ export type ItemFillHoverProps = (typeof itemFillHoverProps)[number];
3
+ export { itemFillHoverProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/types",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Unified type storage for shared projects",
5
5
  "keywords": [
6
6
  "types"
@@ -38,14 +38,14 @@
38
38
  "devDependencies": {
39
39
  "@commitlint/cli": "^20.2.0",
40
40
  "@commitlint/config-conventional": "^20.2.0",
41
- "@itcase/config": "^1.0.74",
41
+ "@itcase/config": "^1.0.79",
42
42
  "@itcase/lint": "^1.1.69",
43
43
  "@semantic-release/changelog": "^6.0.3",
44
44
  "@semantic-release/git": "^10.0.1",
45
45
  "@semantic-release/release-notes-generator": "14.1.0",
46
46
  "@types/react": "^19.2.7",
47
47
  "conventional-changelog-conventionalcommits": "^9.1.0",
48
- "eslint": "9.39.1",
48
+ "eslint": "9.39.2",
49
49
  "husky": "^9.1.7",
50
50
  "lint-staged": "^16.2.7",
51
51
  "prettier": "^3.7.4",
@@ -1,3 +0,0 @@
1
- declare const iconFillProps: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "accentQuaternary", "specialPrimary", "specialSecondary", "specialTertiary", "specialQuaternary", "extraPrimary", "extraSecondary", "extraTertiary", "extraQuaternary", "surfacePrimary", "surfaceSecondary", "surfaceTertiary", "surfaceQuaternary", "errorPrimary", "errorSecondary", "errorTertiary", "errorQuaternary", "warningPrimary", "warningSecondary", "warningTertiary", "warningQuaternary", "successPrimary", "successSecondary", "successTertiary", "successQuaternary", "infoPrimary", "infoSecondary", "infoTertiary", "infoQuaternary", "dangerPrimary", "dangerSecondary", "dangerTertiary", "dangerQuaternary", "disabledPrimary", "disabledSecondary", "disabledTertiary", "disabledQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
- export type IconFillProps = (typeof iconFillProps)[number];
3
- export { iconFillProps };
@@ -1,3 +0,0 @@
1
- declare const iconFillActiveProps: readonly ["accentActivePrimary", "accentActiveSecondary", "accentActiveTertiary", "accentActiveQuaternary", "specialActivePrimary", "specialActiveSecondary", "specialActiveTertiary", "specialActiveQuaternary", "extraActivePrimary", "extraActiveSecondary", "extraActiveTertiary", "extraActiveQuaternary", "surfaceActivePrimary", "surfaceActiveSecondary", "surfaceActiveTertiary", "surfaceActiveQuaternary", "errorActivePrimary", "errorActiveSecondary", "errorActiveTertiary", "errorActiveQuaternary", "warningActivePrimary", "warningActiveSecondary", "warningActiveTertiary", "warningActiveQuaternary", "successActivePrimary", "successActiveSecondary", "successActiveTertiary", "successActiveQuaternary", "infoActivePrimary", "infoActiveSecondary", "infoActiveTertiary", "infoActiveQuaternary", "dangerActivePrimary", "dangerActiveSecondary", "dangerActiveTertiary", "dangerActiveQuaternary", "disabledActivePrimary", "disabledActiveSecondary", "disabledActiveTertiary", "disabledActiveQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
- export type IconFillActiveProps = (typeof iconFillActiveProps)[number];
3
- export { iconFillActiveProps };
@@ -1,3 +0,0 @@
1
- declare const iconFillActiveHoverProps: readonly ["accentActiveHoverPrimary", "accentActiveHoverSecondary", "accentActiveHoverTertiary", "accentActiveHoverQuaternary", "specialActiveHoverPrimary", "specialActiveHoverSecondary", "specialActiveHoverTertiary", "specialActiveHoverQuaternary", "extraActiveHoverPrimary", "extraActiveHoverSecondary", "extraActiveHoverTertiary", "extraActiveHoverQuaternary", "surfaceActiveHoverPrimary", "surfaceActiveHoverSecondary", "surfaceActiveHoverTertiary", "surfaceActiveHoverQuaternary", "errorActiveHoverPrimary", "errorActiveHoverSecondary", "errorActiveHoverTertiary", "errorActiveHoverQuaternary", "warningActiveHoverPrimary", "warningActiveHoverSecondary", "warningActiveHoverTertiary", "warningActiveHoverQuaternary", "successActiveHoverPrimary", "successActiveHoverSecondary", "successActiveHoverTertiary", "successActiveHoverQuaternary", "infoActiveHoverPrimary", "infoActiveHoverSecondary", "infoActiveHoverTertiary", "infoActiveHoverQuaternary", "dangerActiveHoverPrimary", "dangerActiveHoverSecondary", "dangerActiveHoverTertiary", "dangerActiveHoverQuaternary", "disabledActiveHoverPrimary", "disabledActiveHoverSecondary", "disabledActiveHoverTertiary", "disabledActiveHoverQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
- export type IconFillActiveHoverProps = (typeof iconFillActiveHoverProps)[number];
3
- export { iconFillActiveHoverProps };
@@ -1,3 +0,0 @@
1
- declare const iconFillDisabledProps: readonly ["disabledPrimary", "disabledSecondary", "disabledTertiary", "disabledQuaternary", "none"];
2
- export type IconFillDisabledProps = (typeof iconFillDisabledProps)[number];
3
- export { iconFillDisabledProps };
@@ -1,3 +0,0 @@
1
- declare const iconFillHoverProps: readonly ["accentHoverPrimary", "accentHoverSecondary", "accentHoverTertiary", "accentHoverQuaternary", "specialHoverPrimary", "specialHoverSecondary", "specialHoverTertiary", "specialHoverQuaternary", "extraHoverPrimary", "extraHoverSecondary", "extraHoverTertiary", "extraHoverQuaternary", "surfaceHoverPrimary", "surfaceHoverSecondary", "surfaceHoverTertiary", "surfaceHoverQuaternary", "errorHoverPrimary", "errorHoverSecondary", "errorHoverTertiary", "errorHoverQuaternary", "warningHoverPrimary", "warningHoverSecondary", "warningHoverTertiary", "warningHoverQuaternary", "successHoverPrimary", "successHoverSecondary", "successHoverTertiary", "successHoverQuaternary", "infoHoverPrimary", "infoHoverSecondary", "infoHoverTertiary", "infoHoverQuaternary", "dangerHoverPrimary", "dangerHoverSecondary", "dangerHoverTertiary", "dangerHoverQuaternary", "disabledHoverPrimary", "disabledHoverSecondary", "disabledHoverTertiary", "disabledHoverQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
- export type IconFillHoverProps = (typeof iconFillHoverProps)[number];
3
- export { iconFillHoverProps };
@@ -1,3 +0,0 @@
1
- declare const iconFillItemProps: readonly ["accentItemPrimary", "accentItemSecondary", "accentItemTertiary", "accentItemQuaternary", "specialItemPrimary", "specialItemSecondary", "specialItemTertiary", "specialItemQuaternary", "extraItemPrimary", "extraItemSecondary", "extraItemTertiary", "extraItemQuaternary", "surfaceItemPrimary", "surfaceItemSecondary", "surfaceItemTertiary", "surfaceItemQuaternary", "errorItemPrimary", "errorItemSecondary", "errorItemTertiary", "errorItemQuaternary", "warningItemPrimary", "warningItemSecondary", "warningItemTertiary", "warningItemQuaternary", "successItemPrimary", "successItemSecondary", "successItemTertiary", "successItemQuaternary", "infoItemPrimary", "infoItemSecondary", "infoItemTertiary", "infoItemQuaternary", "dangerItemPrimary", "dangerItemSecondary", "dangerItemTertiary", "dangerItemQuaternary", "disabledItemPrimary", "disabledItemSecondary", "disabledItemTertiary", "disabledItemQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
- export type IconFillItemProps = (typeof iconFillItemProps)[number];
3
- export { iconFillItemProps };