@ikas/code-components-mcp 2.5.1 → 2.6.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-07-01T14:53:51.893Z",
2
+ "generatedAt": "2026-07-03T06:39:48.650Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
@@ -11771,6 +11771,596 @@
11771
11771
  }
11772
11772
  ],
11773
11773
  "filePath": "video/index.ts"
11774
+ },
11775
+ {
11776
+ "name": "ThemeSetting",
11777
+ "kind": "type",
11778
+ "domain": "theme",
11779
+ "properties": [
11780
+ {
11781
+ "name": "name",
11782
+ "type": "string",
11783
+ "optional": false
11784
+ },
11785
+ {
11786
+ "name": "displayName",
11787
+ "type": "string",
11788
+ "optional": false
11789
+ },
11790
+ {
11791
+ "name": "type",
11792
+ "type": "GlobalVariableType",
11793
+ "optional": false
11794
+ },
11795
+ {
11796
+ "name": "value",
11797
+ "type": "any",
11798
+ "optional": false
11799
+ }
11800
+ ],
11801
+ "filePath": "theme-globals.ts"
11802
+ },
11803
+ {
11804
+ "name": "DesignToken",
11805
+ "kind": "type",
11806
+ "domain": "theme",
11807
+ "properties": [
11808
+ {
11809
+ "name": "id",
11810
+ "type": "string",
11811
+ "optional": false
11812
+ },
11813
+ {
11814
+ "name": "name",
11815
+ "type": "string",
11816
+ "optional": false
11817
+ },
11818
+ {
11819
+ "name": "resolved",
11820
+ "type": "string | null",
11821
+ "optional": false
11822
+ },
11823
+ {
11824
+ "name": "cssVar",
11825
+ "type": "string",
11826
+ "optional": false
11827
+ }
11828
+ ],
11829
+ "filePath": "theme-globals.ts"
11830
+ },
11831
+ {
11832
+ "name": "TypographyToken",
11833
+ "kind": "type",
11834
+ "domain": "theme",
11835
+ "properties": [
11836
+ {
11837
+ "name": "id",
11838
+ "type": "string",
11839
+ "optional": false
11840
+ },
11841
+ {
11842
+ "name": "name",
11843
+ "type": "string",
11844
+ "optional": false
11845
+ },
11846
+ {
11847
+ "name": "resolved",
11848
+ "type": "Record<string, string>",
11849
+ "optional": false
11850
+ },
11851
+ {
11852
+ "name": "className",
11853
+ "type": "string",
11854
+ "optional": false
11855
+ }
11856
+ ],
11857
+ "filePath": "theme-globals.ts"
11858
+ },
11859
+ {
11860
+ "name": "BreakpointToken",
11861
+ "kind": "type",
11862
+ "domain": "theme",
11863
+ "properties": [
11864
+ {
11865
+ "name": "id",
11866
+ "type": "string",
11867
+ "optional": false
11868
+ },
11869
+ {
11870
+ "name": "name",
11871
+ "type": "string",
11872
+ "optional": false
11873
+ },
11874
+ {
11875
+ "name": "width",
11876
+ "type": "number",
11877
+ "optional": false
11878
+ }
11879
+ ],
11880
+ "filePath": "theme-globals.ts"
11881
+ },
11882
+ {
11883
+ "name": "StyleEntry",
11884
+ "kind": "type",
11885
+ "domain": "theme",
11886
+ "properties": [
11887
+ {
11888
+ "name": "property",
11889
+ "type": "string",
11890
+ "optional": false
11891
+ },
11892
+ {
11893
+ "name": "value",
11894
+ "type": "string",
11895
+ "optional": false
11896
+ }
11897
+ ],
11898
+ "filePath": "theme-globals.ts"
11899
+ },
11900
+ {
11901
+ "name": "KeyframeToken",
11902
+ "kind": "type",
11903
+ "domain": "theme",
11904
+ "properties": [
11905
+ {
11906
+ "name": "id",
11907
+ "type": "string",
11908
+ "optional": false
11909
+ },
11910
+ {
11911
+ "name": "name",
11912
+ "type": "string",
11913
+ "optional": false
11914
+ },
11915
+ {
11916
+ "name": "type",
11917
+ "type": "string",
11918
+ "optional": false
11919
+ },
11920
+ {
11921
+ "name": "ref",
11922
+ "type": "string",
11923
+ "optional": false
11924
+ },
11925
+ {
11926
+ "name": "settings",
11927
+ "type": "StyleEntry[]",
11928
+ "optional": true
11929
+ },
11930
+ {
11931
+ "name": "points",
11932
+ "type": "{ point: string; styles?: StyleEntry[] }[]",
11933
+ "optional": true
11934
+ }
11935
+ ],
11936
+ "filePath": "theme-globals.ts"
11937
+ },
11938
+ {
11939
+ "name": "ColorSchemeSlot",
11940
+ "kind": "type",
11941
+ "domain": "theme",
11942
+ "properties": [
11943
+ {
11944
+ "name": "id",
11945
+ "type": "string",
11946
+ "optional": false
11947
+ },
11948
+ {
11949
+ "name": "name",
11950
+ "type": "string",
11951
+ "optional": false
11952
+ }
11953
+ ],
11954
+ "filePath": "theme-globals.ts"
11955
+ },
11956
+ {
11957
+ "name": "ColorSchemeToken",
11958
+ "kind": "type",
11959
+ "domain": "theme",
11960
+ "properties": [
11961
+ {
11962
+ "name": "id",
11963
+ "type": "string",
11964
+ "optional": false
11965
+ },
11966
+ {
11967
+ "name": "name",
11968
+ "type": "string",
11969
+ "optional": false
11970
+ },
11971
+ {
11972
+ "name": "isDefault",
11973
+ "type": "boolean",
11974
+ "optional": false
11975
+ },
11976
+ {
11977
+ "name": "className",
11978
+ "type": "string",
11979
+ "optional": false
11980
+ },
11981
+ {
11982
+ "name": "colorsByScheme",
11983
+ "type": "Record<string, { resolved: string | null; cssVar: string }>",
11984
+ "optional": false
11985
+ }
11986
+ ],
11987
+ "filePath": "theme-globals.ts"
11988
+ },
11989
+ {
11990
+ "name": "ThemeGlobals",
11991
+ "kind": "type",
11992
+ "domain": "theme",
11993
+ "properties": [
11994
+ {
11995
+ "name": "settings",
11996
+ "type": "Record<string, ThemeSetting>",
11997
+ "optional": false
11998
+ },
11999
+ {
12000
+ "name": "colors",
12001
+ "type": "DesignToken[]",
12002
+ "optional": false
12003
+ },
12004
+ {
12005
+ "name": "typography",
12006
+ "type": "TypographyToken[]",
12007
+ "optional": false
12008
+ },
12009
+ {
12010
+ "name": "breakpoints",
12011
+ "type": "BreakpointToken[]",
12012
+ "optional": false
12013
+ },
12014
+ {
12015
+ "name": "keyframes",
12016
+ "type": "KeyframeToken[]",
12017
+ "optional": false
12018
+ },
12019
+ {
12020
+ "name": "colorSchemes",
12021
+ "type": "{ schemes: ColorSchemeSlot[]; values: ColorSchemeToken[] }",
12022
+ "optional": false
12023
+ }
12024
+ ],
12025
+ "filePath": "theme-globals.ts"
12026
+ },
12027
+ {
12028
+ "name": "RuntimeView",
12029
+ "kind": "type",
12030
+ "domain": "theme",
12031
+ "properties": [
12032
+ {
12033
+ "name": "name",
12034
+ "type": "never",
12035
+ "optional": true
12036
+ }
12037
+ ],
12038
+ "extends": [
12039
+ "Omit<T, \"name\">"
12040
+ ],
12041
+ "filePath": "theme-globals.ts"
12042
+ },
12043
+ {
12044
+ "name": "RuntimeThemeColorSchemes",
12045
+ "kind": "type",
12046
+ "domain": "theme",
12047
+ "properties": [
12048
+ {
12049
+ "name": "schemes",
12050
+ "type": "RuntimeColorSchemeSlot[]",
12051
+ "optional": false
12052
+ },
12053
+ {
12054
+ "name": "values",
12055
+ "type": "RuntimeColorSchemeToken[]",
12056
+ "optional": false
12057
+ }
12058
+ ],
12059
+ "filePath": "theme-globals.ts"
12060
+ },
12061
+ {
12062
+ "name": "StyleValueLike",
12063
+ "kind": "type",
12064
+ "domain": "theme",
12065
+ "properties": [
12066
+ {
12067
+ "name": "value",
12068
+ "type": "any",
12069
+ "optional": true
12070
+ },
12071
+ {
12072
+ "name": "patternValueId",
12073
+ "type": "string",
12074
+ "optional": true
12075
+ },
12076
+ {
12077
+ "name": "keyframeValueId",
12078
+ "type": "string",
12079
+ "optional": true
12080
+ },
12081
+ {
12082
+ "name": "colorSchemeId",
12083
+ "type": "string",
12084
+ "optional": true
12085
+ }
12086
+ ],
12087
+ "filePath": "theme-globals.ts"
12088
+ },
12089
+ {
12090
+ "name": "StyleConditionLike",
12091
+ "kind": "type",
12092
+ "domain": "theme",
12093
+ "properties": [
12094
+ {
12095
+ "name": "value",
12096
+ "type": "StyleValueLike",
12097
+ "optional": true
12098
+ }
12099
+ ],
12100
+ "filePath": "theme-globals.ts"
12101
+ },
12102
+ {
12103
+ "name": "ElementStyleLike",
12104
+ "kind": "type",
12105
+ "domain": "theme",
12106
+ "properties": [
12107
+ {
12108
+ "name": "property",
12109
+ "type": "string",
12110
+ "optional": false
12111
+ },
12112
+ {
12113
+ "name": "value",
12114
+ "type": "StyleValueLike | StyleConditionLike[]",
12115
+ "optional": true
12116
+ }
12117
+ ],
12118
+ "filePath": "theme-globals.ts"
12119
+ },
12120
+ {
12121
+ "name": "PatternValueLike",
12122
+ "kind": "type",
12123
+ "domain": "theme",
12124
+ "properties": [
12125
+ {
12126
+ "name": "id",
12127
+ "type": "string",
12128
+ "optional": false
12129
+ },
12130
+ {
12131
+ "name": "name",
12132
+ "type": "string",
12133
+ "optional": true
12134
+ },
12135
+ {
12136
+ "name": "style",
12137
+ "type": "ElementStyleLike",
12138
+ "optional": true
12139
+ }
12140
+ ],
12141
+ "filePath": "theme-globals.ts"
12142
+ },
12143
+ {
12144
+ "name": "PatternElementLike",
12145
+ "kind": "type",
12146
+ "domain": "theme",
12147
+ "properties": [
12148
+ {
12149
+ "name": "id",
12150
+ "type": "string",
12151
+ "optional": false
12152
+ },
12153
+ {
12154
+ "name": "name",
12155
+ "type": "string",
12156
+ "optional": true
12157
+ },
12158
+ {
12159
+ "name": "styles",
12160
+ "type": "ElementStyleLike[]",
12161
+ "optional": true
12162
+ }
12163
+ ],
12164
+ "filePath": "theme-globals.ts"
12165
+ },
12166
+ {
12167
+ "name": "ColorSchemeLike",
12168
+ "kind": "type",
12169
+ "domain": "theme",
12170
+ "properties": [
12171
+ {
12172
+ "name": "id",
12173
+ "type": "string",
12174
+ "optional": false
12175
+ },
12176
+ {
12177
+ "name": "name",
12178
+ "type": "string",
12179
+ "optional": true
12180
+ }
12181
+ ],
12182
+ "filePath": "theme-globals.ts"
12183
+ },
12184
+ {
12185
+ "name": "ColorSchemeValueColorLike",
12186
+ "kind": "type",
12187
+ "domain": "theme",
12188
+ "properties": [
12189
+ {
12190
+ "name": "colorSchemeId",
12191
+ "type": "string",
12192
+ "optional": false
12193
+ },
12194
+ {
12195
+ "name": "style",
12196
+ "type": "StyleValueLike",
12197
+ "optional": true
12198
+ }
12199
+ ],
12200
+ "filePath": "theme-globals.ts"
12201
+ },
12202
+ {
12203
+ "name": "ColorSchemeValueLike",
12204
+ "kind": "type",
12205
+ "domain": "theme",
12206
+ "properties": [
12207
+ {
12208
+ "name": "id",
12209
+ "type": "string",
12210
+ "optional": false
12211
+ },
12212
+ {
12213
+ "name": "name",
12214
+ "type": "string",
12215
+ "optional": true
12216
+ },
12217
+ {
12218
+ "name": "isDefault",
12219
+ "type": "boolean",
12220
+ "optional": true
12221
+ },
12222
+ {
12223
+ "name": "designAssetId",
12224
+ "type": "string",
12225
+ "optional": true
12226
+ },
12227
+ {
12228
+ "name": "colors",
12229
+ "type": "ColorSchemeValueColorLike[]",
12230
+ "optional": true
12231
+ }
12232
+ ],
12233
+ "filePath": "theme-globals.ts"
12234
+ },
12235
+ {
12236
+ "name": "BreakpointLike",
12237
+ "kind": "type",
12238
+ "domain": "theme",
12239
+ "properties": [
12240
+ {
12241
+ "name": "id",
12242
+ "type": "string",
12243
+ "optional": false
12244
+ },
12245
+ {
12246
+ "name": "name",
12247
+ "type": "string",
12248
+ "optional": true
12249
+ },
12250
+ {
12251
+ "name": "width",
12252
+ "type": "number",
12253
+ "optional": true
12254
+ }
12255
+ ],
12256
+ "filePath": "theme-globals.ts"
12257
+ },
12258
+ {
12259
+ "name": "KeyframePointLike",
12260
+ "kind": "type",
12261
+ "domain": "theme",
12262
+ "properties": [
12263
+ {
12264
+ "name": "point",
12265
+ "type": "string",
12266
+ "optional": false
12267
+ },
12268
+ {
12269
+ "name": "styles",
12270
+ "type": "ElementStyleLike[]",
12271
+ "optional": true
12272
+ }
12273
+ ],
12274
+ "filePath": "theme-globals.ts"
12275
+ },
12276
+ {
12277
+ "name": "KeyframeLike",
12278
+ "kind": "type",
12279
+ "domain": "theme",
12280
+ "properties": [
12281
+ {
12282
+ "name": "id",
12283
+ "type": "string",
12284
+ "optional": false
12285
+ },
12286
+ {
12287
+ "name": "name",
12288
+ "type": "string",
12289
+ "optional": true
12290
+ },
12291
+ {
12292
+ "name": "type",
12293
+ "type": "string",
12294
+ "optional": true
12295
+ },
12296
+ {
12297
+ "name": "styles",
12298
+ "type": "ElementStyleLike[]",
12299
+ "optional": true
12300
+ },
12301
+ {
12302
+ "name": "points",
12303
+ "type": "KeyframePointLike[]",
12304
+ "optional": true
12305
+ }
12306
+ ],
12307
+ "filePath": "theme-globals.ts"
12308
+ },
12309
+ {
12310
+ "name": "VariableLike",
12311
+ "kind": "type",
12312
+ "domain": "theme",
12313
+ "properties": [
12314
+ {
12315
+ "name": "id",
12316
+ "type": "string",
12317
+ "optional": true
12318
+ },
12319
+ {
12320
+ "name": "variableName",
12321
+ "type": "string",
12322
+ "optional": true
12323
+ },
12324
+ {
12325
+ "name": "displayName",
12326
+ "type": "string",
12327
+ "optional": true
12328
+ },
12329
+ {
12330
+ "name": "variableType",
12331
+ "type": "string",
12332
+ "optional": true
12333
+ },
12334
+ {
12335
+ "name": "defaultValue",
12336
+ "type": "any",
12337
+ "optional": true
12338
+ },
12339
+ {
12340
+ "name": "isGlobal",
12341
+ "type": "boolean",
12342
+ "optional": true
12343
+ }
12344
+ ],
12345
+ "filePath": "theme-globals.ts"
12346
+ },
12347
+ {
12348
+ "name": "SerializableProject",
12349
+ "kind": "type",
12350
+ "domain": "theme",
12351
+ "properties": [
12352
+ {
12353
+ "name": "globalsBlueprint",
12354
+ "type": "{ module?: { variables?: VariableLike[] } }",
12355
+ "optional": true
12356
+ },
12357
+ {
12358
+ "name": "theme",
12359
+ "type": "{\n breakpoints?: BreakpointLike[];\n keyframes?: KeyframeLike[];\n pattern?: {\n values?: PatternValueLike[];\n elements?: PatternElementLike[];\n colorSchemes?: ColorSchemeLike[];\n colorSchemeValues?: ColorSchemeValueLike[];\n };\n }",
12360
+ "optional": true
12361
+ }
12362
+ ],
12363
+ "filePath": "theme-globals.ts"
11774
12364
  }
11775
12365
  ]
11776
12366
  }