gnui 1.2.12 → 1.2.14

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 (82) hide show
  1. package/dist/js/gnui.esm.js +40432 -0
  2. package/dist/js/gnui.js +40440 -0
  3. package/dist/js/gnui.min.js +23 -0
  4. package/dist/styles/default.css +1 -0
  5. package/dist/styles/gpi.css +1 -0
  6. package/dist/styles/green24.css +1 -0
  7. package/dist/styles/insights.css +1 -0
  8. package/dist/styles/nac.css +1 -0
  9. package/dist/styles/ztnac.css +1 -0
  10. package/package.json +1 -1
  11. package/styleguide/assets/components.js +1757 -0
  12. package/styleguide/assets/favicon.ico +0 -0
  13. package/styleguide/assets/guide.js +47 -0
  14. package/styleguide/assets/image.png +0 -0
  15. package/styleguide/assets/js/gnui.js +40440 -0
  16. package/styleguide/assets/js/gnui.min.js +23 -0
  17. package/styleguide/assets/okadia.css +121 -0
  18. package/styleguide/assets/styles/default.css +1 -0
  19. package/styleguide/assets/styles/gpi.css +1 -0
  20. package/styleguide/assets/styles/green24.css +1 -0
  21. package/styleguide/assets/styles/insights.css +1 -0
  22. package/styleguide/assets/styles/nac.css +1 -0
  23. package/styleguide/assets/styles/ztnac.css +1 -0
  24. package/styleguide/assets/theme.css +596 -0
  25. package/styleguide/category/COLOR/index.html +157 -0
  26. package/styleguide/category/COMPONENT/Alert(js)/index.html +419 -0
  27. package/styleguide/category/COMPONENT/Bignumber/index.html +270 -0
  28. package/styleguide/category/COMPONENT/Breadcrumb/index.html +325 -0
  29. package/styleguide/category/COMPONENT/Calendar(js)/index.html +243 -0
  30. package/styleguide/category/COMPONENT/Card/index.html +185 -0
  31. package/styleguide/category/COMPONENT/Chart(js)/index.html +556 -0
  32. package/styleguide/category/COMPONENT/Datagrid(js)/index.html +685 -0
  33. package/styleguide/category/COMPONENT/Datalist(js)/index.html +472 -0
  34. package/styleguide/category/COMPONENT/Growl(js)/index.html +352 -0
  35. package/styleguide/category/COMPONENT/JsonView(js)/index.html +1135 -0
  36. package/styleguide/category/COMPONENT/Loader(js)/index.html +296 -0
  37. package/styleguide/category/COMPONENT/MenuButton(js)/index.html +282 -0
  38. package/styleguide/category/COMPONENT/Message(js)/index.html +516 -0
  39. package/styleguide/category/COMPONENT/Modal(js)/index.html +445 -0
  40. package/styleguide/category/COMPONENT/Pagination(js)/index.html +446 -0
  41. package/styleguide/category/COMPONENT/Panel/index.html +327 -0
  42. package/styleguide/category/COMPONENT/Progressbar(js)/index.html +314 -0
  43. package/styleguide/category/COMPONENT/Tab(js)/index.html +474 -0
  44. package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +261 -0
  45. package/styleguide/category/COMPONENT/Tooltip(js)/index.html +413 -0
  46. package/styleguide/category/COMPONENT/Tree(js)/index.html +405 -0
  47. package/styleguide/category/CONTROLS/Button(js)/index.html +466 -0
  48. package/styleguide/category/CONTROLS/Checkbox/index.html +195 -0
  49. package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +286 -0
  50. package/styleguide/category/CONTROLS/Datepicker(js)/index.html +324 -0
  51. package/styleguide/category/CONTROLS/Dropdown(js)/index.html +1113 -0
  52. package/styleguide/category/CONTROLS/File/index.html +313 -0
  53. package/styleguide/category/CONTROLS/Form/Control/index.html +228 -0
  54. package/styleguide/category/CONTROLS/Form/Field/index.html +255 -0
  55. package/styleguide/category/CONTROLS/Form/Plain/index.html +194 -0
  56. package/styleguide/category/CONTROLS/Input/index.html +331 -0
  57. package/styleguide/category/CONTROLS/MultiText(js)/index.html +274 -0
  58. package/styleguide/category/CONTROLS/Picklist(js)/index.html +739 -0
  59. package/styleguide/category/CONTROLS/Radio/index.html +198 -0
  60. package/styleguide/category/CONTROLS/Select/index.html +457 -0
  61. package/styleguide/category/CONTROLS/SelectButton(js)/index.html +292 -0
  62. package/styleguide/category/CONTROLS/Slider/index.html +190 -0
  63. package/styleguide/category/CONTROLS/Switch(js)/index.html +346 -0
  64. package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +481 -0
  65. package/styleguide/category/CONTROLS/Textarea/index.html +186 -0
  66. package/styleguide/category/CONTROLS/Time(js)/index.html +264 -0
  67. package/styleguide/category/ELEMENTS/Box/index.html +171 -0
  68. package/styleguide/category/ELEMENTS/Icon/index.html +359 -0
  69. package/styleguide/category/ELEMENTS/Image/index.html +210 -0
  70. package/styleguide/category/ELEMENTS/List/index.html +393 -0
  71. package/styleguide/category/ELEMENTS/Table/index.html +480 -0
  72. package/styleguide/category/ELEMENTS/Tag/index.html +252 -0
  73. package/styleguide/category/ELEMENTS/Title/index.html +183 -0
  74. package/styleguide/category/LAYOUT/Container/index.html +232 -0
  75. package/styleguide/category/LAYOUT/Grid/index.html +397 -0
  76. package/styleguide/category/LAYOUT/Splitter(js)/index.html +276 -0
  77. package/styleguide/category/UTILITY/index.html +472 -0
  78. package/styleguide/category/Utils/index.html +338 -0
  79. package/styleguide/color.html +170 -0
  80. package/styleguide/index.html +170 -0
  81. package/styleguide/tag/javascript/index.html +7565 -0
  82. package/styleguide/tag/v.0.1.0/index.html +12646 -0
