diff --git a/dist/fc95fa02fd204a05f6f4.css b/dist/c08679ea19c3178e4320.css similarity index 99% rename from dist/fc95fa02fd204a05f6f4.css rename to dist/c08679ea19c3178e4320.css index b26b1ec..a29d353 100644 --- a/dist/fc95fa02fd204a05f6f4.css +++ b/dist/c08679ea19c3178e4320.css @@ -12,7 +12,8 @@ ul { margin: 0; - padding: 0; } + padding: 0; + } .ms-welcome__header { padding: 20px; diff --git a/dist/commands.js.map b/dist/commands.js.map index 48609c1..440b696 100644 --- a/dist/commands.js.map +++ b/dist/commands.js.map @@ -1 +1 @@ -{"version":3,"file":"commands.js","mappings":"AAOAA,OAAOC,SAAQ,WACb,IAuBFD,OAAOE,QAAQC,UAAU,UAhBzB,SAAgBC,GACd,IAAMC,EAAU,CACdC,KAAMN,OAAOO,aAAaC,4BAA4BC,qBACtDJ,QAAS,oBACTK,KAAM,aACNC,YAAY,GAIdX,OAAOY,QAAQC,QAAQC,KAAKC,qBAAqBC,aAAa,SAAUX,GAGxED,EAAMa,WACR","sources":["webpack://office-addin-taskpane-js/./src/commands/commands.js"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n * See LICENSE in the project root for license information.\n */\n\n/* global Office */\n\nOffice.onReady(() => {\n // If needed, Office.js is ready to be called.\n});\n\n/**\n * Shows a notification when the add-in command is executed.\n * @param event {Office.AddinCommands.Event}\n */\nfunction action(event) {\n const message = {\n type: Office.MailboxEnums.ItemNotificationMessageType.InformationalMessage,\n message: \"Performed action.\",\n icon: \"Icon.80x80\",\n persistent: true,\n };\n\n // Show a notification message.\n Office.context.mailbox.item.notificationMessages.replaceAsync(\"action\", message);\n\n // Be sure to indicate when the add-in command function is complete.\n event.completed();\n}\n\n// Register the function with Office.\nOffice.actions.associate(\"action\", action);\n"],"names":["Office","onReady","actions","associate","event","message","type","MailboxEnums","ItemNotificationMessageType","InformationalMessage","icon","persistent","context","mailbox","item","notificationMessages","replaceAsync","completed"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"commands.js","mappings":"AAOAA,OAAOC,SAAQ,WACb,IAuBFD,OAAOE,QAAQC,UAAU,UAhBzB,SAAgBC,GACd,IAAMC,EAAU,CACdC,KAAMN,OAAOO,aAAaC,4BAA4BC,qBACtDJ,QAAS,oBACTK,KAAM,aACNC,YAAY,GAIdX,OAAOY,QAAQC,QAAQC,KAAKC,qBAAqBC,aAAa,SAAUX,GAGxED,EAAMa,WACR","sources":["webpack://office-addin-taskpane-js/./src/commands/commands.js"],"sourcesContent":["/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\r\n * See LICENSE in the project root for license information.\r\n */\r\n\r\n/* global Office */\r\n\r\nOffice.onReady(() => {\r\n // If needed, Office.js is ready to be called.\r\n});\r\n\r\n/**\r\n * Shows a notification when the add-in command is executed.\r\n * @param event {Office.AddinCommands.Event}\r\n */\r\nfunction action(event) {\r\n const message = {\r\n type: Office.MailboxEnums.ItemNotificationMessageType.InformationalMessage,\r\n message: \"Performed action.\",\r\n icon: \"Icon.80x80\",\r\n persistent: true,\r\n };\r\n\r\n // Show a notification message.\r\n Office.context.mailbox.item.notificationMessages.replaceAsync(\"action\", message);\r\n\r\n // Be sure to indicate when the add-in command function is complete.\r\n event.completed();\r\n}\r\n\r\n// Register the function with Office.\r\nOffice.actions.associate(\"action\", action);\r\n"],"names":["Office","onReady","actions","associate","event","message","type","MailboxEnums","ItemNotificationMessageType","InformationalMessage","icon","persistent","context","mailbox","item","notificationMessages","replaceAsync","completed"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/manifest.xml b/dist/manifest.xml index e020dac..3980e86 100644 --- a/dist/manifest.xml +++ b/dist/manifest.xml @@ -2,15 +2,15 @@ 6aefdc1b-c9c2-4f92-95c7-af96bd9ced13 1.0.0.0 - Contoso + OVAS en-US - - - - - + + + + + - https://www.contoso.com + https://outlookplugin.ovas.nl @@ -23,7 +23,7 @@
- + 250
@@ -62,21 +62,6 @@ - -