@mirai/ui 1.1.0-c → 1.1.0-d

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 (91) hide show
  1. package/build/components/Action/Action.js +2 -4
  2. package/build/components/Action/Action.js.map +1 -1
  3. package/build/components/Button/Button.js +5 -7
  4. package/build/components/Button/Button.js.map +1 -1
  5. package/build/components/Calendar/Calendar.Month.js +4 -6
  6. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  7. package/build/components/Calendar/Calendar.Week.js +6 -6
  8. package/build/components/Calendar/Calendar.Week.js.map +1 -1
  9. package/build/components/Calendar/Calendar.Weekdays.js +3 -6
  10. package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
  11. package/build/components/Calendar/Calendar.js +3 -3
  12. package/build/components/Calendar/Calendar.js.map +1 -1
  13. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +32 -32
  14. package/build/components/InputNumber/InputNumber.js +6 -9
  15. package/build/components/InputNumber/InputNumber.js.map +1 -1
  16. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +24 -24
  17. package/build/components/InputOption/InputOption.js +4 -7
  18. package/build/components/InputOption/InputOption.js.map +1 -1
  19. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +4 -4
  20. package/build/components/InputPhone/InputPhone.js +11 -11
  21. package/build/components/InputPhone/InputPhone.js.map +1 -1
  22. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +27 -27
  23. package/build/components/InputSelect/InputSelect.js +7 -7
  24. package/build/components/InputSelect/InputSelect.js.map +1 -1
  25. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +12 -12
  26. package/build/components/InputText/InputText.js +10 -10
  27. package/build/components/InputText/InputText.js.map +1 -1
  28. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +7 -7
  29. package/build/components/InputText/partials/InputText.Hint.js +2 -5
  30. package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
  31. package/build/components/InputText/partials/InputText.IconState.js +2 -5
  32. package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
  33. package/build/components/InputText/partials/InputText.Label.js +3 -6
  34. package/build/components/InputText/partials/InputText.Label.js.map +1 -1
  35. package/build/components/Menu/Menu.Option.js +5 -8
  36. package/build/components/Menu/Menu.Option.js.map +1 -1
  37. package/build/components/Menu/Menu.js +3 -6
  38. package/build/components/Menu/Menu.js.map +1 -1
  39. package/build/components/Menu/Menu.module.css +0 -3
  40. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +2 -2
  41. package/build/components/Modal/Modal.js +8 -8
  42. package/build/components/Modal/Modal.js.map +1 -1
  43. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +3 -3
  44. package/build/components/Notification/Notification.js +5 -8
  45. package/build/components/Notification/Notification.js.map +1 -1
  46. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +19 -19
  47. package/build/components/Progress/Progress.js +3 -6
  48. package/build/components/Progress/Progress.js.map +1 -1
  49. package/build/components/Slider/Slider.js +11 -11
  50. package/build/components/Slider/Slider.js.map +1 -1
  51. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +12 -12
  52. package/build/components/Table/Table.ColumnFilter.js +9 -9
  53. package/build/components/Table/Table.ColumnFilter.js.map +1 -1
  54. package/build/components/Table/Table.Filter.js +4 -7
  55. package/build/components/Table/Table.Filter.js.map +1 -1
  56. package/build/components/Table/Table.Row.js +7 -7
  57. package/build/components/Table/Table.Row.js.map +1 -1
  58. package/build/components/Table/Table.js +3 -3
  59. package/build/components/Table/Table.js.map +1 -1
  60. package/build/components/Table/Table.stories.js +5 -4
  61. package/build/components/Table/Table.stories.js.map +1 -1
  62. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +12 -12
  63. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +60 -60
  64. package/build/components/Tooltip/Tooltip.js +4 -4
  65. package/build/components/Tooltip/Tooltip.js.map +1 -1
  66. package/build/primitives/Checkbox/Checkbox.js +3 -6
  67. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  68. package/build/primitives/Icon/Icon.js +2 -4
  69. package/build/primitives/Icon/Icon.js.map +1 -1
  70. package/build/primitives/Icon/Icon.module.css +4 -4
  71. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +27 -27
  72. package/build/primitives/Input/Input.js +2 -2
  73. package/build/primitives/Input/Input.js.map +1 -1
  74. package/build/primitives/Layer/Layer.js +2 -2
  75. package/build/primitives/Layer/Layer.js.map +1 -1
  76. package/build/primitives/Pressable/Pressable.js +2 -4
  77. package/build/primitives/Pressable/Pressable.js.map +1 -1
  78. package/build/primitives/Radio/Radio.js +4 -7
  79. package/build/primitives/Radio/Radio.js.map +1 -1
  80. package/build/primitives/ScrollView/ScrollView.js +2 -2
  81. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  82. package/build/primitives/Select/Select.js +2 -2
  83. package/build/primitives/Select/Select.js.map +1 -1
  84. package/build/primitives/Switch/Switch.js +4 -7
  85. package/build/primitives/Switch/Switch.js.map +1 -1
  86. package/build/primitives/Text/Text.js +3 -47
  87. package/build/primitives/Text/Text.js.map +1 -1
  88. package/build/primitives/Text/Text.module.css +4 -4
  89. package/build/primitives/View/View.js +2 -4
  90. package/build/primitives/View/View.js.map +1 -1
  91. package/package.json +1 -1
@@ -21,7 +21,7 @@ exports[`component:<Modal> Mobile environment prop:onClose 1`] = `
21
21
  tabindex="0"
22
22
  >
23
23
  <ui_icon
24
- class="icon headline-3 icon"
24
+ class="icon h3 icon"
25
25
  >
26
26
  <svg
27
27
  fill="currentColor"
@@ -132,7 +132,7 @@ exports[`component:<Modal> prop:onBack 1`] = `
132
132
  tabindex="0"
133
133
  >
134
134
  <ui_icon
135
- class="icon headline-3 icon"
135
+ class="icon h3 icon"
136
136
  >
137
137
  <svg
138
138
  fill="currentColor"
