Skip to content

Commit ca95ad4

Browse files
Merge branch 'semantic-ui'
2 parents 32149b9 + c6b6f96 commit ca95ad4

File tree

1,692 files changed

+279772
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,692 files changed

+279772
-98
lines changed

app-new/.meteor/packages

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mobile-experience@1.0.4 # Packages for a great mobile UX
99
mongo@1.1.12 # The database Meteor supports right now
1010
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
1111
session@1.1.6 # Client-side reactive dictionary for your app
12-
jquery@1.11.9 # Helpful client-side library
12+
jquery # Helpful client-side library
1313
tracker@1.1.0 # Meteor's client-side reactive programming library
1414

1515
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
@@ -18,17 +18,21 @@ ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code
1818
aldeed:autoform
1919
aldeed:collection2
2020
sacha:spin
21-
twbs:bootstrap
22-
ian:accounts-ui-bootstrap-3
2321
accounts-password@1.3.0
2422
underscore@1.0.9
2523
ejson@1.0.12
2624
check@1.2.3
27-
standard-minifier-css
2825
standard-minifier-js
2926
shell-server
3027
autopublish
3128
kadira:flow-router
3229
zimme:active-route
3330
kadira:blaze-layout
3431
arillo:flow-router-helpers
32+
semantic:ui
33+
juliancwirko:postcss
34+
less
35+
useraccounts:semantic-ui
36+
accounts-ui
37+
fabienb4:autoform-semantic-ui
38+
insecure

