@sonolus/core 7.15.1 → 7.15.2

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.
Files changed (110) hide show
  1. package/dist/common/core/effect/clipName/clipName.d.ts +11 -0
  2. package/dist/common/core/effect/clipName/clipName.js +11 -0
  3. package/dist/common/core/effect/clipName/index.d.ts +2 -0
  4. package/dist/common/core/effect/clipName/index.js +1 -0
  5. package/dist/common/core/effect/data/clip.d.ts +1 -1
  6. package/dist/common/core/effect/index.d.ts +1 -1
  7. package/dist/common/core/effect/index.js +1 -1
  8. package/dist/common/core/engine/archetypeDataName/archetypeDataName.d.ts +5 -0
  9. package/dist/common/core/engine/archetypeDataName/archetypeDataName.js +5 -0
  10. package/dist/common/core/engine/archetypeDataName/index.d.ts +2 -0
  11. package/dist/common/core/engine/archetypeDataName/index.js +1 -0
  12. package/dist/common/core/engine/archetypeName/archetypeName.d.ts +2 -0
  13. package/dist/common/core/engine/archetypeName/archetypeName.js +2 -0
  14. package/dist/common/core/engine/archetypeName/index.d.ts +2 -0
  15. package/dist/common/core/engine/archetypeName/index.js +1 -0
  16. package/dist/common/core/engine/bucket.d.ts +1 -1
  17. package/dist/common/core/engine/configuration/configuration.d.ts +1 -1
  18. package/dist/common/core/engine/configuration/option.d.ts +7 -4
  19. package/dist/common/core/engine/index.d.ts +2 -2
  20. package/dist/common/core/engine/index.js +2 -2
  21. package/dist/common/core/engine/node.d.ts +1 -1
  22. package/dist/common/core/engine/playData/archetype.d.ts +2 -2
  23. package/dist/common/core/engine/playData/playData.d.ts +3 -3
  24. package/dist/common/core/engine/previewData/archetype.d.ts +2 -2
  25. package/dist/common/core/engine/previewData/previewData.d.ts +1 -1
  26. package/dist/common/core/engine/tutorialData/tutorialData.d.ts +5 -5
  27. package/dist/common/core/engine/watchData/archetype.d.ts +2 -2
  28. package/dist/common/core/engine/watchData/watchData.d.ts +3 -3
  29. package/dist/common/core/icon/icon.d.ts +97 -0
  30. package/dist/common/core/icon/icon.js +97 -0
  31. package/dist/common/core/icon/index.d.ts +2 -0
  32. package/dist/common/core/icon/index.js +1 -0
  33. package/dist/common/core/index.d.ts +2 -2
  34. package/dist/common/core/index.js +2 -2
  35. package/dist/common/core/instruction/iconName/iconName.d.ts +2 -0
  36. package/dist/common/core/instruction/iconName/iconName.js +2 -0
  37. package/dist/common/core/instruction/iconName/index.d.ts +2 -0
  38. package/dist/common/core/instruction/iconName/index.js +1 -0
  39. package/dist/common/core/instruction/index.d.ts +1 -1
  40. package/dist/common/core/instruction/index.js +1 -1
  41. package/dist/common/core/level/data/entity.d.ts +2 -2
  42. package/dist/common/core/particle/data/effect.d.ts +1 -1
  43. package/dist/common/core/particle/effectName/effectName.d.ts +48 -0
  44. package/dist/common/core/particle/effectName/effectName.js +48 -0
  45. package/dist/common/core/particle/effectName/index.d.ts +2 -0
  46. package/dist/common/core/particle/effectName/index.js +1 -0
  47. package/dist/common/core/particle/index.d.ts +1 -1
  48. package/dist/common/core/particle/index.js +1 -1
  49. package/dist/common/core/replay/configuration.d.ts +1 -1
  50. package/dist/common/core/runtimes/function/function.d.ts +191 -0
  51. package/dist/common/core/runtimes/function/function.js +191 -0
  52. package/dist/common/core/runtimes/function/index.d.ts +2 -0
  53. package/dist/common/core/runtimes/function/index.js +1 -0
  54. package/dist/common/core/runtimes/index.d.ts +1 -1
  55. package/dist/common/core/runtimes/index.js +1 -1
  56. package/dist/common/core/server/form.d.ts +3 -3
  57. package/dist/common/core/server/info.d.ts +4 -4
  58. package/dist/common/core/server/items/community/comment/comment.d.ts +2 -1
  59. package/dist/common/core/server/items/details.d.ts +2 -1
  60. package/dist/common/core/server/items/info.d.ts +1 -1
  61. package/dist/common/core/server/items/leaderboard/leaderboard.d.ts +2 -2
  62. package/dist/common/core/server/items/leaderboard/record/record.d.ts +1 -1
  63. package/dist/common/core/server/items/list.d.ts +1 -1
  64. package/dist/common/core/server/items/section.d.ts +3 -3
  65. package/dist/common/core/server/multiplayer/chatMessage.d.ts +9 -2
  66. package/dist/common/core/server/multiplayer/events/updateEvent.d.ts +2 -1
  67. package/dist/common/core/server/multiplayer/events/updateScoreboardDescriptionEvent.d.ts +2 -1
  68. package/dist/common/core/server/multiplayer/events/updateScoreboardSectionIconEvent.d.ts +1 -1
  69. package/dist/common/core/server/multiplayer/events/updateScoreboardSectionScoresValueEvent.d.ts +1 -1
  70. package/dist/common/core/server/multiplayer/events/updateScoreboardSectionTitleEvent.d.ts +1 -1
  71. package/dist/common/core/server/multiplayer/index.d.ts +1 -1
  72. package/dist/common/core/server/multiplayer/scoreEntry.d.ts +1 -1
  73. package/dist/common/core/server/multiplayer/scoreboardSection.d.ts +2 -2
  74. package/dist/common/core/server/option.d.ts +11 -11
  75. package/dist/common/core/skin/data/sprite.d.ts +1 -1
  76. package/dist/common/core/skin/index.d.ts +1 -1
  77. package/dist/common/core/skin/index.js +1 -1
  78. package/dist/common/core/skin/spriteName/index.d.ts +2 -0
  79. package/dist/common/core/skin/spriteName/index.js +1 -0
  80. package/dist/common/core/skin/spriteName/spriteName.d.ts +90 -0
  81. package/dist/common/core/skin/spriteName/spriteName.js +90 -0
  82. package/dist/common/core/tag.d.ts +2 -2
  83. package/dist/common/core/text/function.d.ts +3 -0
  84. package/dist/common/core/text/function.js +3 -0
  85. package/dist/common/core/text/index.d.ts +4 -0
  86. package/dist/common/core/text/index.js +2 -0
  87. package/dist/common/core/text/text.d.ts +1170 -0
  88. package/dist/common/core/text/text.js +1170 -0
  89. package/dist/common/database/localization.d.ts +1 -1
  90. package/dist/common/database/tag.d.ts +1 -1
  91. package/dist/common/version.js +2 -2
  92. package/package.json +6 -6
  93. package/dist/common/core/effect/effectClipName.d.ts +0 -14
  94. package/dist/common/core/effect/effectClipName.js +0 -13
  95. package/dist/common/core/engine/engineArchetypeDataName.d.ts +0 -8
  96. package/dist/common/core/engine/engineArchetypeDataName.js +0 -7
  97. package/dist/common/core/engine/engineArchetypeName.d.ts +0 -5
  98. package/dist/common/core/engine/engineArchetypeName.js +0 -4
  99. package/dist/common/core/icon.d.ts +0 -100
  100. package/dist/common/core/icon.js +0 -99
  101. package/dist/common/core/instruction/instructionIconName.d.ts +0 -5
  102. package/dist/common/core/instruction/instructionIconName.js +0 -4
  103. package/dist/common/core/particle/particleEffectName.d.ts +0 -51
  104. package/dist/common/core/particle/particleEffectName.js +0 -50
  105. package/dist/common/core/runtimes/function.d.ts +0 -194
  106. package/dist/common/core/runtimes/function.js +0 -193
  107. package/dist/common/core/skin/skinSpriteName.d.ts +0 -93
  108. package/dist/common/core/skin/skinSpriteName.js +0 -92
  109. package/dist/common/core/text.d.ts +0 -1119
  110. package/dist/common/core/text.js +0 -1118
