@itcase/types 1.1.0 → 1.1.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
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.1.3](https://github.com/ITCase/itcase-types/compare/v1.1.2...v1.1.3) (2025-12-11)
|
|
2
|
+
|
|
3
|
+
## [1.1.2](https://github.com/ITCase/itcase-types/compare/v1.1.1...v1.1.2) (2025-12-11)
|
|
4
|
+
|
|
5
|
+
## [1.1.1](https://github.com/ITCase/itcase-types/compare/v1.1.0...v1.1.1) (2025-12-11)
|
|
6
|
+
|
|
1
7
|
## [1.1.0](https://github.com/ITCase/itcase-types/compare/v1.0.46...v1.1.0) (2025-11-11)
|
|
2
8
|
|
|
3
9
|
## [1.0.46](https://github.com/ITCase/itcase-types/compare/v1.0.45...v1.0.46) (2025-11-10)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
type AppearanceKeysDefault = 'accentPrimary' | 'accentQuaternary' | 'accentSecondary' | 'accentTertiary' | 'dangerPrimary' | 'dangerQuaternary' | 'dangerSecondary' | 'dangerTertiary' | 'disabledPrimary' | 'disabledQuaternary' | 'disabledSecondary' | 'disabledTertiary' | 'errorPrimary' | 'errorQuaternary' | 'errorSecondary' | 'errorTertiary' | 'extraPrimary' | 'extraQuaternary' | 'extraSecondary' | 'extraTertiary' | 'infoPrimary' | 'infoQuaternary' | 'infoSecondary' | 'infoTertiary' | 'specialPrimary' | 'specialQuaternary' | 'specialSecondary' | 'specialTertiary' | 'successPrimary' | 'successQuaternary' | 'successSecondary' | 'successTertiary' | 'surfacePrimary' | 'surfaceQuaternary' | 'surfaceSecondary' | 'surfaceTertiary' | 'warningPrimary' | 'warningQuaternary' | 'warningSecondary' | 'warningTertiary';
|
|
1
|
+
type AppearanceKeysDefault = 'accentMutedPrimary' | 'accentMutedQuaternary' | 'accentMutedSecondary' | 'accentMutedTertiary' | 'accentPrimary' | 'accentQuaternary' | 'accentSecondary' | 'accentTertiary' | 'dangerMutedPrimary' | 'dangerMutedQuaternary' | 'dangerMutedSecondary' | 'dangerMutedTertiary' | 'dangerPrimary' | 'dangerQuaternary' | 'dangerSecondary' | 'dangerTertiary' | 'disabledMutedPrimary' | 'disabledMutedQuaternary' | 'disabledMutedSecondary' | 'disabledMutedTertiary' | 'disabledPrimary' | 'disabledQuaternary' | 'disabledSecondary' | 'disabledTertiary' | 'errorMutedPrimary' | 'errorMutedQuaternary' | 'errorMutedSecondary' | 'errorMutedTertiary' | 'errorPrimary' | 'errorQuaternary' | 'errorSecondary' | 'errorTertiary' | 'extraMutedPrimary' | 'extraMutedQuaternary' | 'extraMutedSecondary' | 'extraMutedTertiary' | 'extraPrimary' | 'extraQuaternary' | 'extraSecondary' | 'extraTertiary' | 'infoMutedPrimary' | 'infoMutedQuaternary' | 'infoMutedSecondary' | 'infoMutedTertiary' | 'infoPrimary' | 'infoQuaternary' | 'infoSecondary' | 'infoTertiary' | 'specialMutedPrimary' | 'specialMutedQuaternary' | 'specialMutedSecondary' | 'specialMutedTertiary' | 'specialPrimary' | 'specialQuaternary' | 'specialSecondary' | 'specialTertiary' | 'successMutedPrimary' | 'successMutedQuaternary' | 'successMutedSecondary' | 'successMutedTertiary' | 'successPrimary' | 'successQuaternary' | 'successSecondary' | 'successTertiary' | 'surfaceMutedPrimary' | 'surfaceMutedQuaternary' | 'surfaceMutedSecondary' | 'surfaceMutedTertiary' | 'surfacePrimary' | 'surfaceQuaternary' | 'surfaceSecondary' | 'surfaceTertiary' | 'warningMutedPrimary' | 'warningMutedQuaternary' | 'warningMutedSecondary' | 'warningMutedTertiary' | 'warningPrimary' | 'warningQuaternary' | 'warningSecondary' | 'warningTertiary';
|
|
2
2
|
export type { AppearanceKeysDefault };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/types",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Unified type storage for shared projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types"
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"registry": "https://registry.npmjs.org/"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@commitlint/cli": "^20.
|
|
40
|
-
"@commitlint/config-conventional": "^20.
|
|
41
|
-
"@itcase/config": "^1.0.
|
|
42
|
-
"@itcase/lint": "^1.1.
|
|
39
|
+
"@commitlint/cli": "^20.2.0",
|
|
40
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
41
|
+
"@itcase/config": "^1.0.74",
|
|
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
|
-
"@types/react": "^19.2.
|
|
46
|
+
"@types/react": "^19.2.7",
|
|
47
47
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
48
48
|
"eslint": "9.39.1",
|
|
49
49
|
"husky": "^9.1.7",
|
|
50
|
-
"lint-staged": "^16.2.
|
|
51
|
-
"prettier": "^3.
|
|
50
|
+
"lint-staged": "^16.2.7",
|
|
51
|
+
"prettier": "^3.7.4",
|
|
52
52
|
"semantic-release": "^25.0.2",
|
|
53
53
|
"typescript": "^5.9.3"
|
|
54
54
|
}
|