@pocketprep/ui-kit 3.0.21 → 3.0.22

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.
@@ -92,5 +92,6 @@
92
92
  scifiTakeout: $scifi-takeout;
93
93
  orangeSoda: $orange-soda;
94
94
  sunsetPapaya: $sunset-papaya;
95
+ caramel: $caramel;
95
96
  }
96
97
  /* stylelint-enable */
@@ -34,6 +34,7 @@ $beach-sand: #ffe4b6;
34
34
  $banana-bread: #ffce74;
35
35
  $butterscotch: #ffbd47;
36
36
  $cheddar: #ffa400;
37
+ $caramel: #ce8500;
37
38
 
38
39
  // pinks & purples
39
40
  $barely-purple: #fef1ff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.21",
3
+ "version": "3.0.22",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {
@@ -12,6 +12,7 @@
12
12
  "test:unit": "cypress run --component",
13
13
  "test:unit:dev": "cypress open --component",
14
14
  "build-only": "vite build",
15
+ "minor": "npm version minor --no-git-tag-version",
15
16
  "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false",
16
17
  "patch": "npm version patch --no-git-tag-version",
17
18
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore && stylelint '**/*.{scss,vue}'",