-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic support for Args and Control (closes #7)
- Loading branch information
1 parent
96bd47f
commit 59c7fb7
Showing
19 changed files
with
2,709 additions
and
1,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "4.0.5", | ||
"version": "4.1.4", | ||
"resolveLibs": "scoped" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module.exports = { | ||
stories: ['../bin/demo.js'], | ||
addons: ['@storybook/addon-actions', '@storybook/addon-links', '@storybook/addon-knobs/register'], | ||
addons: ['@storybook/addon-actions', '@storybook/addon-links', '@storybook/addon-controls', '@storybook/addon-knobs/register'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# @install: lix --silent download "gh://github.com/back2dos/cix#fe9eab0ee9f430de7b13695bc4f00cfb8450f5fd" into cix/0.1.0/github/fe9eab0ee9f430de7b13695bc4f00cfb8450f5fd | ||
-lib mime | ||
-lib tink_color | ||
-lib tink_csss | ||
-lib tink_domspec | ||
-lib tink_macro | ||
-cp ${HAXE_LIBCACHE}/cix/0.1.0/github/fe9eab0ee9f430de7b13695bc4f00cfb8450f5fd/src | ||
-D cix=0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# @install: lix --silent download "gh://github.com/MVCoconut/coconut.data#777a1b617fa1fce831c03f428b4c65e5ceb92345" into coconut.data/0.9.0/github/777a1b617fa1fce831c03f428b4c65e5ceb92345 | ||
# @install: lix --silent download "gh://github.com/MVCoconut/coconut.data#cfef6e5752ef73791670545fc2598e1bf31f51c4" into coconut.data/0.10.1/github/cfef6e5752ef73791670545fc2598e1bf31f51c4 | ||
-lib tink_anon | ||
-lib tink_lang | ||
-lib tink_pure | ||
-lib tink_state | ||
-cp ${HAXE_LIBCACHE}/coconut.data/0.9.0/github/777a1b617fa1fce831c03f428b4c65e5ceb92345/src | ||
-D coconut.data=0.9.0 | ||
-cp ${HAXE_LIBCACHE}/coconut.data/0.10.1/github/cfef6e5752ef73791670545fc2598e1bf31f51c4/src | ||
-D coconut.data=0.10.1 | ||
--macro coconut.data.macros.Setup.run() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# @install: lix --silent download "gh://github.com/MVCoconut/coconut.react#a6ea79792947ced43364cd5ecbf2dc4e3c687d6a" into coconut.react-core/0.1.0/github/a6ea79792947ced43364cd5ecbf2dc4e3c687d6a | ||
# @install: lix --silent download "gh://github.com/MVCoconut/coconut.react-core#1fb438f54c7dcd273d44e5fcb5da53cb7af9a3fa" into coconut.react-core/0.2.2/github/1fb438f54c7dcd273d44e5fcb5da53cb7af9a3fa | ||
-lib coconut.ui | ||
-lib react-next | ||
-cp ${HAXE_LIBCACHE}/coconut.react-core/0.1.0/github/a6ea79792947ced43364cd5ecbf2dc4e3c687d6a/src | ||
-D coconut.react-core=0.1.0 | ||
--macro coconut.react.macros.Setup.all() | ||
-lib tink_priority | ||
-cp ${HAXE_LIBCACHE}/coconut.react-core/0.2.2/github/1fb438f54c7dcd273d44e5fcb5da53cb7af9a3fa/src | ||
-D coconut.react-core=0.2.2 | ||
--macro coconut.react.macros.Setup.all() | ||
-D coconut_react_core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
-lib tink_lang | ||
-lib coconut.ui | ||
-cp src | ||
-D coconut.storybook=0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# @install: lix --silent download "gh://github.com/MVCoconut/coconut.ui#a2987279f3b189e5a02d31a46837d765250c7ca5" into coconut.ui/0.11.2/github/a2987279f3b189e5a02d31a46837d765250c7ca5 | ||
# @install: lix --silent download "gh://github.com/MVCoconut/coconut.ui#d652ccf82776f31303da6de907549612eea211c9" into coconut.ui/0.11.2/github/d652ccf82776f31303da6de907549612eea211c9 | ||
-lib coconut.data | ||
-lib tink_anon | ||
-lib tink_hxx | ||
-lib tink_lang | ||
-cp ${HAXE_LIBCACHE}/coconut.ui/0.11.2/github/a2987279f3b189e5a02d31a46837d765250c7ca5/src | ||
-D coconut.ui=0.11.2 | ||
-D coconut_ui | ||
-cp ${HAXE_LIBCACHE}/coconut.ui/0.11.2/github/d652ccf82776f31303da6de907549612eea211c9/src | ||
-D coconut.ui=0.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-D mime=0.1.2 | ||
# @install: lix --silent download "haxelib:/mime#0.1.2" into mime/0.1.2/haxelib | ||
-cp ${HAXE_LIBCACHE}/mime/0.1.2/haxelib/src | ||
--macro mime.Mime.init() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-D tink_color=1.0.0 | ||
# @install: lix --silent download "haxelib:/tink_color#1.0.0" into tink_color/1.0.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/tink_color/1.0.0/haxelib/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @install: lix --silent download "haxelib:/tink_core#1.26.0" into tink_core/1.26.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/tink_core/1.26.0/haxelib/src | ||
-D tink_core=1.26.0 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_core#2a9484c4d6571dcd09b9c9d47d45333eb1ccc377" into tink_core/2.0.0-rc.1/github/2a9484c4d6571dcd09b9c9d47d45333eb1ccc377 | ||
-cp ${HAXE_LIBCACHE}/tink_core/2.0.0-rc.1/github/2a9484c4d6571dcd09b9c9d47d45333eb1ccc377/src | ||
-D tink_core=2.0.0-rc.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# @install: lix --silent download "haxelib:/tink_hxx#0.23.0" into tink_hxx/0.23.0/haxelib | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_hxx#a845da38b916d4cbebb7c5aae097c0e6d6167e5f" into tink_hxx/0.24.4/github/a845da38b916d4cbebb7c5aae097c0e6d6167e5f | ||
-lib html-entities | ||
-lib tink_anon | ||
-lib tink_parse | ||
-cp ${HAXE_LIBCACHE}/tink_hxx/0.23.0/haxelib/src | ||
-D tink_hxx=0.23.0 | ||
-cp ${HAXE_LIBCACHE}/tink_hxx/0.24.4/github/a845da38b916d4cbebb7c5aae097c0e6d6167e5f/src | ||
-D tink_hxx=0.24.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @install: lix --silent download "haxelib:/tink_macro#0.19.1" into tink_macro/0.19.1/haxelib | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_macro#0680220a778d8fabd3ad4ce1f3d28375d6d420f6" into tink_macro/0.21.1/github/0680220a778d8fabd3ad4ce1f3d28375d6d420f6 | ||
-lib tink_core | ||
-cp ${HAXE_LIBCACHE}/tink_macro/0.19.1/haxelib/src | ||
-D tink_macro=0.19.1 | ||
-cp ${HAXE_LIBCACHE}/tink_macro/0.21.1/github/0680220a778d8fabd3ad4ce1f3d28375d6d420f6/src | ||
-D tink_macro=0.21.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-D tink_state=0.11.0 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_state#68829f7c2abdf0469404da3f4d8407bbd287aea5" into tink_state/0.11.0/github/68829f7c2abdf0469404da3f4d8407bbd287aea5 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_state#84c7a2f67ea58367748d2bca795b3a2b45f36d3a" into tink_state/1.0.0-beta.1/github/84c7a2f67ea58367748d2bca795b3a2b45f36d3a | ||
-lib tink_core | ||
-cp ${HAXE_LIBCACHE}/tink_state/0.11.0/github/68829f7c2abdf0469404da3f4d8407bbd287aea5/src | ||
-cp ${HAXE_LIBCACHE}/tink_state/1.0.0-beta.1/github/84c7a2f67ea58367748d2bca795b3a2b45f36d3a/src | ||
-D tink_state=1.0.0-beta.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-D tink_syntaxhub=0.4.3 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_syntaxhub#8b928af11fb39170dcb7254d02923777cddcc678" into tink_syntaxhub/0.4.3/github/8b928af11fb39170dcb7254d02923777cddcc678 | ||
-lib tink_priority | ||
-lib tink_macro | ||
-lib tink_priority | ||
-cp ${HAXE_LIBCACHE}/tink_syntaxhub/0.4.3/github/8b928af11fb39170dcb7254d02923777cddcc678/src | ||
-D tink_syntaxhub=0.4.3 | ||
--macro tink.SyntaxHub.use() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.