@selfcommunity/react-theme-default 0.1.50-alpha.1 → 0.1.51-alpha.0

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.
@@ -4,6 +4,9 @@ import './fonts/community-icons.css';
4
4
  /**
5
5
  * Style fragments - Imports - End
6
6
  */
7
+ /**
8
+ * Export default theme
9
+ */
7
10
  declare const theme: {
8
11
  typography: {
9
12
  htmlFontSize: number;
package/lib/cjs/index.js CHANGED
@@ -141,6 +141,9 @@ const SCUserSubscribedGroupsWidget_1 = tslib_1.__importDefault(require("./compon
141
141
  /**
142
142
  * Style fragments - Imports - End
143
143
  */
144
+ /**
145
+ * Export default theme
146
+ */
144
147
  const theme = {
145
148
  // palette: {
146
149
  // background: {
@@ -4,6 +4,9 @@ import './fonts/community-icons.css';
4
4
  /**
5
5
  * Style fragments - Imports - End
6
6
  */
7
+ /**
8
+ * Export default theme
9
+ */
7
10
  declare const theme: {
8
11
  typography: {
9
12
  htmlFontSize: number;
package/lib/esm/index.js CHANGED
@@ -138,6 +138,9 @@ import SCUserSubscribedGroupsWidget from './components/SCUserSubscribedGroupsWid
138
138
  /**
139
139
  * Style fragments - Imports - End
140
140
  */
141
+ /**
142
+ * Export default theme
143
+ */
141
144
  const theme = {
142
145
  // palette: {
143
146
  // background: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-theme-default",
3
- "version": "0.1.50-alpha.1",
3
+ "version": "0.1.51-alpha.0",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -65,8 +65,8 @@
65
65
  "@emotion/react": "^11.11.3",
66
66
  "@emotion/styled": "^11.11.0",
67
67
  "@mui/material": "^5.15.3",
68
- "@selfcommunity/react-core": "^0.4.50-alpha.1",
69
- "@selfcommunity/react-ui": "^0.7.50-alpha.1",
68
+ "@selfcommunity/react-core": "^0.4.51-alpha.0",
69
+ "@selfcommunity/react-ui": "^0.7.51-alpha.0",
70
70
  "hex-to-css-filter": "^5.4.0",
71
71
  "react": "^17.0.2 || 18",
72
72
  "react-dom": "17 || 18"
@@ -118,5 +118,5 @@
118
118
  "bugs": {
119
119
  "url": "https://github.com/selfcommunity/community-js/issues"
120
120
  },
121
- "gitHead": "70686a24a6ee6ee765a155449e84fdd21be5cec2"
121
+ "gitHead": "548821803ca66d7049e7db0f69718f1752f58d13"
122
122
  }