diff --git a/examples/publisher/azure-function/publish/index.ts b/examples/publisher/azure-function/publish/index.ts index 1405cd787..23f14a1bb 100644 --- a/examples/publisher/azure-function/publish/index.ts +++ b/examples/publisher/azure-function/publish/index.ts @@ -6,7 +6,7 @@ import { IPublisher } from "@paperbits/common/publishing"; import { CoreModule } from "@paperbits/core/core.module"; import { CorePublishModule } from "@paperbits/core/core.publish.module"; import { ApimPublishModule } from "../../../../src/apim.publish.module"; -import { StyleModule } from "@paperbits/styles/styles.module"; +import { StylePublishModule } from "@paperbits/styles/styles.publish.module"; import { ProseMirrorModule } from "@paperbits/prosemirror/prosemirror.module"; import { StaticSettingsProvider } from "../../../../src/components/staticSettingsProvider"; @@ -36,7 +36,7 @@ export async function publish(): Promise { const injector = new InversifyInjector(); injector.bindModule(new CoreModule()); injector.bindModule(new CorePublishModule()); - injector.bindModule(new StyleModule()); + injector.bindModule(new StylePublishModule()); injector.bindModule(new ProseMirrorModule()); injector.bindModule(new ApimPublishModule()); injector.bindInstance("settingsProvider", settingsProvider); diff --git a/package-lock.json b/package-lock.json index 59edf70bb..110331b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -368,20 +368,20 @@ "integrity": "sha512-pBqoKPWmuk9iaEcXlLBVRIA6I1kG9JiICU+sG0NuD6NAR461F+02elHJS4WkQxHW2W5rnsfvP/ClKwmsZ9RaaA==" }, "@npmcli/promise-spawn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.2.0.tgz", - "integrity": "sha512-nFtqjVETliApiRdjbYwKwhlSHx2ZMagyj5b9YbNt0BWeeOVxJd47ZVE2u16vxDHyTOZvk+YLV7INwfAE9a2uow==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz", + "integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==", "requires": { "infer-owner": "^1.0.4" } }, "@npmcli/run-script": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.7.2.tgz", - "integrity": "sha512-EZO9uXrZrfzdIJsNi/WwrP2jt1P0lbFSxOq15ljgYn1/rr4UyQXUKBZRURioFVbUb7Z1BJDEKswnWrtRybZPzw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.7.4.tgz", + "integrity": "sha512-GAeOB6P4/aYyvEbROVHXuSGPgy4wwQN/fGfXP993o9btyuCAOaz0T2cr5Y1y4nSeaBPfhk5W/E/AfFKDt6yG7w==", "requires": { "@npmcli/node-gyp": "^1.0.0", - "@npmcli/promise-spawn": "^1.2.0", + "@npmcli/promise-spawn": "^1.3.0", "infer-owner": "^1.0.4", "node-gyp": "^7.1.0", "read-package-json-fast": "^1.1.3" @@ -506,12 +506,12 @@ "dev": true }, "@paperbits/azure": { - "version": "0.1.336", - "resolved": "https://registry.npmjs.org/@paperbits/azure/-/azure-0.1.336.tgz", - "integrity": "sha512-CVSlo2Omw+BtfFcxOw7UfaJm/xEuUnzEabl5Y/i4jxIMJU5r5iGK0WlJseCgLXKtssrHJ4gLmCMuVV4PK8n9tQ==", + "version": "0.1.344", + "resolved": "https://registry.npmjs.org/@paperbits/azure/-/azure-0.1.344.tgz", + "integrity": "sha512-q11DRVDx9innB6R3fV7Qzs+QRYoIRgvWFqA6+tDa8YqPDVnSXChL7H33QM0CAhtpcUa/DM2QtILxXhUPHoO19Q==", "requires": { "@azure/storage-blob": "10.3.0", - "@paperbits/common": "0.1.336", + "@paperbits/common": "0.1.344", "applicationinsights-js": "1.0.21", "mime-types": "2.1.27" }, @@ -525,21 +525,13 @@ "events": "3.0.0", "tslib": "^1.9.3" } - }, - "mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "requires": { - "mime-db": "1.44.0" - } } } }, "@paperbits/common": { - "version": "0.1.336", - "resolved": "https://registry.npmjs.org/@paperbits/common/-/common-0.1.336.tgz", - "integrity": "sha512-1mKad5AbH85lA+NyH3UKf3WrzjUtjfVbBXZrPiJ406KPHCA/EPzHjzhXT0HwpjZxkQ+7YPjuYLMghwlRpItVLw==", + "version": "0.1.344", + "resolved": "https://registry.npmjs.org/@paperbits/common/-/common-0.1.344.tgz", + "integrity": "sha512-ryIjR8oTzWj3GtJS+Le66XDRtkWIa6v5g1Hqs5F6kmZVK0U0yzRo67o92emptWBfbQxnpb376ZkICSjqzvnm1w==", "requires": { "deepmerge": "^4.2.2", "domino": "^2.1.4", @@ -556,12 +548,12 @@ } }, "@paperbits/core": { - "version": "0.1.336", - "resolved": "https://registry.npmjs.org/@paperbits/core/-/core-0.1.336.tgz", - "integrity": "sha512-JR3chm4HWYpmuli50ufCPgJLx3Bn35+o6vxmKiR+GUpI1teb1i2GdG+m5/gRw0pmD/1WJZeQZv8FLHE4KMP0oA==", + "version": "0.1.344", + "resolved": "https://registry.npmjs.org/@paperbits/core/-/core-0.1.344.tgz", + "integrity": "sha512-IOQ8sOe8RcbtsccSLa9se6fhG3NQMbQ9yKTxZ2ggBPJbEVMQXHJfyPcSE4WS8oc0I+PCsidAB4nRT/eblPjymw==", "requires": { - "@paperbits/common": "0.1.336", - "@paperbits/styles": "0.1.336", + "@paperbits/common": "0.1.344", + "@paperbits/styles": "0.1.344", "await-parallel-limit": "^2.1.0", "basiclightbox": "^5.0.3", "cropperjs": "^1.5.9", @@ -587,11 +579,11 @@ } }, "@paperbits/prosemirror": { - "version": "0.1.336", - "resolved": "https://registry.npmjs.org/@paperbits/prosemirror/-/prosemirror-0.1.336.tgz", - "integrity": "sha512-K5uAhKljePSmuLNp9RkdQkaAQ4Xg8t0woS0rDS71UM5d/hbRnJNSoOxwtEPv6I/MRyxlLFR48iHaqs+DwilW0A==", + "version": "0.1.344", + "resolved": "https://registry.npmjs.org/@paperbits/prosemirror/-/prosemirror-0.1.344.tgz", + "integrity": "sha512-2hDlgE4nyTTJ4tyIMmqvGFxtJW617P3rZJ+m/fm0OnuEldwm0CmWSFgnCMGwWlrk69rZO8h6qJUlbPD1kg26DA==", "requires": { - "@paperbits/common": "0.1.336", + "@paperbits/common": "0.1.344", "npm-check-updates": "^7.0.1", "prosemirror-commands": "^1.1.4", "prosemirror-history": "^1.1.3", @@ -635,9 +627,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "commander": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz", - "integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==" + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.0.tgz", + "integrity": "sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==" }, "find-up": { "version": "4.1.0", @@ -778,11 +770,11 @@ } }, "@paperbits/styles": { - "version": "0.1.336", - "resolved": "https://registry.npmjs.org/@paperbits/styles/-/styles-0.1.336.tgz", - "integrity": "sha512-8cj/fbKiqOe/ZV3VQYkSW1JG7+7a4Sb8LuIvr8H34QlRYoRU0CfOL7jRW+tozC/BAsRYBdK8CHvSmrWgO9uJ2A==", + "version": "0.1.344", + "resolved": "https://registry.npmjs.org/@paperbits/styles/-/styles-0.1.344.tgz", + "integrity": "sha512-fKvQjGpAe0ngVgN6xO+Lg/jBxLVDJp/pQZ9G3RJB6UYySDWj6kZZoJrRsc4zjWsAuEguGH1N/EH4Eo3ehOrWXw==", "requires": { - "@paperbits/common": "0.1.336", + "@paperbits/common": "0.1.344", "@simonwep/pickr": "^1.7.4", "jss": "^10.4.0", "jss-preset-default": "^10.4.0", @@ -1236,9 +1228,9 @@ "integrity": "sha512-6NEPtEZR9tVwOQRZAG5GjDrQQ4KjBlnNBvtUn+Tc66WyUrhbpzxDj9WPbbF99CBFdvIaPA0ncjf3FSI+F9zoYQ==" }, "agent-base": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz", - "integrity": "sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "requires": { "debug": "4" }, @@ -3312,9 +3304,9 @@ "dev": true }, "csstype": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.3.tgz", - "integrity": "sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag==" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.4.tgz", + "integrity": "sha512-xc8DUsCLmjvCfoD7LTGE0ou2MIWLx0K9RCZwSHMOdynqRsP4MtUcLeqh1HcQ2dInwDTqn+3CE0/FZh1et+p4jA==" }, "currently-unhandled": { "version": "0.4.1", @@ -7268,18 +7260,11 @@ "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" }, "mime-types": { - "version": "2.1.24", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", - "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", "requires": { - "mime-db": "1.40.0" - }, - "dependencies": { - "mime-db": { - "version": "1.40.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", - "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==" - } + "mime-db": "1.44.0" } }, "mimic-response": { @@ -8078,9 +8063,9 @@ } }, "npm-check-updates": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-9.1.0.tgz", - "integrity": "sha512-sx/hbKWAMPgflMffQLZXYt9uZeOK7Rnd6DLoL+8n2Sxe5yn5MMD4kXtkH5NXqJ3OxVA4JgnVbL7rvXhJKGMZrg==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-9.2.3.tgz", + "integrity": "sha512-HNXgM0VNb4BkPqPyGbnt0DhebUYibgN5RBawBBA0I/W9JO8+hI873S29KWHbPAi5RkqTgQ5uPxdZxCf5gaMotg==", "requires": { "chalk": "^4.1.0", "cint": "^8.2.1", @@ -8137,9 +8122,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "commander": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz", - "integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==" + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.0.tgz", + "integrity": "sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==" }, "find-up": { "version": "5.0.0", @@ -8271,9 +8256,9 @@ } }, "npm-packlist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.2.tgz", - "integrity": "sha512-eByPaP+wsKai0BJX5pmb58d3mfR0zUATcnyuvSxIudTEn+swCPFLxh7srCmqB4hr7i9V24/DPjjq5b2qUtbgXQ==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.4.tgz", + "integrity": "sha512-Qzg2pvXC9U4I4fLnUrBmcIT4x0woLtUgxUi9eC+Zrcv1Xx5eamytGAfbDWQ67j7xOcQ2VW1I3su9smVTIdu7Hw==", "requires": { "glob": "^7.1.6", "ignore-walk": "^3.0.3", @@ -9177,12 +9162,12 @@ } }, "prompts": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz", - "integrity": "sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", + "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", "requires": { "kleur": "^3.0.3", - "sisteransi": "^1.0.4" + "sisteransi": "^1.0.5" } }, "property-information": { @@ -9266,9 +9251,9 @@ } }, "prosemirror-view": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.16.0.tgz", - "integrity": "sha512-iFtStCw2byF0yLc3mm1ezGdFSd6SWM4pnJod+ZaJiU5ju36QdYM4Xwa+qNm/AaI2/MgxpJqi8jsGWOJNkeBQ/Q==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.16.1.tgz", + "integrity": "sha512-7iDdRf2PAIgOnstcxqUxzf8IbHGfxygQs5covfxOHLWKyx7SSLRnBIlwVda54Hr6N26F4t5Kj2jfK7uIBcAKAw==", "requires": { "prosemirror-model": "^1.1.0", "prosemirror-state": "^1.0.0", @@ -9372,9 +9357,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "pupa": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", - "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", "requires": { "escape-goat": "^2.0.0" } @@ -10655,9 +10640,9 @@ } }, "socks": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.4.4.tgz", - "integrity": "sha512-7LmHN4IHj1Vpd/k8D872VGCHJ6yIVyeFkfIBExRmGPYQ/kdUkpdg9eKh9oOzYYYKQhuxavayJHTnmBG+EzluUA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.5.0.tgz", + "integrity": "sha512-00OqQHp5SCbwm9ecOMJj9aQtMSjwi1uVuGQoxnpKCS50VKZcOZ8z11CTKypmR8sEy7nZimy/qXY7rYJYbRlXmA==", "requires": { "ip": "^1.1.5", "smart-buffer": "^4.1.0" @@ -11205,9 +11190,9 @@ } }, "term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", + "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" }, "terser": { "version": "4.8.0", diff --git a/package.json b/package.json index 07f7e8522..69e809dd0 100644 --- a/package.json +++ b/package.json @@ -63,11 +63,11 @@ "webpack-merge": "^5.2.0" }, "dependencies": { - "@paperbits/azure": "0.1.336", - "@paperbits/common": "0.1.336", - "@paperbits/core": "0.1.336", - "@paperbits/prosemirror": "0.1.336", - "@paperbits/styles": "0.1.336", + "@paperbits/azure": "0.1.344", + "@paperbits/common": "0.1.344", + "@paperbits/core": "0.1.344", + "@paperbits/prosemirror": "0.1.344", + "@paperbits/styles": "0.1.344", "@webcomponents/custom-elements": "1.4.2", "@webcomponents/shadydom": "^1.7.4", "adal-vanilla": "^1.0.18", diff --git a/src/components/apis/history-of-api/ko/runtime/api-history.html b/src/components/apis/history-of-api/ko/runtime/api-history.html index c92198336..c6f3521ba 100644 --- a/src/components/apis/history-of-api/ko/runtime/api-history.html +++ b/src/components/apis/history-of-api/ko/runtime/api-history.html @@ -50,7 +50,7 @@

  • - +
  • @@ -61,7 +61,7 @@

  • - +
  • diff --git a/src/components/apis/list-of-apis/ko/runtime/api-list-dropdown.html b/src/components/apis/list-of-apis/ko/runtime/api-list-dropdown.html index a4558e901..8744c2e99 100644 --- a/src/components/apis/list-of-apis/ko/runtime/api-list-dropdown.html +++ b/src/components/apis/list-of-apis/ko/runtime/api-list-dropdown.html @@ -8,7 +8,7 @@
    - +
    @@ -19,7 +19,7 @@ @@ -64,7 +64,7 @@
  • - +
  • @@ -75,7 +75,7 @@
  • - +
  • diff --git a/src/components/apis/list-of-apis/ko/runtime/api-list-tiles.html b/src/components/apis/list-of-apis/ko/runtime/api-list-tiles.html index 704d9a26f..f448edfc8 100644 --- a/src/components/apis/list-of-apis/ko/runtime/api-list-tiles.html +++ b/src/components/apis/list-of-apis/ko/runtime/api-list-tiles.html @@ -3,7 +3,7 @@
    @@ -89,7 +89,7 @@

  • - +
  • @@ -100,7 +100,7 @@

  • - +
  • diff --git a/src/components/apis/list-of-apis/ko/runtime/api-list.html b/src/components/apis/list-of-apis/ko/runtime/api-list.html index 495cc8bac..0d5d98148 100644 --- a/src/components/apis/list-of-apis/ko/runtime/api-list.html +++ b/src/components/apis/list-of-apis/ko/runtime/api-list.html @@ -3,7 +3,7 @@
    @@ -110,7 +110,7 @@
  • - +
  • @@ -121,7 +121,7 @@
  • - +
  • diff --git a/src/components/file-input/file-input.html b/src/components/file-input/file-input.html index 6fe176a85..d51353347 100644 --- a/src/components/file-input/file-input.html +++ b/src/components/file-input/file-input.html @@ -1,6 +1,6 @@
    - +
    \ No newline at end of file diff --git a/src/components/operations/operation-details/ko/runtime/code-sample.html b/src/components/operations/operation-details/ko/runtime/code-sample.html index 0009c02bb..b8407bdc0 100644 --- a/src/components/operations/operation-details/ko/runtime/code-sample.html +++ b/src/components/operations/operation-details/ko/runtime/code-sample.html @@ -3,7 +3,7 @@ diff --git a/src/components/operations/operation-details/ko/runtime/operation-console.html b/src/components/operations/operation-details/ko/runtime/operation-console.html index 72ee40305..51f304415 100644 --- a/src/components/operations/operation-details/ko/runtime/operation-console.html +++ b/src/components/operations/operation-details/ko/runtime/operation-console.html @@ -9,7 +9,7 @@
    diff --git a/src/components/operations/operation-details/ko/runtime/operation-details.html b/src/components/operations/operation-details/ko/runtime/operation-details.html index fa7a089be..67d109007 100644 --- a/src/components/operations/operation-details/ko/runtime/operation-details.html +++ b/src/components/operations/operation-details/ko/runtime/operation-details.html @@ -11,7 +11,7 @@

    diff --git a/src/components/operations/operation-details/ko/runtime/type-definition.html b/src/components/operations/operation-details/ko/runtime/type-definition.html index 348fc0d49..49cf2cd99 100644 --- a/src/components/operations/operation-details/ko/runtime/type-definition.html +++ b/src/components/operations/operation-details/ko/runtime/type-definition.html @@ -14,12 +14,12 @@

    diff --git a/src/components/operations/operation-list/ko/runtime/operation-list.html b/src/components/operations/operation-list/ko/runtime/operation-list.html index e1f66e85d..d7927cd5f 100644 --- a/src/components/operations/operation-list/ko/runtime/operation-list.html +++ b/src/components/operations/operation-list/ko/runtime/operation-list.html @@ -3,7 +3,7 @@
    @@ -95,7 +95,7 @@
  • - +
  • @@ -106,7 +106,7 @@
  • - +
  • diff --git a/src/components/products/product-apis/ko/runtime/product-apis.html b/src/components/products/product-apis/ko/runtime/product-apis.html index 97dcb310d..9f4c2266c 100644 --- a/src/components/products/product-apis/ko/runtime/product-apis.html +++ b/src/components/products/product-apis/ko/runtime/product-apis.html @@ -3,7 +3,7 @@ @@ -60,7 +60,7 @@
  • - +
  • @@ -71,7 +71,7 @@
  • - +
  • diff --git a/src/components/products/product-list/ko/runtime/product-list-dropdown.html b/src/components/products/product-list/ko/runtime/product-list-dropdown.html index b87e58b6f..28454b66f 100644 --- a/src/components/products/product-list/ko/runtime/product-list-dropdown.html +++ b/src/components/products/product-list/ko/runtime/product-list-dropdown.html @@ -3,7 +3,7 @@
    - +
    @@ -14,7 +14,7 @@ @@ -41,7 +41,7 @@
  • - +
  • @@ -52,7 +52,7 @@
  • - +
  • diff --git a/src/components/products/product-list/ko/runtime/product-list.html b/src/components/products/product-list/ko/runtime/product-list.html index 68785783d..41b07a986 100644 --- a/src/components/products/product-list/ko/runtime/product-list.html +++ b/src/components/products/product-list/ko/runtime/product-list.html @@ -3,7 +3,7 @@ @@ -54,7 +54,7 @@
  • - +
  • @@ -65,7 +65,7 @@
  • - +
  • diff --git a/src/components/products/product-subscriptions/ko/runtime/product-subscriptions.html b/src/components/products/product-subscriptions/ko/runtime/product-subscriptions.html index 1ffe26ee0..ddc4bc393 100644 --- a/src/components/products/product-subscriptions/ko/runtime/product-subscriptions.html +++ b/src/components/products/product-subscriptions/ko/runtime/product-subscriptions.html @@ -45,7 +45,7 @@
  • - +
  • @@ -56,7 +56,7 @@
  • - +
  • diff --git a/src/components/reports/ko/runtime/reports.html b/src/components/reports/ko/runtime/reports.html index 8c2cab835..2866f1e9f 100644 --- a/src/components/reports/ko/runtime/reports.html +++ b/src/components/reports/ko/runtime/reports.html @@ -55,7 +55,7 @@

    Products

    Successful calls - +
    @@ -63,7 +63,7 @@

    Products

    Blocked calls - +
    @@ -71,7 +71,7 @@

    Products

    Failed calls - +
    @@ -79,7 +79,7 @@

    Products

    Other calls - +
    @@ -87,7 +87,7 @@

    Products

    Total calls - +
    @@ -95,7 +95,7 @@

    Products

    Average response time - +
    @@ -103,7 +103,7 @@

    Products

    Bandwidth - +
    @@ -141,7 +141,7 @@

    Products

  • - +
  • @@ -152,7 +152,7 @@

    Products

  • - +
  • @@ -178,7 +178,7 @@

    Subscriptions

    Successful calls - +
    @@ -187,7 +187,7 @@

    Subscriptions

    Blocked calls - +
    @@ -196,7 +196,7 @@

    Subscriptions

    Failed calls - +
    @@ -205,7 +205,7 @@

    Subscriptions

    Other calls - +
    @@ -214,7 +214,7 @@

    Subscriptions

    Total calls - +
    @@ -222,7 +222,7 @@

    Subscriptions

    Average response time - +
    @@ -230,7 +230,7 @@

    Subscriptions

    Bandwidth - +
    @@ -267,7 +267,7 @@

    Subscriptions

  • - +
  • @@ -278,7 +278,7 @@

    Subscriptions

  • - +
  • @@ -302,7 +302,7 @@

    APIs

    Successful calls - +
    @@ -310,7 +310,7 @@

    APIs

    Blocked calls - +
    @@ -318,7 +318,7 @@

    APIs

    Failed calls - +
    @@ -326,7 +326,7 @@

    APIs

    Other calls - +
    @@ -334,7 +334,7 @@

    APIs

    Total calls - +
    @@ -342,7 +342,7 @@

    APIs

    Average response time - +
    @@ -350,7 +350,7 @@

    APIs

    Bandwidth - +
    @@ -388,7 +388,7 @@

    APIs

  • - +
  • @@ -399,7 +399,7 @@

    APIs

  • - +
  • @@ -424,7 +424,7 @@

    Operations

    Successful calls - +
    @@ -433,7 +433,7 @@

    Operations

    Blocked calls - +
    @@ -441,7 +441,7 @@

    Operations

    Failed calls - +
    @@ -449,7 +449,7 @@

    Operations

    Other calls - +
    @@ -457,7 +457,7 @@

    Operations

    Total calls - +
    @@ -465,7 +465,7 @@

    Operations

    Average response time - +
    @@ -473,7 +473,7 @@

    Operations

    Bandwidth - +
    @@ -510,7 +510,7 @@

    Operations

  • - +
  • @@ -521,7 +521,7 @@

    Operations

  • - +
  • diff --git a/src/components/tag-input/tag-input.html b/src/components/tag-input/tag-input.html index 739c8d8ac..9a92a62d4 100644 --- a/src/components/tag-input/tag-input.html +++ b/src/components/tag-input/tag-input.html @@ -4,13 +4,13 @@
    - +
    \ No newline at end of file diff --git a/src/components/tag-input/tag-list.html b/src/components/tag-input/tag-list.html index 9730ccd1b..558f7f83c 100644 --- a/src/components/tag-input/tag-list.html +++ b/src/components/tag-input/tag-list.html @@ -4,7 +4,7 @@ diff --git a/src/components/users/signin-social/ko/runtime/signin-aad-b2c.html b/src/components/users/signin-social/ko/runtime/signin-aad-b2c.html index 9ceb38236..825c2556f 100644 --- a/src/components/users/signin-social/ko/runtime/signin-aad-b2c.html +++ b/src/components/users/signin-social/ko/runtime/signin-aad-b2c.html @@ -1,4 +1,4 @@ diff --git a/src/components/users/signin-social/ko/runtime/signin-aad.html b/src/components/users/signin-social/ko/runtime/signin-aad.html index 4cee9a194..b980798c4 100644 --- a/src/components/users/signin-social/ko/runtime/signin-aad.html +++ b/src/components/users/signin-social/ko/runtime/signin-aad.html @@ -1,4 +1,4 @@ diff --git a/src/contracts/armResource.ts b/src/contracts/armResource.ts index a969f1e64..04a4ae88c 100644 --- a/src/contracts/armResource.ts +++ b/src/contracts/armResource.ts @@ -1,6 +1,6 @@ export interface ArmResource { - id: string; + id?: string; type?: string; - name: string; + name?: string; properties: any; } \ No newline at end of file diff --git a/src/contracts/tag.ts b/src/contracts/tag.ts index c6153c877..47210f6e3 100644 --- a/src/contracts/tag.ts +++ b/src/contracts/tag.ts @@ -1,8 +1,9 @@ +import { ArmResource } from "./armResource"; + export interface TagProperties { displayName: string; } -export interface TagContract { - id: string; +export interface TagContract extends ArmResource { properties: TagProperties; } \ No newline at end of file diff --git a/src/persistence/mapiObjectStorage.ts b/src/persistence/mapiObjectStorage.ts index ad49ffa7d..5026d4af4 100644 --- a/src/persistence/mapiObjectStorage.ts +++ b/src/persistence/mapiObjectStorage.ts @@ -11,7 +11,7 @@ import { PageContract } from "../contracts/page"; const localizedContentTypes = ["page", "layout", "blogpost", "navigation", "block"]; const selectedLocale = "en_us"; -const reservedArmIds = ["containerId", "webContainerId"]; +const reservedArmIds = ["containerId", "webContainerId", "appId", "accountId"]; const reservedPaperbitsIds = ["containerKey", "webContainerKey"]; diff --git a/src/startup.publish.ts b/src/startup.publish.ts index d536e7537..13d3c12e0 100644 --- a/src/startup.publish.ts +++ b/src/startup.publish.ts @@ -4,7 +4,7 @@ import { InversifyInjector } from "@paperbits/common/injection"; import { IPublisher } from "@paperbits/common/publishing"; import { CoreModule } from "@paperbits/core/core.module"; import { CorePublishModule } from "@paperbits/core/core.publish.module"; -import { StyleModule } from "@paperbits/styles/styles.module"; +import { StylePublishModule } from "@paperbits/styles/styles.publish.module"; import { ProseMirrorModule } from "@paperbits/prosemirror/prosemirror.module"; import { StaticSettingsProvider } from "./components/staticSettingsProvider"; import { FileSystemBlobStorage } from "./components/filesystemBlobStorage"; @@ -22,7 +22,7 @@ const outputBlobStorage = new FileSystemBlobStorage("./dist/website"); const injector = new InversifyInjector(); injector.bindModule(new CoreModule()); injector.bindModule(new CorePublishModule()); -injector.bindModule(new StyleModule()); +injector.bindModule(new StylePublishModule()); injector.bindModule(new ProseMirrorModule()); injector.bindModule(new ApimPublishModule()); injector.bindInstance("settingsProvider", settingsProvider); diff --git a/src/themes/website/styles/icons.scss b/src/themes/website/styles/icons.scss index d2897701f..2f5411de6 100644 --- a/src/themes/website/styles/icons.scss +++ b/src/themes/website/styles/icons.scss @@ -1,15 +1,15 @@ @font-face { - font-family: 'icons'; + font-family: 'Icons Embedded'; src: url('/styles/fonts/icons.eot?a6lw2r'); src: url('/styles/fonts/icons.eot?a6lw2r#iefix') format('embedded-opentype'), url('/styles/fonts/icons.ttf?a6lw2r') format('truetype'), url('/styles/fonts/icons.woff?a6lw2r') format('woff'), url('/styles/fonts/icons.svg?a6lw2r#icons') format('svg'); font-weight: normal; font-style: normal; } -[class*=" icon-"], -[class^="icon-"] { +[class*=" icon-emb-"], +[class^="icon-emb-"] { /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icons' !important; + font-family: 'Icons Embedded' !important; speak: none; font-style: normal; font-weight: normal; @@ -17,140 +17,126 @@ text-transform: none; line-height: 1; - /* Better Font Rendering =========== */ + /* Better Font Rendering */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.icon-simple-remove:before { +.icon-emb-simple-remove:before { content: "\e90f"; } -.icon-menu-8:before { - content: "\e90e"; -} - -.icon-duplicate:before { +.icon-emb-duplicate:before { content: "\e90c"; } -.icon-download:before { +.icon-emb-download:before { content: "\e90d"; } -.icon-upload:before { +.icon-emb-upload:before { content: "\e906"; } -.icon-openapi:before { +.icon-emb-openapi:before { content: "\e907"; } -.icon-grouped-list:before { +.icon-emb-grouped-list:before { content: "\e900"; } -.icon-list:before { +.icon-emb-list:before { content: "\e901"; } -.icon-filtrofier:before { +.icon-emb-filtrofier:before { content: "\e902"; } -.icon-play:before { +.icon-emb-play:before { content: "\e908"; } -.icon-api-management:before { +.icon-emb-api-management:before { content: "\e903"; } -.icon-chevron-down:before { +.icon-emb-chevron-down:before { content: "\e90a"; } -.icon-chevron-up:before { +.icon-emb-chevron-up:before { content: "\e90b"; } -.icon-chevron-right:before { +.icon-emb-chevron-right:before { content: "\e904"; } -.icon-chevron-left:before { +.icon-emb-chevron-left:before { content: "\e909"; } -.icon-code:before { +.icon-emb-code:before { content: "\e905"; } -.icon-drag-handle:before { +.icon-emb-drag-handle:before { content: "\e91e"; } -.icon-eye:before { +.icon-emb-eye:before { content: "\e91f"; } -.icon-eye-fill:before { +.icon-emb-eye-fill:before { content: "\e920"; } -.icon-magnifier:before { +.icon-emb-magnifier:before { content: "\e91b"; } -.icon-option-horizontal:before { +.icon-emb-option-horizontal:before { content: "\e91d"; } -.icon-plus:before { +.icon-emb-plus:before { content: "\e91c"; } -.icon-search-filter:before { +.icon-emb-search-filter:before { content: "\e923"; } -.icon-tag:before { +.icon-emb-tag:before { content: "\e921"; } -.icon-trash:before { +.icon-emb-trash:before { content: "\e922"; } -.icon-add-filter:before { +.icon-emb-add-filter:before { content: "\e910"; } -.icon.icon-wadl { +.icon-emb-wadl { @include icon-18px(); background-color: transparent; background-size: 100% 100%; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iLTI4MCAzNzIgNTAgNTAiPjxwYXRoIGZpbGw9IiM1OUI0RDkiIGQ9Ik0tMjM1IDM3OC44bC00LjgtNC44LTItMkgtMjc3djUwaDQ0di00MS4yeiIvPjxwYXRoIG9wYWNpdHk9Ii44IiBmaWxsPSIjRkZGIiBkPSJNLTI0MiAzNzRoLTMzdjQ2aDQwdi0zOWgtN3oiLz48cGF0aCBmaWxsPSIjNTlCNEQ5IiBkPSJNLTI2MC45OTYgNDA3LjQ4MmwtMi40MzcgOC44OTNoLTEuNjY4bC0xLjY5My02LjIyYTQuMjQgNC4yNCAwIDAgMS0uMTMtLjg2OGgtLjAyNWE0LjE4IDQuMTggMCAwIDEtLjE0OS44NTVsLTEuNjk5IDYuMjMyaC0xLjcwNmwtMi40ODctOC44OTNoMS42MTlsMS42MTIgNi41MTJjLjA2Ni4yNzIuMTA3LjU1OC4xMjQuODU1aC4wMzFjLjAxNi0uMjExLjA3NC0uNDk2LjE3My0uODU1bDEuODIzLTYuNTEyaDEuNTE5bDEuNjg3IDYuNTYxYy4wNTguMjI0LjEwMS40ODguMTMuNzk0aC4wMjRjLjAxMy0uMjA2LjA2LS40NzkuMTQzLS44MThsMS41ODItNi41MzZoMS41Mjd6TS0yNTIuOTA5IDQxNi4zNzVoLTEuNjE4bC0uOC0yLjI2NGgtMy40OThsLS43NjkgMi4yNjRoLTEuNjEybDMuMzMtOC44OTNoMS42NjJsMy4zMDUgOC44OTN6bS0yLjgwOS0zLjQ2N2wtMS4yMzQtMy41NDdhNC4xNTUgNC4xNTUgMCAwIDEtLjExOC0uNTU4aC0uMDI1YTMuNjk1IDMuNjk1IDAgMCAxLS4xMjQuNTU4bC0xLjIyMiAzLjU0N2gyLjcyM3pNLTI1MS42ODggNDE2LjM3NXYtOC44OTNoMi41NjdjMy4yNzggMCA0LjkxNyAxLjQ0NSA0LjkxNyA0LjMzNSAwIDEuMzcyLS40NTUgMi40NzUtMS4zNjMgMy4zMDgtLjkxLjgzNC0yLjEzIDEuMjUtMy42NTkgMS4yNWgtMi40NjJ6bTEuNDctNy42NHY2LjM5NGgxLjE3OWMxLjAzNyAwIDEuODQ0LS4yODUgMi40MjEtLjg1Ni41NzctLjU3Ljg2NS0xLjM3Ni44NjUtMi40MTggMC0yLjA3OS0xLjA3Ny0zLjExOS0zLjIzMS0zLjExOWgtMS4yMzR6TS0yMzcuNjU0IDQxNi4zNzVoLTQuOTI0di04Ljg5M2gxLjQ3NnY3LjY0NmgzLjQ0OHYxLjI0N3pNLTI2Mi4zOTMgMzk4LjEzbC05LjY5Mi00LjY1NnYtMS4xNWw5LjY5Mi01LjA1OHYyLjA2MmwtNy4wODcgMy41MTZ2LjA0M2w3LjA4NyAzLjE5MXYyLjA1MnpNLTI1MC4xMjkgMzgzLjYzbC03LjUyMSAxOC4xNDZoLTIuMjlsNy40ODktMTguMTQ2aDIuMzIyek0tMjM3Ljc2NyAzOTMuNDA5bC05LjY5MiA0LjY1NnYtMi4wNTFsNy4wOTgtMy4xNTh2LS4wNjVsLTcuMDk4LTMuNTE3di0yLjA2Mmw5LjY5MiA1LjA0N3YxLjE1eiIvPjwvc3ZnPg=="); } -.icon.icon-wsdl { +.icon-emb-wsdl { @include icon-18px(); background-color: transparent; background-size: 100% 100%; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iLTI4MCAzNzIgNTAgNTAiPjxwYXRoIGZpbGw9IiNmOTAiIGQ9Ik0tMjM1IDM3OC44bC00LjgtNC44LTItMkgtMjc3djUwaDQ0di00MS4yeiIvPjxwYXRoIG9wYWNpdHk9Ii44IiBmaWxsPSIjRkZGIiBkPSJNLTI0MiAzNzRoLTMzdjQ2aDQwdi0zOWgtN3oiLz48cGF0aCBmaWxsPSIjZjkwIiBkPSJNLTI2MC45OTYgNDA3LjQ4MmwtMi40MzcgOC44OTNoLTEuNjY4bC0xLjY5My02LjIyYTQuMjQgNC4yNCAwIDAgMS0uMTMtLjg2OGgtLjAyNWE0LjE4IDQuMTggMCAwIDEtLjE0OS44NTVsLTEuNjk5IDYuMjMyaC0xLjcwNmwtMi40ODctOC44OTNoMS42MTlsMS42MTIgNi41MTJjLjA2Ni4yNzIuMTA3LjU1OC4xMjQuODU1aC4wMzFjLjAxNi0uMjExLjA3NC0uNDk2LjE3My0uODU1bDEuODIzLTYuNTEyaDEuNTE5bDEuNjg3IDYuNTYxYy4wNTguMjI0LjEwMS40ODguMTMuNzk0aC4wMjRjLjAxMy0uMjA2LjA2LS40NzkuMTQzLS44MThsMS41ODItNi41MzZoMS41Mjd6TS0yNTEuNjg4IDQxNi4zNzV2LTguODkzaDIuNTY3YzMuMjc4IDAgNC45MTcgMS40NDUgNC45MTcgNC4zMzUgMCAxLjM3Mi0uNDU1IDIuNDc1LTEuMzYzIDMuMzA4LS45MS44MzQtMi4xMyAxLjI1LTMuNjU5IDEuMjVoLTIuNDYyem0xLjQ3LTcuNjR2Ni4zOTRoMS4xNzljMS4wMzcgMCAxLjg0NC0uMjg1IDIuNDIxLS44NTYuNTc3LS41Ny44NjUtMS4zNzYuODY1LTIuNDE4IDAtMi4wNzktMS4wNzctMy4xMTktMy4yMzEtMy4xMTloLTEuMjM0ek0tMjM3LjY1NCA0MTYuMzc1aC00LjkyNHYtOC44OTNoMS40NzZ2Ny42NDZoMy40NDh2MS4yNDd6TS0yNjIuMzkzIDM5OC4xM2wtOS42OTItNC42NTZ2LTEuMTVsOS42OTItNS4wNTh2Mi4wNjJsLTcuMDg3IDMuNTE2di4wNDNsNy4wODcgMy4xOTF2Mi4wNTJ6TS0yNTAuMTI5IDM4My42M2wtNy41MjEgMTguMTQ2aC0yLjI5bDcuNDg5LTE4LjE0NmgyLjMyMnpNLTIzNy43NjcgMzkzLjQwOWwtOS42OTIgNC42NTZ2LTIuMDUxbDcuMDk4LTMuMTU4di0uMDY1bC03LjA5OC0zLjUxN3YtMi4wNjJsOS42OTIgNS4wNDd2MS4xNXoiLz48dGV4dCBzdHlsZT0ibGluZS1oZWlnaHQ6MTI1JSIgeD0iLTIzMi41OTgiIHk9IjQ2OC4zMjEiIHRyYW5zZm9ybT0ic2NhbGUoMS4xMjU3MyAuODg4MzEpIiBmb250LXdlaWdodD0iNDAwIiBmb250LXNpemU9IjEzLjM3MyIgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiIGxldHRlci1zcGFjaW5nPSIwIiB3b3JkLXNwYWNpbmc9IjAiIGZpbGw9IiNmOTAiPjx0c3BhbiB4PSItMjMyLjU5OCIgeT0iNDY4LjMyMSI+UzwvdHNwYW4+PC90ZXh0Pjwvc3ZnPg=="); } -.icon.icon-google { - @include icon-18px(); - display: inline-block; - background-color: transparent; - background-size: 100% 100%; - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQ0MyIgaGVpZ2h0PSIyNTAwIiB2aWV3Qm94PSIwIDAgMjU2IDI2MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZD0iTTI1NS44NzggMTMzLjQ1MWMwLTEwLjczNC0uODcxLTE4LjU2Ny0yLjc1Ni0yNi42OUgxMzAuNTV2NDguNDQ4aDcxLjk0N2MtMS40NSAxMi4wNC05LjI4MyAzMC4xNzItMjYuNjkgNDIuMzU2bC0uMjQ0IDEuNjIyIDM4Ljc1NSAzMC4wMjMgMi42ODUuMjY4YzI0LjY1OS0yMi43NzQgMzguODc1LTU2LjI4MiAzOC44NzUtOTYuMDI3IiBmaWxsPSIjNDI4NUY0Ii8+PHBhdGggZD0iTTEzMC41NSAyNjEuMWMzNS4yNDggMCA2NC44MzktMTEuNjA1IDg2LjQ1My0zMS42MjJsLTQxLjE5Ni0zMS45MTNjLTExLjAyNCA3LjY4OC0yNS44MiAxMy4wNTUtNDUuMjU3IDEzLjA1NS0zNC41MjMgMC02My44MjQtMjIuNzczLTc0LjI2OS01NC4yNWwtMS41MzEuMTMtNDAuMjk4IDMxLjE4Ny0uNTI3IDEuNDY1QzM1LjM5MyAyMzEuNzk4IDc5LjQ5IDI2MS4xIDEzMC41NSAyNjEuMSIgZmlsbD0iIzM0QTg1MyIvPjxwYXRoIGQ9Ik01Ni4yODEgMTU2LjM3Yy0yLjc1Ni04LjEyMy00LjM1MS0xNi44MjctNC4zNTEtMjUuODIgMC04Ljk5NCAxLjU5NS0xNy42OTcgNC4yMDYtMjUuODJsLS4wNzMtMS43M0wxNS4yNiA3MS4zMTJsLTEuMzM1LjYzNUM1LjA3NyA4OS42NDQgMCAxMDkuNTE3IDAgMTMwLjU1czUuMDc3IDQwLjkwNSAxMy45MjUgNTguNjAybDQyLjM1Ni0zMi43ODIiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNMTMwLjU1IDUwLjQ3OWMyNC41MTQgMCA0MS4wNSAxMC41ODkgNTAuNDc5IDE5LjQzOGwzNi44NDQtMzUuOTc0QzE5NS4yNDUgMTIuOTEgMTY1Ljc5OCAwIDEzMC41NSAwIDc5LjQ5IDAgMzUuMzkzIDI5LjMwMSAxMy45MjUgNzEuOTQ3bDQyLjIxMSAzMi43ODNjMTAuNTktMzEuNDc3IDM5Ljg5MS01NC4yNTEgNzQuNDE0LTU0LjI1MSIgZmlsbD0iI0VCNDMzNSIvPjwvc3ZnPg=="); - vertical-align: middle; - margin-right: 5px; -} - -.icon.icon-aad { +.icon-emb-aad { @include icon-18px(); display: inline-block; background-color: transparent; @@ -160,40 +146,6 @@ margin-right: 5px; } -.icon.icon-microsoft { - @include icon-18px(); - display: inline-block; - background-color: transparent; - background-size: 100% 100%; - background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNDk5LjYgMjUwMCIgdmlld0JveD0iMCAwIDI0OTkuNiAyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xMTg3LjkgMTE4Ny45aC0xMTg3Ljl2LTExODcuOWgxMTg3Ljl6IiBmaWxsPSIjZjE1MTFiIi8+PHBhdGggZD0ibTI0OTkuNiAxMTg3LjloLTExODh2LTExODcuOWgxMTg3Ljl2MTE4Ny45eiIgZmlsbD0iIzgwY2MyOCIvPjxwYXRoIGQ9Im0xMTg3LjkgMjUwMGgtMTE4Ny45di0xMTg3LjloMTE4Ny45eiIgZmlsbD0iIzAwYWRlZiIvPjxwYXRoIGQ9Im0yNDk5LjYgMjUwMGgtMTE4OHYtMTE4Ny45aDExODcuOXYxMTg3Ljl6IiBmaWxsPSIjZmJiYzA5Ii8+PC9zdmc+"); - vertical-align: middle; - margin-right: 5px; -} - -.icon.icon-twitter { - @include icon-18px(); - display: inline-block; - background-color: transparent; - background-size: 100% 100%; - background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+VHdpdHRlciBpY29uPC90aXRsZT48cGF0aCBkPSJNMjMuOTU0IDQuNTY5Yy0uODg1LjM4OS0xLjgzLjY1NC0yLjgyNS43NzUgMS4wMTQtLjYxMSAxLjc5NC0xLjU3NCAyLjE2My0yLjcyMy0uOTUxLjU1NS0yLjAwNS45NTktMy4xMjcgMS4xODQtLjg5Ni0uOTU5LTIuMTczLTEuNTU5LTMuNTkxLTEuNTU5LTIuNzE3IDAtNC45MiAyLjIwMy00LjkyIDQuOTE3IDAgLjM5LjA0NS43NjUuMTI3IDEuMTI0QzcuNjkxIDguMDk0IDQuMDY2IDYuMTMgMS42NCAzLjE2MWMtLjQyNy43MjItLjY2NiAxLjU2MS0uNjY2IDIuNDc1IDAgMS43MS44NyAzLjIxMyAyLjE4OCA0LjA5Ni0uODA3LS4wMjYtMS41NjYtLjI0OC0yLjIyOC0uNjE2di4wNjFjMCAyLjM4NSAxLjY5MyA0LjM3NCAzLjk0NiA0LjgyNy0uNDEzLjExMS0uODQ5LjE3MS0xLjI5Ni4xNzEtLjMxNCAwLS42MTUtLjAzLS45MTYtLjA4Ni42MzEgMS45NTMgMi40NDUgMy4zNzcgNC42MDQgMy40MTctMS42OCAxLjMxOS0zLjgwOSAyLjEwNS02LjEwMiAyLjEwNS0uMzkgMC0uNzc5LS4wMjMtMS4xNy0uMDY3IDIuMTg5IDEuMzk0IDQuNzY4IDIuMjA5IDcuNTU3IDIuMjA5IDkuMDU0IDAgMTMuOTk5LTcuNDk2IDEzLjk5OS0xMy45ODYgMC0uMjA5IDAtLjQyLS4wMTUtLjYzLjk2MS0uNjg5IDEuOC0xLjU2IDIuNDYtMi41NDhsLS4wNDctLjAyeiIgZmlsbD0iIzVkYThkYyIgLz48L3N2Zz4="); - vertical-align: middle; - margin-right: 5px; -} - -.icon.icon-facebook { - @include icon-18px(); - display: inline-block; - background-color: transparent; - background-size: 100% 100%; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAwIiBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjAgMCAyNjYuODkzIDI2Ni44OTUiPjxwYXRoIGQ9Ik0yNTIuMTY0IDI2Ni44OTVjOC4xMzQgMCAxNC43MjktNi41OTYgMTQuNzI5LTE0LjczVjE0LjczYzAtOC4xMzctNi41OTYtMTQuNzMtMTQuNzI5LTE0LjczSDE0LjczQzYuNTkzIDAgMCA2LjU5NCAwIDE0LjczdjIzNy40MzRjMCA4LjEzNSA2LjU5MyAxNC43MyAxNC43MyAxNC43M2gyMzcuNDM0eiIgZmlsbD0iIzQ4NWE5NiIvPjxwYXRoIGQ9Ik0xODQuMTUyIDI2Ni44OTVWMTYzLjUzOWgzNC42OTJsNS4xOTQtNDAuMjhoLTM5Ljg4N1Y5Ny41NDJjMC0xMS42NjIgMy4yMzgtMTkuNjA5IDE5Ljk2Mi0xOS42MDlsMjEuMzI5LS4wMVY0MS44OTdjLTMuNjg5LS40OS0xNi4zNTEtMS41ODctMzEuMDgtMS41ODctMzAuNzUzIDAtNTEuODA3IDE4Ljc3MS01MS44MDcgNTMuMjQ0djI5LjcwNWgtMzQuNzgxdjQwLjI4aDM0Ljc4MXYxMDMuMzU1aDQxLjU5N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); - vertical-align: middle; - margin-right: 5px; -} - -.icon-text { - margin: 0 5px; -} - -.icon.icon-brackets:before { +.icon-emb-brackets:before { content: "\e911"; }