@qoretechnologies/reqore 0.37.3 → 0.37.4

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.
@@ -11,6 +11,9 @@ import { FlatArg, IconArg, IntentArg, SizeArg, argManager } from '../utils/args'
11
11
 
12
12
  const { createArg } = argManager<IReqorePanelProps>();
13
13
 
14
+ const message =
15
+ 'Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant. This system works for main characters who have started late, for alts, for players who have switched Covenants and are starting over, and for players who have simply missed weekly quests for earning Renown due to being away from the game. I am a message a very long message - Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant. This system works for main characters who have started late, for alts, for players who have switched Covenants and are starting over, and for players who have simply missed weekly quests for earning Renown due to being away from the game. I am a message a very long message - Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant. This system works for main characters who have started late, for alts, for players who have switched Covenants and are starting over, and for players who have simply missed weekly quests for earning Renown due to being away from the game. I am a message a very long message - Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant. This system works for main characters who have started late, for alts, for players who have switched Covenants and are starting over, and for players who have simply missed weekly quests for earning Renown due to being away from the game. I am a message a very long message - Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant. This system works for main characters who have started late, for alts, for players who have switched Covenants and are starting over, and for players who have simply missed weekly quests for earning Renown due to being away from the game. I am a message a very long message - Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant. This system works for main characters who have started late, for alts, for players who have switched Covenants and are starting over, and for players who have simply missed weekly quests for earning Renown due to being away from the game.';
16
+
14
17
  const meta = {
15
18
  title: 'Layout/Panel/Stories',
16
19
  component: ReqorePanel,
@@ -270,31 +273,7 @@ const Template: StoryFn<IReqorePanelProps> = (args: IReqorePanelProps) => {
270
273
  ]}
271
274
  {...args}
272
275
  >
273
- Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system
274
- of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant.
275
- This system works for main characters who have started late, for alts, for players who have
276
- switched Covenants and are starting over, and for players who have simply missed weekly quests
277
- for earning Renown due to being away from the game. I am a message a very long message -
278
- Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system
279
- of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant.
280
- This system works for main characters who have started late, for alts, for players who have
281
- switched Covenants and are starting over, and for players who have simply missed weekly quests
282
- for earning Renown due to being away from the game. I am a message a very long message -
283
- Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system
284
- of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant.
285
- This system works for main characters who have started late, for alts, for players who have
286
- switched Covenants and are starting over, and for players who have simply missed weekly quests
287
- for earning Renown due to being away from the game. I am a message a very long message -
288
- Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system
289
- of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant.
290
- This system works for main characters who have started late, for alts, for players who have
291
- switched Covenants and are starting over, and for players who have simply missed weekly quests
292
- for earning Renown due to being away from the game. I am a message a very long message -
293
- Shadowlands has mechanisms put in place for allowing players to catch up on Renown, the system
294
- of gaining favor and unlocking rewards, Campaign chapters, and soulbinds within your Covenant.
295
- This system works for main characters who have started late, for alts, for players who have
296
- switched Covenants and are starting over, and for players who have simply missed weekly quests
297
- for earning Renown due to being away from the game.
276
+ {args.children || message}
298
277
  </ReqorePanel>
299
278
  );
300
279
  };
@@ -426,11 +405,12 @@ export const ActionsShownOnHover: Story = {
426
405
  render: Template,
427
406
 
428
407
  args: {
429
- label: undefined,
408
+ style: { minWidth: 400, maxWidth: 600 },
409
+ label: 'This is a simple test to',
430
410
  collapsible: false,
431
- icon: undefined,
432
- badge: undefined,
411
+ responsiveActions: false,
433
412
  actions: [{ label: 'test', show: 'hover' }],
413
+ children: 'This is a panel',
434
414
  bottomActions: [
435
415
  {
436
416
  position: 'right',
@@ -28,6 +28,7 @@ export type AdditionalStorybookArgs = IReqoreUIProviderProps & {
28
28
  insideModal?: boolean;
29
29
  animatedButtons?: IReqoreUIProviderProps['options']['animations']['buttons'];
30
30
  animatedDialogs?: IReqoreUIProviderProps['options']['animations']['dialogs'];
31
+ globalUiScale?: IReqoreUIProviderProps['options']['uiScale'];
31
32
  };
32
33
 
33
34
  export type StoryMeta<