@manuscripts/style-guide 3.7.1 → 3.7.3

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 (61) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/components/icons/arrow-down.js +1 -1
  3. package/dist/cjs/components/icons/arrow-up.js +1 -1
  4. package/dist/cjs/components/icons/attention-blue.js +1 -1
  5. package/dist/cjs/components/icons/convert-to-weblink.js +5 -0
  6. package/dist/cjs/components/icons/delete-solid.js +1 -1
  7. package/dist/cjs/components/icons/deleted.js +1 -1
  8. package/dist/cjs/components/icons/external-link.js +5 -0
  9. package/dist/cjs/components/icons/index.js +5 -1
  10. package/dist/cjs/components/icons/plus.js +1 -1
  11. package/dist/cjs/components/icons/vertical-ellipsis.js +1 -1
  12. package/dist/cjs/mui/components/Button/Button.js +18 -0
  13. package/dist/cjs/mui/components/Button/index.js +32 -0
  14. package/dist/cjs/mui/components/IconButton/IconButton.js +22 -0
  15. package/dist/cjs/mui/components/IconButton/index.js +32 -0
  16. package/dist/cjs/mui/components/InspectorToggleButton/InspectorToggleButton.js +17 -0
  17. package/dist/cjs/mui/components/InspectorToggleButton/index.js +32 -0
  18. package/dist/cjs/mui/components/ToggleButton/ToggleButton.js +10 -0
  19. package/dist/cjs/mui/components/ToggleButton/index.js +32 -0
  20. package/dist/cjs/mui/index.js +36 -0
  21. package/dist/cjs/mui/theme/index.js +25 -0
  22. package/dist/cjs/mui/theme/palette.js +70 -0
  23. package/dist/cjs/mui/theme/theme.js +88 -0
  24. package/dist/es/components/icons/arrow-down.js +1 -1
  25. package/dist/es/components/icons/arrow-up.js +1 -1
  26. package/dist/es/components/icons/attention-blue.js +1 -1
  27. package/dist/es/components/icons/convert-to-weblink.js +3 -0
  28. package/dist/es/components/icons/delete-solid.js +1 -1
  29. package/dist/es/components/icons/deleted.js +1 -1
  30. package/dist/es/components/icons/external-link.js +3 -0
  31. package/dist/es/components/icons/index.js +2 -0
  32. package/dist/es/components/icons/plus.js +1 -1
  33. package/dist/es/components/icons/vertical-ellipsis.js +1 -1
  34. package/dist/es/mui/components/Button/Button.js +11 -0
  35. package/dist/es/mui/components/Button/index.js +16 -0
  36. package/dist/es/mui/components/IconButton/IconButton.js +15 -0
  37. package/dist/es/mui/components/IconButton/index.js +16 -0
  38. package/dist/es/mui/components/InspectorToggleButton/InspectorToggleButton.js +13 -0
  39. package/dist/es/mui/components/InspectorToggleButton/index.js +16 -0
  40. package/dist/es/mui/components/ToggleButton/ToggleButton.js +3 -0
  41. package/dist/es/mui/components/ToggleButton/index.js +16 -0
  42. package/dist/es/mui/index.js +20 -0
  43. package/dist/es/mui/theme/index.js +18 -0
  44. package/dist/es/mui/theme/palette.js +67 -0
  45. package/dist/es/mui/theme/theme.js +85 -0
  46. package/dist/types/components/icons/convert-to-weblink.d.ts +4 -0
  47. package/dist/types/components/icons/external-link.d.ts +4 -0
  48. package/dist/types/components/icons/index.d.ts +2 -0
  49. package/dist/types/mui/components/Button/Button.d.ts +27 -0
  50. package/dist/types/mui/components/Button/index.d.ts +16 -0
  51. package/dist/types/mui/components/IconButton/IconButton.d.ts +23 -0
  52. package/dist/types/mui/components/IconButton/index.d.ts +16 -0
  53. package/dist/types/mui/components/InspectorToggleButton/InspectorToggleButton.d.ts +18 -0
  54. package/dist/types/mui/components/InspectorToggleButton/index.d.ts +16 -0
  55. package/dist/types/mui/components/ToggleButton/ToggleButton.d.ts +23 -0
  56. package/dist/types/mui/components/ToggleButton/index.d.ts +16 -0
  57. package/dist/types/mui/index.d.ts +20 -0
  58. package/dist/types/mui/theme/index.d.ts +18 -0
  59. package/dist/types/mui/theme/palette.d.ts +67 -0
  60. package/dist/types/mui/theme/theme.d.ts +16 -0
  61. package/package.json +23 -1
