@geoinsight/react-components 0.2.3 → 0.2.5

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.
@@ -1,4 +1,4 @@
1
- /* @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
1
+ @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
2
2
 
3
3
  :root {
4
4
  box-sizing: border-box;
@@ -112,7 +112,7 @@
112
112
  --color-primary-700: #3b7e25;
113
113
  --color-primary-800: #2c5f1c;
114
114
  --color-primary-900: #1e3f12;
115
- } */
115
+ }
116
116
  .button {
117
117
  align-items: center;
118
118
  border-radius: var(--spacing-32);
@@ -1,4 +1,4 @@
1
- /* @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
1
+ @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
2
2
 
3
3
  :root {
4
4
  box-sizing: border-box;
@@ -112,7 +112,7 @@
112
112
  --color-primary-700: #3b7e25;
113
113
  --color-primary-800: #2c5f1c;
114
114
  --color-primary-900: #1e3f12;
115
- } */
115
+ }
116
116
  .button {
117
117
  align-items: center;
118
118
  border-radius: var(--spacing-32);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoinsight/react-components",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "This library is the main UI component library for geoinsight",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -13,6 +13,7 @@
13
13
  "build-storybook": "storybook build"
14
14
  },
15
15
  "dependencies": {
16
+ "@geoinsight/react-components": "^0.2.3",
16
17
  "@types/react": "^18.0.27",
17
18
  "clsx": "^1.2.1",
18
19
  "react": "^18.2.0",