cornerstone-source 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/cornerstone-source.rb +4 -7
- data/lib/cornerstone-source/version.rb +1 -1
- data/{lib/assets/javascripts → source}/array_extensions.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/bindable.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/command_stack.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/core_object.js.coffee +0 -0
- data/source/cornerstone.coffee +3 -0
- data/{lib/assets/javascripts → source}/function_extensions.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/logging.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/matrix.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/number_extensions.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/object_extensions.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/point.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/random.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/rectangle.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/string_extensions.js.coffee +0 -0
- data/{lib/assets/javascripts → source}/uuid.js +0 -0
- metadata +18 -20
- data/lib/assets/javascripts/cornerstone-source.coffee +0 -15
- data/vendor/javascripts/qunit.js +0 -1275
- data/vendor/stylesheets/qunit.css.sass +0 -115
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
ol#qunit-tests
|
|
2
|
-
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial
|
|
3
|
-
margin: 0
|
|
4
|
-
padding: 0
|
|
5
|
-
list-style-position: inside
|
|
6
|
-
font-size: smaller
|
|
7
|
-
li
|
|
8
|
-
padding: 0.4em 0.5em 0.4em 1em
|
|
9
|
-
border-bottom: 1px solid #fff
|
|
10
|
-
font-size: small
|
|
11
|
-
list-style-position: inside
|
|
12
|
-
ol
|
|
13
|
-
margin-top: 0.5em
|
|
14
|
-
margin-left: 0
|
|
15
|
-
padding: 0.5em
|
|
16
|
-
background-color: #fff
|
|
17
|
-
li
|
|
18
|
-
border-bottom: none
|
|
19
|
-
margin: 0.5em
|
|
20
|
-
background-color: #fff
|
|
21
|
-
list-style-position: inside
|
|
22
|
-
padding: 0.4em 0.5em 0.4em 0.5em
|
|
23
|
-
&.pass
|
|
24
|
-
border-left: 26px solid #C6E746
|
|
25
|
-
background-color: #fff
|
|
26
|
-
color: #5E740B
|
|
27
|
-
&.fail
|
|
28
|
-
border-left: 26px solid #EE5757
|
|
29
|
-
background-color: #fff
|
|
30
|
-
color: #710909
|
|
31
|
-
&.pass
|
|
32
|
-
background-color: #D2E0E6
|
|
33
|
-
color: #528CE0
|
|
34
|
-
&.fail
|
|
35
|
-
background-color: #EE5757
|
|
36
|
-
color: #000
|
|
37
|
-
&.pass span.test-name
|
|
38
|
-
color: #366097
|
|
39
|
-
&.fail span.test-name
|
|
40
|
-
color: #000000
|
|
41
|
-
&.pass span.module-name
|
|
42
|
-
&.fail span.module-name
|
|
43
|
-
color: #000000
|
|
44
|
-
li
|
|
45
|
-
&.fail span.test-actual
|
|
46
|
-
color: #EE5757
|
|
47
|
-
&.pass span
|
|
48
|
-
&.test-expected, &.test-actual
|
|
49
|
-
color: #999999
|
|
50
|
-
&.fail span.test-expected
|
|
51
|
-
color: green
|
|
52
|
-
strong
|
|
53
|
-
cursor: pointer
|
|
54
|
-
|
|
55
|
-
h1#qunit-header
|
|
56
|
-
background-color: #0d3349
|
|
57
|
-
margin: 0
|
|
58
|
-
padding: 0.5em 0 0.5em 1em
|
|
59
|
-
color: #fff
|
|
60
|
-
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial
|
|
61
|
-
text-shadow: rgba(0, 0, 0, 0.5) 4px 4px 1px
|
|
62
|
-
|
|
63
|
-
h2#qunit-banner
|
|
64
|
-
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial
|
|
65
|
-
height: 5px
|
|
66
|
-
margin: 0
|
|
67
|
-
padding: 0
|
|
68
|
-
&.qunit-pass
|
|
69
|
-
background-color: #C6E746
|
|
70
|
-
&.qunit-fail
|
|
71
|
-
background-color: #EE5757
|
|
72
|
-
|
|
73
|
-
#qunit-testrunner-toolbar
|
|
74
|
-
background-color: #EE5757
|
|
75
|
-
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial
|
|
76
|
-
padding: 0
|
|
77
|
-
/*width:80%;
|
|
78
|
-
padding: 0em 0 0.5em 2em
|
|
79
|
-
font-size: small
|
|
80
|
-
|
|
81
|
-
h2#qunit-userAgent
|
|
82
|
-
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial
|
|
83
|
-
background-color: #2b81af
|
|
84
|
-
margin: 0
|
|
85
|
-
padding: 0
|
|
86
|
-
color: #fff
|
|
87
|
-
font-size: small
|
|
88
|
-
padding: 0.5em 0 0.5em 2.5em
|
|
89
|
-
text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px
|
|
90
|
-
|
|
91
|
-
p#qunit-testresult
|
|
92
|
-
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial
|
|
93
|
-
margin: 0
|
|
94
|
-
font-size: small
|
|
95
|
-
color: #2b81af
|
|
96
|
-
background-color: #D2E0E6
|
|
97
|
-
padding: 0.5em 0.5em 0.5em 2.5em
|
|
98
|
-
|
|
99
|
-
strong b
|
|
100
|
-
&.fail
|
|
101
|
-
color: #710909
|
|
102
|
-
&.pass
|
|
103
|
-
color: #5E740B
|
|
104
|
-
|
|
105
|
-
#qunit-fixture
|
|
106
|
-
position: absolute
|
|
107
|
-
top: -10000px
|
|
108
|
-
left: -10000px
|
|
109
|
-
|
|
110
|
-
html
|
|
111
|
-
overflow: auto
|
|
112
|
-
|
|
113
|
-
body
|
|
114
|
-
height: 100%
|
|
115
|
-
overflow: auto
|