@getflip/swirl-components 0.139.0 → 0.140.0

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/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-01T09:42:59",
2
+ "timestamp": "2024-02-01T10:20:15",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -3650,7 +3650,7 @@
3650
3650
  "props": [
3651
3651
  {
3652
3652
  "name": "orientation",
3653
- "type": "\"horizontal\" | \"vertical\"",
3653
+ "type": "\"horizontal\" | \"horizontal-reverse\" | \"vertical\" | \"vertical-reverse\"",
3654
3654
  "mutable": false,
3655
3655
  "attr": "orientation",
3656
3656
  "reflectToAttr": false,
@@ -3662,9 +3662,17 @@
3662
3662
  "value": "horizontal",
3663
3663
  "type": "string"
3664
3664
  },
3665
+ {
3666
+ "value": "horizontal-reverse",
3667
+ "type": "string"
3668
+ },
3665
3669
  {
3666
3670
  "value": "vertical",
3667
3671
  "type": "string"
3672
+ },
3673
+ {
3674
+ "value": "vertical-reverse",
3675
+ "type": "string"
3668
3676
  }
3669
3677
  ],
3670
3678
  "optional": true,
@@ -22778,7 +22786,7 @@
22778
22786
  },
22779
22787
  {
22780
22788
  "name": "orientation",
22781
- "type": "\"horizontal\" | \"vertical\"",
22789
+ "type": "\"horizontal\" | \"horizontal-reverse\" | \"vertical\" | \"vertical-reverse\"",
22782
22790
  "mutable": false,
22783
22791
  "attr": "orientation",
22784
22792
  "reflectToAttr": false,
@@ -22790,9 +22798,17 @@
22790
22798
  "value": "horizontal",
22791
22799
  "type": "string"
22792
22800
  },
22801
+ {
22802
+ "value": "horizontal-reverse",
22803
+ "type": "string"
22804
+ },
22793
22805
  {
22794
22806
  "value": "vertical",
22795
22807
  "type": "string"
22808
+ },
22809
+ {
22810
+ "value": "vertical-reverse",
22811
+ "type": "string"
22796
22812
  }
22797
22813
  ],
22798
22814
  "optional": true,
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-1de6abbd.js');
6
6
  const index$1 = require('./index-2ddd0598.js');
7
7
 
8
- const swirlStackCss = ":host{display:block;width:100%}:host *{box-sizing:border-box}.stack{display:flex;width:100%;max-width:100%;margin:0}.stack ::slotted(*){min-width:0;max-width:100%;flex-basis:auto;flex-grow:0;flex-shrink:1}ol.stack,ul.stack{margin:0;padding:0;list-style:none}.stack--align-start{align-items:flex-start}.stack--align-center{align-items:center}.stack--align-end{align-items:flex-end}.stack--align-stretch{align-items:stretch}.stack--justify-start{justify-content:flex-start}.stack--justify-center{justify-content:center}.stack--justify-end{justify-content:flex-end}.stack--justify-space-between{justify-content:space-between}.stack--justify-space-around{justify-content:space-around}.stack--justify-space-evenly{justify-content:space-evenly}.stack--justify-stretch{justify-content:stretch}.stack--justify-stretch ::slotted(*){flex-grow:1}.stack--orientation-vertical{flex-direction:column}.stack--orientation-horizontal{flex-direction:row}.stack--wrap{flex-wrap:wrap}";
8
+ const swirlStackCss = ":host{display:block;width:100%}:host *{box-sizing:border-box}.stack{display:flex;width:100%;max-width:100%;margin:0}.stack ::slotted(*){min-width:0;max-width:100%;flex-basis:auto;flex-grow:0;flex-shrink:1}ol.stack,ul.stack{margin:0;padding:0;list-style:none}.stack--align-start{align-items:flex-start}.stack--align-center{align-items:center}.stack--align-end{align-items:flex-end}.stack--align-stretch{align-items:stretch}.stack--justify-start{justify-content:flex-start}.stack--justify-center{justify-content:center}.stack--justify-end{justify-content:flex-end}.stack--justify-space-between{justify-content:space-between}.stack--justify-space-around{justify-content:space-around}.stack--justify-space-evenly{justify-content:space-evenly}.stack--justify-stretch{justify-content:stretch}.stack--justify-stretch ::slotted(*){flex-grow:1}.stack--orientation-vertical{flex-direction:column}.stack--orientation-vertical-reverse{flex-direction:column-reverse}.stack--orientation-horizontal{flex-direction:row}.stack--orientation-horizontal-reverse{flex-direction:row-reverse}.stack--wrap{flex-wrap:wrap}";
9
9
 
10
10
  const SwirlStack = class {
11
11
  constructor(hostRef) {