@inspark/components-web 14.0.14 → 19.0.0

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.
Files changed (270) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +54 -0
  3. package/assets/fonts/fontawesome/FontAwesome.otf +0 -0
  4. package/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  5. package/assets/fonts/fontawesome/fontawesome-webfont.svg +2671 -0
  6. package/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
  7. package/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  8. package/assets/fonts/fontawesome/fontawesome-webfont.woff2 +0 -0
  9. package/assets/fonts/lato/Lato-Bold.ttf +0 -0
  10. package/assets/fonts/lato/Lato-BoldItalic.ttf +0 -0
  11. package/assets/fonts/lato/Lato-Italic.ttf +0 -0
  12. package/assets/fonts/lato/Lato-Regular.ttf +0 -0
  13. package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.eot +0 -0
  14. package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.svg +21121 -0
  15. package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.ttf +0 -0
  16. package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff +0 -0
  17. package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff2 +0 -0
  18. package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.eot +0 -0
  19. package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.svg +21120 -0
  20. package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.ttf +0 -0
  21. package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.woff +0 -0
  22. package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.woff2 +0 -0
  23. package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot +0 -0
  24. package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.svg +21154 -0
  25. package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.ttf +0 -0
  26. package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff +0 -0
  27. package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff2 +0 -0
  28. package/assets/fonts/primeicons/primeicons.woff2 +0 -0
  29. package/copy.json +12 -0
  30. package/design-tokens/colors.yml +34 -0
  31. package/migrate-sass-imports.js +87 -0
  32. package/package.json +46 -1
  33. package/src/_mixins.scss +39 -40
  34. package/src/_variables.scss +32 -33
  35. package/src/badge/_mixins.scss +5 -5
  36. package/src/badge/_variables.scss +2 -2
  37. package/src/badge/ids-badge.scss +1 -1
  38. package/src/base/_functions.scss +1 -1
  39. package/src/base/_mixins.scss +6 -6
  40. package/src/base/_variables.scss +1 -1
  41. package/src/base/ids-base.scss +3 -3
  42. package/src/box-shadow/_mixins.scss +1 -1
  43. package/src/box-shadow/_variables.scss +2 -0
  44. package/src/box-shadow/ids-box-shadow.scss +1 -1
  45. package/src/button/_mixins.scss +779 -775
  46. package/src/button/_variables.scss +3 -0
  47. package/src/button/ids-button.scss +1 -1
  48. package/src/button-group/_mixins.scss +3 -3
  49. package/src/button-group/ids-button-group.scss +1 -1
  50. package/src/card/_mixins.scss +382 -376
  51. package/src/card/_variables.scss +3 -1
  52. package/src/card/ids-card.scss +1 -1
  53. package/src/checkbox/_mixins.scss +430 -428
  54. package/src/checkbox/_variables.scss +2 -0
  55. package/src/checkbox/ids-checkbox.scss +1 -1
  56. package/src/common.scss +44 -45
  57. package/src/container/_mixins.scss +3 -2
  58. package/src/container/_variables.scss +3 -1
  59. package/src/container/ids-container.scss +1 -1
  60. package/src/crop/_mixins.scss +1 -1
  61. package/src/crop/_variables.scss +2 -0
  62. package/src/crop/ids-crop.scss +1 -1
  63. package/src/crumb/_mixins.scss +37 -36
  64. package/src/crumb/_variables.scss +2 -0
  65. package/src/crumb/ids-crumb.scss +1 -1
  66. package/src/flex/ids-flex.scss +1 -1
  67. package/src/form/_mixins.scss +3 -3
  68. package/src/form/_variables.scss +2 -2
  69. package/src/form/ids-form.scss +1 -1
  70. package/src/form-group/_mixins.scss +1 -1
  71. package/src/form-group/ids-form-group.scss +1 -1
  72. package/src/grid/_mixins.scss +3 -3
  73. package/src/grid/_variables.scss +3 -1
  74. package/src/grid/ids-grid.scss +1 -1
  75. package/src/helpers/helpers.scss +1 -1
  76. package/src/icon/_mixins.scss +397 -395
  77. package/src/icon/_variables.scss +2 -2
  78. package/src/icon/ids-icon.scss +1 -1
  79. package/src/image/_mixins.scss +1 -1
  80. package/src/image/_variables.scss +2 -0
  81. package/src/image/ids-image.scss +1 -1
  82. package/src/input/_mixins.scss +418 -415
  83. package/src/input/_variables.scss +4 -2
  84. package/src/input/ids-input.scss +2 -2
  85. package/src/input-group/_mixins.scss +108 -104
  86. package/src/input-group/_variables.scss +2 -2
  87. package/src/input-group/ids-input-group.scss +1 -1
  88. package/src/inspark.scss +2 -2
  89. package/src/label/_mixins.scss +5 -5
  90. package/src/label/_variables.scss +2 -0
  91. package/src/label/ids-label.scss +1 -1
  92. package/src/list/_mixins.scss +288 -287
  93. package/src/list/_variables.scss +2 -0
  94. package/src/list/ids-list.scss +1 -1
  95. package/src/list-group/_mixins.scss +282 -278
  96. package/src/list-group/_variables.scss +2 -0
  97. package/src/list-group/ids-list-group.scss +1 -1
  98. package/src/mediaqueries/_mixins.scss +1 -1
  99. package/src/mediaqueries/_variables.scss +2 -0
  100. package/src/mediaqueries/ids-mediaqueries.scss +1 -1
  101. package/src/nav/_mixins.scss +92 -89
  102. package/src/nav/_variables.scss +2 -0
  103. package/src/nav/ids-nav.scss +1 -1
  104. package/src/navbar/_mixins.scss +653 -650
  105. package/src/navbar/_variables.scss +3 -2
  106. package/src/navbar/ids-navbar.scss +1 -1
  107. package/src/new-component-template/_mixins.scss +2 -2
  108. package/src/new-component-template/_variables.scss +2 -2
  109. package/src/new-component-template/ids-new-component-template.scss +1 -1
  110. package/src/overlay/_mixins.scss +2 -2
  111. package/src/overlay/ids-overlay.scss +1 -1
  112. package/src/pallete/blue.scss +1 -1
  113. package/src/pallete/contrast.scss +1 -1
  114. package/src/pallete/pallete.scss +5 -5
  115. package/src/panel/_mixins.scss +765 -763
  116. package/src/panel/_variables.scss +3 -2
  117. package/src/panel/ids-panel.scss +1 -1
  118. package/src/particles/_mixins.scss +65 -64
  119. package/src/particles/ids-particles.scss +1 -1
  120. package/src/radio/_mixins.scss +212 -210
  121. package/src/radio/_variables.scss +2 -0
  122. package/src/radio/ids-radio.scss +1 -1
  123. package/src/ratio/_mixins.scss +1 -1
  124. package/src/ratio/_variables.scss +2 -0
  125. package/src/ratio/ids-ratio.scss +1 -1
  126. package/src/sass-mq/_mixins.scss +1 -1
  127. package/src/sass-mq/_variables.scss +2 -0
  128. package/src/sass-mq/ids-sass-mq.scss +1 -1
  129. package/src/select/_mixins.scss +269 -267
  130. package/src/select/_variables.scss +3 -0
  131. package/src/select/ids-select.scss +1 -1
  132. package/src/sidebar/_mixins.scss +3 -3
  133. package/src/sidebar/_variables.scss +2 -2
  134. package/src/sidebar/ids-sidebar.scss +1 -1
  135. package/src/static/_mixins.scss +1 -1
  136. package/src/static/ids-static.scss +1 -1
  137. package/src/table/_mixins.scss +522 -518
  138. package/src/table/_variables.scss +2 -0
  139. package/src/table/ids-table.scss +1 -1
  140. package/src/textarea/_mixins.scss +39 -39
  141. package/src/textarea/_variables.scss +2 -0
  142. package/src/textarea/ids-textarea.scss +1 -1
  143. package/src/theme/_mixins.scss +4 -3
  144. package/src/theme/_variables.scss +5 -4
  145. package/src/theme/blue.scss +440 -448
  146. package/src/theme/contrast.scss +398 -406
  147. package/src/theme/green.scss +432 -440
  148. package/src/theme/ids-theme.scss +5 -5
  149. package/src/theme/light.scss +398 -406
  150. package/src/tools/_tools.border-radius.scss +1 -0
  151. package/src/tools/_tools.rem.scss +1 -0
  152. package/src/tools/ids-tools.scss +9 -9
  153. package/src/tooltip/_mixins.scss +820 -817
  154. package/src/tooltip/_variables.scss +2 -2
  155. package/src/tooltip/ids-tooltip.scss +1 -1
  156. package/src/tree-table/_mixins.scss +335 -331
  157. package/src/tree-table/_variables.scss +2 -2
  158. package/src/tree-table/ids-tree-table.scss +1 -1
  159. package/src/typography/_mixins.scss +6 -1
  160. package/src/typography/_variables.scss +2 -2
  161. package/src/typography/ids-typography.scss +2 -2
  162. package/src/utilities/_loader.utilities.scss +17 -20
  163. package/src/utilities/_utilities.border.scss +2 -0
  164. package/src/utilities/_utilities.clearfix.scss +1 -0
  165. package/src/utilities/_utilities.headings.scss +2 -0
  166. package/src/utilities/_utilities.hide.scss +58 -56
  167. package/src/utilities/_utilities.lineheight.scss +2 -0
  168. package/src/utilities/_utilities.overflow.scss +1 -1
  169. package/src/utilities/_utilities.position.scss +3 -0
  170. package/src/utilities/_utilities.spacing.scss +77 -75
  171. package/src/utilities/_utilities.themes.scss +3 -0
  172. package/src/utilities/_utilities.typography.scss +179 -177
  173. package/src/utilities/_utilities.widths.scss +2 -2
  174. package/src/widgets/_components.widget.scss +3 -0
  175. package/src/widgets/_components.widget.themes.scss +3 -0
  176. package/src/widgets/_components.widgetStatus.scss +2 -0
  177. package/src/widgets/_components.widgetStatus.themes.scss +2 -0
  178. package/src/widgets/_components.widgetValue.scss +2 -0
  179. package/src/widgets/ids-widgets.scss +5 -5
  180. package/update_full.js +14 -0
  181. package/webpack.config.js +51 -0
  182. package/index.css +0 -24206
  183. package/index.js +0 -125
  184. package/src/nvd3/_components.charts-nvd3.scss +0 -182
  185. package/src/nvd3/_components.charts-nvd3.themes.scss +0 -179
  186. package/src/nvd3/_variables-theme-contrast.scss +0 -123
  187. package/src/nvd3/_variables-theme-green.scss +0 -123
  188. package/src/nvd3/_variables-theme-light.scss +0 -123
  189. package/src/nvd3/_variables.scss +0 -123
  190. package/src/nvd3/angular-nvd3.js +0 -719
  191. package/src/nvd3/bars/_components.bars.scss +0 -47
  192. package/src/nvd3/bars/_components.bars.themes.scss +0 -47
  193. package/src/nvd3/boxplot/_components.boxplot.scss +0 -23
  194. package/src/nvd3/boxplot/_components.boxplot.themes.scss +0 -21
  195. package/src/nvd3/bullet/_components.bullet.scss +0 -66
  196. package/src/nvd3/bullet/_components.bullet.themes.scss +0 -66
  197. package/src/nvd3/candlestick/_components.candlestick.scss +0 -31
  198. package/src/nvd3/candlestick/_components.candlestick.themes.scss +0 -31
  199. package/src/nvd3/force-directed-graph/_components.force-directed-graph.scss +0 -16
  200. package/src/nvd3/force-directed-graph/_components.force-directed-graph.themes.scss +0 -16
  201. package/src/nvd3/furious-legend/_components.furious-legend.scss +0 -27
  202. package/src/nvd3/furious-legend/_components.furious-legend.themes.scss +0 -27
  203. package/src/nvd3/lineplusbar/_components.lineplusbar.scss +0 -12
  204. package/src/nvd3/lineplusbar/_components.lineplusbar.themes.scss +0 -12
  205. package/src/nvd3/lines/_components.lines.scss +0 -172
  206. package/src/nvd3/lines/_components.lines.themes.scss +0 -170
  207. package/src/nvd3/ohlc/_components.ohlc.scss +0 -18
  208. package/src/nvd3/ohlc/_components.ohlc.themes.scss +0 -18
  209. package/src/nvd3/parallelcoordinates/_components.parallelcoordinates.scss +0 -35
  210. package/src/nvd3/parallelcoordinates/_components.parallelcoordinates.themes.scss +0 -35
  211. package/src/nvd3/pie/_components.pie.scss +0 -99
  212. package/src/nvd3/pie/_components.pie.themes.scss +0 -97
  213. package/src/nvd3/scatter/_components.scatter.scss +0 -21
  214. package/src/nvd3/scatter/_components.scatter.themes.scss +0 -21
  215. package/src/nvd3/sparkline/_components.sparkline.scss +0 -54
  216. package/src/nvd3/sparkline/_components.sparkline.themes.scss +0 -54
  217. package/src/nvd3/stackedarea/_components.stackedarea.scss +0 -146
  218. package/src/nvd3/stackedarea/_components.stackedarea.themes.scss +0 -145
  219. package/src/nvd3/tooltip/_components.tooltip.scss +0 -186
  220. package/src/nvd3/tooltip/_components.tooltip.themes.scss +0 -186
  221. /package/{fonts → assets/fonts/lato}/lato-bold.woff +0 -0
  222. /package/{fonts → assets/fonts/lato}/lato-bold.woff2 +0 -0
  223. /package/{fonts → assets/fonts/lato}/lato-bolditalic.woff +0 -0
  224. /package/{fonts → assets/fonts/lato}/lato-bolditalic.woff2 +0 -0
  225. /package/{fonts → assets/fonts/lato}/lato-italic.woff +0 -0
  226. /package/{fonts → assets/fonts/lato}/lato-italic.woff2 +0 -0
  227. /package/{fonts → assets/fonts/lato}/lato-regular.woff +0 -0
  228. /package/{fonts → assets/fonts/lato}/lato-regular.woff2 +0 -0
  229. /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.ttf +0 -0
  230. /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.woff +0 -0
  231. /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.woff2 +0 -0
  232. /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.eot +0 -0
  233. /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.svg +0 -0
  234. /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.ttf +0 -0
  235. /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.woff +0 -0
  236. /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.woff2 +0 -0
  237. /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.eot +0 -0
  238. /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.svg +0 -0
  239. /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.ttf +0 -0
  240. /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.woff +0 -0
  241. /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.woff2 +0 -0
  242. /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.eot +0 -0
  243. /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.svg +0 -0
  244. /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.ttf +0 -0
  245. /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.woff +0 -0
  246. /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.woff2 +0 -0
  247. /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.eot +0 -0
  248. /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.svg +0 -0
  249. /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.ttf +0 -0
  250. /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.woff +0 -0
  251. /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.woff2 +0 -0
  252. /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.eot +0 -0
  253. /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.svg +0 -0
  254. /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.ttf +0 -0
  255. /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.woff +0 -0
  256. /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.woff2 +0 -0
  257. /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.eot +0 -0
  258. /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.svg +0 -0
  259. /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.ttf +0 -0
  260. /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.woff +0 -0
  261. /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.woff2 +0 -0
  262. /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.eot +0 -0
  263. /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.svg +0 -0
  264. /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.ttf +0 -0
  265. /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.woff +0 -0
  266. /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.woff2 +0 -0
  267. /package/{fonts → assets/fonts/primeicons}/primeicons.eot +0 -0
  268. /package/{fonts → assets/fonts/primeicons}/primeicons.svg +0 -0
  269. /package/{fonts → assets/fonts/primeicons}/primeicons.ttf +0 -0
  270. /package/{fonts → assets/fonts/primeicons}/primeicons.woff +0 -0
