nutella_framework 0.6.12 → 0.6.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/framework_components/roomcast-bot/roomcast_bot.rb +3 -6
  4. data/framework_components/roomcast-channel-creator/dist/app.js +5605 -472
  5. data/framework_components/roomcast-channel-creator/dist/main.css +8 -2
  6. data/framework_components/roomcast-channel-creator/dist/nutella_lib.js +4110 -4050
  7. data/framework_components/roomcast-channel-creator/index.html +0 -12
  8. data/framework_components/roomcast-channel-creator/package.json +1 -1
  9. data/framework_components/roomcast-channel-creator/{dist/roomcast-default.png → roomcast-default.png} +0 -0
  10. data/framework_components/roomcast-channel-creator/src/app/app.js +16 -10
  11. data/framework_components/roomcast-channel-creator/src/app/components/main.js +2 -2
  12. data/framework_components/roomcast-channel-creator/src/less/main.less +7 -1
  13. data/framework_components/roomcast-main-app/dist/app.js +6 -5
  14. data/framework_components/roomcast-main-app/roomcast-default.png +0 -0
  15. data/framework_components/roomcast-main-app/src/app/components/app/Player.js +3 -1
  16. data/framework_components/roomcast-main-app/src/app/components/app/main.js +2 -3
  17. data/framework_components/roomcast-package-creator/dist/app.js +24 -29
  18. data/framework_components/roomcast-package-creator/dist/main.css +60 -1
  19. data/framework_components/roomcast-package-creator/roomcast-default.png +0 -0
  20. data/framework_components/roomcast-package-creator/src/app/app.js +1 -1
  21. data/framework_components/roomcast-package-creator/src/app/components/ChannelsCatalogue.js +0 -5
  22. data/framework_components/roomcast-package-creator/src/app/components/ConfigurationsPanel.js +0 -2
  23. data/framework_components/roomcast-package-creator/src/app/components/GlobalButton.js +3 -1
  24. data/framework_components/roomcast-package-creator/src/app/components/PoolHeader.js +1 -1
  25. data/framework_components/roomcast-package-creator/src/app/components/main.js +15 -13
  26. data/framework_components/roomcast-package-creator/src/app/components/material-ui/drop-down-menu.jsx +1 -5
  27. data/framework_components/roomcast-package-creator/src/app/components/material-ui/menu.jsx +2 -0
  28. data/framework_components/roomcast-package-creator/src/less/main.less +2 -1
  29. data/framework_components/roomcast-package-creator/src/less/menu-item.less +5 -3
  30. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce75b7fb3791c3d9efb202b41a4ef2f80a98d102
4
- data.tar.gz: 9405e96d98c17a367fd354b08d5d044c5a97de6e
3
+ metadata.gz: bd23eadb0bfd98d1b53b5ad90a0c11013811fc70
4
+ data.tar.gz: c79e81d6ba2b43eb1c6876e8ee60d55696a6cdff
5
5
  SHA512:
6
- metadata.gz: 3ef2201f0e9ccb6e54c51ba8ed3715b05b0da38c35ecd10b5dd5502a9ef5b00816abb8f0a060c0efd6057fe4d0f497c3dcfc522160184d6b4cceec39a4d47738
7
- data.tar.gz: 87949e257e379834d363fcaa72f2aa8002f586da060f429a3147c285fae947b4a673121283552fdc8fab1e67d2b06a29d5b19ed169925ee5f51c0aa31c2efd92
6
+ metadata.gz: 58c3f041825a52d4713a2bc82dd222baea4d60178a2dc5d5098722eeefb89994436b393286c727357e9099a58a5ad67f6ed5b83ed21735d97caa060cc61b08f5
7
+ data.tar.gz: ae435f1f76307f26150fdec4200b58320020e40dbc9524a0e1f084c337f234d13313ad231d2683e3b5d3ef682fbf2c8ac4a564642cd71bbee423fabd0bfce15f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.12
1
+ 0.6.13
@@ -46,17 +46,14 @@ nutella.f.net.handle_requests_on_all_runs('configs/retrieve', lambda do |request
46
46
  "1"=> {
47
47
  "name"=> "Default activity",
48
48
  "mapping"=> [{
49
- "family"=> "iPad",
49
+ "family"=> "Public",
50
50
  "items"=> [{
51
51
  "name"=> "",
52
52
  "channels"=> []
53
53
  }]
54
54
  }, {
55
- "family"=> "Mac",
56
- "items"=> [{
57
- "name"=> "",
58
- "channels"=> []
59
- }]
55
+ "family"=> "Personal",
56
+ "items"=> []
60
57
  }]
61
58
  }
62
59
  }