airship
airship copied to clipboard
A design library for building Location Intelligence applications.
**What is happening?** When adding a Legend through the Bridge, Airship creates a `baseStyle` object with default values for each style property from the viz. This is not 100% accurate,...
Hi all, First of all, I have to say that VLBridge saved me a lot of work, thanks. Everything works fine except if you add a 'filter' in 'Viz'. The...
There're some warnings we should fix. We're overwriting the following events in some of our custom components: `play`, `pause`, `change` and `draggable`. We should use different naming.
**Problem** As a Airship user, I found hard to organize the content of my sidebars and map panels in a clean and light way. **Proposed solution** Accordions or expansion panels...
Let's start working on this component - [x] Define properties and CSS variables - [x] Animate the data load and refresh - [x] Tooltip. Do we have a generic tooltip?...
**What is happening?** Right now, we're creating an animation expression after the layer has loaded. In order to combine this animation with other filters, the current way of doing so...
Let's start working on this component - [x] Define properties and CSS variables - [x] Animate the data load and refresh - [x] Tooltip. Do we have a generic tooltip?...
Hey all wanted to add a few additional ideas to bring into Airship after testing it out a bit and @jorgesancha recommended I add those in here. ## Line Chart...
We're using certain script names that are problematic, since they are run on certain occasions: - `publish` is ran after package is published, and it seems like lerna runs this...
With stencil 1 we get a nice new tool that runs components in a puppeteerless environment. In some cases it might be useful using the e2e they provide with a...