novaux-game-make-kit 1.0.0 → 1.0.1

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/dist/index.d.ts CHANGED
@@ -108,6 +108,14 @@ declare interface GameIconSidebarTabsProps {
108
108
  onChange?: (index: number, label: string) => void;
109
109
  }
110
110
 
111
+ export declare const GameLimitedTime: default_2.FC<GameLimitedTimeProps>;
112
+
113
+ declare interface GameLimitedTimeProps {
114
+ value?: string;
115
+ className?: string;
116
+ icon?: default_2.ReactNode;
117
+ }
118
+
111
119
  export declare const GameLoading: default_2.FC<GameLoadingProps>;
112
120
 
113
121
  declare interface GameLoadingProps {
@@ -196,6 +204,14 @@ declare interface GameTabProps {
196
204
  onClick?: () => void;
197
205
  }
198
206
 
207
+ export declare const GameTag: default_2.FC<GameTagProps>;
208
+
209
+ declare interface GameTagProps {
210
+ label?: string;
211
+ icon?: default_2.ReactNode;
212
+ className?: string;
213
+ }
214
+
199
215
  export declare const GameTertiaryPurchaseButton: default_2.FC<GameTertiaryPurchaseButtonProps>;
200
216
 
201
217
  declare interface GameTertiaryPurchaseButtonProps {