@@ -1,11 +1,11 @@
1
1
  import { ItemType } from '../itemType.js';
2
2
  import { Sil } from '../sil.js';
3
- import { Text } from '../text.js';
3
+ import { Text } from '../text/index.js';
4
4
  export type ServerOption = ServerTextOption | ServerTextAreaOption | ServerSliderOption | ServerToggleOption | ServerSelectOption | ServerMultiOption | ServerServerItemOption | ServerServerItemsOption | ServerCollectionItemOption | ServerFileOption;
5
5
  export type ServerTextOption = {
6
6
  query: string;
7
7
  name: Text | (string & {});
8
- description?: string;
8
+ description?: Text | (string & {});
9
9
  required: boolean;
10
10
  type: 'text';
11
11
  def: string;
@@ -16,7 +16,7 @@ export type ServerTextOption = {
16
16
  export type ServerTextAreaOption = {
17
17
  query: string;
18
18
  name: Text | (string & {});
19
- description?: string;
19
+ description?: Text | (string & {});
20
20
  required: boolean;
21
21
  type: 'textArea';
22
22
  def: string;
@@ -27,7 +27,7 @@ export type ServerTextAreaOption = {
27
27
  export type ServerSliderOption = {
28
28
  query: string;
29
29
  name: Text | (string & {});
30
- description?: string;
30
+ description?: Text | (string & {});
31
31
  required: boolean;
32
32
  type: 'slider';
33
33
  def: number;
@@ -39,7 +39,7 @@ export type ServerSliderOption = {
39
39
  export type ServerToggleOption = {
40
40
  query: string;
41
41
  name: Text | (string & {});
42
- description?: string;
42
+ description?: Text | (string & {});
43
43
  required: boolean;
44
44
  type: 'toggle';
45
45
  def: boolean;
@@ -47,7 +47,7 @@ export type ServerToggleOption = {
47
47
  export type ServerSelectOption = {
48
48
  query: string;
49
49
  name: Text | (string & {});
50
- description?: string;
50
+ description?: Text | (string & {});
51
51
  required: boolean;
52
52
  type: 'select';
53
53
  def: string;
@@ -59,7 +59,7 @@ export type ServerSelectOption = {
59
59
  export type ServerMultiOption = {
60
60
  query: string;
61
61
  name: Text | (string & {});
62
- description?: string;
62
+ description?: Text | (string & {});
63
63
  required: boolean;
64
64
  type: 'multi';
65
65
  def: boolean[];
@@ -71,7 +71,7 @@ export type ServerMultiOption = {
71
71
  export type ServerServerItemOption = {
72
72
  query: string;
73
73
  name: Text | (string & {});
74
- description?: string;
74
+ description?: Text | (string & {});
75
75
  required: boolean;
76
76
  type: 'serverItem';
77
77
  itemType: ItemType;
@@ -82,7 +82,7 @@ export type ServerServerItemOption = {
82
82
  export type ServerServerItemsOption = {
83
83
  query: string;
84
84
  name: Text | (string & {});
85
- description?: string;
85
+ description?: Text | (string & {});
86
86
  required: boolean;
87
87
  type: 'serverItems';
88
88
  itemType: ItemType;
@@ -94,7 +94,7 @@ export type ServerServerItemsOption = {
94
94
  export type ServerCollectionItemOption = {
95
95
  query: string;
96
96
  name: Text | (string & {});
97
- description?: string;
97
+ description?: Text | (string & {});
98
98
  required: boolean;
99
99
  type: 'collectionItem';
100
100
  itemType: ItemType;
@@ -102,7 +102,7 @@ export type ServerCollectionItemOption = {
102
102
  export type ServerFileOption = {
103
103
  query: string;
104
104
  name: Text | (string & {});
105
- description?: string;
105
+ description?: Text | (string & {});
106
106
  required: boolean;
107
107
  type: 'file';
108
108
  def: string;
@@ -1,4 +1,4 @@
1
- import { SkinSpriteName } from '../skinSpriteName.js';
1
+ import { SkinSpriteName } from '../spriteName/index.js';
2
2
  export type SkinDataSprite = {
3
3
  name: SkinSpriteName | (string & {});
4
4
  x: number;
@@ -1,3 +1,3 @@
1
1
  export * from './data/index.js';
2
2
  export { SkinItem } from './item.js';
3
- export { SkinSpriteName } from './skinSpriteName.js';
3
+ export * from './spriteName/index.js';
@@ -1,2 +1,2 @@
1
1
  export * from './data/index.js';
2
- export { SkinSpriteName } from './skinSpriteName.js';
2
+ export * from './spriteName/index.js';
@@ -0,0 +1,2 @@
1
+ export * as SkinSpriteName from './spriteName.js';
2
+ export type SkinSpriteName = (typeof import('./spriteName.js'))[keyof typeof import('./spriteName.js')];
@@ -0,0 +1 @@
1
+ export * as SkinSpriteName from './spriteName.js';
@@ -0,0 +1,90 @@
1
+ export declare const NoteHeadNeutral: "#NOTE_HEAD_NEUTRAL";
2
+ export declare const NoteHeadRed: "#NOTE_HEAD_RED";
3
+ export declare const NoteHeadGreen: "#NOTE_HEAD_GREEN";
4
+ export declare const NoteHeadBlue: "#NOTE_HEAD_BLUE";
5
+ export declare const NoteHeadYellow: "#NOTE_HEAD_YELLOW";
6
+ export declare const NoteHeadPurple: "#NOTE_HEAD_PURPLE";
7
+ export declare const NoteHeadCyan: "#NOTE_HEAD_CYAN";
8
+ export declare const NoteTickNeutral: "#NOTE_TICK_NEUTRAL";
9
+ export declare const NoteTickRed: "#NOTE_TICK_RED";
10
+ export declare const NoteTickGreen: "#NOTE_TICK_GREEN";
11
+ export declare const NoteTickBlue: "#NOTE_TICK_BLUE";
12
+ export declare const NoteTickYellow: "#NOTE_TICK_YELLOW";
13
+ export declare const NoteTickPurple: "#NOTE_TICK_PURPLE";
14
+ export declare const NoteTickCyan: "#NOTE_TICK_CYAN";
15
+ export declare const NoteTailNeutral: "#NOTE_TAIL_NEUTRAL";
16
+ export declare const NoteTailRed: "#NOTE_TAIL_RED";
17
+ export declare const NoteTailGreen: "#NOTE_TAIL_GREEN";
18
+ export declare const NoteTailBlue: "#NOTE_TAIL_BLUE";
19
+ export declare const NoteTailYellow: "#NOTE_TAIL_YELLOW";
20
+ export declare const NoteTailPurple: "#NOTE_TAIL_PURPLE";
21
+ export declare const NoteTailCyan: "#NOTE_TAIL_CYAN";
22
+ export declare const NoteConnectionNeutral: "#NOTE_CONNECTION_NEUTRAL";
23
+ export declare const NoteConnectionRed: "#NOTE_CONNECTION_RED";
24
+ export declare const NoteConnectionGreen: "#NOTE_CONNECTION_GREEN";
25
+ export declare const NoteConnectionBlue: "#NOTE_CONNECTION_BLUE";
26
+ export declare const NoteConnectionYellow: "#NOTE_CONNECTION_YELLOW";
27
+ export declare const NoteConnectionPurple: "#NOTE_CONNECTION_PURPLE";
28
+ export declare const NoteConnectionCyan: "#NOTE_CONNECTION_CYAN";
29
+ export declare const NoteConnectionNeutralSeamless: "#NOTE_CONNECTION_NEUTRAL_SEAMLESS";
30
+ export declare const NoteConnectionRedSeamless: "#NOTE_CONNECTION_RED_SEAMLESS";
31
+ export declare const NoteConnectionGreenSeamless: "#NOTE_CONNECTION_GREEN_SEAMLESS";
32
+ export declare const NoteConnectionBlueSeamless: "#NOTE_CONNECTION_BLUE_SEAMLESS";
33
+ export declare const NoteConnectionYellowSeamless: "#NOTE_CONNECTION_YELLOW_SEAMLESS";
34
+ export declare const NoteConnectionPurpleSeamless: "#NOTE_CONNECTION_PURPLE_SEAMLESS";
35
+ export declare const NoteConnectionCyanSeamless: "#NOTE_CONNECTION_CYAN_SEAMLESS";
36
+ export declare const SimultaneousConnectionNeutral: "#SIMULTANEOUS_CONNECTION_NEUTRAL";
37
+ export declare const SimultaneousConnectionRed: "#SIMULTANEOUS_CONNECTION_RED";
38
+ export declare const SimultaneousConnectionGreen: "#SIMULTANEOUS_CONNECTION_GREEN";
39
+ export declare const SimultaneousConnectionBlue: "#SIMULTANEOUS_CONNECTION_BLUE";
40
+ export declare const SimultaneousConnectionYellow: "#SIMULTANEOUS_CONNECTION_YELLOW";
41
+ export declare const SimultaneousConnectionPurple: "#SIMULTANEOUS_CONNECTION_PURPLE";
42
+ export declare const SimultaneousConnectionCyan: "#SIMULTANEOUS_CONNECTION_CYAN";
43
+ export declare const SimultaneousConnectionNeutralSeamless: "#SIMULTANEOUS_CONNECTION_NEUTRAL_SEAMLESS";
44
+ export declare const SimultaneousConnectionRedSeamless: "#SIMULTANEOUS_CONNECTION_RED_SEAMLESS";
45
+ export declare const SimultaneousConnectionGreenSeamless: "#SIMULTANEOUS_CONNECTION_GREEN_SEAMLESS";
46
+ export declare const SimultaneousConnectionBlueSeamless: "#SIMULTANEOUS_CONNECTION_BLUE_SEAMLESS";
47
+ export declare const SimultaneousConnectionYellowSeamless: "#SIMULTANEOUS_CONNECTION_YELLOW_SEAMLESS";
48
+ export declare const SimultaneousConnectionPurpleSeamless: "#SIMULTANEOUS_CONNECTION_PURPLE_SEAMLESS";
49
+ export declare const SimultaneousConnectionCyanSeamless: "#SIMULTANEOUS_CONNECTION_CYAN_SEAMLESS";
50
+ export declare const DirectionalMarkerNeutral: "#DIRECTIONAL_MARKER_NEUTRAL";
51
+ export declare const DirectionalMarkerRed: "#DIRECTIONAL_MARKER_RED";
52
+ export declare const DirectionalMarkerGreen: "#DIRECTIONAL_MARKER_GREEN";
53
+ export declare const DirectionalMarkerBlue: "#DIRECTIONAL_MARKER_BLUE";
54
+ export declare const DirectionalMarkerYellow: "#DIRECTIONAL_MARKER_YELLOW";
55
+ export declare const DirectionalMarkerPurple: "#DIRECTIONAL_MARKER_PURPLE";
56
+ export declare const DirectionalMarkerCyan: "#DIRECTIONAL_MARKER_CYAN";
57
+ export declare const SimultaneousMarkerNeutral: "#SIMULTANEOUS_MARKER_NEUTRAL";
58
+ export declare const SimultaneousMarkerRed: "#SIMULTANEOUS_MARKER_RED";
59
+ export declare const SimultaneousMarkerGreen: "#SIMULTANEOUS_MARKER_GREEN";
60
+ export declare const SimultaneousMarkerBlue: "#SIMULTANEOUS_MARKER_BLUE";
61
+ export declare const SimultaneousMarkerYellow: "#SIMULTANEOUS_MARKER_YELLOW";
62
+ export declare const SimultaneousMarkerPurple: "#SIMULTANEOUS_MARKER_PURPLE";
63
+ export declare const SimultaneousMarkerCyan: "#SIMULTANEOUS_MARKER_CYAN";
64
+ export declare const StageMiddle: "#STAGE_MIDDLE";
65
+ export declare const StageLeftBorder: "#STAGE_LEFT_BORDER";
66
+ export declare const StageRightBorder: "#STAGE_RIGHT_BORDER";
67
+ export declare const StageTopBorder: "#STAGE_TOP_BORDER";
68
+ export declare const StageBottomBorder: "#STAGE_BOTTOM_BORDER";
69
+ export declare const StageLeftBorderSeamless: "#STAGE_LEFT_BORDER_SEAMLESS";
70
+ export declare const StageRightBorderSeamless: "#STAGE_RIGHT_BORDER_SEAMLESS";
71
+ export declare const StageTopBorderSeamless: "#STAGE_TOP_BORDER_SEAMLESS";
72
+ export declare const StageBottomBorderSeamless: "#STAGE_BOTTOM_BORDER_SEAMLESS";
73
+ export declare const StageTopLeftCorner: "#STAGE_TOP_LEFT_CORNER";
74
+ export declare const StageTopRightCorner: "#STAGE_TOP_RIGHT_CORNER";
75
+ export declare const StageBottomLeftCorner: "#STAGE_BOTTOM_LEFT_CORNER";
76
+ export declare const StageBottomRightCorner: "#STAGE_BOTTOM_RIGHT_CORNER";
77
+ export declare const Lane: "#LANE";
78
+ export declare const LaneSeamless: "#LANE_SEAMLESS";
79
+ export declare const LaneAlternative: "#LANE_ALTERNATIVE";
80
+ export declare const LaneAlternativeSeamless: "#LANE_ALTERNATIVE_SEAMLESS";
81
+ export declare const JudgmentLine: "#JUDGMENT_LINE";
82
+ export declare const NoteSlot: "#NOTE_SLOT";
83
+ export declare const StageCover: "#STAGE_COVER";
84
+ export declare const GridNeutral: "#GRID_NEUTRAL";
85
+ export declare const GridRed: "#GRID_RED";
86
+ export declare const GridGreen: "#GRID_GREEN";
87
+ export declare const GridBlue: "#GRID_BLUE";
88
+ export declare const GridYellow: "#GRID_YELLOW";
89
+ export declare const GridPurple: "#GRID_PURPLE";
90
+ export declare const GridCyan: "#GRID_CYAN";
@@ -0,0 +1,90 @@
1
+ export const NoteHeadNeutral = '#NOTE_HEAD_NEUTRAL';
2
+ export const NoteHeadRed = '#NOTE_HEAD_RED';
3
+ export const NoteHeadGreen = '#NOTE_HEAD_GREEN';
4
+ export const NoteHeadBlue = '#NOTE_HEAD_BLUE';
5
+ export const NoteHeadYellow = '#NOTE_HEAD_YELLOW';
6
+ export const NoteHeadPurple = '#NOTE_HEAD_PURPLE';
7
+ export const NoteHeadCyan = '#NOTE_HEAD_CYAN';
8
+ export const NoteTickNeutral = '#NOTE_TICK_NEUTRAL';
9
+ export const NoteTickRed = '#NOTE_TICK_RED';
10
+ export const NoteTickGreen = '#NOTE_TICK_GREEN';
11
+ export const NoteTickBlue = '#NOTE_TICK_BLUE';
12
+ export const NoteTickYellow = '#NOTE_TICK_YELLOW';
13
+ export const NoteTickPurple = '#NOTE_TICK_PURPLE';
14
+ export const NoteTickCyan = '#NOTE_TICK_CYAN';
15
+ export const NoteTailNeutral = '#NOTE_TAIL_NEUTRAL';
16
+ export const NoteTailRed = '#NOTE_TAIL_RED';
17
+ export const NoteTailGreen = '#NOTE_TAIL_GREEN';
18
+ export const NoteTailBlue = '#NOTE_TAIL_BLUE';
19
+ export const NoteTailYellow = '#NOTE_TAIL_YELLOW';
20
+ export const NoteTailPurple = '#NOTE_TAIL_PURPLE';
21
+ export const NoteTailCyan = '#NOTE_TAIL_CYAN';
22
+ export const NoteConnectionNeutral = '#NOTE_CONNECTION_NEUTRAL';
23
+ export const NoteConnectionRed = '#NOTE_CONNECTION_RED';
24
+ export const NoteConnectionGreen = '#NOTE_CONNECTION_GREEN';
25
+ export const NoteConnectionBlue = '#NOTE_CONNECTION_BLUE';
26
+ export const NoteConnectionYellow = '#NOTE_CONNECTION_YELLOW';
27
+ export const NoteConnectionPurple = '#NOTE_CONNECTION_PURPLE';
28
+ export const NoteConnectionCyan = '#NOTE_CONNECTION_CYAN';
29
+ export const NoteConnectionNeutralSeamless = '#NOTE_CONNECTION_NEUTRAL_SEAMLESS';
30
+ export const NoteConnectionRedSeamless = '#NOTE_CONNECTION_RED_SEAMLESS';
31
+ export const NoteConnectionGreenSeamless = '#NOTE_CONNECTION_GREEN_SEAMLESS';
32
+ export const NoteConnectionBlueSeamless = '#NOTE_CONNECTION_BLUE_SEAMLESS';
33
+ export const NoteConnectionYellowSeamless = '#NOTE_CONNECTION_YELLOW_SEAMLESS';
34
+ export const NoteConnectionPurpleSeamless = '#NOTE_CONNECTION_PURPLE_SEAMLESS';
35
+ export const NoteConnectionCyanSeamless = '#NOTE_CONNECTION_CYAN_SEAMLESS';
36
+ export const SimultaneousConnectionNeutral = '#SIMULTANEOUS_CONNECTION_NEUTRAL';
37
+ export const SimultaneousConnectionRed = '#SIMULTANEOUS_CONNECTION_RED';
38
+ export const SimultaneousConnectionGreen = '#SIMULTANEOUS_CONNECTION_GREEN';
39
+ export const SimultaneousConnectionBlue = '#SIMULTANEOUS_CONNECTION_BLUE';
40
+ export const SimultaneousConnectionYellow = '#SIMULTANEOUS_CONNECTION_YELLOW';
41
+ export const SimultaneousConnectionPurple = '#SIMULTANEOUS_CONNECTION_PURPLE';
42
+ export const SimultaneousConnectionCyan = '#SIMULTANEOUS_CONNECTION_CYAN';
43
+ export const SimultaneousConnectionNeutralSeamless = '#SIMULTANEOUS_CONNECTION_NEUTRAL_SEAMLESS';
44
+ export const SimultaneousConnectionRedSeamless = '#SIMULTANEOUS_CONNECTION_RED_SEAMLESS';
45
+ export const SimultaneousConnectionGreenSeamless = '#SIMULTANEOUS_CONNECTION_GREEN_SEAMLESS';
46
+ export const SimultaneousConnectionBlueSeamless = '#SIMULTANEOUS_CONNECTION_BLUE_SEAMLESS';
47
+ export const SimultaneousConnectionYellowSeamless = '#SIMULTANEOUS_CONNECTION_YELLOW_SEAMLESS';
48
+ export const SimultaneousConnectionPurpleSeamless = '#SIMULTANEOUS_CONNECTION_PURPLE_SEAMLESS';
49
+ export const SimultaneousConnectionCyanSeamless = '#SIMULTANEOUS_CONNECTION_CYAN_SEAMLESS';
50
+ export const DirectionalMarkerNeutral = '#DIRECTIONAL_MARKER_NEUTRAL';
51
+ export const DirectionalMarkerRed = '#DIRECTIONAL_MARKER_RED';
52
+ export const DirectionalMarkerGreen = '#DIRECTIONAL_MARKER_GREEN';
53
+ export const DirectionalMarkerBlue = '#DIRECTIONAL_MARKER_BLUE';
54
+ export const DirectionalMarkerYellow = '#DIRECTIONAL_MARKER_YELLOW';
55
+ export const DirectionalMarkerPurple = '#DIRECTIONAL_MARKER_PURPLE';
56
+ export const DirectionalMarkerCyan = '#DIRECTIONAL_MARKER_CYAN';
57
+ export const SimultaneousMarkerNeutral = '#SIMULTANEOUS_MARKER_NEUTRAL';
58
+ export const SimultaneousMarkerRed = '#SIMULTANEOUS_MARKER_RED';
59
+ export const SimultaneousMarkerGreen = '#SIMULTANEOUS_MARKER_GREEN';
60
+ export const SimultaneousMarkerBlue = '#SIMULTANEOUS_MARKER_BLUE';
61
+ export const SimultaneousMarkerYellow = '#SIMULTANEOUS_MARKER_YELLOW';
62
+ export const SimultaneousMarkerPurple = '#SIMULTANEOUS_MARKER_PURPLE';
63
+ export const SimultaneousMarkerCyan = '#SIMULTANEOUS_MARKER_CYAN';
64
+ export const StageMiddle = '#STAGE_MIDDLE';
65
+ export const StageLeftBorder = '#STAGE_LEFT_BORDER';
66
+ export const StageRightBorder = '#STAGE_RIGHT_BORDER';
67
+ export const StageTopBorder = '#STAGE_TOP_BORDER';
68
+ export const StageBottomBorder = '#STAGE_BOTTOM_BORDER';
69
+ export const StageLeftBorderSeamless = '#STAGE_LEFT_BORDER_SEAMLESS';
70
+ export const StageRightBorderSeamless = '#STAGE_RIGHT_BORDER_SEAMLESS';
71
+ export const StageTopBorderSeamless = '#STAGE_TOP_BORDER_SEAMLESS';
72
+ export const StageBottomBorderSeamless = '#STAGE_BOTTOM_BORDER_SEAMLESS';
73
+ export const StageTopLeftCorner = '#STAGE_TOP_LEFT_CORNER';
74
+ export const StageTopRightCorner = '#STAGE_TOP_RIGHT_CORNER';
75
+ export const StageBottomLeftCorner = '#STAGE_BOTTOM_LEFT_CORNER';
76
+ export const StageBottomRightCorner = '#STAGE_BOTTOM_RIGHT_CORNER';
77
+ export const Lane = '#LANE';
78
+ export const LaneSeamless = '#LANE_SEAMLESS';
79
+ export const LaneAlternative = '#LANE_ALTERNATIVE';
80
+ export const LaneAlternativeSeamless = '#LANE_ALTERNATIVE_SEAMLESS';
81
+ export const JudgmentLine = '#JUDGMENT_LINE';
82
+ export const NoteSlot = '#NOTE_SLOT';
83
+ export const StageCover = '#STAGE_COVER';
84
+ export const GridNeutral = '#GRID_NEUTRAL';
85
+ export const GridRed = '#GRID_RED';
86
+ export const GridGreen = '#GRID_GREEN';
87
+ export const GridBlue = '#GRID_BLUE';
88
+ export const GridYellow = '#GRID_YELLOW';
89
+ export const GridPurple = '#GRID_PURPLE';
90
+ export const GridCyan = '#GRID_CYAN';
@@ -1,5 +1,5 @@
1
- import { Icon } from './icon.js';
2
- import { Text } from './text.js';
1
+ import { Icon } from './icon/index.js';
2
+ import { Text } from './text/index.js';
3
3
  export type Tag = {
4
4
  title?: Text | (string & {});
5
5
  icon?: Icon | (string & {});
@@ -0,0 +1,3 @@
1
+ export declare const Escape: "##";
2
+ export declare const TimeFull: "##TIME_FULL";
3
+ export declare const TimeRelative: "##TIME_RELATIVE";
@@ -0,0 +1,3 @@
1
+ export const Escape = '##';
2
+ export const TimeFull = '##TIME_FULL';
3
+ export const TimeRelative = '##TIME_RELATIVE';
@@ -0,0 +1,4 @@
1
+ export * as Text from './text.js';
2
+ export type Text = (typeof import('./text.js'))[keyof typeof import('./text.js')];
3
+ export * as TextFunction from './function.js';
4
+ export type TextFunction = (typeof import('./function.js'))[keyof typeof import('./function.js')];
@@ -0,0 +1,2 @@
1
+ export * as Text from './text.js';
2
+ export * as TextFunction from './function.js';