@spscommerce/ds-styles 6.37.3 → 7.0.1

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 (3) hide show
  1. package/index.css +1 -1
  2. package/package.json +6 -7
  3. package/.env +0 -1
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-styles",
3
3
  "description": "SPS Design System CSS styles.",
4
- "version": "6.37.3",
4
+ "version": "7.0.1",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
- "repository": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/styles",
8
- "homepage": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/styles#readme",
7
+ "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/styles",
8
+ "homepage": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/styles#readme",
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
@@ -14,7 +14,7 @@
14
14
  "handsontable": "^12.1.3"
15
15
  },
16
16
  "devDependencies": {
17
- "@spscommerce/ds-colors": "6.37.3",
17
+ "@spscommerce/ds-colors": "7.0.1",
18
18
  "css-loader": "^2.1.0",
19
19
  "dotenv": "^16.0.1",
20
20
  "event-hooks-webpack-plugin": "^2.1.1",
@@ -33,7 +33,6 @@
33
33
  "scripts": {
34
34
  "build": "npx webpack",
35
35
  "clean": "git clean -fdX",
36
- "pub": "pnpm pack && node ../../scripts/publish-package.js"
37
- },
38
- "readme": "## @spscommerce/ds-styles\n\nSPS SCSS/CSS styles.\n\n### Installation\n\n```\nyarn add @spscommerce/ds-styles\n```\n\nor\n\n```\nnpm i --save @spscommerce/ds-styles\n```\n\nand put the following import in your root sass file:\n\n```\n@import \"~@spscommerce/ds-styles/index.css\";\n```\n\n### CDN usage\n\nAlternately you can include the CDN version in your index.html. The location is\n\n```\nhttps://cdn.dev.spsc.io/web/framework/styles/ds-styles/$VERSION/index.css\n```\n"
36
+ "pub": "node ../../scripts/publish-package.js"
37
+ }
39
38
  }
package/.env DELETED
@@ -1 +0,0 @@
1
- ASSETS_BASE_PATH=http://localhost:3000