@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.
@@ -15802,6 +15802,16 @@ class SimulatorComponent {
15802
15802
  },
15803
15803
  borderRadius: '8%'
15804
15804
  },
15805
+ 'Pixel 10': {
15806
+ mockupImage: 'assets/images/mockups/pixel-10.png',
15807
+ screenInset: {
15808
+ top: '1%',
15809
+ right: '2.5%',
15810
+ bottom: '1%',
15811
+ left: '2.5%'
15812
+ },
15813
+ borderRadius: '5%'
15814
+ },
15805
15815
  // iPhones
15806
15816
  'iPhone 11': {
15807
15817
  mockupImage: 'assets/images/mockups/apple-iphone-11.png',
@@ -15843,6 +15853,47 @@ class SimulatorComponent {
15843
15853
  },
15844
15854
  borderRadius: '4%'
15845
15855
  },
15856
+ 'iPhone 16 Pro': {
15857
+ mockupImage: 'assets/images/mockups/iphone-16-pro.png',
15858
+ screenInset: {
15859
+ top: '0.5%',
15860
+ right: '1.5%',
15861
+ bottom: '0.5%',
15862
+ left: '1.5%'
15863
+ },
15864
+ borderRadius: '8%'
15865
+ },
15866
+ 'iPhone 16': {
15867
+ mockupImage: 'assets/images/mockups/iphone-16.png',
15868
+ screenInset: {
15869
+ top: '0.5%',
15870
+ right: '3%',
15871
+ bottom: '0.5%',
15872
+ left: '3%'
15873
+ },
15874
+ borderRadius: '6%'
15875
+ },
15876
+ 'iPhone 17 Pro Max': {
15877
+ mockupImage: 'assets/images/mockups/iphone-17-pro-max.png',
15878
+ screenInset: {
15879
+ top: '1%',
15880
+ right: '2%',
15881
+ bottom: '1%',
15882
+ left: '2%'
15883
+ },
15884
+ borderRadius: '8%'
15885
+ },
15886
+ 'iPhone 17': {
15887
+ mockupImage: 'assets/images/mockups/iphone-17.png',
15888
+ screenInset: {
15889
+ top: '1%',
15890
+ right: '2.5%',
15891
+ bottom: '1%',
15892
+ left: '2.5%'
15893
+ },
15894
+ borderRadius: '5%'
15895
+ },
15896
+ // Galaxy
15846
15897
  'Galaxy S20 FE': {
15847
15898
  mockupImage: 'assets/images/mockups/samsung-galaxy-s20.png',
15848
15899
  screenInset: {
@@ -15853,6 +15904,37 @@ class SimulatorComponent {
15853
15904
  },
15854
15905
  borderRadius: '4%'
15855
15906
  },
15907
+ 'Galaxy S25': {
15908
+ mockupImage: 'assets/images/mockups/galaxy-s25.png',
15909
+ screenInset: {
15910
+ top: '1.5%',
15911
+ right: '2%',
15912
+ bottom: '1.5%',
15913
+ left: '2%'
15914
+ },
15915
+ borderRadius: '8%'
15916
+ },
15917
+ 'Galaxy S25 Ultra': {
15918
+ mockupImage: 'assets/images/mockups/galaxy-s25-ultra.png',
15919
+ screenInset: {
15920
+ top: '0.5%',
15921
+ right: '1%',
15922
+ bottom: '0.5%',
15923
+ left: '1%'
15924
+ },
15925
+ borderRadius: '3%'
15926
+ },
15927
+ 'Galaxy Tab A9+': {
15928
+ mockupImage: 'assets/images/mockups/galaxy-tab-a9-plus.png',
15929
+ screenInset: {
15930
+ top: '2%',
15931
+ right: '3%',
15932
+ bottom: '2%',
15933
+ left: '3%'
15934
+ },
15935
+ borderRadius: '1%'
15936
+ },
15937
+ // Browser
15856
15938
  browser: {
15857
15939
  mockupImage: 'assets/images/mockups/browser-mockup.png',
15858
15940
  screenInset: {