@onereach/styles 0.18.5 → 0.19.0-icons

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.
Binary file
Binary file
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
4
+ <title>apple-mask-icon</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <path d="M13.8385406,5.53565855 C14.7770922,9.79325707 11.4953279,13.5823577 7.32820906,13.5624217 C6.44158803,13.5624217 5.71075898,13.5624217 4.79500612,13.5624217 L3.81592319,13.5624217 C2.04774755,13.5624217 0.9686031,13.5624217 0.095914687,13.5624217 C0.0647866894,13.5631359 0.0353300991,13.5485968 0.0173044602,13.5236215 C-0.000721051856,13.4986462 -0.00496239353,13.4664953 0.00598598288,13.4378212 L0.132646129,13.143764 L0.469562119,12.3812091 C0.481041963,12.3541916 0.508200937,12.3368748 0.537958599,12.3375989 C2.02494872,12.3375989 2.03761473,12.3375989 2.7849096,12.3375989 C3.16615664,12.3375989 6.53531653,12.353797 7.06348936,12.353797 C9.85634555,12.350059 12.0728982,10.3950774 12.3667497,7.47818007 C12.6606012,4.56128276 10.6289725,1.97831475 7.84878226,1.71291572 C5.06859204,1.4475167 2.33399948,3.62553314 2.06674657,6.54367646 C2.02940842,6.92166261 2.03748592,7.30266087 2.090812,7.67878685 C2.09797831,7.70993985 2.08992285,7.74259724 2.06903924,7.76705446 C2.04815564,7.79151154 2.01684716,7.80495406 1.98441747,7.80338734 C1.63230227,7.80338734 1.20039116,7.80338734 0.844476152,7.80338734 C0.786793095,7.80325924 0.738088469,7.76120271 0.73048202,7.70495295 C0.688192731,7.4081561 0.667452385,7.10877229 0.668418549,6.80907548 C0.65195273,2.89537432 4.15157258,0.000905089736 8.2274961,0.491830997 C10.9948042,0.834744485 13.2424988,2.85522106 13.8385406,5.53565855 Z" id="path-1"></path>
8
+ </defs>
9
+ <g id="apple-mask-icon" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
+ <g id="icons/logo" transform="translate(1.000000, 1.000000)">
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Mask" fill="#000000" fill-rule="evenodd" xlink:href="#path-1"></use>
15
+ <rect id="Rectangle" fill="#000000" fill-rule="evenodd" mask="url(#mask-2)" x="0" y="0" width="14" height="14"></rect>
16
+ </g>
17
+ </g>
18
+ </svg>
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square70x70logo src="/static/icons/mstile-70x70.png"/>
6
+ <square150x150logo src="/static/icons/mstile-150x150.png"/>
7
+ <wide310x150logo src="/static/icons/mstile-310x150.png"/>
8
+ <square310x310logo src="/static/icons/mstile-310x310.png"/>
9
+ <square150x150logo src="/static/icons/mstile-150x150.png"/>
10
+ <TileColor>#409fec</TileColor>
11
+ <TileImage src="/static/icons/mstile-150x150.png" />
12
+ </tile>
13
+ </msapplication>
14
+ </browserconfig>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "",
3
+ "short_name": "",
4
+ "icons": [
5
+ {
6
+ "src": "/static/icons/android-chrome-192x192.png",
7
+ "sizes": "192x192",
8
+ "type": "image/png"
9
+ },
10
+ {
11
+ "src": "/static/icons/android-chrome-512x512.png",
12
+ "sizes": "512x512",
13
+ "type": "image/png"
14
+ }
15
+ ],
16
+ "theme_color": "#2F3136",
17
+ "background_color": "#2F3136",
18
+ "display": "standalone"
19
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "0.18.5",
3
+ "version": "0.19.0-icons",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./dist/index.min.css",
6
6
  "unpkg": "./dist/index.css",
@@ -19,7 +19,8 @@
19
19
  },
20
20
  "files": [
21
21
  "dist",
22
- "src"
22
+ "src",
23
+ "icons"
23
24
  ],
24
25
  "license": "UNLICENSED",
25
26
  "devDependencies": {
@@ -31,6 +32,5 @@
31
32
  "postcss-cli": "^8.3.1",
32
33
  "sass": "^1.35.1",
33
34
  "stylelint": "^13.13.1"
34
- },
35
- "gitHead": "b61844d803df9a1a55262f5f7d0852572fc3838c"
35
+ }
36
36
  }