app-new/.meteor/versions

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
accounts-base@1.2.11
22
accounts-password@1.3.0
3+
accounts-ui@1.1.9
4+
accounts-ui-unstyled@1.1.12
35
aldeed:autoform@5.8.1
46
aldeed:collection2@2.10.0
57
aldeed:collection2-core@1.2.0
68
aldeed:schema-deny@1.1.0
79
aldeed:schema-index@1.1.0
810
aldeed:simple-schema@1.5.3
911
allow-deny@1.0.5
10-
anti:i18n@0.4.3
1112
arillo:flow-router-helpers@0.5.2
1213
autopublish@1.0.7
1314
autoupdate@1.3.11
@@ -36,25 +37,28 @@ ecmascript-runtime@0.3.14
3637
ejson@1.0.12
3738
email@1.1.17
3839
es5-shim@4.6.14
40+
fabienb4:autoform-semantic-ui@0.9.3
3941
fastclick@1.0.12
4042
geojson-utils@1.0.9
4143
hot-code-push@1.0.4
4244
html-tools@1.0.11
4345
htmljs@1.0.11
4446
http@1.2.9
45-
ian:accounts-ui-bootstrap-3@1.2.89
4647
id-map@1.0.8
48+
insecure@1.0.7
4749
jquery@1.11.9
50+
juliancwirko:postcss@1.1.1
4851
kadira:blaze-layout@2.3.0
4952
kadira:flow-router@2.12.1
5053
launch-screen@1.0.12
54+
less@2.7.5
5155
livedata@1.0.18
5256
localstorage@1.0.11
5357
logging@1.1.15
5458
mdg:validation-error@0.5.1
5559
meteor@1.2.17
5660
meteor-base@1.0.4
57-
minifier-css@1.2.14
61+
minifier-css@1.1.13
5862
minifier-js@1.2.14
5963
minimongo@1.0.17
6064
mobile-experience@1.0.4
@@ -78,23 +82,25 @@ reload@1.1.10
7882
retry@1.0.8
7983
routepolicy@1.0.11
8084
sacha:spin@2.3.1
85+
semantic:ui@2.2.1
86+
semantic:ui-data@2.2.4
8187
service-configuration@1.0.10
8288
session@1.1.6
8389
sha@1.0.8
8490
shell-server@0.2.1
91+
softwarerero:accounts-t9n@1.3.4
8592
spacebars@1.0.13
8693
spacebars-compiler@1.0.13
8794
srp@1.0.9
88-
standard-minifier-css@1.2.0
8995
standard-minifier-js@1.2.0
90-
stylus@2.513.5
9196
templating@1.2.14
9297
templating-tools@1.0.5
9398
tracker@1.1.0
94-
twbs:bootstrap@3.3.6
9599
ui@1.0.11
96100
underscore@1.0.9
97101
url@1.0.10
102+
useraccounts:core@1.14.2
103+
useraccounts:semantic-ui@1.14.2
98104
webapp@1.3.11
99105
webapp-hashing@1.0.9
100106
zimme:active-route@2.3.2
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"definitions": {
3+
"accordion": true,
4+
"ad": true,
5+
"api": true,
6+
"breadcrumb": true,
7+
"button": true,
8+
"card": true,
9+
"checkbox": true,
10+
"colorize": true,
11+
"comment": true,
12+
"container": true,
13+
"dimmer": true,
14+
"divider": true,
15+
"dropdown": true,
16+
"embed": true,
17+
"feed": true,
18+
"flag": true,
19+
"form": true,
20+
"grid": true,
21+
"header": true,
22+
"icon": true,
23+
"image": true,
24+
"input": true,
25+
"item": true,
26+
"label": true,
27+
"list": true,
28+
"loader": true,
29+
"menu": true,
30+
"message": true,
31+
"modal": true,
32+
"nag": true,
33+
"popup": true,
34+
"progress": true,
35+
"rail": true,
36+
"rating": true,
37+
"reset": true,
38+
"reveal": true,
39+
"search": true,
40+
"segment": true,
41+
"shape": true,
42+
"sidebar": true,
43+
"site": true,
44+
"state": true,
45+
"statistic": true,
46+
"step": true,
47+
"sticky": true,
48+
"tab": true,
49+
"table": true,
50+
"transition": true,
51+
"visibility": true,
52+
"visit": true
53+
},
54+
"themes": {
55+
"amazon": false,
56+
"basic": false,
57+
"bookish": false,
58+
"bootstrap3": false,
59+
"chubby": false,
60+
"classic": false,
61+
"colored": false,
62+
"default": true,
63+
"duo": false,
64+
"fixed": false,
65+
"flat": false,
66+
"github": false,
67+
"gmail": false,
68+
"instagram": false,
69+
"material": false,
70+
"pulsar": false,
71+
"raised": false,
72+
"resetcss": false,
73+
"round": false,
74+
"rtl": false,
75+
"striped": false,
76+
"timeline": false,
77+
"twitter": false
78+
}
79+
}
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"definitions": {
3+
"accordion": true,
4+
"ad": true,
5+
"api": true,
6+
"breadcrumb": true,
7+
"button": true,
8+
"card": true,
9+
"checkbox": true,
10+
"colorize": true,
11+
"comment": true,
12+
"container": true,
13+
"dimmer": true,
14+
"divider": true,
15+
"dropdown": true,
16+
"embed": true,
17+
"feed": true,
18+
"flag": true,
19+
"form": true,
20+
"grid": true,
21+
"header": true,
22+
"icon": true,
23+
"image": true,
24+
"input": true,
25+
"item": true,
26+
"label": true,
27+
"list": true,
28+
"loader": true,
29+
"menu": true,
30+
"message": true,
31+
"modal": true,
32+
"nag": true,
33+
"popup": true,
34+
"progress": true,
35+
"rail": true,
36+
"rating": true,
37+
"reset": true,
38+
"reveal": true,
39+
"search": true,
40+
"segment": true,
41+
"shape": true,
42+
"sidebar": true,
43+
"site": true,
44+
"state": true,
45+
"statistic": true,
46+
"step": true,
47+
"sticky": true,
48+
"tab": true,
49+
"table": true,
50+
"transition": true,
51+
"visibility": true,
52+
"visit": true
53+
},
54+
"themes": {
55+
"amazon": false,
56+
"basic": false,
57+
"bookish": false,
58+
"bootstrap3": false,
59+
"chubby": false,
60+
"classic": false,
61+
"colored": false,
62+
"default": true,
63+
"duo": false,
64+
"fixed": false,
65+
"flat": false,
66+
"github": false,
67+
"gmail": false,
68+
"instagram": false,
69+
"material": false,
70+
"pulsar": false,
71+
"raised": false,
72+
"resetcss": false,
73+
"round": false,
74+
"rtl": false,
75+
"striped": false,
76+
"timeline": false,
77+
"twitter": false
78+
}
79+
}

0 commit comments

Comments
 (0)