@riosst100/pwa-marketplace 2.0.3 → 2.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -67,7 +67,7 @@ const AccountTrigger = props => {
67
67
  shouldIndicateLoading={true}
68
68
  /> */}
69
69
  <User size="20" color={darkBlue} className={cn('stroke-0')} variant="Outline" />
70
- <span className='text-base font-semibold'>
70
+ <span className='text-base font-medium'>
71
71
  {formatMessage({
72
72
  id: 'accountTrigger.buttonFallback',
73
73
  defaultMessage: 'Sign In'
@@ -134,7 +134,7 @@ const Header = props => {
134
134
  <MegaMenu
135
135
  rootClassName={cn('nav-menu w-full max-w-[1210px] px-[15px] mx-[auto] flex-row gap-x-[40px]')}
136
136
  megaMenuItemClassname={cn('px-0 py-[10px] leading-[20px]')}
137
- titleClassName={cn('font-medium leading-[20px]')}
137
+ titleClassName={cn('font-normal leading-[20px]')}
138
138
  />
139
139
  </header>
140
140
  <OnlineIndicator
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .heading {
7
- composes: font-semibold from global;
7
+ composes: font-medium from global;
8
8
  }
9
9
 
10
10
  .link {
@@ -58,7 +58,7 @@ const SignIn = props => {
58
58
 
59
59
  return (
60
60
  <div data-cy="SignIn-root" className={cn(classes.root, '!p-[30px]')}>
61
- <span data-cy="SignIn-title" className={cn(classes.title, 'text-xl font-semibold')}>
61
+ <span data-cy="SignIn-title" className={cn(classes.title, 'text-xl font-medium')}>
62
62
  <FormattedMessage
63
63
  id={'signIn.signInText'}
64
64
  defaultMessage={'Sign In'}