@@ -180,7 +180,7 @@ exports[`component:<Modal> prop:onClose 1`] = `
180
180
  tabindex="0"
181
181
  >
182
182
  <ui_icon
183
- class="icon headline-3 icon"
183
+ class="icon h3 icon"
184
184
  >
185
185
  <svg
186
186
  fill="currentColor"
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -9,10 +8,8 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  var _helpers = require("../../helpers");
11
10
  var _primitives = require("../../primitives");
12
- var style = _interopRequireWildcard(require("./Notification.module.css"));
11
+ var _NotificationModule = _interopRequireDefault(require("./Notification.module.css"));
13
12
  var _excluded = ["children", "error", "info", "inline", "large", "small", "success", "warning", "wide", "onClose"];
14
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
15
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
16
13
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
14
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
18
15
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
@@ -33,7 +30,7 @@ var Notification = function Notification(_ref) {
33
30
  return /*#__PURE__*/_react.default.createElement(_primitives.View, _extends({}, others, {
34
31
  row: true,
35
32
  role: others.role || 'notification',
36
- className: (0, _helpers.styles)(style.notification, error ? style.error : warning ? style.warning : success ? style.success : info ? style.info : undefined, inline ? style.inline : style.outlined, inline && style.inline, large ? style.large : small && style.small, wide && style.wide, others.className)
33
+ className: (0, _helpers.styles)(_NotificationModule.default.notification, error ? _NotificationModule.default.error : warning ? _NotificationModule.default.warning : success ? _NotificationModule.default.success : info ? _NotificationModule.default.info : undefined, inline ? _NotificationModule.default.inline : _NotificationModule.default.outlined, inline && _NotificationModule.default.inline, large ? _NotificationModule.default.large : small && _NotificationModule.default.small, wide && _NotificationModule.default.wide, others.className)
37
34
  }), /*#__PURE__*/_react.default.createElement(_primitives.Icon, {
38
35
  headline: large,
39
36
  level: large ? 1 : undefined,
@@ -43,13 +40,13 @@ var Notification = function Notification(_ref) {
43
40
  success: success,
44
41
  warning: warning
45
42
  }),
46
- className: style.icon
43
+ className: _NotificationModule.default.icon
47
44
  }), /*#__PURE__*/_react.default.createElement(_primitives.Text, {
48
45
  small: small,
49
- className: (0, _helpers.styles)(style.text, error ? style.error : warning ? style.warning : success ? style.success : undefined)
46
+ className: (0, _helpers.styles)(_NotificationModule.default.text, error ? _NotificationModule.default.error : warning ? _NotificationModule.default.warning : success ? _NotificationModule.default.success : undefined)
50
47
  }, children), !large && onClose && /*#__PURE__*/_react.default.createElement(_primitives.Pressable, {
51
48
  onPress: onClose,
52
- className: (0, _helpers.styles)(style.pressable, style.icon),
49
+ className: (0, _helpers.styles)(_NotificationModule.default.pressable, _NotificationModule.default.icon),
53
50
  testId: others.testId ? "".concat(others.testId, "-button-close") : undefined
54
51
  }, /*#__PURE__*/_react.default.createElement(_primitives.Icon, {
55
52
  value: _primitives.ICON.CLOSE,
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.js","names":["Notification","children","error","info","inline","large","small","success","warning","wide","onClose","others","role","styles","style","notification","undefined","outlined","className","getIconState","icon","text","pressable","testId","ICON","CLOSE","displayName","propTypes","PropTypes","any","isRequired","bool","func"],"sources":["../../../src/components/Notification/Notification.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React from 'react';\n\nimport { getIconState, styles } from '../../helpers';\nimport { Icon, ICON, Pressable, Text, View } from '../../primitives';\nimport * as style from './Notification.module.css';\n\nconst Notification = ({\n children,\n error,\n info,\n inline = false,\n large,\n small,\n success,\n warning,\n wide,\n onClose,\n ...others\n}) => (\n <View\n {...others}\n row\n role={others.role || 'notification'}\n className={styles(\n style.notification,\n error ? style.error : warning ? style.warning : success ? style.success : info ? style.info : undefined,\n inline ? style.inline : style.outlined,\n inline && style.inline,\n large ? style.large : small && style.small,\n wide && style.wide,\n others.className,\n )}\n >\n <Icon\n headline={large}\n level={large ? 1 : undefined}\n paragraph={small}\n value={getIconState({ error, success, warning })}\n className={style.icon}\n />\n <Text\n small={small}\n className={styles(\n style.text,\n error ? style.error : warning ? style.warning : success ? style.success : undefined,\n )}\n >\n {children}\n </Text>\n {!large && onClose && (\n <Pressable\n onPress={onClose}\n className={styles(style.pressable, style.icon)}\n testId={others.testId ? `${others.testId}-button-close` : undefined}\n >\n <Icon value={ICON.CLOSE} paragraph={small} />\n </Pressable>\n )}\n </View>\n);\n\nNotification.displayName = 'Component:Notification';\n\nNotification.propTypes = {\n children: PropTypes.any.isRequired,\n error: PropTypes.bool,\n info: PropTypes.bool,\n inline: PropTypes.bool,\n large: PropTypes.bool,\n small: PropTypes.bool,\n success: PropTypes.bool,\n warning: PropTypes.bool,\n wide: PropTypes.bool,\n onClose: PropTypes.func,\n};\n\nexport { Notification };\n"],"mappings":"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"}
1
+ {"version":3,"file":"Notification.js","names":["Notification","children","error","info","inline","large","small","success","warning","wide","onClose","others","role","styles","style","notification","undefined","outlined","className","getIconState","icon","text","pressable","testId","ICON","CLOSE","displayName","propTypes","PropTypes","any","isRequired","bool","func"],"sources":["../../../src/components/Notification/Notification.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React from 'react';\n\nimport { getIconState, styles } from '../../helpers';\nimport { Icon, ICON, Pressable, Text, View } from '../../primitives';\nimport style from './Notification.module.css';\n\nconst Notification = ({\n children,\n error,\n info,\n inline = false,\n large,\n small,\n success,\n warning,\n wide,\n onClose,\n ...others\n}) => (\n <View\n {...others}\n row\n role={others.role || 'notification'}\n className={styles(\n style.notification,\n error ? style.error : warning ? style.warning : success ? style.success : info ? style.info : undefined,\n inline ? style.inline : style.outlined,\n inline && style.inline,\n large ? style.large : small && style.small,\n wide && style.wide,\n others.className,\n )}\n >\n <Icon\n headline={large}\n level={large ? 1 : undefined}\n paragraph={small}\n value={getIconState({ error, success, warning })}\n className={style.icon}\n />\n <Text\n small={small}\n className={styles(\n style.text,\n error ? style.error : warning ? style.warning : success ? style.success : undefined,\n )}\n >\n {children}\n </Text>\n {!large && onClose && (\n <Pressable\n onPress={onClose}\n className={styles(style.pressable, style.icon)}\n testId={others.testId ? `${others.testId}-button-close` : undefined}\n >\n <Icon value={ICON.CLOSE} paragraph={small} />\n </Pressable>\n )}\n </View>\n);\n\nNotification.displayName = 'Component:Notification';\n\nNotification.propTypes = {\n children: PropTypes.any.isRequired,\n error: PropTypes.bool,\n info: PropTypes.bool,\n inline: PropTypes.bool,\n large: PropTypes.bool,\n small: PropTypes.bool,\n success: PropTypes.bool,\n warning: PropTypes.bool,\n wide: PropTypes.bool,\n onClose: PropTypes.func,\n};\n\nexport { Notification };\n"],"mappings":"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"}
@@ -6,7 +6,7 @@ exports[`component:<Notification> inherit:className 1`] = `
6
6
  class="view row notification outlined mirai"
