Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 9aea8cd

Browse files
author
Francois-Xavier Gentilhomme
committed
[FIX] fixes import example
1 parent 9ea7468 commit 9aea8cd

38 files changed

+799
-771
lines changed

analysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2817,7 +2817,7 @@
28172817
"tagname": "myscript-text-exports"
28182818
},
28192819
{
2820-
"description": "`myscript-text-web` is a turnkey solution for those who need to quickly implement MyScript Text recognition.\n\n <myscript-text-web\n applicationkey=\"YOUR MYSCRIPT CDK APPLICATION KEY\"\n hmackey=\"YOUR MYSCRIPT CDK HMAC KEY\"\n language=\"en_US\">\n </myscript-text-web>\n\n### Styling\n\n`<myscript-common-element>` provides the following custom properties for styling:\n\nCustom property | Description | Default\n----------------|-------------|----------\n`--myscript-text-web-background` | Background of the editor | none\n`--myscript-text-web-color` | Color of the editor | #FFFFFF\n`--myscript-text-web-line-pattern` | Line pattern to apply on the editor | Classic notebook pattern\n`--myscript-text-web-loader-background` | Background of the loader | #1A9FFF\n`--myscript-text-web-loader-color` | Color of the loader | #F5F6F7\n`--myscript-text-web-button-background` | Buttons background | #1A9FFF\n`--myscript-text-web-button-focus-background` | Buttons focus background | #1A9FFF\n`--myscript-text-web-button-disabled-background` | Buttons disabled background | #F5F6F7\n`--myscript-text-web-exports-color` | Text candidates color | #1580CD\n`--myscript-text-web-exports-background-color` | Text candidates background color | #EDF0F2\n`--myscript-text-web-exports-selected-color` | Selected candidate color | #FFFFFF\n`--myscript-text-web-exports-selected-background-color` | Selected candidate background color | #1580CD\n`--myscript-text-web-exports-predicted-color` | Candidate predicted part color | #73818C\n`--myscript-text-web-exports-completed-color` | Candidate completed part color | #1A9FFF",
2820+
"description": "`myscript-text-web` is a turnkey solution for those who need to quickly implement MyScript Text recognition.\n\n <myscript-text-web\n applicationkey=\"YOUR MYSCRIPT CDK APPLICATION KEY\"\n hmackey=\"YOUR MYSCRIPT CDK HMAC KEY\"\n language=\"en_US\">\n </myscript-text-web>\n\n### Styling\n\n`<myscript-common-element>` provides the following custom properties for styling:\n\nCSS variable | Default\n-------------|--------\n`--myscript-text-web-background` | none\n`--myscript-text-web-color` | #FFFFFF\n`--myscript-text-web-line-pattern` | Classic notebook line pattern\n`--myscript-text-web-loader-background` | #1A9FFF\n`--myscript-text-web-loader-color` | #F5F6F7\n`--myscript-text-web-button-background` | #1A9FFF\n`--myscript-text-web-button-focus-background` | #1A9FFF\n`--myscript-text-web-button-disabled-background` | #F5F6F7\n`--myscript-text-web-exports-color` | #1580CD\n`--myscript-text-web-exports-background-color` | #EDF0F2\n`--myscript-text-web-exports-selected-color` | #FFFFFF\n`--myscript-text-web-exports-selected-background-color` | #1580CD\n`--myscript-text-web-exports-predicted-color` | #73818C\n`--myscript-text-web-exports-completed-color` | #1A9FFF",
28212821
"summary": "",
28222822
"path": "myscript-text-web.html",
28232823
"properties": [

docs/components/myscript-common-element/.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"paper-toggle-button": "^2.0.0",
4646
"paper-slider": "^2.0.2"
4747
},
48-
"_release": "8c58d03b0c",
48+
"_release": "2b6dae7c2f",
4949
"_resolution": {
5050
"type": "branch",
5151
"branch": "2.0.0-alpha1",
52-
"commit": "8c58d03b0c21f9bf7f0635b9dd88707aa0bf9ad7"
52+
"commit": "2b6dae7c2fd5a7bad0ac8025fa0fb4caee20679f"
5353
},
5454
"_source": "https://github.com/MyScript/myscript-common-element.git",
5555
"_target": "2.0.0-alpha1",

0 commit comments

Comments
 (0)