@skedulo/breeze-ui 0.9.5 → 0.9.6
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/dist/custom-elements.json +105 -175
- package/dist/lib/cjs/breeze-ui.js +148 -148
- package/dist/lib/es/breeze-ui.js +2626 -2633
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/animation/fade-in-out.d.ts +8 -2
- package/dist/types/animation/fade-in-out.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/storybook/fade-in-out.stories.d.ts +0 -9
- package/dist/types/storybook/fade-in-out.stories.d.ts.map +0 -1
|
@@ -72,109 +72,6 @@
|
|
|
72
72
|
}
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
"kind": "javascript-module",
|
|
77
|
-
"path": "src/animation/fade-in-out.ts",
|
|
78
|
-
"declarations": [
|
|
79
|
-
{
|
|
80
|
-
"kind": "variable",
|
|
81
|
-
"name": "FADE_IN_OUT"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"kind": "class",
|
|
85
|
-
"description": "Fade in out animation.",
|
|
86
|
-
"name": "FadeInOut",
|
|
87
|
-
"members": [
|
|
88
|
-
{
|
|
89
|
-
"kind": "field",
|
|
90
|
-
"name": "shown",
|
|
91
|
-
"type": {
|
|
92
|
-
"text": "boolean"
|
|
93
|
-
},
|
|
94
|
-
"default": "false",
|
|
95
|
-
"attribute": "shown"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"kind": "field",
|
|
99
|
-
"name": "removed",
|
|
100
|
-
"type": {
|
|
101
|
-
"text": "boolean"
|
|
102
|
-
},
|
|
103
|
-
"default": "!this.shown"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"kind": "method",
|
|
107
|
-
"name": "_handleTransitionEnd",
|
|
108
|
-
"privacy": "private",
|
|
109
|
-
"parameters": [
|
|
110
|
-
{
|
|
111
|
-
"name": "event",
|
|
112
|
-
"type": {
|
|
113
|
-
"text": "Event"
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
]
|
|
117
|
-
}
|
|
118
|
-
],
|
|
119
|
-
"attributes": [
|
|
120
|
-
{
|
|
121
|
-
"name": "shown",
|
|
122
|
-
"type": {
|
|
123
|
-
"text": "boolean"
|
|
124
|
-
},
|
|
125
|
-
"default": "false",
|
|
126
|
-
"fieldName": "shown"
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"superclass": {
|
|
130
|
-
"name": "LitElement",
|
|
131
|
-
"package": "lit"
|
|
132
|
-
},
|
|
133
|
-
"tagName": "brz-fade-in-out",
|
|
134
|
-
"customElement": true
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"exports": [
|
|
138
|
-
{
|
|
139
|
-
"kind": "js",
|
|
140
|
-
"name": "FADE_IN_OUT",
|
|
141
|
-
"declaration": {
|
|
142
|
-
"name": "FADE_IN_OUT",
|
|
143
|
-
"module": "src/animation/fade-in-out.ts"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "js",
|
|
148
|
-
"name": "FadeInOut",
|
|
149
|
-
"declaration": {
|
|
150
|
-
"name": "FadeInOut",
|
|
151
|
-
"module": "src/animation/fade-in-out.ts"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"kind": "custom-element-definition",
|
|
156
|
-
"declaration": {
|
|
157
|
-
"name": "FadeInOut",
|
|
158
|
-
"module": "src/animation/fade-in-out.ts"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
]
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"kind": "javascript-module",
|
|
165
|
-
"path": "src/animation/index.ts",
|
|
166
|
-
"declarations": [],
|
|
167
|
-
"exports": [
|
|
168
|
-
{
|
|
169
|
-
"kind": "js",
|
|
170
|
-
"name": "*",
|
|
171
|
-
"declaration": {
|
|
172
|
-
"name": "*",
|
|
173
|
-
"package": "./fade-in-out"
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
75
|
{
|
|
179
76
|
"kind": "javascript-module",
|
|
180
77
|
"path": "src/layout/flex.ts",
|
|
@@ -7372,6 +7269,7 @@
|
|
|
7372
7269
|
"text": "boolean"
|
|
7373
7270
|
},
|
|
7374
7271
|
"default": "false",
|
|
7272
|
+
"description": "Shows and hides slotted content",
|
|
7375
7273
|
"fieldName": "shown",
|
|
7376
7274
|
"inheritedFrom": {
|
|
7377
7275
|
"name": "FadeInOut",
|
|
@@ -7387,24 +7285,13 @@
|
|
|
7387
7285
|
"text": "boolean"
|
|
7388
7286
|
},
|
|
7389
7287
|
"default": "false",
|
|
7288
|
+
"description": "Shows and hides slotted content",
|
|
7390
7289
|
"attribute": "shown",
|
|
7391
7290
|
"inheritedFrom": {
|
|
7392
7291
|
"name": "FadeInOut",
|
|
7393
7292
|
"module": "src/animation/fade-in-out.ts"
|
|
7394
7293
|
}
|
|
7395
7294
|
},
|
|
7396
|
-
{
|
|
7397
|
-
"kind": "field",
|
|
7398
|
-
"name": "removed",
|
|
7399
|
-
"type": {
|
|
7400
|
-
"text": "boolean"
|
|
7401
|
-
},
|
|
7402
|
-
"default": "!this.shown",
|
|
7403
|
-
"inheritedFrom": {
|
|
7404
|
-
"name": "FadeInOut",
|
|
7405
|
-
"module": "src/animation/fade-in-out.ts"
|
|
7406
|
-
}
|
|
7407
|
-
},
|
|
7408
7295
|
{
|
|
7409
7296
|
"kind": "method",
|
|
7410
7297
|
"name": "_handleTransitionEnd",
|
|
@@ -19361,6 +19248,109 @@
|
|
|
19361
19248
|
}
|
|
19362
19249
|
]
|
|
19363
19250
|
},
|
|
19251
|
+
{
|
|
19252
|
+
"kind": "javascript-module",
|
|
19253
|
+
"path": "src/animation/fade-in-out.ts",
|
|
19254
|
+
"declarations": [
|
|
19255
|
+
{
|
|
19256
|
+
"kind": "variable",
|
|
19257
|
+
"name": "FADE_IN_OUT"
|
|
19258
|
+
},
|
|
19259
|
+
{
|
|
19260
|
+
"kind": "class",
|
|
19261
|
+
"description": "Fade in out animation.",
|
|
19262
|
+
"name": "FadeInOut",
|
|
19263
|
+
"slots": [
|
|
19264
|
+
{
|
|
19265
|
+
"description": "The content to be animated",
|
|
19266
|
+
"name": "children"
|
|
19267
|
+
}
|
|
19268
|
+
],
|
|
19269
|
+
"members": [
|
|
19270
|
+
{
|
|
19271
|
+
"kind": "field",
|
|
19272
|
+
"name": "shown",
|
|
19273
|
+
"type": {
|
|
19274
|
+
"text": "boolean"
|
|
19275
|
+
},
|
|
19276
|
+
"default": "false",
|
|
19277
|
+
"description": "Shows and hides slotted content",
|
|
19278
|
+
"attribute": "shown"
|
|
19279
|
+
},
|
|
19280
|
+
{
|
|
19281
|
+
"kind": "method",
|
|
19282
|
+
"name": "_handleTransitionEnd",
|
|
19283
|
+
"privacy": "private",
|
|
19284
|
+
"parameters": [
|
|
19285
|
+
{
|
|
19286
|
+
"name": "event",
|
|
19287
|
+
"type": {
|
|
19288
|
+
"text": "Event"
|
|
19289
|
+
}
|
|
19290
|
+
}
|
|
19291
|
+
]
|
|
19292
|
+
}
|
|
19293
|
+
],
|
|
19294
|
+
"attributes": [
|
|
19295
|
+
{
|
|
19296
|
+
"name": "shown",
|
|
19297
|
+
"type": {
|
|
19298
|
+
"text": "boolean"
|
|
19299
|
+
},
|
|
19300
|
+
"default": "false",
|
|
19301
|
+
"description": "Shows and hides slotted content",
|
|
19302
|
+
"fieldName": "shown"
|
|
19303
|
+
}
|
|
19304
|
+
],
|
|
19305
|
+
"superclass": {
|
|
19306
|
+
"name": "LitElement",
|
|
19307
|
+
"package": "lit"
|
|
19308
|
+
},
|
|
19309
|
+
"tagName": "brz-fade-in-out",
|
|
19310
|
+
"customElement": true
|
|
19311
|
+
}
|
|
19312
|
+
],
|
|
19313
|
+
"exports": [
|
|
19314
|
+
{
|
|
19315
|
+
"kind": "js",
|
|
19316
|
+
"name": "FADE_IN_OUT",
|
|
19317
|
+
"declaration": {
|
|
19318
|
+
"name": "FADE_IN_OUT",
|
|
19319
|
+
"module": "src/animation/fade-in-out.ts"
|
|
19320
|
+
}
|
|
19321
|
+
},
|
|
19322
|
+
{
|
|
19323
|
+
"kind": "js",
|
|
19324
|
+
"name": "FadeInOut",
|
|
19325
|
+
"declaration": {
|
|
19326
|
+
"name": "FadeInOut",
|
|
19327
|
+
"module": "src/animation/fade-in-out.ts"
|
|
19328
|
+
}
|
|
19329
|
+
},
|
|
19330
|
+
{
|
|
19331
|
+
"kind": "custom-element-definition",
|
|
19332
|
+
"declaration": {
|
|
19333
|
+
"name": "FadeInOut",
|
|
19334
|
+
"module": "src/animation/fade-in-out.ts"
|
|
19335
|
+
}
|
|
19336
|
+
}
|
|
19337
|
+
]
|
|
19338
|
+
},
|
|
19339
|
+
{
|
|
19340
|
+
"kind": "javascript-module",
|
|
19341
|
+
"path": "src/animation/index.ts",
|
|
19342
|
+
"declarations": [],
|
|
19343
|
+
"exports": [
|
|
19344
|
+
{
|
|
19345
|
+
"kind": "js",
|
|
19346
|
+
"name": "*",
|
|
19347
|
+
"declaration": {
|
|
19348
|
+
"name": "*",
|
|
19349
|
+
"package": "./fade-in-out"
|
|
19350
|
+
}
|
|
19351
|
+
}
|
|
19352
|
+
]
|
|
19353
|
+
},
|
|
19364
19354
|
{
|
|
19365
19355
|
"kind": "javascript-module",
|
|
19366
19356
|
"path": "src/helpers/css-helpers.ts",
|
|
@@ -19710,66 +19700,6 @@
|
|
|
19710
19700
|
}
|
|
19711
19701
|
]
|
|
19712
19702
|
},
|
|
19713
|
-
{
|
|
19714
|
-
"kind": "javascript-module",
|
|
19715
|
-
"path": "src/storybook/fade-in-out.stories.ts",
|
|
19716
|
-
"declarations": [
|
|
19717
|
-
{
|
|
19718
|
-
"kind": "class",
|
|
19719
|
-
"description": "",
|
|
19720
|
-
"name": "FadeInOutStory",
|
|
19721
|
-
"members": [
|
|
19722
|
-
{
|
|
19723
|
-
"kind": "field",
|
|
19724
|
-
"name": "shown",
|
|
19725
|
-
"type": {
|
|
19726
|
-
"text": "boolean"
|
|
19727
|
-
},
|
|
19728
|
-
"default": "false",
|
|
19729
|
-
"attribute": "shown"
|
|
19730
|
-
},
|
|
19731
|
-
{
|
|
19732
|
-
"kind": "method",
|
|
19733
|
-
"name": "handleToggle"
|
|
19734
|
-
}
|
|
19735
|
-
],
|
|
19736
|
-
"attributes": [
|
|
19737
|
-
{
|
|
19738
|
-
"name": "shown",
|
|
19739
|
-
"type": {
|
|
19740
|
-
"text": "boolean"
|
|
19741
|
-
},
|
|
19742
|
-
"default": "false",
|
|
19743
|
-
"fieldName": "shown"
|
|
19744
|
-
}
|
|
19745
|
-
],
|
|
19746
|
-
"superclass": {
|
|
19747
|
-
"name": "LitElement",
|
|
19748
|
-
"package": "lit"
|
|
19749
|
-
},
|
|
19750
|
-
"tagName": "brz-sb-fade-in-out",
|
|
19751
|
-
"customElement": true
|
|
19752
|
-
}
|
|
19753
|
-
],
|
|
19754
|
-
"exports": [
|
|
19755
|
-
{
|
|
19756
|
-
"kind": "js",
|
|
19757
|
-
"name": "FadeInOutStory",
|
|
19758
|
-
"declaration": {
|
|
19759
|
-
"name": "FadeInOutStory",
|
|
19760
|
-
"module": "src/storybook/fade-in-out.stories.ts"
|
|
19761
|
-
}
|
|
19762
|
-
},
|
|
19763
|
-
{
|
|
19764
|
-
"kind": "custom-element-definition",
|
|
19765
|
-
"name": "brz-sb-fade-in-out",
|
|
19766
|
-
"declaration": {
|
|
19767
|
-
"name": "FadeInOutStory",
|
|
19768
|
-
"module": "src/storybook/fade-in-out.stories.ts"
|
|
19769
|
-
}
|
|
19770
|
-
}
|
|
19771
|
-
]
|
|
19772
|
-
},
|
|
19773
19703
|
{
|
|
19774
19704
|
"kind": "javascript-module",
|
|
19775
19705
|
"path": "src/styles/borders.ts",
|