UNPKG

now-design-atoms

Version:

Atomic UI components for now-design.

259 lines (258 loc) 11.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = exports.WithoutIcon = exports.States = exports.Selected = exports.LongLabels = exports.Interactive = exports.Disabled = exports.DifferentIcons = exports.Default = void 0; var _react = _interopRequireWildcard(require("react")); var _SelectableListItem = _interopRequireDefault(require("./SelectableListItem")); var _nowDesignIcons = require("now-design-icons"); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } } function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; } function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } var _default = exports["default"] = { title: 'Atoms/SelectableListItem', component: _SelectableListItem["default"], parameters: { layout: 'centered', docs: { description: { component: 'A selectable list item component that can be used in navigation menus, dropdowns, and other interactive lists.' } } }, argTypes: { id: { control: { type: 'text' }, description: 'Unique identifier for the item' }, label: { control: { type: 'text' }, description: 'Text label for the item' }, icon: { control: { type: 'select' }, options: ['SystemAddFill', 'MetalcloudMeltingFurnaceLine', 'ArrowsArrowDownSLine'], mapping: { SystemAddFill: _nowDesignIcons.SystemAddFill, MetalcloudMeltingFurnaceLine: _nowDesignIcons.MetalcloudMeltingFurnaceLine, ArrowsArrowDownSLine: _nowDesignIcons.ArrowsArrowDownSLine }, description: 'Icon to display with the item' }, selected: { control: { type: 'boolean' }, description: 'Whether the item is selected' }, disabled: { control: { type: 'boolean' }, description: 'Whether the item is disabled' }, onClick: { action: 'clicked', description: 'Callback when item is clicked' }, className: { control: { type: 'text' }, description: 'Additional CSS classes' } } }; var Template = function Template(args) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], _objectSpread({}, args)); }; var Default = exports.Default = Template.bind({}); Default.args = { id: 'item-1', label: 'Default Item', icon: _nowDesignIcons.SystemAddFill, selected: false, disabled: false }; var Selected = exports.Selected = Template.bind({}); Selected.args = { id: 'item-2', label: 'Selected Item', icon: _nowDesignIcons.SystemAddFill, selected: true, disabled: false }; var Disabled = exports.Disabled = Template.bind({}); Disabled.args = { id: 'item-3', label: 'Disabled Item', icon: _nowDesignIcons.SystemAddFill, selected: false, disabled: true }; var WithoutIcon = exports.WithoutIcon = Template.bind({}); WithoutIcon.args = { id: 'item-4', label: 'Item without icon', selected: false, disabled: false }; var Interactive = exports.Interactive = function Interactive() { var _useState = (0, _react.useState)('item-1'), _useState2 = _slicedToArray(_useState, 2), selectedId = _useState2[0], setSelectedId = _useState2[1]; var items = [{ id: 'item-1', label: 'First Item', icon: _nowDesignIcons.SystemAddFill }, { id: 'item-2', label: 'Second Item', icon: _nowDesignIcons.MetalcloudMeltingFurnaceLine }, { id: 'item-3', label: 'Third Item', icon: _nowDesignIcons.ArrowsArrowDownSLine }, { id: 'item-4', label: 'Disabled Item', icon: _nowDesignIcons.SystemAddFill, disabled: true }]; var handleItemClick = function handleItemClick(id) { var _items$find; if (!((_items$find = items.find(function (item) { return item.id === id; })) !== null && _items$find !== void 0 && _items$find.disabled)) { setSelectedId(id); } }; return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", { style: { display: 'flex', flexDirection: 'column', gap: '8px', minWidth: '300px' }, children: items.map(function (item) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: item.id, label: item.label, icon: item.icon, selected: selectedId === item.id, disabled: item.disabled, onClick: handleItemClick }, item.id); }) }); }; var DifferentIcons = exports.DifferentIcons = function DifferentIcons() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", { style: { display: 'flex', flexDirection: 'column', gap: '8px', minWidth: '300px' }, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "icon-1", label: "Add Item", icon: _nowDesignIcons.SystemAddFill, selected: false }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "icon-2", label: "Melting Furnace", icon: _nowDesignIcons.MetalcloudMeltingFurnaceLine, selected: true }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "icon-3", label: "Arrow Down", icon: _nowDesignIcons.ArrowsArrowDownSLine, selected: false }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "icon-4", label: "No Icon", selected: false })] }); }; var States = exports.States = function States() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", { style: { display: 'flex', flexDirection: 'column', gap: '8px', minWidth: '300px' }, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "normal", label: "Normal State", icon: _nowDesignIcons.SystemAddFill, selected: false, disabled: false }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "selected", label: "Selected State", icon: _nowDesignIcons.SystemAddFill, selected: true, disabled: false }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "disabled", label: "Disabled State", icon: _nowDesignIcons.SystemAddFill, selected: false, disabled: true }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "selected-disabled", label: "Selected & Disabled", icon: _nowDesignIcons.SystemAddFill, selected: true, disabled: true })] }); }; var LongLabels = exports.LongLabels = function LongLabels() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", { style: { display: 'flex', flexDirection: 'column', gap: '8px', minWidth: '400px' }, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "long-1", label: "This is a very long label that might wrap to multiple lines in the component", icon: _nowDesignIcons.SystemAddFill, selected: false }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "long-2", label: "Another long label with different content to test text wrapping behavior", icon: _nowDesignIcons.MetalcloudMeltingFurnaceLine, selected: true }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectableListItem["default"], { id: "long-3", label: "Short label", icon: _nowDesignIcons.ArrowsArrowDownSLine, selected: false })] }); };