@narmi/design_system 4.46.0 → 4.46.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 (59) hide show
  1. package/dist/index.js +102 -3
  2. package/dist/index.js.map +1 -1
  3. package/dist/style.css +1 -2132
  4. package/dist/style.css.map +1 -1
  5. package/dist/tokens/css/rgbColors.css +1 -1
  6. package/dist/tokens/css/tokens.css +1 -1
  7. package/dist/tokens/js/colors.esm.js +99 -0
  8. package/dist/tokens/js/colors.js +1 -1
  9. package/dist/tokens/js/manifest.esm.js +187 -0
  10. package/dist/tokens/js/manifest.js +148 -2664
  11. package/dist/tokens/js/reactNativeWeb.js +1 -1
  12. package/dist/types/Alert/index.d.ts +2 -2
  13. package/dist/types/AutocompleteModal/AutoComplete.d.ts +1 -1
  14. package/dist/types/AutocompleteModal/Item.d.ts +1 -1
  15. package/dist/types/AutocompleteModal/index.d.ts +4 -4
  16. package/dist/types/Button/index.d.ts +2 -2
  17. package/dist/types/Checkbox/index.d.ts +1 -1
  18. package/dist/types/Chip/index.d.ts +2 -2
  19. package/dist/types/ContentCard/index.d.ts +1 -1
  20. package/dist/types/ContextMenu/index.d.ts +1 -1
  21. package/dist/types/Dialog/index.d.ts +1 -1
  22. package/dist/types/DisabledShim/index.d.ts +2 -2
  23. package/dist/types/LoadingSkeleton/index.d.ts +1 -1
  24. package/dist/types/Radio/index.d.ts +1 -1
  25. package/dist/types/RadioButtons/index.d.ts +2 -2
  26. package/dist/types/Row/RowItem.d.ts +1 -1
  27. package/dist/types/Row/index.d.ts +2 -2
  28. package/dist/types/SeparatorList/index.d.ts +1 -1
  29. package/dist/types/Snackbar/index.d.ts +1 -1
  30. package/dist/types/SplitButton/SplitButtonMenu.d.ts +1 -1
  31. package/dist/types/SplitButton/SplitButtonPopover.d.ts +1 -1
  32. package/dist/types/SplitButton/index.d.ts +4 -4
  33. package/dist/types/Table/Body.d.ts +1 -1
  34. package/dist/types/Table/Cell.d.ts +1 -1
  35. package/dist/types/Table/Header.d.ts +1 -1
  36. package/dist/types/Table/HeaderCell.d.ts +1 -1
  37. package/dist/types/Table/Row.d.ts +1 -1
  38. package/dist/types/Table/index.d.ts +4 -4
  39. package/dist/types/Table/util/breakpoint.d.ts +1 -1
  40. package/dist/types/Table/util/colVisibilityContext.d.ts +2 -2
  41. package/dist/types/Table/util/grid.d.ts +1 -1
  42. package/dist/types/TableAutocomplete/Item.d.ts +1 -1
  43. package/dist/types/TableAutocomplete/index.d.ts +3 -3
  44. package/dist/types/TableInput/index.d.ts +1 -1
  45. package/dist/types/Tabs/TabsList.d.ts +1 -1
  46. package/dist/types/Tabs/TabsPanel.d.ts +1 -1
  47. package/dist/types/Tabs/context.d.ts +1 -1
  48. package/dist/types/Tabs/index.d.ts +4 -4
  49. package/dist/types/Tooltip/index.d.ts +1 -1
  50. package/dist/types/index.d.ts +30 -33
  51. package/package.json +14 -11
  52. package/dist/fonts/8b53d5067b416b155cc8.woff +0 -0
  53. package/dist/fonts/d819207ee2e092cc2735.woff2 +0 -0
  54. package/dist/icons/Icons.stories.jsx +0 -74
  55. package/dist/icons/README.md +0 -29
  56. package/dist/icons/fonts/icomoon.svg +0 -347
  57. package/dist/icons/fonts/icomoon.ttf +0 -0
  58. package/dist/icons/fonts/icomoon.woff +0 -0
  59. package/dist/index.js.LICENSE.txt +0 -35
Binary file
Binary file
@@ -1,35 +0,0 @@
1
- /*!
2
- * Determine if an object is a Buffer
3
- *
4
- * @author Feross Aboukhadijeh <https://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /**
9
- * @license React
10
- * react-is.production.min.js
11
- *
12
- * Copyright (c) Facebook, Inc. and its affiliates.
13
- *
14
- * This source code is licensed under the MIT license found in the
15
- * LICENSE file in the root directory of this source tree.
16
- */
17
-
18
- /**
19
- * @license React
20
- * use-sync-external-store-shim.production.js
21
- *
22
- * Copyright (c) Meta Platforms, Inc. and affiliates.
23
- *
24
- * This source code is licensed under the MIT license found in the
25
- * LICENSE file in the root directory of this source tree.
26
- */
27
-
28
- /** @license React v17.0.2
29
- * react-is.production.min.js
30
- *
31
- * Copyright (c) Facebook, Inc. and its affiliates.
32
- *
33
- * This source code is licensed under the MIT license found in the
34
- * LICENSE file in the root directory of this source tree.
35
- */