@@ -1,146 +0,0 @@
1
- /* Stacked area */
2
-
3
- .nvd3.nv-stackedarea {
4
- path.nv-area {
5
- fill-opacity: 0.7;
6
- stroke-opacity: 0;
7
- transition: fill-opacity $nvd3-transition-default, stroke-opacity $nvd3-transition-default;
8
- }
9
-
10
- path.nv-area.hover {
11
- fill-opacity: 0.9;
12
- }
13
-
14
- .nv-groups .nv-point {
15
- stroke-opacity: 0;
16
- fill-opacity: 0;
17
- }
18
-
19
- }
20
-
21
- .nv-controlsWrap {
22
- .nv-legend-symbol {
23
- fill: $nvd3-controls-fill !important;
24
- stroke: $nvd3-controls-fill !important;
25
- }
26
- }
27
-
28
- //.nvd3.nv-stackedAreaChart {
29
- // // area series fill and stroke
30
- // .nv-stackedarea .nv-area,
31
- // .nv-scatterWrap .nv-scatter .nv-series {
32
- // &-0 {
33
- // fill: $nvd3-color-1 !important;
34
- // stroke: $nvd3-color-1 !important;
35
- // }
36
- //
37
- // &-1 {
38
- // fill: $nvd3-color-2 !important;
39
- // stroke: $nvd3-color-2 !important;
40
- // }
41
- //
42
- // &-2 {
43
- // fill: $nvd3-color-3 !important;
44
- // stroke: $nvd3-color-3 !important;
45
- // }
46
- //
47
- // &-3 {
48
- // fill: $nvd3-color-4 !important;
49
- // stroke: $nvd3-color-4 !important;
50
- // }
51
- //
52
- // &-4 {
53
- // fill: $nvd3-color-5 !important;
54
- // stroke: $nvd3-color-5 !important;
55
- // }
56
- //
57
- // &-5 {
58
- // fill: $nvd3-color-6 !important;
59
- // stroke: $nvd3-color-6 !important;
60
- // }
61
- //
62
- // &-6 {
63
- // fill: $nvd3-color-7 !important;
64
- // stroke: $nvd3-color-7 !important;
65
- // }
66
- //
67
- // &-7 {
68
- // fill: $nvd3-color-8 !important;
69
- // stroke: $nvd3-color-8 !important;
70
- // }
71
- //
72
- // &-8 {
73
- // fill: $nvd3-color-9 !important;
74
- // stroke: $nvd3-color-9 !important;
75
- // }
76
- //
77
- // &-9 {
78
- // fill: $nvd3-color-10 !important;
79
- // stroke: $nvd3-color-10 !important;
80
- // }
81
- //
82
- // &-10 {
83
- // fill: $nvd3-color-11 !important;
84
- // stroke: $nvd3-color-11 !important;
85
- // }
86
- // }
87
- //
88
- // // legend series fill and stroke
89
- // .nv-legendWrap .nv-legend .nv-series {
90
- // &:nth-child(1) .nv-legend-symbol {
91
- // fill: $nvd3-color-1 !important;
92
- // stroke: $nvd3-color-1 !important;
93
- // }
94
- //
95
- // &:nth-child(2) .nv-legend-symbol {
96
- // fill: $nvd3-color-2 !important;
97
- // stroke: $nvd3-color-2 !important;
98
- // }
99
- //
100
- // &:nth-child(3) .nv-legend-symbol {
101
- // fill: $nvd3-color-3 !important;
102
- // stroke: $nvd3-color-3 !important;
103
- // }
104
- //
105
- // &:nth-child(4) .nv-legend-symbol {
106
- // fill: $nvd3-color-4 !important;
107
- // stroke: $nvd3-color-4 !important;
108
- // }
109
- //
110
- // &:nth-child(5) .nv-legend-symbol {
111
- // fill: $nvd3-color-5 !important;
112
- // stroke: $nvd3-color-5 !important;
113
- // }
114
- //
115
- // &:nth-child(6) .nv-legend-symbol {
116
- // fill: $nvd3-color-6 !important;
117
- // stroke: $nvd3-color-6 !important;
118
- // }
119
- //
120
- // &:nth-child(7) .nv-legend-symbol {
121
- // fill: $nvd3-color-7 !important;
122
- // stroke: $nvd3-color-7 !important;
123
- // }
124
- //
125
- // &:nth-child(8) .nv-legend-symbol {
126
- // fill: $nvd3-color-8 !important;
127
- // stroke: $nvd3-color-8 !important;
128
- // }
129
- //
130
- // &:nth-child(9) .nv-legend-symbol {
131
- // fill: $nvd3-color-9 !important;
132
- // stroke: $nvd3-color-9 !important;
133
- // }
134
- //
135
- // &:nth-child(10) .nv-legend-symbol {
136
- // fill: $nvd3-color-10 !important;
137
- // stroke: $nvd3-color-10 !important;
138
- // }
139
- //
140
- // &:nth-child(11) .nv-legend-symbol {
141
- // fill: $nvd3-color-11 !important;
142
- // stroke: $nvd3-color-11 !important;
143
- // }
144
- //
145
- // }
146
- //}
@@ -1,145 +0,0 @@
1
- /* Stacked area */
2
-
3
- .nvd3.nv-stackedarea {
4
- path.nv-area {
5
- //fill-opacity: 0.7;
6
- //stroke-opacity: 0;
7
- transition: fill-opacity $nvd3-transition-default, stroke-opacity $nvd3-transition-default;
8
- }
9
-
10
- //path.nv-area.hover {
11
- // fill-opacity: 0.9;
12
- //}
13
- //
14
- //.nv-groups .nv-point {
15
- // stroke-opacity: 0;
16
- // fill-opacity: 0;
17
- //}
18
- }
19
-
20
- .nv-controlsWrap {
21
- .nv-legend-symbol {
22
- fill: $nvd3-controls-fill !important;
23
- stroke: $nvd3-controls-fill !important;
24
- }
25
- }
26
-
27
- //.nvd3.nv-stackedAreaChart {
28
- // // area series fill and stroke
29
- // .nv-stackedarea .nv-area,
30
- // .nv-scatterWrap .nv-scatter .nv-series {
31
- // &-0 {
32
- // fill: $nvd3-color-1 !important;
33
- // stroke: $nvd3-color-1 !important;
34
- // }
35
- //
36
- // &-1 {
37
- // fill: $nvd3-color-2 !important;
38
- // stroke: $nvd3-color-2 !important;
39
- // }
40
- //
41
- // &-2 {
42
- // fill: $nvd3-color-3 !important;
43
- // stroke: $nvd3-color-3 !important;
44
- // }
45
- //
46
- // &-3 {
47
- // fill: $nvd3-color-4 !important;
48
- // stroke: $nvd3-color-4 !important;
49
- // }
50
- //
51
- // &-4 {
52
- // fill: $nvd3-color-5 !important;
53
- // stroke: $nvd3-color-5 !important;
54
- // }
55
- //
56
- // &-5 {
57
- // fill: $nvd3-color-6 !important;
58
- // stroke: $nvd3-color-6 !important;
59
- // }
60
- //
61
- // &-6 {
62
- // fill: $nvd3-color-7 !important;
63
- // stroke: $nvd3-color-7 !important;
64
- // }
65
- //
66
- // &-7 {
67
- // fill: $nvd3-color-8 !important;
68
- // stroke: $nvd3-color-8 !important;
69
- // }
70
- //
71
- // &-8 {
72
- // fill: $nvd3-color-9 !important;
73
- // stroke: $nvd3-color-9 !important;
74
- // }
75
- //
76
- // &-9 {
77
- // fill: $nvd3-color-10 !important;
78
- // stroke: $nvd3-color-10 !important;
79
- // }
80
- //
81
- // &-10 {
82
- // fill: $nvd3-color-11 !important;
83
- // stroke: $nvd3-color-11 !important;
84
- // }
85
- // }
86
- //
87
- // // legend series fill and stroke
88
- // .nv-legendWrap .nv-legend .nv-series {
89
- // &:nth-child(1) .nv-legend-symbol {
90
- // fill: $nvd3-color-1 !important;
91
- // stroke: $nvd3-color-1 !important;
92
- // }
93
- //
94
- // &:nth-child(2) .nv-legend-symbol {
95
- // fill: $nvd3-color-2 !important;
96
- // stroke: $nvd3-color-2 !important;
97
- // }
98
- //
99
- // &:nth-child(3) .nv-legend-symbol {
100
- // fill: $nvd3-color-3 !important;
101
- // stroke: $nvd3-color-3 !important;
102
- // }
103
- //
104
- // &:nth-child(4) .nv-legend-symbol {
105
- // fill: $nvd3-color-4 !important;
106
- // stroke: $nvd3-color-4 !important;
107
- // }
108
- //
109
- // &:nth-child(5) .nv-legend-symbol {
110
- // fill: $nvd3-color-5 !important;
111
- // stroke: $nvd3-color-5 !important;
112
- // }
113
- //
114
- // &:nth-child(6) .nv-legend-symbol {
115
- // fill: $nvd3-color-6 !important;
116
- // stroke: $nvd3-color-6 !important;
117
- // }
118
- //
119
- // &:nth-child(7) .nv-legend-symbol {
120
- // fill: $nvd3-color-7 !important;
121
- // stroke: $nvd3-color-7 !important;
122
- // }
123
- //
124
- // &:nth-child(8) .nv-legend-symbol {
125
- // fill: $nvd3-color-8 !important;
126
- // stroke: $nvd3-color-8 !important;
127
- // }
128
- //
129
- // &:nth-child(9) .nv-legend-symbol {
130
- // fill: $nvd3-color-9 !important;
131
- // stroke: $nvd3-color-9 !important;
132
- // }
133
- //
134
- // &:nth-child(10) .nv-legend-symbol {
135
- // fill: $nvd3-color-10 !important;
136
- // stroke: $nvd3-color-10 !important;
137
- // }
138
- //
139
- // &:nth-child(11) .nv-legend-symbol {
140
- // fill: $nvd3-color-11 !important;
141
- // stroke: $nvd3-color-11 !important;
142
- // }
143
- //
144
- // }
145
- //}
@@ -1,186 +0,0 @@
1
- /* NVD3 Tooltip */
2
- .nvtooltip {
3
- position: absolute;
4
- display: block;
5
- padding: 1px;
6
- z-index: $nvd3-tooltip-zindex;
7
- user-select: none;
8
- font-family: $nvd3-font-family;
9
- font-size: $nvd3-tooltip-font-size;
10
- text-align: left;
11
- white-space: nowrap;
12
- pointer-events: none;
13
- background-color: rgba($nvd3-tooltip-background, 0.8);
14
- border: 1px solid rgba($nvd3-tooltip-border, 0.2);
15
- border-radius: $nvd3-border-radius;
16
- color: rgba($nvd3-tooltip-color, 1);
17
-
18
- > div {
19
- padding: $unit-tiny;
20
- background: rgba($body-bg, 0.7) !important;
21
- color: $body-color;
22
- }
23
-
24
- /* Give tooltips that old fade in transition by
25
- putting a "with-transitions" class on the container div.
26
- */
27
- &.with-transitions,
28
- .with-transitions .nvtooltip {
29
- transition: opacity $nvd3-transition-duration-short $nvd3-transition-function-default;
30
- transition-delay: $nvd3-transition-delay-default;
31
- }
32
-
33
- &.x-nvtooltip,
34
- &.y-nvtooltip {
35
- padding: $nvd3-tooltip-x-y-tooltip-padding;
36
- }
37
-
38
- &.xy-tooltip {
39
- background-color: rgba($nvd3-tooltip-xy-tooltip-background, 0.5);
40
- }
41
-
42
- & h3 {
43
- margin: 0;
44
- padding: $unit-tiny $unit-small;
45
- line-height: $line-height-computed;
46
- font-weight: normal;
47
- background-color: rgba($nvd3-tooltip-h3-background, 0.75);
48
- color: rgba($nvd3-tooltip-h3-color, 1);
49
- text-align: center;
50
- border-bottom: 1px solid $nvd3-tooltip-h3-border-bottom-color;
51
- border-radius: $nvd3-border-radius $nvd3-border-radius 0 0;
52
- }
53
-
54
- p {
55
- margin: 0;
56
- padding: $unit-tiny $unit-small;
57
- text-align: center;
58
- }
59
-
60
- span {
61
- display: inline-block;
62
- margin: 2px 0;
63
- }
64
-
65
- table {
66
- margin: 6px;
67
- border-spacing: 0;
68
-
69
- td {
70
- padding: 2px 9px 2px 0;
71
- vertical-align: middle;
72
-
73
- &.key {
74
- font-weight: normal;
75
- }
76
-
77
- &.key.total {
78
- font-weight: bold;
79
- }
80
-
81
- &.value {
82
- text-align: right;
83
- font-weight: bold;
84
- }
85
-
86
- &.percent {
87
- color: $nvd3-tooltip-table-percent;
88
- }
89
-
90
- &.legend-color-guide div {
91
- width: 8px;
92
- height: 8px;
93
- vertical-align: middle;
94
- }
95
-
96
- &.legend-color-guide {
97
- div {
98
- width: 12px;
99
- height: 12px;
100
- border: 1px solid $nvd3-tooltip-table-legend-color-guide-border;
101
- }
102
- }
103
- }
104
-
105
- //tr {
106
- // &:nth-child(1) .legend-color-guide div {
107
- // background-color: $nvd3-color-1 !important;
108
- // }
109
- //
110
- // &:nth-child(2) .legend-color-guide div {
111
- // background-color: $nvd3-color-2 !important;
112
- // }
113
- //
114
- // &:nth-child(3) .legend-color-guide div {
115
- // background-color: $nvd3-color-3 !important;
116
- // }
117
- //
118
- // &:nth-child(4) .legend-color-guide div {
119
- // background-color: $nvd3-color-4 !important;
120
- // }
121
- //
122
- // &:nth-child(5) .legend-color-guide div {
123
- // background-color: $nvd3-color-5 !important;
124
- // }
125
- //
126
- // &:nth-child(6) .legend-color-guide div {
127
- // background-color: $nvd3-color-6 !important;
128
- // }
129
- //
130
- // &:nth-child(7) .legend-color-guide div {
131
- // background-color: $nvd3-color-7 !important;
132
- // }
133
- //
134
- // &:nth-child(8) .legend-color-guide div {
135
- // background-color: $nvd3-color-8 !important;
136
- // }
137
- //
138
- // &:nth-child(9) .legend-color-guide div {
139
- // background-color: $nvd3-color-9 !important;
140
- // }
141
- //
142
- // &:nth-child(10) .legend-color-guide div {
143
- // background-color: $nvd3-color-10 !important;
144
- // }
145
- //
146
- // &:nth-child(11) .legend-color-guide div {
147
- // background-color: $nvd3-color-11 !important;
148
- // }
149
- //
150
- // &:last-child .legend-color-guide div {
151
- // background-color: transparent !important;
152
- // }
153
- //}
154
-
155
- tr.highlight td {
156
- padding: 1px 9px 1px 0;
157
- border-bottom-style: solid;
158
- border-bottom-width: 1px;
159
- border-top-style: solid;
160
- border-top-width: 1px;
161
- }
162
- }
163
-
164
- .footer {
165
- padding: 3px;
166
- text-align: center;
167
- }
168
-
169
- &-pending-removal {
170
- pointer-events: none;
171
- display: none;
172
- }
173
- }
174
-
175
- /****
176
- Interactive Layer
177
- */
178
- .nvd3 {
179
- .nv-interactiveGuideLine {
180
- pointer-events: none;
181
- }
182
-
183
- line.nv-guideline {
184
- stroke: $nvd3-guideline-stroke;
185
- }
186
- }
@@ -1,186 +0,0 @@
1
- /* NVD3 Tooltip */
2
-
3
- .nvtooltip {
4
- //position: absolute;
5
- //display: block;
6
- //padding: 1px;
7
- z-index: $nvd3-tooltip-zindex;
8
- //user-select: none;
9
- font-family: $nvd3-font-family;
10
- font-size: $nvd3-tooltip-font-size;
11
- //text-align: left;
12
- //white-space: nowrap;
13
- //pointer-events: none;
14
- background-color: rgba($nvd3-tooltip-background, 0.8);
15
- border: 1px solid rgba($nvd3-tooltip-border, 0.2);
16
- border-radius: $nvd3-border-radius;
17
- color: rgba($nvd3-tooltip-color, 1);
18
-
19
- > div {
20
- padding: $unit-small $unit-tiny;
21
- background: $body-bg !important;
22
- color: $body-color;
23
- }
24
-
25
- /* Give tooltips that old fade in transition by
26
- putting a "with-transitions" class on the container div.
27
- */
28
- &.with-transitions,
29
- .with-transitions .nvtooltip {
30
- transition: opacity $nvd3-transition-duration-short $nvd3-transition-function-default;
31
- transition-delay: $nvd3-transition-delay-default;
32
- }
33
-
34
- &.x-nvtooltip,
35
- &.y-nvtooltip {
36
- padding: $nvd3-tooltip-x-y-tooltip-padding;
37
- }
38
-
39
- &.xy-tooltip {
40
- background-color: rgba($nvd3-tooltip-xy-tooltip-background, 0.5);
41
- }
42
-
43
- & h3 {
44
- margin: 0;
45
- padding: $unit-tiny $unit-small;
46
- line-height: $line-height-computed;
47
- //font-weight: normal;
48
- background-color: rgba($nvd3-tooltip-h3-background, 0.75);
49
- color: rgba($nvd3-tooltip-h3-color, 1);
50
- //text-align: center;
51
- border-bottom: 1px solid $nvd3-tooltip-h3-border-bottom-color;
52
- border-radius: $nvd3-border-radius $nvd3-border-radius 0 0;
53
- }
54
-
55
- p {
56
- //margin: 0;
57
- padding: $unit-tiny $unit-small;
58
- //text-align: center;
59
- }
60
-
61
- //span {
62
- // display: inline-block;
63
- // margin: 2px 0;
64
- //}
65
-
66
- table {
67
- //margin: 6px;
68
- //border-spacing: 0;
69
-
70
- td {
71
- color: $body-color;
72
- //padding: 2px 9px 2px 0;
73
- //vertical-align: middle;
74
- //
75
- //&.key {
76
- // font-weight: normal;
77
- //}
78
- //
79
- //&.key.total {
80
- // font-weight: bold;
81
- //}
82
- //
83
- //&.value {
84
- // text-align: right;
85
- // font-weight: bold;
86
- //}
87
-
88
- &.percent {
89
- color: $nvd3-tooltip-table-percent;
90
- }
91
-
92
- //&.legend-color-guide div {
93
- // width: 8px;
94
- // height: 8px;
95
- // vertical-align: middle;
96
- //}
97
-
98
- &.legend-color-guide div {
99
- //width: 12px;
100
- //height: 12px;
101
- border: 1px solid $nvd3-tooltip-table-legend-color-guide-border;
102
- }
103
- }
104
-
105
- //tr {
106
- // &:nth-child(1) .legend-color-guide div {
107
- // background-color: $nvd3-color-1 !important;
108
- // }
109
- //
110
- // &:nth-child(2) .legend-color-guide div {
111
- // background-color: $nvd3-color-2 !important;
112
- // }
113
- //
114
- // &:nth-child(3) .legend-color-guide div {
115
- // background-color: $nvd3-color-3 !important;
116
- // }
117
- //
118
- // &:nth-child(4) .legend-color-guide div {
119
- // background-color: $nvd3-color-4 !important;
120
- // }
121
- //
122
- // &:nth-child(5) .legend-color-guide div {
123
- // background-color: $nvd3-color-5 !important;
124
- // }
125
- //
126
- // &:nth-child(6) .legend-color-guide div {
127
- // background-color: $nvd3-color-6 !important;
128
- // }
129
- //
130
- // &:nth-child(7) .legend-color-guide div {
131
- // background-color: $nvd3-color-7 !important;
132
- // }
133
- //
134
- // &:nth-child(8) .legend-color-guide div {
135
- // background-color: $nvd3-color-8 !important;
136
- // }
137
- //
138
- // &:nth-child(9) .legend-color-guide div {
139
- // background-color: $nvd3-color-9 !important;
140
- // }
141
- //
142
- // &:nth-child(10) .legend-color-guide div {
143
- // background-color: $nvd3-color-10 !important;
144
- // }
145
- //
146
- // &:nth-child(11) .legend-color-guide div {
147
- // background-color: $nvd3-color-11 !important;
148
- // }
149
- //
150
- // &:last-child .legend-color-guide div {
151
- // background-color: transparent !important;
152
- // }
153
- //}
154
-
155
- //tr.highlight td {
156
- // padding: 1px 9px 1px 0;
157
- // border-bottom-style: solid;
158
- // border-bottom-width: 1px;
159
- // border-top-style: solid;
160
- // border-top-width: 1px;
161
- //}
162
- }
163
-
164
- //.footer {
165
- // padding: 3px;
166
- // text-align: center;
167
- //}
168
- //
169
- //&-pending-removal {
170
- // pointer-events: none;
171
- // display: none;
172
- //}
173
- }
174
-
175
- /****
176
- Interactive Layer
177
- */
178
- .nvd3 {
179
- //.nv-interactiveGuideLine {
180
- // pointer-events: none;
181
- //}
182
-
183
- line.nv-guideline {
184
- stroke: $nvd3-guideline-stroke;
185
- }
186
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes