@growth-angels/ds-core 1.8.1 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growth-angels/ds-core",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "Design system by Growth Angels",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -27,7 +27,7 @@
27
27
  "scripts": {
28
28
  "clean": "rm -rf dist",
29
29
  "dev": "concurrently \"tsc --watch --preserveWatchOutput\" \"storybook dev -p 6006\"",
30
- "build": "tsc && sass --load-path=node_modules src/index.scss dist/index.css --no-source-map --style=compressed",
30
+ "build": "tsc",
31
31
  "prepublishOnly": "pnpm build",
32
32
  "storybook": "storybook dev -p 6006",
33
33
  "build-storybook": "storybook build"
@@ -1,4 +1,4 @@
1
- @use "@growth-angels/foundation/config" as *;
1
+ @use "@growth-angels/foundation/variables" as *;
2
2
  @use "sass:map";
3
3
  @use "sass:math";
4
4
 
@@ -1,4 +1,4 @@
1
- @use "@growth-angels/foundation/config/grid-system/grid-system" as *;
1
+ @use "@growth-angels/foundation/grid-system" as *;
2
2
  @use "sass:map";
3
3
  @use "./GridItem/GridItem.scss";
4
4
 
@@ -1,5 +1,5 @@
1
- @use "@growth-angels/foundation/config/utils/utils" as *;
2
- @use "@growth-angels/foundation/config/grid-system/grid-system" as *;
1
+ @use "@growth-angels/foundation/utils" as *;
2
+ @use "@growth-angels/foundation/grid-system" as *;
3
3
  @use "sass:map";
4
4
 
5
5
  .ga-ds-grid-item {