@cqa-lib/cqa-ui 1.1.376 → 1.1.377

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.
@@ -15866,6 +15866,16 @@ class SimulatorComponent {
15866
15866
  },
15867
15867
  borderRadius: '8%'
15868
15868
  },
15869
+ 'Pixel 10': {
15870
+ mockupImage: 'assets/images/mockups/pixel-10.png',
15871
+ screenInset: {
15872
+ top: '1%',
15873
+ right: '2.5%',
15874
+ bottom: '1%',
15875
+ left: '2.5%'
15876
+ },
15877
+ borderRadius: '5%'
15878
+ },
15869
15879
  // iPhones
15870
15880
  'iPhone 11': {
15871
15881
  mockupImage: 'assets/images/mockups/apple-iphone-11.png',
@@ -15907,6 +15917,47 @@ class SimulatorComponent {
15907
15917
  },
15908
15918
  borderRadius: '4%'
15909
15919
  },
15920
+ 'iPhone 16 Pro': {
15921
+ mockupImage: 'assets/images/mockups/iphone-16-pro.png',
15922
+ screenInset: {
15923
+ top: '0.5%',
15924
+ right: '1.5%',
15925
+ bottom: '0.5%',
15926
+ left: '1.5%'
15927
+ },
15928
+ borderRadius: '8%'
15929
+ },
15930
+ 'iPhone 16': {
15931
+ mockupImage: 'assets/images/mockups/iphone-16.png',
15932
+ screenInset: {
15933
+ top: '0.5%',
15934
+ right: '3%',
15935
+ bottom: '0.5%',
15936
+ left: '3%'
15937
+ },
15938
+ borderRadius: '6%'
15939
+ },
15940
+ 'iPhone 17 Pro Max': {
15941
+ mockupImage: 'assets/images/mockups/iphone-17-pro-max.png',
15942
+ screenInset: {
15943
+ top: '1%',
15944
+ right: '2%',
15945
+ bottom: '1%',
15946
+ left: '2%'
15947
+ },
15948
+ borderRadius: '8%'
15949
+ },
15950
+ 'iPhone 17': {
15951
+ mockupImage: 'assets/images/mockups/iphone-17.png',
15952
+ screenInset: {
15953
+ top: '1%',
15954
+ right: '2.5%',
15955
+ bottom: '1%',
15956
+ left: '2.5%'
15957
+ },
15958
+ borderRadius: '5%'
15959
+ },
15960
+ // Galaxy
15910
15961
  'Galaxy S20 FE': {
15911
15962
  mockupImage: 'assets/images/mockups/samsung-galaxy-s20.png',
15912
15963
  screenInset: {
@@ -15917,6 +15968,37 @@ class SimulatorComponent {
15917
15968
  },
15918
15969
  borderRadius: '4%'
15919
15970
  },
15971
+ 'Galaxy S25': {
15972
+ mockupImage: 'assets/images/mockups/galaxy-s25.png',
15973
+ screenInset: {
15974
+ top: '1.5%',
15975
+ right: '2%',
15976
+ bottom: '1.5%',
15977
+ left: '2%'
15978
+ },
15979
+ borderRadius: '8%'
15980
+ },
15981
+ 'Galaxy S25 Ultra': {
15982
+ mockupImage: 'assets/images/mockups/galaxy-s25-ultra.png',
15983
+ screenInset: {
15984
+ top: '0.5%',
15985
+ right: '1%',
15986
+ bottom: '0.5%',
15987
+ left: '1%'
15988
+ },
15989
+ borderRadius: '3%'
15990
+ },
15991
+ 'Galaxy Tab A9+': {
15992
+ mockupImage: 'assets/images/mockups/galaxy-tab-a9-plus.png',
15993
+ screenInset: {
15994
+ top: '2%',
15995
+ right: '3%',
15996
+ bottom: '2%',
15997
+ left: '3%'
15998
+ },
15999
+ borderRadius: '1%'
16000
+ },
16001
+ // Browser
15920
16002
  browser: {
15921
16003
  mockupImage: 'assets/images/mockups/browser-mockup.png',
15922
16004
  screenInset: {