Skip to content

Commit adcdb32

Browse files
author
Daniel Mittelman
committed
Changed repo naming and version
1 parent 913ff34 commit adcdb32

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@mondaydotcomorg/monday-style",
3-
"version": "3.18.1",
4-
"description": "",
2+
"name": "monday-ui-react-core",
3+
"version": "0.0.1",
4+
"description": "Official monday.com UI resources for application development in React.js",
55
"main": "dist/main.js",
66
"scripts": {
77
"auto:bump-patch": "node scripts/autobump_patch.js",
@@ -19,22 +19,22 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/DaPulse/monday-style.git"
22+
"url": "git+https://github.com/DaPulse/monday-ui-react-core.git"
2323
},
2424
"author": "",
25-
"license": "ISC",
25+
"license": "MIT",
2626
"files": [
2727
"src/",
2828
"dist/",
2929
"README.md",
3030
"THEME_README.md"
3131
],
3232
"bugs": {
33-
"url": "https://github.com/DaPulse/monday-style/issues"
33+
"url": "https://github.com/DaPulse/monday-ui-react-core/issues"
3434
},
35-
"homepage": "https://github.com/DaPulse/monday-style#readme",
35+
"homepage": "https://github.com/DaPulse/monday-ui-react-core#readme",
3636
"dependencies": {
37-
"@mondaydotcomorg/monday-ui-foundations": "^1.3.0",
37+
"monday-ui-style": "^0.0.1",
3838
"@popperjs/core": "^2.4.3",
3939
"classnames": "^2.2.6",
4040
"lodash": "^4.17.19",

src/styles/themes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "../constants/colors.json";
22
@import "./global-css-settings.scss";
3-
@import "~@mondaydotcomorg/monday-ui-foundations/dist/index.min.css";
3+
@import "~monday-ui-style/dist/index.min.css";
44

55
$theme: (
66
"primary-color": $basic_blue,

0 commit comments

Comments
 (0)