@appscode/design-system 1.1.0-alpha.1 → 1.1.0-alpha.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.
@@ -151,6 +151,41 @@
151
151
  position: absolute;
152
152
  }
153
153
 
154
+ .zoom-list-move, /* apply transition to moving elements */
155
+ .zoom-list-enter-active,
156
+ .zoom-list-leave-active {
157
+ transition: all 0.5s ease;
158
+ }
159
+
160
+ .zoom-list-enter-from,
161
+ .zoom-list-leave-to {
162
+ opacity: 0;
163
+ transform: scale(0.5);
164
+ }
165
+
166
+ .zoom-list-leave-active {
167
+ position: absolute;
168
+ }
169
+
170
+ .slide-left-list-move,
171
+ .slide-left-list-enter-active,
172
+ .slide-left-list-leave-active {
173
+ transition: all 0.3s ease-in-out;
174
+ }
175
+ .slide-left-list-enter-from,
176
+ .slide-left-list-leave-to {
177
+ transform: translateX(20px);
178
+ opacity: 0;
179
+ }
180
+ .slide-left-list-enter-to,
181
+ .slide-left-list-leave-from {
182
+ transform: translateX(0px);
183
+ opacity: 1;
184
+ }
185
+ .slide-left-list-leave-active {
186
+ position: absolute;
187
+ }
188
+
154
189
  .overview-card-enter-active {
155
190
  transition: all 0.2s ease-in-out;
156
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-alpha.1",
3
+ "version": "1.1.0-alpha.3",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -97,7 +97,9 @@
97
97
  <table-row class="is-hoverless">
98
98
  <table-cell
99
99
  :colspan="
100
- actionable ? tableHeaders.length + 1 : tableHeaders.length
100
+ tableHeaders.length +
101
+ (actionable ? 1 : 0) +
102
+ (collapsible ? 1 : 0)
101
103
  "
102
104
  class="no-data-available has-text-centered"
103
105
  >