7
7
  >
8
8
  <ui_icon
9
- class="icon headline-3 icon"
9
+ class="icon h3 icon"
10
10
  >
11
11
  <svg
12
12
  fill="currentColor"
@@ -41,7 +41,7 @@ exports[`component:<Notification> prop:error 1`] = `
41
41
  class="view row notification error outlined"
42
42
  >
43
43
  <ui_icon
44
- class="icon headline-3 icon"
44
+ class="icon h3 icon"
45
45
  >
46
46
  <svg
47
47
  fill="currentColor"
@@ -76,7 +76,7 @@ exports[`component:<Notification> prop:info & inline 1`] = `
76
76
  class="view row notification info inline inline"
77
77
  >
78
78
  <ui_icon
79
- class="icon headline-3 icon"
79
+ class="icon h3 icon"
80
80
  >
81
81
  <svg
82
82
  fill="currentColor"
@@ -111,7 +111,7 @@ exports[`component:<Notification> prop:info & large 1`] = `
111
111
  class="view row notification info outlined large"
112
112
  >
113
113
  <ui_icon
114
- class="icon headline-1 icon"
114
+ class="icon h1 icon"
115
115
  >
116
116
  <svg
117
117
  fill="currentColor"
@@ -181,7 +181,7 @@ exports[`component:<Notification> prop:info 1`] = `
181
181
  class="view row notification info outlined"
182
182
  >
183
183
  <ui_icon
184
- class="icon headline-3 icon"
184
+ class="icon h3 icon"
185
185
  >
186
186
  <svg
187
187
  fill="currentColor"
@@ -216,7 +216,7 @@ exports[`component:<Notification> prop:inline 1`] = `
216
216
  class="view row notification inline inline"
217
217
  >
218
218
  <ui_icon
219
- class="icon headline-3 icon"
219
+ class="icon h3 icon"
220
220
  >
221
221
  <svg
222
222
  fill="currentColor"
@@ -251,7 +251,7 @@ exports[`component:<Notification> prop:large & prop:inline 1`] = `
251
251
  class="view row notification inline inline large"
252
252
  >
253
253
  <ui_icon
254
- class="icon headline-1 icon"
254
+ class="icon h1 icon"
255
255
  >
256
256
  <svg
257
257
  fill="currentColor"
@@ -286,7 +286,7 @@ exports[`component:<Notification> prop:large 1`] = `
286
286
  class="view row notification outlined large"
287
287
  >
288
288
  <ui_icon
289
- class="icon headline-1 icon"
289
+ class="icon h1 icon"
290
290
  >
291
291
  <svg
292
292
  fill="currentColor"
@@ -322,7 +322,7 @@ exports[`component:<Notification> prop:onClose 1`] = `
322
322
  data-testid="mirai-onClose"
323
323
  >
324
324
  <ui_icon
325
- class="icon headline-3 icon"
325
+ class="icon h3 icon"
326
326
  >
327
327
  <svg
328
328
  fill="currentColor"
@@ -353,7 +353,7 @@ exports[`component:<Notification> prop:onClose 1`] = `
353
353
  tabindex="0"
354
354
  >
355
355
  <ui_icon
356
- class="icon headline-3"
356
+ class="icon h3"
357
357
  >
358
358
  <svg
359
359
  fill="currentColor"
@@ -454,7 +454,7 @@ exports[`component:<Notification> prop:success & inline 1`] = `
454
454
  class="view row notification success inline inline"
455
455
  >
456
456
  <ui_icon
457
- class="icon headline-3 icon"
457
+ class="icon h3 icon"
458
458
  >
459
459
  <svg
460
460
  fill="currentColor"
@@ -489,7 +489,7 @@ exports[`component:<Notification> prop:success & large 1`] = `
489
489
  class="view row notification success outlined large"
490
490
  >
491
491
  <ui_icon
492
- class="icon headline-1 icon"
492
+ class="icon h1 icon"
493
493
  >
494
494
  <svg
495
495
  fill="currentColor"
@@ -559,7 +559,7 @@ exports[`component:<Notification> prop:success 1`] = `
559
559
  class="view row notification success outlined"
560
560
  >
561
561
  <ui_icon
562
- class="icon headline-3 icon"
562
+ class="icon h3 icon"
563
563
  >
564
564
  <svg
565
565
  fill="currentColor"
@@ -594,7 +594,7 @@ exports[`component:<Notification> prop:warning & inline 1`] = `
594
594
  class="view row notification warning inline inline"
595
595
  >
596
596
  <ui_icon
597
- class="icon headline-3 icon"
597
+ class="icon h3 icon"
598
598
  >
599
599
  <svg
600
600
  fill="currentColor"
@@ -625,7 +625,7 @@ exports[`component:<Notification> prop:warning & large 1`] = `
625
625
  class="view row notification warning outlined large"
626
626
  >
627
627
  <ui_icon
628
- class="icon headline-1 icon"
628
+ class="icon h1 icon"
629
629
  >
630
630
  <svg
631
631
  fill="currentColor"
@@ -687,7 +687,7 @@ exports[`component:<Notification> prop:warning 1`] = `
687
687
  class="view row notification warning outlined"
688
688
  >
689
689
  <ui_icon
690
- class="icon headline-3 icon"
690
+ class="icon h3 icon"
691
691
  >
692
692
  <svg
693
693
  fill="currentColor"
@@ -718,7 +718,7 @@ exports[`component:<Notification> prop:wide 1`] = `
718
718
  class="view row notification outlined wide"
