@telefonica/mistica 14.19.0 → 14.20.1
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/css/mistica.css +1 -1
- package/dist/button.js +17 -17
- package/dist/card.css-mistica.js +6 -6
- package/dist/card.css.d.ts +0 -1
- package/dist/card.d.ts +15 -4
- package/dist/card.js +298 -264
- package/dist/community/advanced-data-card.css-mistica.js +18 -21
- package/dist/community/advanced-data-card.css.d.ts +2 -3
- package/dist/community/advanced-data-card.js +171 -158
- package/dist/generated/mistica-icons/icon-subtract-circle-filled.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-subtract-circle-filled.js +110 -0
- package/dist/generated/mistica-icons/icon-subtract-circle-light.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-subtract-circle-light.js +116 -0
- package/dist/generated/mistica-icons/icon-subtract-circle-regular.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-subtract-circle-regular.js +116 -0
- package/dist/generated/mistica-icons/icon-subtract-light.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-subtract-light.js +110 -0
- package/dist/generated/mistica-icons/icon-subtract-regular.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-subtract-regular.js +110 -0
- package/dist/header.js +27 -29
- package/dist/index.d.ts +9 -1
- package/dist/index.js +50 -0
- package/dist/list.css-mistica.js +17 -14
- package/dist/list.css.d.ts +2 -1
- package/dist/list.js +170 -163
- package/dist/package-version.js +1 -1
- package/dist/skins/blau.js +14 -0
- package/dist/skins/defaults.js +14 -0
- package/dist/skins/movistar-legacy.js +14 -0
- package/dist/skins/movistar.js +14 -0
- package/dist/skins/o2.js +14 -0
- package/dist/skins/telefonica.js +16 -2
- package/dist/skins/types/index.d.ts +12 -0
- package/dist/skins/vivo-new.js +15 -1
- package/dist/skins/vivo.js +14 -0
- package/dist/tabs.css-mistica.js +10 -14
- package/dist/tabs.css.d.ts +1 -2
- package/dist/tabs.js +39 -33
- package/dist/theme-context-provider.js +29 -27
- package/dist/title.d.ts +1 -0
- package/dist/title.js +91 -29
- package/dist-es/button.js +17 -17
- package/dist-es/card.css-mistica.js +3 -3
- package/dist-es/card.js +409 -378
- package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
- package/dist-es/community/advanced-data-card.js +195 -182
- package/dist-es/generated/mistica-icons/icon-subtract-circle-filled.js +101 -0
- package/dist-es/generated/mistica-icons/icon-subtract-circle-light.js +107 -0
- package/dist-es/generated/mistica-icons/icon-subtract-circle-regular.js +107 -0
- package/dist-es/generated/mistica-icons/icon-subtract-light.js +101 -0
- package/dist-es/generated/mistica-icons/icon-subtract-regular.js +101 -0
- package/dist-es/header.js +46 -48
- package/dist-es/index.js +1755 -1747
- package/dist-es/list.css-mistica.js +2 -2
- package/dist-es/list.js +242 -235
- package/dist-es/package-version.js +1 -1
- package/dist-es/skins/blau.js +14 -0
- package/dist-es/skins/defaults.js +14 -0
- package/dist-es/skins/movistar-legacy.js +14 -0
- package/dist-es/skins/movistar.js +14 -0
- package/dist-es/skins/o2.js +14 -0
- package/dist-es/skins/telefonica.js +16 -2
- package/dist-es/skins/vivo-new.js +15 -1
- package/dist-es/skins/vivo.js +14 -0
- package/dist-es/style.css +1 -1
- package/dist-es/tabs.css-mistica.js +8 -9
- package/dist-es/tabs.js +49 -43
- package/dist-es/theme-context-provider.js +63 -61
- package/dist-es/title.js +58 -38
- package/package.json +5 -2
package/dist/index.js
CHANGED
|
@@ -72,6 +72,30 @@ _export(exports, {
|
|
|
72
72
|
Circle: function() {
|
|
73
73
|
return _circle.default;
|
|
74
74
|
},
|
|
75
|
+
CommunityAdvancedDataCard: function() {
|
|
76
|
+
return _advanceddatacard.default;
|
|
77
|
+
},
|
|
78
|
+
CommunityExampleComponent: function() {
|
|
79
|
+
return _examplecomponent.default;
|
|
80
|
+
},
|
|
81
|
+
CommunityHighlightedValueBlock: function() {
|
|
82
|
+
return _blocks.HighlightedValueBlock;
|
|
83
|
+
},
|
|
84
|
+
CommunityInformationBlock: function() {
|
|
85
|
+
return _blocks.InformationBlock;
|
|
86
|
+
},
|
|
87
|
+
CommunityProgressBlock: function() {
|
|
88
|
+
return _blocks.ProgressBlock;
|
|
89
|
+
},
|
|
90
|
+
CommunityRowBlock: function() {
|
|
91
|
+
return _blocks.RowBlock;
|
|
92
|
+
},
|
|
93
|
+
CommunitySimpleBlock: function() {
|
|
94
|
+
return _blocks.SimpleBlock;
|
|
95
|
+
},
|
|
96
|
+
CommunityValueBlock: function() {
|
|
97
|
+
return _blocks.ValueBlock;
|
|
98
|
+
},
|
|
75
99
|
CreditCardExpirationField: function() {
|
|
76
100
|
return _creditcardexpirationfield.default;
|
|
77
101
|
},
|
|
@@ -4383,6 +4407,21 @@ _export(exports, {
|
|
|
4383
4407
|
IconSubtitlesRegular: function() {
|
|
4384
4408
|
return _iconsubtitlesregular.default;
|
|
4385
4409
|
},
|
|
4410
|
+
IconSubtractCircleFilled: function() {
|
|
4411
|
+
return _iconsubtractcirclefilled.default;
|
|
4412
|
+
},
|
|
4413
|
+
IconSubtractCircleLight: function() {
|
|
4414
|
+
return _iconsubtractcirclelight.default;
|
|
4415
|
+
},
|
|
4416
|
+
IconSubtractCircleRegular: function() {
|
|
4417
|
+
return _iconsubtractcircleregular.default;
|
|
4418
|
+
},
|
|
4419
|
+
IconSubtractLight: function() {
|
|
4420
|
+
return _iconsubtractlight.default;
|
|
4421
|
+
},
|
|
4422
|
+
IconSubtractRegular: function() {
|
|
4423
|
+
return _iconsubtractregular.default;
|
|
4424
|
+
},
|
|
4386
4425
|
IconSuccess: function() {
|
|
4387
4426
|
return _iconsuccess.default;
|
|
4388
4427
|
},
|
|
@@ -5382,6 +5421,9 @@ _export(exports, {
|
|
|
5382
5421
|
Title2: function() {
|
|
5383
5422
|
return _title.Title2;
|
|
5384
5423
|
},
|
|
5424
|
+
Title3: function() {
|
|
5425
|
+
return _title.Title3;
|
|
5426
|
+
},
|
|
5385
5427
|
Tooltip: function() {
|
|
5386
5428
|
return _tooltip.default;
|
|
5387
5429
|
},
|
|
@@ -5633,6 +5675,9 @@ const _o2 = require("./skins/o2.js");
|
|
|
5633
5675
|
const _o2classic = require("./skins/o2-classic.js");
|
|
5634
5676
|
const _telefonica = require("./skins/telefonica.js");
|
|
5635
5677
|
const _blau = require("./skins/blau.js");
|
|
5678
|
+
const _examplecomponent = /*#__PURE__*/ _interop_require_default(require("./community/example-component.js"));
|
|
5679
|
+
const _advanceddatacard = /*#__PURE__*/ _interop_require_default(require("./community/advanced-data-card.js"));
|
|
5680
|
+
const _blocks = require("./community/blocks.js");
|
|
5636
5681
|
const _icon2gfilled = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-2-g-filled.js"));
|
|
5637
5682
|
const _icon2gregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-2-g-regular.js"));
|
|
5638
5683
|
const _icon3dviewfilled = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-3-d-view-filled.js"));
|
|
@@ -7034,6 +7079,11 @@ const _iconsubscriptionregular = /*#__PURE__*/ _interop_require_default(require(
|
|
|
7034
7079
|
const _iconsubtitlesfilled = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtitles-filled.js"));
|
|
7035
7080
|
const _iconsubtitleslight = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtitles-light.js"));
|
|
7036
7081
|
const _iconsubtitlesregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtitles-regular.js"));
|
|
7082
|
+
const _iconsubtractcirclefilled = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtract-circle-filled.js"));
|
|
7083
|
+
const _iconsubtractcirclelight = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtract-circle-light.js"));
|
|
7084
|
+
const _iconsubtractcircleregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtract-circle-regular.js"));
|
|
7085
|
+
const _iconsubtractlight = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtract-light.js"));
|
|
7086
|
+
const _iconsubtractregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-subtract-regular.js"));
|
|
7037
7087
|
const _iconsunfilled = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-sun-filled.js"));
|
|
7038
7088
|
const _iconsunlight = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-sun-light.js"));
|
|
7039
7089
|
const _iconsunregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-sun-regular.js"));
|
package/dist/list.css-mistica.js
CHANGED
|
@@ -22,45 +22,48 @@ _export(exports, {
|
|
|
22
22
|
return b;
|
|
23
23
|
},
|
|
24
24
|
detail: function() {
|
|
25
|
-
return
|
|
25
|
+
return a;
|
|
26
26
|
},
|
|
27
27
|
detailRight: function() {
|
|
28
|
-
return
|
|
28
|
+
return r;
|
|
29
29
|
},
|
|
30
30
|
disabled: function() {
|
|
31
31
|
return t;
|
|
32
32
|
},
|
|
33
33
|
dualActionContainer: function() {
|
|
34
|
-
return
|
|
34
|
+
return e;
|
|
35
35
|
},
|
|
36
36
|
dualActionDivider: function() {
|
|
37
|
-
return
|
|
37
|
+
return d;
|
|
38
38
|
},
|
|
39
39
|
dualActionLeft: function() {
|
|
40
|
-
return i;
|
|
41
|
-
},
|
|
42
|
-
dualActionRight: function() {
|
|
43
40
|
return o;
|
|
44
41
|
},
|
|
45
|
-
|
|
46
|
-
return
|
|
42
|
+
dualActionRight: function() {
|
|
43
|
+
return i;
|
|
47
44
|
},
|
|
48
45
|
pointer: function() {
|
|
49
|
-
return
|
|
46
|
+
return u;
|
|
50
47
|
},
|
|
51
48
|
right: function() {
|
|
52
|
-
return
|
|
49
|
+
return c;
|
|
53
50
|
},
|
|
54
51
|
rightRestrictedWidth: function() {
|
|
55
|
-
return
|
|
52
|
+
return g;
|
|
56
53
|
},
|
|
57
54
|
rowBody: function() {
|
|
58
|
-
return
|
|
55
|
+
return h;
|
|
59
56
|
},
|
|
60
57
|
rowContent: function() {
|
|
58
|
+
return j;
|
|
59
|
+
},
|
|
60
|
+
touchableBackground: function() {
|
|
61
61
|
return l;
|
|
62
|
+
},
|
|
63
|
+
touchableBackgroundInverse: function() {
|
|
64
|
+
return m;
|
|
62
65
|
}
|
|
63
66
|
});
|
|
64
67
|
require("./sprinkles.css.ts.vanilla.css-mistica.js");
|
|
65
68
|
require("./list.css.ts.vanilla.css-mistica.js");
|
|
66
|
-
var _ = "_1y2v1nfb4 _1y2v1nfbm _1y2v1nfbo", y = "_1y2v1nfbd _1y2v1nfcu _1y2v1nfc8 _1y2v1nfbm", f = "_1y2v1nfb4 _1y2v1nfbj", b = "_1y2v1nfb4 _1y2v1nfbr _1y2v1nfdh",
|
|
69
|
+
var _ = "_1y2v1nfb4 _1y2v1nfbm _1y2v1nfbo", y = "_1y2v1nfbd _1y2v1nfcu _1y2v1nfc8 _1y2v1nfbm", f = "_1y2v1nfb4 _1y2v1nfbj", b = "_1y2v1nfb4 _1y2v1nfbr _1y2v1nfdh", a = "_2buj9gf", r = "_2buj9ge", t = "_2buj9g0", e = "_1y2v1nfb4 _1y2v1nfb9 _1y2v1nfc8", d = "_2buj9gm _1y2v1nfb4", o = "_1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfdm _1y2v1nf5y _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb6 _1y2v1nfbp", i = "_2buj9go _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfdm _1y2v1nf5y _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbo _1y2v1nfbs _1y2v1nfc8", u = "_1y2v1nfe3", c = "_2buj9gc", g = "_2buj9gd", h = "_1y2v1nfb4 _1y2v1nfba _1y2v1nfbq", j = "_1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfbr _1y2v1nfdm _1y2v1nf5y _1y2v1nfb6 _1y2v1nfc8", l = "_2buj9g1", m = "_2buj9g2";
|
package/dist/list.css.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const disabled: string;
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const touchableBackground: string;
|
|
3
|
+
export declare const touchableBackgroundInverse: string;
|
|
3
4
|
export declare const pointer: string;
|
|
4
5
|
export declare const rowContent: string;
|
|
5
6
|
export declare const content: string;
|