gina 0.3.2 → 0.3.3
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.
- package/CHANGELOG.md +29 -0
- package/README.md +18 -8
- package/ROADMAP.md +10 -9
- package/framework/v0.3.3/VERSION +1 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/README.md +7 -8
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +1 -1
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +2 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +103 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/js/gina.js +293 -201
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js +21636 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +286 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/{v0.3.2 → v0.3.3}/core/config.js +6 -1
- package/framework/{v0.3.2 → v0.3.3}/core/connectors/mysql/index.js +52 -0
- package/framework/{v0.3.2 → v0.3.3}/core/connectors/postgresql/index.js +45 -0
- package/framework/{v0.3.2 → v0.3.3}/core/connectors/sqlite/index.js +46 -0
- package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.js +1 -1
- package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/types/multipart.js +2 -1
- package/framework/v0.3.3/core/deps/streamsearch-1.1.0/LICENSE +19 -0
- package/framework/v0.3.3/core/deps/streamsearch-1.1.0/lib/sbmh.js +267 -0
- package/framework/v0.3.3/core/deps/streamsearch-1.1.0/package.json +34 -0
- package/framework/{v0.3.2 → v0.3.3}/core/gna.js +30 -30
- package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/src/main.js +3 -3
- package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/src/main.js +34 -29
- package/framework/{v0.3.2 → v0.3.3}/core/server.isaac.js +77 -13
- package/framework/{v0.3.2 → v0.3.3}/core/server.js +66 -18
- package/framework/{v0.3.2 → v0.3.3}/helpers/json/src/main.js +14 -1
- package/framework/{v0.3.2 → v0.3.3}/lib/cache/src/main.js +2 -2
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/aliases.json +3 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/arguments.json +2 -1
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/help.txt +21 -1
- package/framework/v0.3.3/lib/cmd/bundle/oas.js +6 -0
- package/framework/v0.3.3/lib/cmd/bundle/openapi.js +519 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/start.js +4 -1
- package/framework/v0.3.3/lib/cmd/framework/get.js +98 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/help.txt +8 -3
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/help.txt +7 -2
- package/framework/v0.3.3/lib/cmd/port/set.js +348 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/collection/src/main.js +4 -4
- package/framework/{v0.3.2 → v0.3.3}/lib/index.js +1 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/mq/listener.js +2 -2
- package/framework/v0.3.3/lib/uuid/package.json +7 -0
- package/framework/v0.3.3/lib/uuid/src/main.js +99 -0
- package/framework/v0.3.3/package.json +8 -0
- package/gna.js +86 -0
- package/llms.txt +94 -4
- package/package.json +107 -101
- package/types/globals.d.ts +205 -0
- package/types/gna.d.ts +67 -0
- package/types/index.d.ts +566 -0
- package/framework/v0.3.2/VERSION +0 -1
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -532
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -8
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/v0.3.2/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -107
- package/framework/v0.3.2/core/deps/swig-1.4.2/HISTORY.md +0 -498
- package/framework/v0.3.2/core/deps/swig-1.4.2/LICENSE +0 -7
- package/framework/v0.3.2/core/deps/swig-1.4.2/Makefile +0 -192
- package/framework/v0.3.2/core/deps/swig-1.4.2/README.md +0 -88
- package/framework/v0.3.2/core/deps/swig-1.4.2/bin/swig.js +0 -161
- package/framework/v0.3.2/core/deps/swig-1.4.2/browser/comments.js +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/browser/index.js +0 -9
- package/framework/v0.3.2/core/deps/swig-1.4.2/dist/swig.min.js +0 -7
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/api.html +0 -136
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/browser.html +0 -36
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/cli.html +0 -64
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/extending.html +0 -183
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/filters.html +0 -97
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -9
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/index.html +0 -212
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/layout.html +0 -43
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -106
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/previous.html +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/tags.html +0 -72
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs.json +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/index.html +0 -98
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/index.json +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -11
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/js/master.js +0 -106
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/layouts/master.html +0 -59
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/button.less +0 -22
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/fork.less +0 -23
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/header.less +0 -61
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/layout.less +0 -96
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/mixins.less +0 -268
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -58
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/reset.less +0 -250
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -16
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/swig.less +0 -124
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/variables.less +0 -42
- package/framework/v0.3.2/core/deps/swig-1.4.2/index.js +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/dateformatter.js +0 -198
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/filters.js +0 -630
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/lexer.js +0 -306
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -59
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/loaders/index.js +0 -53
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -63
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/parser.js +0 -744
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/swig.js +0 -740
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -37
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/block.js +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/else.js +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -28
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/extends.js +0 -19
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/filter.js +0 -68
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/for.js +0 -130
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/if.js +0 -86
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/import.js +0 -91
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/include.js +0 -100
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/index.js +0 -16
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/macro.js +0 -79
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/parent.js +0 -51
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/raw.js +0 -23
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/set.js +0 -109
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -42
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/utils.js +0 -184
- package/framework/v0.3.2/core/deps/swig-1.4.2/package.json +0 -41
- package/framework/v0.3.2/core/deps/swig-1.4.2/scripts/config-lint.js +0 -41
- package/framework/v0.3.2/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -59
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/basic.test.js +0 -296
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -5
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -7
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -15
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -159
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/options.js +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -5
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -4
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -24
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -10
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -24
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -13
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -4
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/includes.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/macros.html +0 -23
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -11
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -9
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/comments.test.js +0 -12
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/filters.test.js +0 -316
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/loaders.test.js +0 -119
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/regressions.test.js +0 -41
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -45
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -61
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -11
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -29
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -63
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -75
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -15
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -26
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -38
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -14
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -33
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -56
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -26
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags.test.js +0 -56
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/templates.test.js +0 -62
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/variables.test.js +0 -183
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -43
- package/framework/v0.3.2/lib/cmd/framework/get.js +0 -0
- package/framework/v0.3.2/lib/cmd/port/set.js +0 -0
- package/framework/v0.3.2/package.json +0 -5
- /package/framework/{v0.3.2 → v0.3.3}/AUTHORS +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/html/static.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/content.encoding +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/readme.markdown +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/swig-client/swig.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/currency.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/mime.types +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/entity.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/template/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/file/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/router.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/server.express.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/status.codes +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/_gitignore +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/env.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/console.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/context.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/json/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/json/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/path.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/prototypes.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/task.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/text.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/async/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/async/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cache/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cache/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cache/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/collection/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/collection/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/collection/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/config.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cron/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cron/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/public_suffix_list.dat +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/public_suffix_list.dat.br +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/generator/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/math/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/merge/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/merge/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/model.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/proc.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/shell.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/state.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/url/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/url/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/url/routing.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/validator.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/watcher/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/watcher/src/main.js +0 -0
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
.content {
|
|
2
|
-
max-width: 960px;
|
|
3
|
-
margin: 0 auto;
|
|
4
|
-
position: relative;
|
|
5
|
-
z-index: 2;
|
|
6
|
-
text-align: left;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
#grid {
|
|
10
|
-
.guttered(@columnWidth, @gutterWidth) {
|
|
11
|
-
.spanX(@index) when (@index > 0) {
|
|
12
|
-
.span@{index} {
|
|
13
|
-
width: (@columnWidth * @index) + (@gutterWidth * (@index - 1));
|
|
14
|
-
}
|
|
15
|
-
.spanX(@index - 1);
|
|
16
|
-
}
|
|
17
|
-
.spanX(0) {}
|
|
18
|
-
.spanX(@columns);
|
|
19
|
-
|
|
20
|
-
.offsetX(@index) when (@index > 0) {
|
|
21
|
-
.offset@{index} {
|
|
22
|
-
@left: (@columnWidth * @index) + (@gutterWidth * (@index + 1));
|
|
23
|
-
margin-left: @left;
|
|
24
|
-
&:first-child {
|
|
25
|
-
margin-left: @left - @gutterWidth;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
.offsetX(@index - 1);
|
|
29
|
-
}
|
|
30
|
-
.offsetX(0) {}
|
|
31
|
-
.offsetX(@columns);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.nogutter(@columnWidth) {
|
|
35
|
-
.spanX(@index) when (@index > 0) {
|
|
36
|
-
.span@{index} {
|
|
37
|
-
width: @columnWidth * @index;
|
|
38
|
-
}
|
|
39
|
-
.spanX(@index - 1);
|
|
40
|
-
}
|
|
41
|
-
.spanX(0) {}
|
|
42
|
-
.spanX(@columns);
|
|
43
|
-
|
|
44
|
-
.offsetX(@index) when (@index > 0) {
|
|
45
|
-
.offset@{index} {
|
|
46
|
-
margin-left: @columnWidth * @index;
|
|
47
|
-
}
|
|
48
|
-
.offsetX(@index - 1);
|
|
49
|
-
}
|
|
50
|
-
.offsetX(0) {}
|
|
51
|
-
.offsetX(@columns);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.row {
|
|
56
|
-
width: 100%;
|
|
57
|
-
padding: 0;
|
|
58
|
-
clear: both;
|
|
59
|
-
.clearfix;
|
|
60
|
-
[class*='span'] {
|
|
61
|
-
.box-sizing(border-box);
|
|
62
|
-
float: left;
|
|
63
|
-
}
|
|
64
|
-
#grid .nogutter(8.3333333333%);
|
|
65
|
-
}
|
|
66
|
-
.row.guttered {
|
|
67
|
-
@gutter: 2.127659574%;
|
|
68
|
-
.clearfix;
|
|
69
|
-
[class*='span'] {
|
|
70
|
-
margin-left: @gutter;
|
|
71
|
-
&:first-child,
|
|
72
|
-
&.clear {
|
|
73
|
-
margin-left: 0;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
#grid .guttered(6.382978723%, @gutter);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
@media @mq-phone {
|
|
80
|
-
body {
|
|
81
|
-
padding-left: @bodyPaddingPhone;
|
|
82
|
-
padding-right: @bodyPaddingPhone;
|
|
83
|
-
}
|
|
84
|
-
.row,
|
|
85
|
-
.row.guttered {
|
|
86
|
-
[class*='span'] {
|
|
87
|
-
display: block;
|
|
88
|
-
float: none;
|
|
89
|
-
width: auto;
|
|
90
|
-
margin-left: 0;
|
|
91
|
-
}
|
|
92
|
-
[class*='offset'] {
|
|
93
|
-
margin-left: 0 !important;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
@@ -1,268 +0,0 @@
|
|
|
1
|
-
.clearfix {
|
|
2
|
-
height: 1%;
|
|
3
|
-
&:after {
|
|
4
|
-
display: block;
|
|
5
|
-
height: 0;
|
|
6
|
-
clear: both;
|
|
7
|
-
content: ".";
|
|
8
|
-
line-height: 0;
|
|
9
|
-
visibility: hidden;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ellipsis-text() {
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
white-space: nowrap;
|
|
16
|
-
text-overflow: ellipsis;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.font-smoothing(@type: antialiased) {
|
|
20
|
-
-webkit-font-smoothing: @type;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.text-hidden() {
|
|
24
|
-
direction: ltr;
|
|
25
|
-
text-align: left;
|
|
26
|
-
text-indent: -999em;
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.user-select(...) {
|
|
31
|
-
-webkit-user-select: @arguments;
|
|
32
|
-
-moz-user-select: @arguments;
|
|
33
|
-
-ms-user-select: @arguments;
|
|
34
|
-
-o-user-select: @arguments;
|
|
35
|
-
user-select: @arguments;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.box-sizing(@sizing) {
|
|
39
|
-
-webkit-box-sizing: @sizing;
|
|
40
|
-
-moz-box-sizing: @sizing;
|
|
41
|
-
-ms-box-sizing: @sizing;
|
|
42
|
-
-o-box-sizing: @sizing;
|
|
43
|
-
box-sizing: @sizing;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.border-radius(@radius: 4px) {
|
|
47
|
-
-webkit-border-radius: @arguments;
|
|
48
|
-
-moz-border-radius: @arguments;
|
|
49
|
-
-ms-border-radius: @arguments;
|
|
50
|
-
-o-border-radius: @arguments;
|
|
51
|
-
border-radius: @arguments;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.box-shadow(...) {
|
|
56
|
-
-webkit-box-shadow: @arguments;
|
|
57
|
-
-moz-box-shadow: @arguments;
|
|
58
|
-
-ms-box-shadow: @arguments;
|
|
59
|
-
-o-box-shadow: @arguments;
|
|
60
|
-
box-shadow: @arguments;
|
|
61
|
-
border-collapse: separate;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.transition(...) {
|
|
65
|
-
-webkit-transition: @arguments;
|
|
66
|
-
-moz-transition: @arguments;
|
|
67
|
-
-ms-transition: @arguments;
|
|
68
|
-
-o-transition: @arguments;
|
|
69
|
-
transition: @arguments;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.transform(...) {
|
|
73
|
-
-webkit-transform: @arguments;
|
|
74
|
-
-moz-transform: @arguments;
|
|
75
|
-
-ms-transform: @arguments;
|
|
76
|
-
-o-transform: @arguments;
|
|
77
|
-
transform: @arguments;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.animation(@name, @duration: 0.5s, @count: 1, @direction: alternate, @easing: ease-in-out) {
|
|
81
|
-
-webkit-animation-name: @name;
|
|
82
|
-
-moz-animation-name: @name;
|
|
83
|
-
-webkit-animation-duration: @duration;
|
|
84
|
-
-moz-animation-duration: @duration;
|
|
85
|
-
-webkit-animation-iteration-count: @count;
|
|
86
|
-
-moz-animation-iteration-count: @count;
|
|
87
|
-
-webkit-animation-direction: @direction;
|
|
88
|
-
-moz-animation-direction: @direction;
|
|
89
|
-
-webkit-animation-timing-function: @easing;
|
|
90
|
-
-moz-animation-timing-function: @easing;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
#gradient {
|
|
95
|
-
.horizontal(@startColor:#555, @endColor:#333) {
|
|
96
|
-
background-color: @endColor;
|
|
97
|
-
// FF 3.6+
|
|
98
|
-
background-image: -moz-linear-gradient(left, @startColor, @endColor);
|
|
99
|
-
// IE10
|
|
100
|
-
background-image: -ms-linear-gradient(left, @startColor, @endColor);
|
|
101
|
-
// Safari 4+, Chrome 2+
|
|
102
|
-
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(@startColor), to(@endColor));
|
|
103
|
-
// Safari 5.1+, Chrome 10+
|
|
104
|
-
background-image: -webkit-linear-gradient(left, @startColor, @endColor);
|
|
105
|
-
// Opera 11.10
|
|
106
|
-
background-image: -o-linear-gradient(left, @startColor, @endColor);
|
|
107
|
-
// Standard
|
|
108
|
-
background-image: linear-gradient(left, @startColor, @endColor);
|
|
109
|
-
background-repeat: repeat-x;
|
|
110
|
-
// IE9 and down
|
|
111
|
-
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor));
|
|
112
|
-
}
|
|
113
|
-
.vertical(@startColor:#555, @endColor:#333) {
|
|
114
|
-
background-color: mix(@startColor, @endColor, 60%);
|
|
115
|
-
// FF 3.6+
|
|
116
|
-
background-image: -moz-linear-gradient(top, @startColor, @endColor);
|
|
117
|
-
// IE10
|
|
118
|
-
background-image: -ms-linear-gradient(top, @startColor, @endColor);
|
|
119
|
-
// Safari 4+, Chrome 2+
|
|
120
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor));
|
|
121
|
-
// Safari 5.1+, Chrome 10+
|
|
122
|
-
background-image: -webkit-linear-gradient(top, @startColor, @endColor);
|
|
123
|
-
// Opera 11.10
|
|
124
|
-
background-image: -o-linear-gradient(top, @startColor, @endColor);
|
|
125
|
-
// Standard
|
|
126
|
-
background-image: linear-gradient(top, @startColor, @endColor);
|
|
127
|
-
background-repeat: repeat-x;
|
|
128
|
-
// IE9 and down
|
|
129
|
-
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor));
|
|
130
|
-
}
|
|
131
|
-
.directional(@startColor:#555, @endColor:#333, @deg:45deg) {
|
|
132
|
-
background-color: @endColor;
|
|
133
|
-
background-repeat: repeat-x;
|
|
134
|
-
// FF 3.6+
|
|
135
|
-
background-image: -moz-linear-gradient(@deg, @startColor, @endColor);
|
|
136
|
-
// IE10
|
|
137
|
-
background-image: -ms-linear-gradient(@deg, @startColor, @endColor);
|
|
138
|
-
// Safari 5.1+, Chrome 10+
|
|
139
|
-
background-image: -webkit-linear-gradient(@deg, @startColor, @endColor);
|
|
140
|
-
// Opera 11.10
|
|
141
|
-
background-image: -o-linear-gradient(@deg, @startColor, @endColor);
|
|
142
|
-
// Standard
|
|
143
|
-
background-image: linear-gradient(@deg, @startColor, @endColor);
|
|
144
|
-
}
|
|
145
|
-
.vertical-three-colors(@startColor:#00b3ee, @midColor:#7a43b6, @colorStop:50%, @endColor:#c3325f) {
|
|
146
|
-
background-color: mix(@midColor, @endColor, 80%);
|
|
147
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
|
|
148
|
-
background-image: -webkit-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
|
149
|
-
background-image: -moz-linear-gradient(top, @startColor, @midColor @colorStop, @endColor);
|
|
150
|
-
background-image: -ms-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
|
151
|
-
background-image: -o-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
|
152
|
-
background-image: linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
|
153
|
-
background-repeat: no-repeat;
|
|
154
|
-
// IE9 and down, gets no color-stop at all for proper fallback
|
|
155
|
-
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor));
|
|
156
|
-
}
|
|
157
|
-
.radial(@innerColor:#555, @outerColor:#333) {
|
|
158
|
-
background-color: @outerColor;
|
|
159
|
-
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(@innerColor), to(@outerColor));
|
|
160
|
-
background-image: -webkit-radial-gradient(circle, @innerColor, @outerColor);
|
|
161
|
-
background-image: -moz-radial-gradient(circle, @innerColor, @outerColor);
|
|
162
|
-
background-image: -ms-radial-gradient(circle, @innerColor, @outerColor);
|
|
163
|
-
background-image: -o-radial-gradient(circle, @innerColor, @outerColor);
|
|
164
|
-
background-repeat: no-repeat;
|
|
165
|
-
}
|
|
166
|
-
.striped(@color, @angle:-45deg) {
|
|
167
|
-
background-color: @color;
|
|
168
|
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,.15)), color-stop(.75, rgba(255,255,255,.15)), color-stop(.75, transparent), to(transparent));
|
|
169
|
-
background-image: -webkit-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
|
170
|
-
background-image: -moz-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
|
171
|
-
background-image: -ms-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
|
172
|
-
background-image: -o-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
|
173
|
-
background-image: linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
#arrow {
|
|
178
|
-
.arrow() {
|
|
179
|
-
&:after, &:before {
|
|
180
|
-
top: 100%;
|
|
181
|
-
border: solid transparent;
|
|
182
|
-
content: " ";
|
|
183
|
-
height: 0;
|
|
184
|
-
width: 0;
|
|
185
|
-
position: absolute;
|
|
186
|
-
pointer-events: none;
|
|
187
|
-
}
|
|
188
|
-
&:after {
|
|
189
|
-
border-width: @size;
|
|
190
|
-
margin-left: -@size;
|
|
191
|
-
}
|
|
192
|
-
&:before {
|
|
193
|
-
border-width: @size + @borderSize;
|
|
194
|
-
margin-left: -(@size + @borderSize);
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.top-bottom() {
|
|
199
|
-
#arrow .arrow;
|
|
200
|
-
&:after, &:before {
|
|
201
|
-
left: 50%;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
.bottom(@size, @borderSize, @backgroundColor, @borderColor) {
|
|
205
|
-
#arrow .top-bottom;
|
|
206
|
-
&:after {
|
|
207
|
-
border-top-color: @backgroundColor;
|
|
208
|
-
}
|
|
209
|
-
&:before {
|
|
210
|
-
border-top-color: @borderColor;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
.top(@size, @borderSize, @backgroundColor, @borderColor) {
|
|
214
|
-
#arrow .top-bottom;
|
|
215
|
-
&:after, &:before {
|
|
216
|
-
top: auto;
|
|
217
|
-
bottom: 100%;
|
|
218
|
-
}
|
|
219
|
-
&:after {
|
|
220
|
-
border-bottom-color: @backgroundColor;
|
|
221
|
-
}
|
|
222
|
-
&:before {
|
|
223
|
-
border-bottom-color: @borderColor;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.left-right() {
|
|
228
|
-
#arrow .arrow;
|
|
229
|
-
&:after, &:before {
|
|
230
|
-
top: 50%;
|
|
231
|
-
}
|
|
232
|
-
&:after {
|
|
233
|
-
border-width: @size;
|
|
234
|
-
margin-top: -@size;
|
|
235
|
-
}
|
|
236
|
-
&:before {
|
|
237
|
-
border-width: @size + @borderSize;
|
|
238
|
-
margin-top: -(@size + @borderSize);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
.right(@size, @borderSize, @backgroundColor, @borderColor) {
|
|
242
|
-
#arrow .left-right;
|
|
243
|
-
&:after, &:before {
|
|
244
|
-
left: 100%;
|
|
245
|
-
right: auto;
|
|
246
|
-
}
|
|
247
|
-
&:after {
|
|
248
|
-
border-left-color: @backgroundColor;
|
|
249
|
-
margin-left: 0;
|
|
250
|
-
}
|
|
251
|
-
&:before {
|
|
252
|
-
border-left-color: @borderColor;
|
|
253
|
-
margin-left: -(@borderSize) + 1;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
.left(@size, @borderSize, @backgroundColor, @borderColor) {
|
|
257
|
-
#arrow .left-right;
|
|
258
|
-
&:after, &:before {
|
|
259
|
-
right: 100%;
|
|
260
|
-
}
|
|
261
|
-
&:after {
|
|
262
|
-
border-right-color: @backgroundColor;
|
|
263
|
-
}
|
|
264
|
-
&:before {
|
|
265
|
-
border-right-color: @borderColor;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
.rainbow {
|
|
2
|
-
word-wrap: break-word;
|
|
3
|
-
background: transparent;
|
|
4
|
-
.comment {
|
|
5
|
-
color: #8E908C;
|
|
6
|
-
}
|
|
7
|
-
.variable {
|
|
8
|
-
color: #C82829;
|
|
9
|
-
}
|
|
10
|
-
.string{
|
|
11
|
-
color: #718C00;
|
|
12
|
-
}
|
|
13
|
-
.filter {
|
|
14
|
-
color: #4271AE;
|
|
15
|
-
}
|
|
16
|
-
.tag {
|
|
17
|
-
color: #8959A8;
|
|
18
|
-
&.arg {
|
|
19
|
-
color: #C99E00;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
.variable.global,
|
|
25
|
-
.variable.class,
|
|
26
|
-
.variable.instance {
|
|
27
|
-
color: #C82829;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.constant.numeric,
|
|
31
|
-
.constant.language,
|
|
32
|
-
.constant.hex-color,
|
|
33
|
-
.keyword.unit {
|
|
34
|
-
color: #C99E00;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.constant,
|
|
38
|
-
.entity,
|
|
39
|
-
.entity.class,
|
|
40
|
-
.support {
|
|
41
|
-
color: #4271AE;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.constant.symbol,
|
|
45
|
-
.string {
|
|
46
|
-
color: #718C00;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.function.call {
|
|
50
|
-
color: saturate(#366280, 10%);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.keyword,
|
|
54
|
-
.storage {
|
|
55
|
-
color: lighten(#573146, 15%);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
* { .box-sizing(border-box); }
|
|
2
|
-
a,
|
|
3
|
-
abbr,
|
|
4
|
-
address,
|
|
5
|
-
article,
|
|
6
|
-
aside,
|
|
7
|
-
audio,
|
|
8
|
-
blockquote,
|
|
9
|
-
body,
|
|
10
|
-
canvas,
|
|
11
|
-
caption,
|
|
12
|
-
cite,
|
|
13
|
-
code,
|
|
14
|
-
dd,
|
|
15
|
-
details,
|
|
16
|
-
dfn,
|
|
17
|
-
div,
|
|
18
|
-
dl,
|
|
19
|
-
dt,
|
|
20
|
-
em,
|
|
21
|
-
fieldset,
|
|
22
|
-
figcaption,
|
|
23
|
-
figure,
|
|
24
|
-
footer,
|
|
25
|
-
form,
|
|
26
|
-
h1,
|
|
27
|
-
h2,
|
|
28
|
-
h3,
|
|
29
|
-
h4,
|
|
30
|
-
h5,
|
|
31
|
-
h6,
|
|
32
|
-
header,
|
|
33
|
-
hgroup,
|
|
34
|
-
hr,
|
|
35
|
-
img,
|
|
36
|
-
input,
|
|
37
|
-
li,
|
|
38
|
-
mark,
|
|
39
|
-
menu,
|
|
40
|
-
nav,
|
|
41
|
-
ol,
|
|
42
|
-
p,
|
|
43
|
-
pre,
|
|
44
|
-
section,
|
|
45
|
-
strong,
|
|
46
|
-
summary,
|
|
47
|
-
table,
|
|
48
|
-
td,
|
|
49
|
-
textarea,
|
|
50
|
-
th,
|
|
51
|
-
th,
|
|
52
|
-
time,
|
|
53
|
-
ul,
|
|
54
|
-
var,
|
|
55
|
-
video {
|
|
56
|
-
margin: 0;
|
|
57
|
-
padding: 0;
|
|
58
|
-
background: transparent;
|
|
59
|
-
border: 0;
|
|
60
|
-
border-collapse: collapse;
|
|
61
|
-
border-spacing: 0;
|
|
62
|
-
font-size: inherit;
|
|
63
|
-
font-style: inherit;
|
|
64
|
-
font-weight: inherit;
|
|
65
|
-
text-decoration: none;
|
|
66
|
-
text-align: inherit;
|
|
67
|
-
list-style: inherit;
|
|
68
|
-
quotes: none;
|
|
69
|
-
}
|
|
70
|
-
article,
|
|
71
|
-
aside,
|
|
72
|
-
canvas,
|
|
73
|
-
details,
|
|
74
|
-
figcaption,
|
|
75
|
-
figure,
|
|
76
|
-
footer,
|
|
77
|
-
header,
|
|
78
|
-
hgroup,
|
|
79
|
-
menu,
|
|
80
|
-
nav,
|
|
81
|
-
section,
|
|
82
|
-
summary {
|
|
83
|
-
display: block;
|
|
84
|
-
}
|
|
85
|
-
input:focus,
|
|
86
|
-
a:focus,
|
|
87
|
-
textarea:focus {
|
|
88
|
-
outline: 0;
|
|
89
|
-
}
|
|
90
|
-
blockquote,
|
|
91
|
-
q {
|
|
92
|
-
&:before,
|
|
93
|
-
&:after {
|
|
94
|
-
content: '';
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
sup,
|
|
99
|
-
sub {
|
|
100
|
-
vertical-align: baseline;
|
|
101
|
-
position: relative;
|
|
102
|
-
top: -0.2em;
|
|
103
|
-
font-size: 0.7em;
|
|
104
|
-
}
|
|
105
|
-
sub {
|
|
106
|
-
top: 0.4em;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
html,
|
|
110
|
-
body,
|
|
111
|
-
select,
|
|
112
|
-
textarea {
|
|
113
|
-
font: normal @fontSize~'/'@lineHeight @fonts;
|
|
114
|
-
color: @colorNeutralDark;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
h1,
|
|
118
|
-
h2,
|
|
119
|
-
h3,
|
|
120
|
-
h4,
|
|
121
|
-
h5,
|
|
122
|
-
h6 {
|
|
123
|
-
font: normal @fontSize~'/'@lineHeight @fontsFancy;
|
|
124
|
-
color: @colorAccentSecond;
|
|
125
|
-
margin: 0 0 0.25em;
|
|
126
|
-
code,
|
|
127
|
-
var,
|
|
128
|
-
samp {
|
|
129
|
-
font-size: @fontSize;
|
|
130
|
-
color: @colorAccentSecond;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
h1 { font-size: 28px; line-height: 32px; }
|
|
134
|
-
h2 { font-size: 20px; }
|
|
135
|
-
h3 { font-size: 18px; }
|
|
136
|
-
h4,
|
|
137
|
-
h5,
|
|
138
|
-
h6 { font-size: 16px; }
|
|
139
|
-
|
|
140
|
-
a {
|
|
141
|
-
color: @colorPrimary;
|
|
142
|
-
text-decoration: none;
|
|
143
|
-
@transition: opacity 0.2s, color 0.2s, background-color 0.2s, background-image 0.2s;
|
|
144
|
-
.transition(@transition);
|
|
145
|
-
display: inline-block;
|
|
146
|
-
padding: 2px;
|
|
147
|
-
margin: -2px;
|
|
148
|
-
.border-radius(3px);
|
|
149
|
-
border: none;
|
|
150
|
-
&:hover {
|
|
151
|
-
background-color: @colorPrimary;
|
|
152
|
-
color: #FFF;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
b,
|
|
157
|
-
strong {
|
|
158
|
-
font-weight: bold;
|
|
159
|
-
}
|
|
160
|
-
i,
|
|
161
|
-
em {
|
|
162
|
-
font-style: italic;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
section,
|
|
166
|
-
article,
|
|
167
|
-
p,
|
|
168
|
-
ul,
|
|
169
|
-
ol,
|
|
170
|
-
dl,
|
|
171
|
-
table,
|
|
172
|
-
pre {
|
|
173
|
-
margin: 0 0 @lineHeight;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
ul,
|
|
177
|
-
ol,
|
|
178
|
-
dl {
|
|
179
|
-
margin-left: @gutter;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
pre,
|
|
183
|
-
code,
|
|
184
|
-
samp,
|
|
185
|
-
var,
|
|
186
|
-
kbd {
|
|
187
|
-
font: normal 12px~'/'20px @fontsMono;
|
|
188
|
-
color: @colorAccentDark;
|
|
189
|
-
background: @colorLight;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
pre {
|
|
193
|
-
padding: @quarterGutter;
|
|
194
|
-
border: 1px solid @colorNeutralLight;
|
|
195
|
-
.border-radius(5px);
|
|
196
|
-
@shadow: inset 2px 2px 4px -3px fade(@colorNeutralDark, 60%), 2px 2px 4px fade(#FFF, 60%);
|
|
197
|
-
.box-shadow(@shadow);
|
|
198
|
-
overflow: auto;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.selection(...) {
|
|
202
|
-
background-color: fade(@colorAccent, 75%);
|
|
203
|
-
text-shadow: none;
|
|
204
|
-
}
|
|
205
|
-
*::selection {
|
|
206
|
-
.selection;
|
|
207
|
-
}
|
|
208
|
-
*::-moz-selection {
|
|
209
|
-
.selection;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.flash(...) {
|
|
213
|
-
0% { background-color: transparent; }
|
|
214
|
-
100% { background-color: fade(@colorAccent, 40%); }
|
|
215
|
-
}
|
|
216
|
-
@-webkit-keyframes flash {
|
|
217
|
-
.flash;
|
|
218
|
-
}
|
|
219
|
-
@-moz-keyframes flash {
|
|
220
|
-
.flash;
|
|
221
|
-
}
|
|
222
|
-
*:target {
|
|
223
|
-
.animation(flash, 0.2s, 4);
|
|
224
|
-
.border-radius(4px);
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
img, object {
|
|
228
|
-
max-width: 100%;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
hr {
|
|
232
|
-
position: relative;
|
|
233
|
-
z-index: -1;
|
|
234
|
-
clear: both;
|
|
235
|
-
&:before {
|
|
236
|
-
content: '…';
|
|
237
|
-
.text-hidden;
|
|
238
|
-
left: 0;
|
|
239
|
-
right: 0;
|
|
240
|
-
top: 0;
|
|
241
|
-
position: absolute;
|
|
242
|
-
.box-shadow(0 -8px 8px -8px fade(@colorNeutralDark, 60%));
|
|
243
|
-
}
|
|
244
|
-
border-top: 1px solid @colorNeutralLight;
|
|
245
|
-
margin: @gutter * 2 0;
|
|
246
|
-
&.small {
|
|
247
|
-
margin: @gutter 0;
|
|
248
|
-
opacity: 0.5;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.sidenav {
|
|
2
|
-
list-style: none;
|
|
3
|
-
&.fixed {
|
|
4
|
-
position: fixed;
|
|
5
|
-
top: @quarterGutter;
|
|
6
|
-
}
|
|
7
|
-
ol {
|
|
8
|
-
padding: 0 0 0 @quarterGutter / 2;
|
|
9
|
-
margin: 0 0 0 @quarterGutter / 2;
|
|
10
|
-
border-left: 3px solid @colorNeutralLight;
|
|
11
|
-
}
|
|
12
|
-
a.current {
|
|
13
|
-
color: #FFF;
|
|
14
|
-
background: @colorPrimary;
|
|
15
|
-
}
|
|
16
|
-
}
|