mediacube-ui 0.1.78 → 0.1.79

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.79](https://github.com/MediaCubeCo/mcui/compare/v0.1.78...v0.1.79) (2023-07-20)
6
+
5
7
  ### [0.1.78](https://github.com/MediaCubeCo/mcui/compare/v0.1.77...v0.1.78) (2023-07-20)
6
8
 
7
9
  ### [0.1.77](https://github.com/MediaCubeCo/mcui/compare/v0.1.76...v0.1.77) (2023-07-20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -8,7 +8,7 @@
8
8
  "license": "MIT",
9
9
  "main": "dist/mediacube-ui.common.js",
10
10
  "files": [
11
- "src/public",
11
+ "public",
12
12
  "src/assets/fonts",
13
13
  "src/assets/img",
14
14
  "src/assets/tokens",
@@ -30,13 +30,7 @@
30
30
  "test:unit": "vue-cli-service test:unit",
31
31
  "lint": "vue-cli-service lint",
32
32
  "scss-export": "sass-export src/tokens/*.scss -o src/assets/tokens/tokens.json",
33
- "release": "node createsvgsprite.js && standard-version",
34
- "release:patch": "yarn release -- --release-as patch",
35
- "release:minor": "yarn release -- --release-as minor",
36
- "release:major": "yarn release -- --release-as major",
37
- "publish:patch": "yarn release:patch && npm publish && git push",
38
- "publish:minor": "yarn release:minor && npm publish && git push",
39
- "publish:major": "yarn release:major && npm publish && git push"
33
+ "release": "node createsvgsprite.js && standard-version"
40
34
  },
41
35
  "husky": {
42
36
  "hooks": {
Binary file
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5942 2H10.4058C5.76813 2 2 5.76813 2 10.4058V20.7163C2 21.4202 2.5797 22 3.28363 22H13.5942C18.2319 22 22 18.2319 22 13.5942V10.4058C22 5.76813 18.2733 2 13.5942 2Z" fill="url(#paint0_linear)"/>
3
+ <path d="M12 7C12 6.44772 12.4477 6 13 6H15.5C16.0523 6 16.5 6.44772 16.5 7V17C16.5 17.5523 16.0523 18 15.5 18H12V7Z" fill="white"/>
4
+ <path d="M6 12C6 11.4477 6.44772 11 7 11H10.5V18H7C6.44772 18 6 17.5523 6 17V12Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear" x1="12" y1="2" x2="12" y2="22" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#FF3231"/>
8
+ <stop offset="1" stop-color="#E3004C"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
Binary file