@magicgol/polyjuice 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.js +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
package/src/main.js CHANGED
@@ -20,13 +20,20 @@ new Vue({
20
20
 
21
21
  export MgHCard from './components/card/horizontal-card/HCard';
22
22
  export MgVCard from './components/card/vertical-card/VCard';
23
+
23
24
  export MgPrimaryClubButton from './components/club/button/primary-club-button/PrimaryClubButton';
24
25
  export MgSecondaryClubButton from './components/club/button/secondary-club-button/SecondaryClubButton';
26
+
25
27
  export MgPrimaryButton from './components/form/button/primary-button/PrimaryButton';
26
28
  export MgSecondaryButton from './components/form/button/secondary-button/SecondaryButton';
27
29
  export MgTertiaryButton from './components/form/button/tertiary-button/TertiaryButton';
28
30
  export MgToggleButton from './components/form/button/toggle-button/ToggleButton';
31
+ export MgCheckbox from './components/form/checkbox/checkbox/Checkbox';
32
+ export MgSwitch from './components/form/checkbox/switch/Switch';
33
+
29
34
  export MgMagicCoinButton from './components/magic-coin/button/MagicCoinButton';
30
35
  export MgCredits from './components/magic-coin/credits/Credits';
31
- export MgSoccerBall from './components/loader/soccer-ball/SoccerBall';
36
+
37
+ export MgSoccerBallLoader from './components/loader/soccer-ball/SoccerBall';
38
+
32
39
  export MgTabButton from './components/navigation/tab-button/TabButton';