@narmi/design_system 4.46.0 → 4.46.2

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 (58) hide show
  1. package/dist/fonts/fonts.css +11 -0
  2. package/dist/index.js +102 -3
  3. package/dist/index.js.map +1 -1
  4. package/dist/style.css +1 -2132
  5. package/dist/style.css.map +1 -1
  6. package/dist/tokens/css/rgbColors.css +1 -1
  7. package/dist/tokens/css/tokens.css +1 -1
  8. package/dist/tokens/js/colors.esm.js +99 -0
  9. package/dist/tokens/js/colors.js +1 -1
  10. package/dist/tokens/js/manifest.esm.js +187 -0
  11. package/dist/tokens/js/manifest.js +148 -2664
  12. package/dist/tokens/js/reactNativeWeb.js +1 -1
  13. package/dist/types/Alert/index.d.ts +2 -2
  14. package/dist/types/AutocompleteModal/AutoComplete.d.ts +1 -1
  15. package/dist/types/AutocompleteModal/Item.d.ts +1 -1
  16. package/dist/types/AutocompleteModal/index.d.ts +4 -4
  17. package/dist/types/Button/index.d.ts +2 -2
  18. package/dist/types/Checkbox/index.d.ts +1 -1
  19. package/dist/types/Chip/index.d.ts +2 -2
  20. package/dist/types/ContentCard/index.d.ts +1 -1
  21. package/dist/types/ContextMenu/index.d.ts +1 -1
  22. package/dist/types/Dialog/index.d.ts +1 -1
  23. package/dist/types/DisabledShim/index.d.ts +2 -2
  24. package/dist/types/LoadingSkeleton/index.d.ts +1 -1
  25. package/dist/types/Radio/index.d.ts +1 -1
  26. package/dist/types/RadioButtons/index.d.ts +2 -2
  27. package/dist/types/Row/RowItem.d.ts +1 -1
  28. package/dist/types/Row/index.d.ts +2 -2
  29. package/dist/types/SeparatorList/index.d.ts +1 -1
  30. package/dist/types/Snackbar/index.d.ts +1 -1
  31. package/dist/types/SplitButton/SplitButtonMenu.d.ts +1 -1
  32. package/dist/types/SplitButton/SplitButtonPopover.d.ts +1 -1
  33. package/dist/types/SplitButton/index.d.ts +4 -4
  34. package/dist/types/Table/Body.d.ts +1 -1
  35. package/dist/types/Table/Cell.d.ts +1 -1
  36. package/dist/types/Table/Header.d.ts +1 -1
  37. package/dist/types/Table/HeaderCell.d.ts +1 -1
  38. package/dist/types/Table/Row.d.ts +1 -1
  39. package/dist/types/Table/index.d.ts +4 -4
  40. package/dist/types/Table/util/breakpoint.d.ts +1 -1
  41. package/dist/types/Table/util/colVisibilityContext.d.ts +2 -2
  42. package/dist/types/Table/util/grid.d.ts +1 -1
  43. package/dist/types/TableAutocomplete/Item.d.ts +1 -1
  44. package/dist/types/TableAutocomplete/index.d.ts +3 -3
  45. package/dist/types/TableInput/index.d.ts +1 -1
  46. package/dist/types/Tabs/TabsList.d.ts +1 -1
  47. package/dist/types/Tabs/TabsPanel.d.ts +1 -1
  48. package/dist/types/Tabs/context.d.ts +1 -1
  49. package/dist/types/Tabs/index.d.ts +4 -4
  50. package/dist/types/Tooltip/index.d.ts +1 -1
  51. package/dist/types/index.d.ts +30 -33
  52. package/package.json +14 -11
  53. package/dist/icons/Icons.stories.jsx +0 -74
  54. package/dist/icons/README.md +0 -29
  55. package/dist/icons/fonts/icomoon.ttf +0 -0
  56. package/dist/index.js.LICENSE.txt +0 -35
  57. /package/dist/fonts/{8b53d5067b416b155cc8.woff → narmi-matiere-bold-webfont.woff} +0 -0
  58. /package/dist/fonts/{d819207ee2e092cc2735.woff2 → narmi-matiere-bold-webfont.woff2} +0 -0
@@ -1,29 +0,0 @@
1
- # Working with Icons
2
-
3
- Until this process has better automation, please follow the instructions below
4
- when updating our icon set.
5
-
6
- ## Updating icons
7
-
8
- 1. Log into icomoon using our narmi engineering account
9
- 2. Upload `selection.json` - this config file holds all shape information and metadata
10
- 3. Modify the icon set in the icomoon UI as needed
11
- 4. Click "Generate font" from the project view in the icomoon UI, then click "Download"
12
- 5. Copy assets (**SEE BELOW**)
13
- 6. `npm run build:types` will regenerate `src/Icon.types.ts`
14
- 7. Commit the changes & submit a PR
15
-
16
- ### Copying assets into NDS
17
-
18
- Unzip the icomoon download. Copy all of the following into `src/icons/` in NDS:
19
-
20
- - `fonts/`
21
- - `selection.json`
22
- - `style.css`
23
-
24
- NOTE: style.css may include multiple urls as the src for @font-face. Please remove all except the woff url.
25
-
26
- ### Testing icon changes
27
-
28
- Run storybook with `npm run dev` and navigate to the icons page. Icon additions
29
- and changes should be visible in the story.
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
- */