@assembly-js/design-system 3.0.0 → 3.0.1-alpha.1

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 (41) hide show
  1. package/dist/esm/components/Avatar/Avatar.js +2 -0
  2. package/dist/esm/components/CheckboxGroup/CheckboxGroup.js +2 -0
  3. package/dist/esm/components/RadioGroup/RadioGroup.js +2 -0
  4. package/dist/esm/components/Search/Search.js +2 -0
  5. package/dist/esm/components/Toolbar/SlashMenu.js +2 -0
  6. package/dist/esm/components/Toolbar/ToolbarContext.js +2 -0
  7. package/dist/esm/components/Tooltip/Tooltip.js +2 -0
  8. package/dist/esm/components/UserCompanySelector/UserCompanySelector.js +2 -0
  9. package/dist/esm/types/tsconfig.tsbuildinfo +1 -1
  10. package/dist/types/tsconfig.tsbuildinfo +1 -1
  11. package/dist/umd/components/Avatar/Avatar.js +1 -0
  12. package/dist/umd/components/CheckboxGroup/CheckboxGroup.js +1 -0
  13. package/dist/umd/components/RadioGroup/RadioGroup.js +1 -0
  14. package/dist/umd/components/Search/Search.js +1 -0
  15. package/dist/umd/components/Toolbar/SlashMenu.js +1 -0
  16. package/dist/umd/components/Toolbar/ToolbarContext.js +1 -0
  17. package/dist/umd/components/Tooltip/Tooltip.js +1 -0
  18. package/dist/umd/components/UserCompanySelector/UserCompanySelector.js +1 -0
  19. package/dist/umd/types/tsconfig.tsbuildinfo +1 -1
  20. package/package.json +14 -6
  21. package/.eslintrc.cjs +0 -45
  22. package/.github/workflows/chromatic.yml +0 -21
  23. package/.github/workflows/npm-publish.yml +0 -52
  24. package/.github/workflows/tsc.yml +0 -32
  25. package/.nvmrc +0 -1
  26. package/.prettierignore +0 -2
  27. package/.prettierrc.js +0 -7
  28. package/.storybook/main.ts +0 -40
  29. package/.storybook/preview.ts +0 -11
  30. package/.vscode/css_custom_data.json +0 -9
  31. package/.vscode/extensions.json +0 -11
  32. package/.vscode/launch.json +0 -27
  33. package/.vscode/settings.json +0 -13
  34. package/.yarn/install-state.gz +0 -0
  35. package/.yarn/releases/yarn-4.1.0.cjs +0 -893
  36. package/declarations.d.ts +0 -1
  37. package/docs/ENV_SETUP.md +0 -72
  38. package/next.config.cjs +0 -8
  39. package/pull_request_template.md +0 -17
  40. package/tsconfig.json +0 -49
  41. package/vercel.json +0 -8
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  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); }
3
5
  var _excluded = ["className", "size", "variant", "fallbackColor", "style", "fallbackClassName"],
4
6
  _excluded2 = ["className"],
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
3
5
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
6
  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; } }
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  import React, { createContext, useContext } from 'react';
3
5
  import { ChoiceGroupDirection, ChoiceGroupColumns, ChoiceGroupLayout } from "../../common/ChoiceGroupLayout/ChoiceGroupLayout";
4
6
  var RadioGroupContext = /*#__PURE__*/createContext(null);
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
3
5
  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."); }
4
6
  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; } }
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  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); }
3
5
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
4
6
  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."); }
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  var _templateObject;
3
5
  function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
4
6
  import React from "react";
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
5
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
4
6
  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."); }
@@ -1,4 +1,6 @@
1
1
  // This file is generated by a script. Do not edit this file directly.
2
+ 'use client';
3
+
2
4
  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); }
3
5
  var _excluded = ["autoFocus", "grouped", "name", "internalUsers", "clientUsers", "companies", "onChange", "onBlur", "placeholder", "styles", "ignoreCompanies", "ignoreFilterClientsByCompany", "limitSelectedOptions", "initialValue", "customLabels", "listHeading"];
4
6
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }