2014-02-23 05:59:03 +01:00
|
|
|
return {
|
|
|
|
basic = require("radical.item.style.basic" ),
|
|
|
|
classic = require("radical.item.style.classic" ),
|
2014-11-03 05:27:52 +01:00
|
|
|
subtle = require("radical.item.style.subtle" ),
|
2014-02-23 05:59:03 +01:00
|
|
|
rounded = require("radical.item.style.rounded" ),
|
2014-11-03 05:27:52 +01:00
|
|
|
holo = require("radical.item.style.holo" ),
|
2014-02-23 05:59:03 +01:00
|
|
|
arrow_alt = require("radical.item.style.arrow_alt" ),
|
|
|
|
arrow_prefix = require("radical.item.style.arrow_prefix" ),
|
|
|
|
arrow_single = require("radical.item.style.arrow_single" ),
|
2014-11-03 05:27:52 +01:00
|
|
|
slice_prefix = require("radical.item.style.slice_prefix" ),
|
2014-02-23 05:59:03 +01:00
|
|
|
}
|