@@ -0,0 +1,121 @@
1
+ /* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+abap+actionscript+apacheconf+apl+applescript+asciidoc+aspnet+autoit+autohotkey+bash+basic+batch+c+brainfuck+bro+bison+csharp+cpp+coffeescript+ruby+css-extras+d+dart+diff+docker+eiffel+elixir+erlang+fsharp+fortran+gherkin+git+glsl+go+groovy+haml+handlebars+haskell+haxe+http+icon+inform7+ini+j+jade+java+json+julia+keyman+kotlin+latex+less+lolcode+lua+makefile+markdown+matlab+mel+mizar+monkey+nasm+nginx+nim+nix+nsis+objectivec+ocaml+oz+parigp+parser+pascal+perl+php+php-extras+powershell+processing+prolog+protobuf+puppet+pure+python+q+qore+r+jsx+rest+rip+roboconf+crystal+rust+sas+sass+scss+scala+scheme+smalltalk+smarty+sql+stylus+swift+tcl+textile+twig+typescript+verilog+vhdl+vim+wiki+yaml */
2
+ /**
3
+ * okaidia theme for JavaScript, CSS and HTML
4
+ * Loosely based on Monokai textmate theme by http://www.monokai.nl/
5
+ * @author ocodia
6
+ */
7
+ .aigis-module>pre>code[class*='language-'],
8
+ .aigis-module>pre[class*='language-'] {
9
+ color: #f8f8f2;
10
+ background: none;
11
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
12
+ text-align: left;
13
+ white-space: pre;
14
+ word-spacing: normal;
15
+ word-break: normal;
16
+ word-wrap: normal;
17
+ line-height: 1.5;
18
+
19
+ -moz-tab-size: 4;
20
+ -o-tab-size: 4;
21
+ tab-size: 4;
22
+
23
+ -webkit-hyphens: none;
24
+ -moz-hyphens: none;
25
+ -ms-hyphens: none;
26
+ hyphens: none;
27
+ }
28
+
29
+ /* Code blocks */
30
+ .aigis-module>pre[class*='language-'] {
31
+ padding: 1em;
32
+ margin: 0.5em 0;
33
+ overflow: auto;
34
+ border-radius: 0.3em;
35
+ }
36
+
37
+ .aigis-module :not(pre)>code[class*='language-'],
38
+ .aigis-module>pre[class*='language-'] {
39
+ background: #333333;
40
+ }
41
+
42
+ /* Inline code */
43
+ .aigis-module :not(pre)>code[class*='language-'] {
44
+ padding: 0.1em;
45
+ border-radius: 0.3em;
46
+ white-space: normal;
47
+ }
48
+
49
+ .aigis-module>pre>code .token.comment,
50
+ .aigis-module>pre>code .token.prolog,
51
+ .aigis-module>pre>code .token.doctype,
52
+ .aigis-module>pre>code .token.cdata {
53
+ color: slategray;
54
+ }
55
+
56
+ .aigis-module>pre>code .token.punctuation {
57
+ color: #f8f8f2;
58
+ }
59
+
60
+ .namespace {
61
+ opacity: 0.7;
62
+ }
63
+
64
+ .aigis-module>pre>code .token.property,
65
+ .aigis-module>pre>code .token.tag,
66
+ .aigis-module>pre>code .token.constant,
67
+ .aigis-module>pre>code .token.symbol,
68
+ .aigis-module>pre>code .token.deleted {
69
+ color: #fa8072;
70
+ }
71
+
72
+ .aigis-module>pre>code .token.boolean,
73
+ .aigis-module>pre>code .token.number {
74
+ color: #ae81ff;
75
+ }
76
+
77
+ .aigis-module>pre>code .token.selector,
78
+ .aigis-module>pre>code .token.attr-name,
79
+ .aigis-module>pre>code .token.string,
80
+ .aigis-module>pre>code .token.char,
81
+ .aigis-module>pre>code .token.builtin,
82
+ .aigis-module>pre>code .token.inserted {
83
+ color: #b0e0e6;
84
+ }
85
+
86
+ .aigis-module>pre>code .token.operator,
87
+ .aigis-module>pre>code .token.entity,
88
+ .aigis-module>pre>code .token.url,
89
+ .aigis-module>pre>code .language-css .token.string,
90
+ .aigis-module>pre>code .style .token.string,
91
+ .aigis-module>pre>code .token.variable {
92
+ color: #f0e68c;
93
+ }
94
+
95
+ .aigis-module>pre>code .token.atrule,
96
+ .aigis-module>pre>code .token.attr-value,
97
+ .aigis-module>pre>code .token.function {
98
+ color: #dfd68a;
99
+ }
100
+
101
+ .aigis-module>pre>code .token.keyword {
102
+ color: #76b9c7;
103
+ }
104
+
105
+ .aigis-module>pre>code .token.regex,
106
+ .aigis-module>pre>code .token.important {
107
+ color: #f5deb3;
108
+ }
109
+
110
+ .aigis-module>pre>code .token.important,
111
+ .aigis-module>pre>code .token.bold {
112
+ font-weight: bold;
113
+ }
114
+
115
+ .aigis-module>pre>code .token.italic {
116
+ font-style: italic;
117
+ }
118
+
119
+ .aigis-module>pre>code .token.entity {
120
+ cursor: help;
121
+ }