@@ -0,0 +1,67 @@
1
+ /*!
2
+ * © 2026 Atypon Systems LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export declare const palette: {
17
+ readonly primary: {
18
+ readonly dark: "#0b6bb8";
19
+ readonly main: "#0d79d0";
20
+ readonly light: "#bce7f6";
21
+ readonly contrastText: "#fff";
22
+ };
23
+ readonly secondary: {
24
+ readonly main: "#353535";
25
+ };
26
+ readonly error: {
27
+ readonly dark: "#c74237";
28
+ readonly main: "#e1200e";
29
+ readonly light: "#f5c1b7";
30
+ readonly contrastText: "#fff";
31
+ };
32
+ readonly success: {
33
+ readonly dark: "#31a056";
34
+ readonly main: "#36b260";
35
+ readonly light: "#eefbe9";
36
+ readonly contrastText: "#fff";
37
+ };
38
+ readonly warning: {
39
+ readonly dark: "#fa5700";
40
+ readonly main: "#fe8f1f";
41
+ readonly light: "#fffcdb";
42
+ readonly contrastText: "#353535";
43
+ };
44
+ readonly info: {
45
+ readonly main: "#1a9bc7";
46
+ readonly light: "#f5fbfc";
47
+ readonly contrastText: "#fff";
48
+ };
49
+ readonly grey: {
50
+ readonly 50: "#fafafa";
51
+ readonly 100: "#f2f2f2";
52
+ readonly 200: "#f5f5f5";
53
+ readonly 300: "#e2e2e2";
54
+ readonly 400: "#c9c9c9";
55
+ readonly 700: "#6e6e6e";
56
+ readonly 900: "#353535";
57
+ };
58
+ readonly common: {
59
+ readonly black: "#000";
60
+ readonly white: "#fff";
61
+ };
62
+ readonly focus: "#3DADFF";
63
+ readonly brand: {
64
+ readonly medium: "#1a9bc7";
65
+ readonly xlight: "#ddf3fa";
66
+ };
67
+ };
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * © 2026 Atypon Systems LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export declare const muiTheme: import("@mui/material/styles").Theme;
package/package.json CHANGED
@@ -1,12 +1,31 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "3.7.1",
4
+ "version": "3.7.3",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
8
8
  "module": "dist/es",
9
9
  "types": "dist/types",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/types/index.d.ts",
13
+ "import": "./dist/es/index.js",
14
+ "require": "./dist/cjs/index.js"
15
+ },
16
+ "./mui": {
17
+ "types": "./dist/types/mui/index.d.ts",
18
+ "import": "./dist/es/mui/index.js",
19
+ "require": "./dist/cjs/mui/index.js"
20
+ }
21
+ },
22
+ "typesVersions": {
23
+ "*": {
24
+ "mui": [
25
+ "dist/types/mui/index.d.ts"
26
+ ]
27
+ }
28
+ },
10
29
  "files": [
11
30
  "dist",
12
31
  "styles"
@@ -34,7 +53,10 @@
34
53
  "prepare": "husky"
35
54
  },
36
55
  "dependencies": {
56
+ "@emotion/react": "11.14.0",
57
+ "@emotion/styled": "11.14.1",
37
58
  "@headlessui/react": "2.2.10",
59
+ "@mui/material": "6.4.5",
38
60
  "formik": "2.4.9",
39
61
  "prosemirror-commands": "1.7.1",
40
62
  "prosemirror-history": "1.4.1",