@redneckz/wildless-cms-uni-blocks 0.14.907 → 0.14.909

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.
Files changed (51) hide show
  1. package/bundle/bundle.umd.js +6 -6
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  4. package/bundle/components/OfficesAtmsMap/filters.d.ts +3 -3
  5. package/dist/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  6. package/dist/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  7. package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  8. package/dist/components/OfficesAtmsMap/filters.d.ts +3 -3
  9. package/dist/components/OfficesAtmsMap/filters.js +3 -3
  10. package/dist/components/OfficesAtmsMap/filters.js.map +1 -1
  11. package/dist/ui-kit/Select/SelectPopup.js +1 -1
  12. package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  13. package/lib/common.css +1 -1
  14. package/lib/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  15. package/lib/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  16. package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  17. package/lib/components/OfficesAtmsMap/filters.d.ts +3 -3
  18. package/lib/components/OfficesAtmsMap/filters.js +3 -3
  19. package/lib/components/OfficesAtmsMap/filters.js.map +1 -1
  20. package/lib/ui-kit/Select/SelectPopup.js +1 -1
  21. package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  22. package/mobile/bundle/bundle.umd.js +6 -6
  23. package/mobile/bundle/bundle.umd.min.js +1 -1
  24. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  25. package/mobile/bundle/components/OfficesAtmsMap/filters.d.ts +3 -3
  26. package/mobile/dist/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  27. package/mobile/dist/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  28. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  29. package/mobile/dist/components/OfficesAtmsMap/filters.d.ts +3 -3
  30. package/mobile/dist/components/OfficesAtmsMap/filters.js +3 -3
  31. package/mobile/dist/components/OfficesAtmsMap/filters.js.map +1 -1
  32. package/mobile/dist/ui-kit/Select/SelectPopup.js +1 -1
  33. package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  34. package/mobile/lib/common.css +1 -1
  35. package/mobile/lib/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  36. package/mobile/lib/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  37. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  38. package/mobile/lib/components/OfficesAtmsMap/filters.d.ts +3 -3
  39. package/mobile/lib/components/OfficesAtmsMap/filters.js +3 -3
  40. package/mobile/lib/components/OfficesAtmsMap/filters.js.map +1 -1
  41. package/mobile/lib/ui-kit/Select/SelectPopup.js +1 -1
  42. package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  43. package/mobile/src/components/OfficesAtmsMap/FiltrationForm.tsx +1 -1
  44. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +1 -1
  45. package/mobile/src/components/OfficesAtmsMap/filters.ts +4 -4
  46. package/mobile/src/ui-kit/Select/SelectPopup.tsx +1 -1
  47. package/package.json +1 -1
  48. package/src/components/OfficesAtmsMap/FiltrationForm.tsx +1 -1
  49. package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +1 -1
  50. package/src/components/OfficesAtmsMap/filters.ts +4 -4
  51. package/src/ui-kit/Select/SelectPopup.tsx +1 -1
@@ -82,7 +82,7 @@ export interface Branch {
82
82
  preciousMetalsOperations?: false;
83
83
  transferringDataToBiometricSystem?: false;
84
84
  serviceDisabledPeople?: false;
85
- hasAccessibilitySign?: boolean;
85
+ barrierFree?: boolean;
86
86
  equippedWithRamp?: boolean;
87
87
  equippedWithLift?: boolean;
88
88
  equippedWithElevator?: boolean;
@@ -18,7 +18,7 @@ export const INITIAL_FILTRATION_STATE = {
18
18
  bullionOperations: false,
19
19
  preciousMetalsOperations: false,
20
20
  transferringDataToBiometricSystem: false,
21
- hasAccessibilitySign: false,
21
+ barrierFree: false,
22
22
  equippedWithRamp: false,
23
23
  equippedWithLift: false,
24
24
  equippedWithElevator: false,
@@ -45,7 +45,7 @@ export const FILTRATION_LABELS = {
45
45
  serviceDisabledPeople: 'Для маломобильных граждан',
46
46
  workAllTime: 'Круглосуточно',
47
47
  workingSaturday: 'Открыты по субботам',
48
- hasAccessibilitySign: 'Без барьеров',
48
+ barrierFree: 'Без барьеров',
49
49
  equippedWithRamp: 'Есть пандус',
50
50
  equippedWithLift: 'Есть подъёмник',
51
51
  equippedWithElevator: 'Есть лифт',
@@ -83,8 +83,8 @@ export const FILTRATION_PREDICATES = {
83
83
  Boolean('preciousMetalsOperations' in item && item.preciousMetalsOperations),
84
84
  transferringDataToBiometricSystem: (item: Branch | RemoteWorkplace) =>
85
85
  Boolean('transferringDataToBiometricSystem' in item && item.transferringDataToBiometricSystem),
86
- hasAccessibilitySign: (item: Branch | RemoteWorkplace) =>
87
- Boolean('hasAccessibilitySign' in item && item.hasAccessibilitySign),
86
+ barrierFree: (item: Branch | RemoteWorkplace) =>
87
+ Boolean('barrierFree' in item && item.barrierFree),
88
88
  equippedWithRamp: (item: Branch | RemoteWorkplace) =>
89
89
  Boolean('equippedWithRamp' in item && item.equippedWithRamp),
90
90
  equippedWithLift: (item: Branch | RemoteWorkplace) =>
@@ -59,7 +59,7 @@ export const SelectPopup = JSX<SelectPopupProps>(
59
59
  width="16"
60
60
  height="16"
61
61
  iconVersion={iconVersion}
62
- className={style('absolute right-4 pt-3xs sm:pt-2xs sm:right-2', {
62
+ className={style('absolute right-2 pt-2xs', {
63
63
  hidden: option.key !== value?.key,
64
64
  })}
65
65
  />