scratch-blocks
Advanced tools
Comparing version 0.1.0-prerelease.1475095525 to 0.1.0-prerelease.1475256912
@@ -920,2 +920,13 @@ /** | ||
'.blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,', | ||
'.blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon,', | ||
'.blocklyDropDownDiv .goog-option-selected .goog-menuitem-checkbox,', | ||
'.blocklyDropDownDiv .goog-option-selected .goog-menuitem-icon {', | ||
/* Client apps may override the URL at which they serve the sprite. */ | ||
'background: url(<<<PATH>>>/sprites.png) no-repeat -48px -16px !important;', | ||
'position: static;', /* Scroll with the menu. */ | ||
'float: left;', | ||
'margin-left: -24px;', | ||
'}', | ||
/* BiDi override for the selected/checked state. */ | ||
@@ -928,14 +939,6 @@ /* #noflip */ | ||
/* Flip left/right positioning. */ | ||
'left: auto;', | ||
'right: 6px;', | ||
'float: right;', | ||
'margin-left: 6px;', | ||
'}', | ||
'.blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,', | ||
'.blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon,', | ||
'.blocklyDropDownDiv .goog-option-selected .goog-menuitem-checkbox,', | ||
'.blocklyDropDownDiv .goog-option-selected .goog-menuitem-icon {', | ||
/* Client apps may override the URL at which they serve the sprite. */ | ||
'background: url(<<<PATH>>>/sprites.png) no-repeat -48px -16px !important;', | ||
'}', | ||
/* Keyboard shortcut ("accelerator") style. */ | ||
@@ -942,0 +945,0 @@ '.blocklyWidgetDiv .goog-menuitem-accel, ', |
{ | ||
"@metadata": { | ||
"author": "Ellen Spertus <ellen.spertus@gmail.com>", | ||
"lastupdated": "2016-09-28 20:44:20.777318", | ||
"lastupdated": "2016-09-30 17:34:18.527411", | ||
"locale": "en", | ||
@@ -6,0 +6,0 @@ "messagedocumentation" : "qqq" |
{ | ||
"name": "scratch-blocks", | ||
"version": "0.1.0-prerelease.1475095525", | ||
"version": "0.1.0-prerelease.1475256912", | ||
"description": "Scratch Blocks is a library for building creative computing interfaces.", | ||
@@ -11,3 +11,3 @@ "author": "Massachusetts Institute of Technology", | ||
"url": "https://github.com/LLK/scratch-blocks.git", | ||
"sha": "6edc1b4ba0992a4d61b663a86285f67f051169d5" | ||
"sha": "b14a80738fd5b6d546abfd54af48b0885c3b47fd" | ||
}, | ||
@@ -14,0 +14,0 @@ "main": "./dist/vertical.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5648751
54247