719
719
  >
720
720
  <ui_icon
721
- class="icon headline-3 icon"
721
+ class="icon h3 icon"
722
722
  >
723
723
  <svg
724
724
  fill="currentColor"
@@ -753,7 +753,7 @@ exports[`component:<Notification> renders 1`] = `
753
753
  class="view row notification outlined"
754
754
  >
755
755
  <ui_icon
756
- class="icon headline-3 icon"
756
+ class="icon h3 icon"
757
757
  >
758
758
  <svg
759
759
  fill="currentColor"
@@ -789,7 +789,7 @@ exports[`component:<Notification> testId 1`] = `
789
789
  data-testid="mirai"
790
790
  >
791
791
  <ui_icon
792
- class="icon headline-3 icon"
792
+ class="icon h3 icon"
793
793
  >
794
794
  <svg
795
795
  fill="currentColor"
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -9,10 +8,8 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  var _helpers = require("../../helpers");
11
10
  var _primitives = require("../../primitives");
12
- var style = _interopRequireWildcard(require("./Progress.module.css"));
11
+ var _ProgressModule = _interopRequireDefault(require("./Progress.module.css"));
13
12
  var _excluded = ["indeterminate", "value", "visible"];
14
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
15
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
16
13
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
14
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
18
15
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
@@ -27,9 +24,9 @@ var Progress = function Progress(_ref) {
27
24
  others = _objectWithoutProperties(_ref, _excluded);
28
25
  return /*#__PURE__*/_react.default.createElement(_primitives.View, _extends({}, others, {
29
26
  role: others.role || 'progress',
30
- className: (0, _helpers.styles)(style.progress, visible && style.visible, others.className)
27
+ className: (0, _helpers.styles)(_ProgressModule.default.progress, visible && _ProgressModule.default.visible, others.className)
31
28
  }), /*#__PURE__*/_react.default.createElement(_primitives.View, {
32
- className: (0, _helpers.styles)(style.value, indeterminate && style.indeterminate),
29
+ className: (0, _helpers.styles)(_ProgressModule.default.value, indeterminate && _ProgressModule.default.indeterminate),
33
30
  style: !indeterminate ? {
34
31
  width: "".concat(value, "%")
35
32
  } : undefined
@@ -1 +1 @@
1
- {"version":3,"file":"Progress.js","names":["Progress","indeterminate","value","visible","others","role","styles","style","progress","className","width","undefined","propTypes","PropTypes","bool","number"],"sources":["../../../src/components/Progress/Progress.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React from 'react';\n\nimport { styles } from '../../helpers';\nimport { View } from '../../primitives';\nimport * as style from './Progress.module.css';\n\nconst Progress = ({ indeterminate = false, value = 0, visible = false, ...others }) => (\n <View\n {...others}\n role={others.role || 'progress'}\n className={styles(style.progress, visible && style.visible, others.className)}\n >\n <View\n className={styles(style.value, indeterminate && style.indeterminate)}\n style={!indeterminate ? { width: `${value}%` } : undefined}\n />\n </View>\n);\n\nProgress.propTypes = {\n indeterminate: PropTypes.bool,\n value: PropTypes.number,\n visible: PropTypes.bool,\n};\n\nexport { Progress };\n"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA;AACA;AAA+C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAE/C,IAAMA,QAAQ,GAAG,SAAXA,QAAQ;EAAA,8BAAMC,aAAa;IAAbA,aAAa,mCAAG,KAAK;IAAA,kBAAEC,KAAK;IAALA,KAAK,2BAAG,CAAC;IAAA,oBAAEC,OAAO;IAAPA,OAAO,6BAAG,KAAK;IAAKC,MAAM;EAAA,oBAC9E,6BAAC,gBAAI,eACCA,MAAM;IACV,IAAI,EAAEA,MAAM,CAACC,IAAI,IAAI,UAAW;IAChC,SAAS,EAAE,IAAAC,eAAM,EAACC,KAAK,CAACC,QAAQ,EAAEL,OAAO,IAAII,KAAK,CAACJ,OAAO,EAAEC,MAAM,CAACK,SAAS;EAAE,iBAE9E,6BAAC,gBAAI;IACH,SAAS,EAAE,IAAAH,eAAM,EAACC,KAAK,CAACL,KAAK,EAAED,aAAa,IAAIM,KAAK,CAACN,aAAa,CAAE;IACrE,KAAK,EAAE,CAACA,aAAa,GAAG;MAAES,KAAK,YAAKR,KAAK;IAAI,CAAC,GAAGS;EAAU,EAC3D,CACG;AAAA,CACR;AAAC;AAEFX,QAAQ,CAACY,SAAS,GAAG;EACnBX,aAAa,EAAEY,kBAAS,CAACC,IAAI;EAC7BZ,KAAK,EAAEW,kBAAS,CAACE,MAAM;EACvBZ,OAAO,EAAEU,kBAAS,CAACC;AACrB,CAAC"}
1
+ {"version":3,"file":"Progress.js","names":["Progress","indeterminate","value","visible","others","role","styles","style","progress","className","width","undefined","propTypes","PropTypes","bool","number"],"sources":["../../../src/components/Progress/Progress.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React from 'react';\n\nimport { styles } from '../../helpers';\nimport { View } from '../../primitives';\nimport style from './Progress.module.css';\n\nconst Progress = ({ indeterminate = false, value = 0, visible = false, ...others }) => (\n <View\n {...others}\n role={others.role || 'progress'}\n className={styles(style.progress, visible && style.visible, others.className)}\n >\n <View\n className={styles(style.value, indeterminate && style.indeterminate)}\n style={!indeterminate ? { width: `${value}%` } : undefined}\n />\n </View>\n);\n\nProgress.propTypes = {\n indeterminate: PropTypes.bool,\n value: PropTypes.number,\n visible: PropTypes.bool,\n};\n\nexport { Progress };\n"],"mappings":";;;;;;AAAA;AACA;AAEA;AACA;AACA;AAA0C;AAAA;AAAA;AAAA;AAAA;AAE1C,IAAMA,QAAQ,GAAG,SAAXA,QAAQ;EAAA,8BAAMC,aAAa;IAAbA,aAAa,mCAAG,KAAK;IAAA,kBAAEC,KAAK;IAALA,KAAK,2BAAG,CAAC;IAAA,oBAAEC,OAAO;IAAPA,OAAO,6BAAG,KAAK;IAAKC,MAAM;EAAA,oBAC9E,6BAAC,gBAAI,eACCA,MAAM;IACV,IAAI,EAAEA,MAAM,CAACC,IAAI,IAAI,UAAW;IAChC,SAAS,EAAE,IAAAC,eAAM,EAACC,uBAAK,CAACC,QAAQ,EAAEL,OAAO,IAAII,uBAAK,CAACJ,OAAO,EAAEC,MAAM,CAACK,SAAS;EAAE,iBAE9E,6BAAC,gBAAI;IACH,SAAS,EAAE,IAAAH,eAAM,EAACC,uBAAK,CAACL,KAAK,EAAED,aAAa,IAAIM,uBAAK,CAACN,aAAa,CAAE;IACrE,KAAK,EAAE,CAACA,aAAa,GAAG;MAAES,KAAK,YAAKR,KAAK;IAAI,CAAC,GAAGS;EAAU,EAC3D,CACG;AAAA,CACR;AAAC;AAEFX,QAAQ,CAACY,SAAS,GAAG;EACnBX,aAAa,EAAEY,kBAAS,CAACC,IAAI;EAC7BZ,KAAK,EAAEW,kBAAS,CAACE,MAAM;EACvBZ,OAAO,EAAEU,kBAAS,CAACC;AACrB,CAAC"}
@@ -12,7 +12,7 @@ var _hooks = require("../../hooks");
12
12
  var _primitives = require("../../primitives");
13
13
  var _helpers2 = require("./helpers");
14
14
  var _Slider = require("./Slider.constants");
15
- var style = _interopRequireWildcard(require("./Slider.module.css"));
15
+ var _SliderModule = _interopRequireDefault(require("./Slider.module.css"));
16
16
  var _excluded = ["auto", "captions", "fullScreen", "height", "images", "index", "thumbnails", "width", "onChange", "onFullScreen"];
17
17
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
18
18
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@@ -109,7 +109,7 @@ var Slider = function Slider(_ref) {
109
109
  onMouseLeave: isDesktop ? function () {
110
110
  return setFocus(false);
111
111
  } : undefined,
112
- className: (0, _helpers.styles)(style.container, fullScreen && style.fullScreen, others.className),
112
+ className: (0, _helpers.styles)(_SliderModule.default.container, fullScreen && _SliderModule.default.fullScreen, others.className),
113
113
  style: _objectSpread(_objectSpread({}, !fullScreen ? others.style : undefined), {}, {
114
114
  width: fullScreen ? screenWidth : width
115
115
  })
@@ -117,7 +117,7 @@ var Slider = function Slider(_ref) {
117
117
  onPress: function onPress() {
118
118
  return setIndex(index - 1);
119
119
  },
120
- className: (0, _helpers.styles)(style.button, (index <= 0 || isDesktop && !focus) && style.hide, style.back)
120
+ className: (0, _helpers.styles)(_SliderModule.default.button, (index <= 0 || isDesktop && !focus) && _SliderModule.default.hide, _SliderModule.default.back)
121
121
  }, /*#__PURE__*/_react.default.createElement(_primitives.Icon, {
122
122
  value: _primitives.ICON.LEFT
123
123
  })), /*#__PURE__*/_react.default.createElement(_primitives.ScrollView, {
@@ -126,47 +126,47 @@ var Slider = function Slider(_ref) {
126
126
  snap: true,
127
127
  width: width,
128
128
  onScroll: handleScroll,
129
- className: style.scrollView
129
+ className: _SliderModule.default.scrollView
130
130
  }, images.map(function (image, imageIndex) {
131
131
  return /*#__PURE__*/_react.default.createElement(_primitives.View, {
132
132
  key: imageIndex,
133
- className: style.item
133
+ className: _SliderModule.default.item
134
134
  }, /*#__PURE__*/_react.default.createElement(_primitives.View, {
135
135
  role: "image",
136
136
  onClick: function onClick() {
137
137
  return setFullScreen(!fullScreen);
138
138
  },
139
- className: style.image,
139
+ className: _SliderModule.default.image,
140
140
  style: {
141
141
  backgroundImage: fullScreen || imageIndex >= index - _Slider.PRELOAD_IMAGES && imageIndex <= index + _Slider.PRELOAD_IMAGES ? "url(".concat(image, ")") : undefined,
142
142
  height: height,
143
143
  width: width
144
144
  }
145
145
  }), captions[imageIndex] && /*#__PURE__*/_react.default.createElement(_primitives.View, {
146
- className: style.caption
146
+ className: _SliderModule.default.caption
147
147
  }, /*#__PURE__*/_react.default.createElement(_primitives.Text, {
148
148
  bold: true,
149
149
  small: true,
150
- className: style.text
150
+ className: _SliderModule.default.text
151
151
  }, captions[imageIndex])));
152
152
  })), !fullScreen && /*#__PURE__*/_react.default.createElement(_primitives.Pressable, {
153
153
  onPress: function onPress() {
154
154
  return setIndex(index + 1);
155
155
  },
156
- className: (0, _helpers.styles)(style.button, (index >= images.length - 1 || isDesktop && !focus) && style.hide && style.hide, style.forward)
156
+ className: (0, _helpers.styles)(_SliderModule.default.button, (index >= images.length - 1 || isDesktop && !focus) && _SliderModule.default.hide && _SliderModule.default.hide, _SliderModule.default.forward)
157
157
  }, /*#__PURE__*/_react.default.createElement(_primitives.Icon, {
158
158
  value: _primitives.ICON.RIGHT
159
159
  })), fullScreen && /*#__PURE__*/_react.default.createElement(_primitives.ScrollView, {
160
160
  horizontal: true,
161
161
  snap: true,
162
- className: style.thumbnails
162
+ className: _SliderModule.default.thumbnails
163
163
  }, images.map(function (image, imageIndex) {
164
164
  return /*#__PURE__*/_react.default.createElement(_primitives.Pressable, {
165
165
  key: imageIndex,
166
166
  onPress: function onPress() {
167
167
  return setIndex(imageIndex);
168
168
  },
169
- className: (0, _helpers.styles)(style.thumbnail, index === imageIndex && style.active),
169
+ className: (0, _helpers.styles)(_SliderModule.default.thumbnail, index === imageIndex && _SliderModule.default.active),
170
170
  style: {
171
171
  backgroundImage: "url(".concat(thumbnails[imageIndex] || image, ")")
172
172
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.js","names":["interval","timeout","Slider","auto","captions","fullScreen","propFullScreen","height","propHeight","images","index","propIndex","thumbnails","width","propWidth","onChange","onFullScreen","others","useDevice","screenHeight","isDesktop","isLandscape","screenWidth","useState","focus","setFocus","setFullScreen","setIndex","useEffect","setInterval","length","clearInterval","handleScroll","x","clearTimeout","setTimeout","Math","round","getMotionExpand","undefined","styles","style","container","className","button","hide","back","ICON","LEFT","floor","scrollView","map","image","imageIndex","item","backgroundImage","PRELOAD_IMAGES","caption","text","forward","RIGHT","thumbnail","active","displayName","propTypes","PropTypes","bool","arrayOf","string","number","isRequired","func"],"sources":["../../../src/components/Slider/Slider.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React, { useEffect, useState } from 'react';\n\nimport { styles } from '../../helpers';\nimport { useDevice } from '../../hooks';\nimport { Icon, ICON, ScrollView, Pressable, Text, View } from '../../primitives';\nimport { getMotionExpand } from './helpers';\nimport { PRELOAD_IMAGES } from './Slider.constants';\nimport * as style from './Slider.module.css';\n\nlet interval;\nlet timeout;\n\nconst Slider = ({\n auto = false,\n captions = [],\n fullScreen: propFullScreen = false,\n height: propHeight = 240,\n images = [],\n index: propIndex = 0,\n thumbnails = [],\n width: propWidth = 320,\n onChange = () => {},\n onFullScreen = () => {},\n ...others\n}) => {\n const { height: screenHeight, isDesktop, isLandscape, width: screenWidth } = useDevice();\n\n const [focus, setFocus] = useState(false);\n const [fullScreen, setFullScreen] = useState(propFullScreen);\n const [index, setIndex] = useState(propIndex);\n\n useEffect(() => {\n if (auto) interval = setInterval(() => setIndex(index < images.length - 1 ? index + 1 : 0), 2000);\n return () => clearInterval(interval);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [auto, index]);\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useEffect(() => onChange(index), [index]);\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useEffect(() => onFullScreen(fullScreen), [fullScreen]);\n\n const height = fullScreen ? screenHeight * (isLandscape ? 0.9 : 0.4) : propHeight;\n\n const width = fullScreen ? screenWidth * (isLandscape ? 0.85 : 0.9) : propWidth;\n\n const handleScroll = ({ x } = {}) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => {\n setIndex(x < width ? 0 : Math.round(x / width));\n }, getMotionExpand());\n };\n\n return (\n <View\n {...others}\n role=\"slider\"\n onMouseEnter={isDesktop ? () => setFocus(true) : undefined}\n onMouseLeave={isDesktop ? () => setFocus(false) : undefined}\n className={styles(style.container, fullScreen && style.fullScreen, others.className)}\n style={{ ...(!fullScreen ? others.style : undefined), width: fullScreen ? screenWidth : width }}\n >\n {!fullScreen && (\n <Pressable\n onPress={() => setIndex(index - 1)}\n className={styles(style.button, (index <= 0 || (isDesktop && !focus)) && style.hide, style.back)}\n >\n <Icon value={ICON.LEFT} />\n </Pressable>\n )}\n\n <ScrollView\n horizontal\n scrollTo={index * Math.floor(width)}\n snap\n width={width}\n onScroll={handleScroll}\n className={style.scrollView}\n >\n {images.map((image, imageIndex) => (\n <View key={imageIndex} className={style.item}>\n <View\n role=\"image\"\n onClick={() => setFullScreen(!fullScreen)}\n className={style.image}\n style={{\n backgroundImage:\n fullScreen || (imageIndex >= index - PRELOAD_IMAGES && imageIndex <= index + PRELOAD_IMAGES)\n ? `url(${image})`\n : undefined,\n height,\n width,\n }}\n />\n {captions[imageIndex] && (\n <View className={style.caption}>\n <Text bold small className={style.text}>\n {captions[imageIndex]}\n </Text>\n </View>\n )}\n </View>\n ))}\n </ScrollView>\n\n {!fullScreen && (\n <Pressable\n onPress={() => setIndex(index + 1)}\n className={styles(\n style.button,\n (index >= images.length - 1 || (isDesktop && !focus)) && style.hide && style.hide,\n style.forward,\n )}\n >\n <Icon value={ICON.RIGHT} />\n </Pressable>\n )}\n\n {fullScreen && (\n <ScrollView horizontal snap className={style.thumbnails}>\n {images.map((image, imageIndex) => (\n <Pressable\n key={imageIndex}\n onPress={() => setIndex(imageIndex)}\n className={styles(style.thumbnail, index === imageIndex && style.active)}\n style={{ backgroundImage: `url(${thumbnails[imageIndex] || image})` }}\n />\n ))}\n </ScrollView>\n )}\n </View>\n );\n};\n\nSlider.displayName = 'Component:Slider';\n\nSlider.propTypes = {\n auto: PropTypes.bool,\n captions: PropTypes.arrayOf(PropTypes.string),\n fullScreen: PropTypes.bool,\n height: PropTypes.number.isRequired,\n images: PropTypes.arrayOf(PropTypes.string).isRequired,\n index: PropTypes.number,\n thumbnails: PropTypes.arrayOf(PropTypes.string),\n width: PropTypes.number.isRequired,\n onChange: PropTypes.func,\n onFullScreen: PropTypes.func,\n};\n\nexport { Slider };\n"],"mappings":"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"}
1
+ {"version":3,"file":"Slider.js","names":["interval","timeout","Slider","auto","captions","fullScreen","propFullScreen","height","propHeight","images","index","propIndex","thumbnails","width","propWidth","onChange","onFullScreen","others","useDevice","screenHeight","isDesktop","isLandscape","screenWidth","useState","focus","setFocus","setFullScreen","setIndex","useEffect","setInterval","length","clearInterval","handleScroll","x","clearTimeout","setTimeout","Math","round","getMotionExpand","undefined","styles","style","container","className","button","hide","back","ICON","LEFT","floor","scrollView","map","image","imageIndex","item","backgroundImage","PRELOAD_IMAGES","caption","text","forward","RIGHT","thumbnail","active","displayName","propTypes","PropTypes","bool","arrayOf","string","number","isRequired","func"],"sources":["../../../src/components/Slider/Slider.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React, { useEffect, useState } from 'react';\n\nimport { styles } from '../../helpers';\nimport { useDevice } from '../../hooks';\nimport { Icon, ICON, ScrollView, Pressable, Text, View } from '../../primitives';\nimport { getMotionExpand } from './helpers';\nimport { PRELOAD_IMAGES } from './Slider.constants';\nimport style from './Slider.module.css';\n\nlet interval;\nlet timeout;\n\nconst Slider = ({\n auto = false,\n captions = [],\n fullScreen: propFullScreen = false,\n height: propHeight = 240,\n images = [],\n index: propIndex = 0,\n thumbnails = [],\n width: propWidth = 320,\n onChange = () => {},\n onFullScreen = () => {},\n ...others\n}) => {\n const { height: screenHeight, isDesktop, isLandscape, width: screenWidth } = useDevice();\n\n const [focus, setFocus] = useState(false);\n const [fullScreen, setFullScreen] = useState(propFullScreen);\n const [index, setIndex] = useState(propIndex);\n\n useEffect(() => {\n if (auto) interval = setInterval(() => setIndex(index < images.length - 1 ? index + 1 : 0), 2000);\n return () => clearInterval(interval);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [auto, index]);\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useEffect(() => onChange(index), [index]);\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useEffect(() => onFullScreen(fullScreen), [fullScreen]);\n\n const height = fullScreen ? screenHeight * (isLandscape ? 0.9 : 0.4) : propHeight;\n\n const width = fullScreen ? screenWidth * (isLandscape ? 0.85 : 0.9) : propWidth;\n\n const handleScroll = ({ x } = {}) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => {\n setIndex(x < width ? 0 : Math.round(x / width));\n }, getMotionExpand());\n };\n\n return (\n <View\n {...others}\n role=\"slider\"\n onMouseEnter={isDesktop ? () => setFocus(true) : undefined}\n onMouseLeave={isDesktop ? () => setFocus(false) : undefined}\n className={styles(style.container, fullScreen && style.fullScreen, others.className)}\n style={{ ...(!fullScreen ? others.style : undefined), width: fullScreen ? screenWidth : width }}\n >\n {!fullScreen && (\n <Pressable\n onPress={() => setIndex(index - 1)}\n className={styles(style.button, (index <= 0 || (isDesktop && !focus)) && style.hide, style.back)}\n >\n <Icon value={ICON.LEFT} />\n </Pressable>\n )}\n\n <ScrollView\n horizontal\n scrollTo={index * Math.floor(width)}\n snap\n width={width}\n onScroll={handleScroll}\n className={style.scrollView}\n >\n {images.map((image, imageIndex) => (\n <View key={imageIndex} className={style.item}>\n <View\n role=\"image\"\n onClick={() => setFullScreen(!fullScreen)}\n className={style.image}\n style={{\n backgroundImage:\n fullScreen || (imageIndex >= index - PRELOAD_IMAGES && imageIndex <= index + PRELOAD_IMAGES)\n ? `url(${image})`\n : undefined,\n height,\n width,\n }}\n />\n {captions[imageIndex] && (\n <View className={style.caption}>\n <Text bold small className={style.text}>\n {captions[imageIndex]}\n </Text>\n </View>\n )}\n </View>\n ))}\n </ScrollView>\n\n {!fullScreen && (\n <Pressable\n onPress={() => setIndex(index + 1)}\n className={styles(\n style.button,\n (index >= images.length - 1 || (isDesktop && !focus)) && style.hide && style.hide,\n style.forward,\n )}\n >\n <Icon value={ICON.RIGHT} />\n </Pressable>\n )}\n\n {fullScreen && (\n <ScrollView horizontal snap className={style.thumbnails}>\n {images.map((image, imageIndex) => (\n <Pressable\n key={imageIndex}\n onPress={() => setIndex(imageIndex)}\n className={styles(style.thumbnail, index === imageIndex && style.active)}\n style={{ backgroundImage: `url(${thumbnails[imageIndex] || image})` }}\n />\n ))}\n </ScrollView>\n )}\n </View>\n );\n};\n\nSlider.displayName = 'Component:Slider';\n\nSlider.propTypes = {\n auto: PropTypes.bool,\n captions: PropTypes.arrayOf(PropTypes.string),\n fullScreen: PropTypes.bool,\n height: PropTypes.number.isRequired,\n images: PropTypes.arrayOf(PropTypes.string).isRequired,\n index: PropTypes.number,\n thumbnails: PropTypes.arrayOf(PropTypes.string),\n width: PropTypes.number.isRequired,\n onChange: PropTypes.func,\n onFullScreen: PropTypes.func,\n};\n\nexport { Slider };\n"],"mappings":"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"}
@@ -11,7 +11,7 @@ exports[`component:<Slider> inherit:className 1`] = `
11
11
  tabindex="0"
12
12
  >
13
13
  <ui_icon
14
- class="icon headline-3"
14
+ class="icon h3"
15
15
  >
16
16
  <svg
17
17
  fill="currentColor"
@@ -90,7 +90,7 @@ exports[`component:<Slider> inherit:className 1`] = `
90
90
  tabindex="0"
91
91
  >
92
92
  <ui_icon
93
- class="icon headline-3"
93
+ class="icon h3"
94
94
  >
95
95
  <svg
96
96
  fill="currentColor"
@@ -126,7 +126,7 @@ exports[`component:<Slider> prop:auto 1`] = `
126
126
  tabindex="0"
127
127
  >
128
128
  <ui_icon
129
- class="icon headline-3"
129
+ class="icon h3"
130
130
  >
131
131
  <svg
132
132
  fill="currentColor"
@@ -205,7 +205,7 @@ exports[`component:<Slider> prop:auto 1`] = `
205
205
  tabindex="0"
206
206
  >
207
207
  <ui_icon
208
- class="icon headline-3"
208
+ class="icon h3"
209
209
  >
210
210
  <svg
211
211
  fill="currentColor"
@@ -241,7 +241,7 @@ exports[`component:<Slider> prop:captions 1`] = `
241
241
  tabindex="0"
242
242
  >
243
243
  <ui_icon
244
- class="icon headline-3"
244
+ class="icon h3"
245
245
  >
246
246
  <svg
247
247
  fill="currentColor"
@@ -365,7 +365,7 @@ exports[`component:<Slider> prop:captions 1`] = `
365
365
  tabindex="0"
366
366
  >
367
367
  <ui_icon
368
- class="icon headline-3"
368
+ class="icon h3"
369
369
  >
370
370
  <svg
371
371
  fill="currentColor"
@@ -498,7 +498,7 @@ exports[`component:<Slider> prop:index 1`] = `
498
498
  tabindex="0"
499
499
  >
500
500
  <ui_icon
501
- class="icon headline-3"
501
+ class="icon h3"
502
502
  >
503
503
  <svg
504
504
  fill="currentColor"
@@ -577,7 +577,7 @@ exports[`component:<Slider> prop:index 1`] = `
577
577
  tabindex="0"
578
578
  >
579
579
  <ui_icon
580
- class="icon headline-3"
580
+ class="icon h3"
581
581
  >
582
582
  <svg
583
583
  fill="currentColor"
@@ -613,7 +613,7 @@ exports[`component:<Slider> renders 1`] = `
613
613
  tabindex="0"
614
614
  >
615
615
  <ui_icon
616
- class="icon headline-3"
616
+ class="icon h3"
617
617
  >
618
618
  <svg
619
619
  fill="currentColor"
@@ -692,7 +692,7 @@ exports[`component:<Slider> renders 1`] = `
692
692
  tabindex="0"
693
693
  >
694
694
  <ui_icon
695
- class="icon headline-3"
695
+ class="icon h3"
696
696
  >
697
697
  <svg
698
698
  fill="currentColor"
@@ -729,7 +729,7 @@ exports[`component:<Slider> testId 1`] = `
729
729
  tabindex="0"
730
730
  >
731
731
  <ui_icon
732
- class="icon headline-3"
732
+ class="icon h3"
733
733
  >
734
734
  <svg
735
735
  fill="currentColor"
@@ -808,7 +808,7 @@ exports[`component:<Slider> testId 1`] = `
808
808
  tabindex="0"
809
809
  >
810
810
  <ui_icon
811
- class="icon headline-3"
811
+ class="icon h3"
812
812
  >
813
813
  <svg
814
814
  fill="currentColor"
@@ -14,7 +14,7 @@ var _InputOption = require("../InputOption");
14
14
  var _InputText = require("../InputText");
15
15
  var _Menu = require("../Menu");
16
16
  var _Table = require("./Table.constants");
17
- var style = _interopRequireWildcard(require("./Table.module.css"));
17
+ var _TableModule = _interopRequireDefault(require("./Table.module.css"));
18
18
  var _excluded = ["field", "l10n", "schema", "visible", "onFocus", "onSubmit"];
19
19
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
20
20
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@@ -119,7 +119,7 @@ var ColumnFilter = function ColumnFilter(_ref) {
119
119
  }, {
120
120
  children: type === 'number' ? /*#__PURE__*/_react.default.createElement(_primitives.View, {
121
121
  row: true,
122
- className: style.items
122
+ className: _TableModule.default.items
123
123
  }, /*#__PURE__*/_react.default.createElement(_InputText.InputText, {
124
124
  label: labelMin,
125
125
  name: "min",
@@ -130,7 +130,7 @@ var ColumnFilter = function ColumnFilter(_ref) {
130
130
  min: min
131
131
  }));
132
132
  },
133
- className: style.input
133
+ className: _TableModule.default.input
134
134
  }), /*#__PURE__*/_react.default.createElement(_InputText.InputText, {
135
135
  label: labelMax,
136
136
  name: "max",
@@ -142,7 +142,7 @@ var ColumnFilter = function ColumnFilter(_ref) {
142
142
  }));
143
143
  },
144
144
  onKeyDown: handleKeyDown,
145
- className: style.input
145
+ className: _TableModule.default.input
146
146
  })) : type === 'boolean' ? /*#__PURE__*/_react.default.createElement(_InputOption.InputOption, {
147
147
  name: "search",
148
148
  type: _InputOption.SWITCH,
@@ -152,7 +152,7 @@ var ColumnFilter = function ColumnFilter(_ref) {
152
152
  value: value ? 'true' : 'false'
153
153
  });
154
154
  },
155
- className: style.input
155
+ className: _TableModule.default.input
156
156
  }) : type === 'options' ? /*#__PURE__*/_react.default.createElement(_primitives.View, {
157
157
  wide: true
158
158
  }, Object.entries(options).map(function (_ref3) {
@@ -183,14 +183,14 @@ var ColumnFilter = function ColumnFilter(_ref) {
183
183
  });
184
184
  },
185
185
  onKeyDown: handleKeyDown,
186
- className: style.input
186
+ className: _TableModule.default.input
187
187
  }),
188
188
  divider: true
189
189
  }, {
190
190
  children: /*#__PURE__*/_react.default.createElement(_primitives.View, {
191
191
  row: true,
192
192
  wide: true,
193
- className: style.items
193
+ className: _TableModule.default.items
194
194
  }, /*#__PURE__*/_react.default.createElement(_Button.Button, {
195
195
  secondary: true,
196
196
  wide: true,
@@ -205,7 +205,7 @@ var ColumnFilter = function ColumnFilter(_ref) {
205
205
  bottom: true,
206
206
  centered: true,
207
207
  visible: visible,
208
- className: (0, _helpers.styles)(style.menuFilter, others.className)
208
+ className: (0, _helpers.styles)(_TableModule.default.menuFilter, others.className)
209
209
  }), /*#__PURE__*/_react.default.createElement(_primitives.Pressable, {
210
210
  onPress: handlePress,
211
211
  style: {
@@ -213,7 +213,7 @@ var ColumnFilter = function ColumnFilter(_ref) {
213
213
  }
214
214
  }, /*#__PURE__*/_react.default.createElement(_primitives.Icon, {
215
215
  value: _primitives.ICON.FILTER,
216
- className: (0, _helpers.styles)(style.icon, !visible && style.disabled)
216
+ className: (0, _helpers.styles)(_TableModule.default.icon, !visible && _TableModule.default.disabled)
217
217
  })));
218
218
  };
219
219
  exports.ColumnFilter = ColumnFilter;