Skip to content

Commit

Permalink
v1.0.0-beta.18 - add built files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 3, 2020
1 parent f16ca54 commit 539011c
Show file tree
Hide file tree
Showing 5,632 changed files with 77,789 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
29 changes: 29 additions & 0 deletions dist/calcite.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

(function(doc){
var scriptElm = doc.scripts[doc.scripts.length - 1];
var warn = ['[calcite] Deprecated script, please remove: ' + scriptElm.outerHTML];

warn.push('To improve performance it is recommended to set the differential scripts in the head as follows:')

var parts = scriptElm.src.split('/');
parts.pop();
parts.push('calcite');
var url = parts.join('/');

var scriptElm = doc.createElement('script');
scriptElm.setAttribute('type', 'module');
scriptElm.src = url + '/calcite.esm.js';
warn.push(scriptElm.outerHTML);
scriptElm.setAttribute('data-stencil-namespace', 'calcite');
doc.head.appendChild(scriptElm);

scriptElm = doc.createElement('script');
scriptElm.setAttribute('nomodule', '');
scriptElm.src = url + '/calcite.js';
warn.push(scriptElm.outerHTML);
scriptElm.setAttribute('data-stencil-namespace', 'calcite');
doc.head.appendChild(scriptElm);

console.warn(warn.join('\n'));

})(document);
1 change: 1 addition & 0 deletions dist/calcite/assets/aZ16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZ16 = "M8.5 0h-1L4 7h1l1-2h4l1 2h1zM5 9h5.8v1l-4.3 5H11v1H5.111v-1L9.5 10H5zm1.5-5l1.496-2.992h.008L9.5 4z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZ16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZ16F = "M8.916 0H7.114L4 7h1.361l.795-2h3.61l.837 2H12zm-2.26 4l1.32-3 1.32 3zM11 10l-4.167 5H11v1H5.111v-1l4.074-5H5V9h6z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZ24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZ24 = "M7 13h9v1.293L8.293 22H16v1H7v-1.293L14.707 14H7zm10-2h-1l-1.5-3h-6L7 11H6l5-10h1zm-3-4l-2.5-5L9 7z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZ24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZ24F = "M7 24v-2l7-7H7v-2h10v2l-7 7h7v2zm11.618-13H16.5L15 8H9.618l-1.5 3H6l5.5-11h1.618zm-4.607-5L12.31 2.595 10.607 6z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZ32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZ32 = "M12.3 10h7.429l1.771 4H23L16.8 0h-1.5L9 14h1.5zm3.744-8.32L19.286 9H12.75zM10 17h12v1L11.5 30H22v1H10v-1l10.5-12H10z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZ32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZ32F = "M17.102 0h-2.14L8.437 15h2.685l1.59-4h6.422l1.676 4h2.755zM13.51 9l2.543-6 2.74 6zM23 19L12.423 30H23v2H9v-2l10.577-11H9v-2h14z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZDown16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZDown16 = "M15.328 11.372L12.5 14.2l-2.828-2.828.707-.708L12 12.286v-9.2h1v9.2l1.621-1.622zM6.8 10V9H1v1h4.5l-4.389 5v1H7v-1H2.5zM4.5 0h-1L0 7h1l1-2h4l1 2h1zm-2 4l1.496-2.992h.008L5.5 4z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZDown16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZDown16F = "M16 8v1.332l-4 4-4-4V8h1.334L11 9.666V4h2v5.666L14.666 8zM8 7H6.603l-.837-2h-3.61l-.795 2H0l3.114-7h1.802zM5.297 4l-1.32-3-1.322 3zM7 9H1v1h4.185l-4.074 5v1H7v-1H2.833L7 10z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZDown24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZDown24 = "M21.373 17.333L18.506 20.2l-2.88-2.88.708-.706L18 18.28V4.053h1v14.239l1.666-1.666zM12 23v-1H4.293L12 14.293V13H3v1h7.707L3 21.707V23zM10.5 8h-6L3 11H2L7 1h1l5 10h-1zM10 7L7.5 2 5 7z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZDown24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZDown24F = "M2 24v-2l7-7H2v-2h10v2l-7 7h7v2zm11.618-13l-5.5-11H6.5L1 11h2.118l1.5-3H10l1.5 3zM5.607 6l1.702-3.405L9.011 6zM15 13.847l4 4 4-4v-2.153l-3 2.93v-8.47h-2v8.47l-3-2.93z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZDown32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZDown32 = "M29.35 23.35L25.5 27.2l-3.85-3.85.707-.707L25 25.286V5h1v20.286l2.643-2.643zM5 17v1h10.5L5 30v1h12v-1H6.5L17 18v-1zm9.729-7H7.3l-1.8 4H4l6.3-14h1.5L18 14h-1.5zm-.443-1l-3.242-7.32L7.75 9z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZDown32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZDown32F = "M32 15.76v2.909L26.5 24 21 18.67v-2.91l4 3.842V10h3v9.602zM17.564 15H14.81l-1.676-4H6.71l-1.59 4H2.435L8.963 0h2.14zm-4.771-6l-2.74-6L7.51 9zM17 17H3v2h10.577L3 30v2h14v-2H6.423L17 19z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZUp16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZUp16 = "M14.65 6.322L13 4.672V14h-1V4.729l-1.593 1.593-.707-.707 2.828-2.829 2.829 2.829zM4.5 0h-1L0 7h1l1-2h4l1 2h1zm-2 4l1.496-2.992h.008L5.5 4zm4.3 6V9H1v1h4.5l-4.389 5v1H7v-1H2.5z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZUp16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZUp16F = "M4.916 0H3.114L0 7h1.361l.795-2h3.61l.837 2H8zm-2.26 4l1.32-3 1.32 3zM7 10l-4.167 5H7v1H1.111v-1l4.074-5H1V9h6zm7.666-1L13 7.334V13h-2V7.334L9.334 9H8V7.668l4-4 4 4V9z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZUp24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZUp24 = "M3 23v-1.293L10.707 14H3v-1h9v1.293L4.293 22H12v1zm7.5-15h-6L3 11H2L7 1h1l5 10h-1zM10 7L7.5 2 5 7zm11.373-.364l-2.172-2.172-.707-.707-.707.707-2.16 2.16.707.707L18 5.665V20h1V5.677l1.666 1.666z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZUp24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZUp24F = "M23 12.306l-3-2.93v8.47h-2v-8.47l-3 2.93v-2.153l4-4 4 4zM12 24v-2H5l7-7v-2H2v2h7l-7 7v2zM8.118 0H6.5L1 11h2.118l1.5-3H10l1.5 3h2.118zM5.607 6l1.702-3.405L9.011 6z";
1 change: 1 addition & 0 deletions dist/calcite/assets/aZUp32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/aZUp32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const aZUp32F = "M11.102 0h-2.14L2.436 15h2.686l1.59-4h6.422l1.676 4h2.755zM7.51 9l2.543-6 2.74 6zM17 19L6.423 30H17v2H3v-2l10.577-11H3v-2h14zm4-.76v-2.91L26.5 10l5.5 5.33v2.91l-4-3.842V24h-3v-9.602z";
1 change: 1 addition & 0 deletions dist/calcite/assets/activityMonitor16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/activityMonitor16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const activityMonitor16F = "M13.278 7a1.937 1.937 0 0 0 0 2h-1.6L9 15.692l-4-10L3.677 9H0V7h2.323L5 .308l4 10L10.323 7zM14 8a1 1 0 1 0 1-1 1.001 1.001 0 0 0-1 1z";
1 change: 1 addition & 0 deletions dist/calcite/assets/activityMonitor24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/activityMonitor24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const activityMonitor24F = "M5.2 13H0v-2h3.8L7.5.824l6 16.5L15.8 11h3.384a2.806 2.806 0 0 0 0 2H17.2l-3.7 10.176-6-16.5zM22 10a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2z";
1 change: 1 addition & 0 deletions dist/calcite/assets/activityMonitor32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/activityMonitor32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const activityMonitor32F = "M6.7 17H0v-2h5.3L10 2.074l8 22L21.3 15h6.093a2.69 2.69 0 0 0 0 2H22.7L18 29.926l-8-22zM30 14.2a1.8 1.8 0 1 0 1.8 1.8 1.802 1.802 0 0 0-1.8-1.8z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addIn16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addIn16 = "M7 8V2H0v13h13V8H7zm-1 6H1V9h5zm0-6H1V3h5zm6 6H7V9h5zM8 0v7h7V0zm6 6H9V1h5z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addIn16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addIn16F = "M6 15H0V9h6zm7-6H7v6h6zM6 2H0v6h6zm8-1H8v6h6z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addIn24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addIn24 = "M11 12V2H0v21h21V12H11zm-1 10H1v-9h9zm0-10H1V3h9zm10 10h-9v-9h9zM12 0v11h11V0zm10 10h-9V1h9z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addIn24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addIn24F = "M10 23H1v-9h9zm11-9h-9v9h9zM10 3H1v9h9zm13-2h-9v9h9z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addIn32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addIn32 = "M17 0v14h14V0zm13 13H18V1h12zM15 3H1v27h27V16H15zm-1 26H2V17h12zm13-12v12H15V17zM2 16V4h12v12z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addIn32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addIn32F = "M2 18h12v12H2zm14 12h12V18H16zM2 16h12V4H2zM18 2v12h12V2z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInEdit16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInEdit16 = "M7 8V2H0v13h13V8H7zm-1 6H1V9h5zm0-6H1V3h5zm6 6H7V9h5zm-.06-12L13 3l-3 3-2 1 1-2zm2.37-.33l-.65.64-1-1 .64-.65z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInEdit16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInEdit16F = "M11.94 2L13 3l-3 3-2 1 1-2zM13.31.67l-.64.65 1 1 .65-.64zM0 15h6V9H0zm7 0h6V9H7zM0 8h6V2H0z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInEdit24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addInEdit24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInEdit24F = "M1 14h9v9H1zm11 9h9v-9h-9zM1 12h9V3H1zm19.44-7L19 3.61l-4.16 4.18 1.41 1.42zm1.72-2L21 1.84a.19.19 0 0 0-.28 0l-.72.73L21.43 4l.73-.74a.19.19 0 0 0 0-.26zm-8.32 5.91L13 11l2.09-.84z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInEdit32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addInEdit32F.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addInNew16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInNew16 = "M7 8V2H0v13h13V8H7zm-1 6H1V9h5zm0-6H1V3h5zm6 6H7V9h5zm3-11v1h-3v3h-1V4H8V3h3V0h1v3z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInNew16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInNew16F = "M15 3v1h-3v3h-1V4H8V3h3V0h1v3zM0 15h6V9H0zm7 0h6V9H7zM0 8h6V2H0z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInNew24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInNew24 = "M11 12V2H0v21h21V12H11zm-1 10H1v-9h9zm0-10H1V3h9zm10 10h-9v-9h9zm3-17v1h-5v5h-1V6h-5V5h5V0h1v5z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInNew24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInNew24F = "M24 5v1h-5v5h-1V6h-5V5h5V0h1v5zM1 23h9v-9H1zm11 0h9v-9h-9zM1 12h9V3H1z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInNew32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInNew32 = "M14 3H0v27h27V16H14zm-1 26H1V17h12zm0-13H1V4h12zm13 1v12H14V17zm3-10v1h-6v6h-1V8h-6V7h6V1h1v6z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addInNew32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const addInNew32F = "M31 7v1h-6v6h-1V8h-6V7h6V1h1v6zM2 30h12V18H2zm14 0h12V18H16zM2 16h12V4H2z";
1 change: 1 addition & 0 deletions dist/calcite/assets/addText16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addText16F.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addText24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addText24F.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addText32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/addText32F.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/altitude16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/altitude24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/altitude32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/analysis16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/analysis16F.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/analysis24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/calcite/assets/analysis24F.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 539011c

Please sign in to comment.