Skip to content

Commit 85c5789

Browse files
committed
Merge branch 'release/1.0.0-alpha.10' into master
2 parents 8d17286 + 99218c9 commit 85c5789

File tree

35 files changed

+2818
-2110
lines changed

35 files changed

+2818
-2110
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

demo/src/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
<div
9191
data-component="AccordionItem"
9292
class="border -mb-px"
93-
data-options='{ "styles": { "container": { "active": "transition-all duration-500 ease-out-expo" } } }'
93+
data-options='{ "isOpen": true, "styles": { "container": { "active": "transition-all duration-500 ease-out-expo" } } }'
9494
>
9595
<button data-ref="btn" class="block w-full p-4 text-left cursor-pointer">
9696
Lorem ipsum
9797
</button>
98-
<div data-ref="container" class="relative overflow-hidden" aria-hidden="true">
98+
<div data-ref="container" class="relative overflow-hidden">
9999
<div data-ref="content" class="w-full p-4 pt-0">
100100
Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto nobis laboriosam
101101
rerum aspernatur deserunt similique facere impedit alias, error officia cum quibusdam
@@ -111,7 +111,7 @@
111111
<button data-ref="btn" class="block w-full p-4 text-left cursor-pointer">
112112
Lorem ipsum
113113
</button>
114-
<div data-ref="container" class="relative overflow-hidden" aria-hidden="true">
114+
<div data-ref="container" class="relative overflow-hidden">
115115
<div data-ref="content" class="w-full p-4 pt-0">
116116
Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto nobis laboriosam
117117
rerum aspernatur deserunt similique facere impedit alias, error officia cum quibusdam
@@ -127,7 +127,7 @@
127127
<button data-ref="btn" class="block w-full p-4 text-left cursor-pointer">
128128
Lorem ipsum
129129
</button>
130-
<div data-ref="container" class="relative overflow-hidden" aria-hidden="true">
130+
<div data-ref="container" class="relative overflow-hidden">
131131
<div data-ref="content" class="w-full p-4 pt-0">
132132
Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto nobis laboriosam
133133
rerum aspernatur deserunt similique facere impedit alias, error officia cum quibusdam
@@ -151,7 +151,7 @@
151151
Show image #1
152152
<span class="inline-block" data-ref="icon"></span>
153153
</button>
154-
<div data-ref="container" class="relative overflow-hidden" aria-hidden="true">
154+
<div data-ref="container" class="relative overflow-hidden">
155155
<div data-ref="content" class="w-full p-4 pt-0">
156156
<img data-options='{ "log": true }' data-src="https://placekitten.com/200/100" width="200" height="100" alt="" />
157157
</div>
@@ -166,7 +166,7 @@
166166
Show image #2
167167
<span class="inline-block" data-ref="icon"></span>
168168
</button>
169-
<div data-ref="container" class="relative overflow-hidden" aria-hidden="true">
169+
<div data-ref="container" class="relative overflow-hidden">
170170
<div data-ref="content" class="w-full p-4 pt-0">
171171
<img data-src="https://placekitten.com/200/120" width="200" height="120" alt="" />
172172
</div>
@@ -181,7 +181,7 @@
181181
Show image #3
182182
<span class="inline-block" data-ref="icon"></span>
183183
</button>
184-
<div data-ref="container" class="relative overflow-hidden" aria-hidden="true">
184+
<div data-ref="container" class="relative overflow-hidden">
185185
<div data-ref="content" class="w-full p-4 pt-0">
186186
<img data-src="https://placekitten.com/200/80" width="200" height="80" alt="" />
187187
</div>

demo/tailwind.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
22
...require('@studiometa/tailwind-config'),
3-
purge: [
4-
'src/index.html',
5-
'src/**/*.js',
6-
],
3+
purge: ['src/index.html', 'src/**/*.js'],
74
};

dist/abstracts/Base.js

Lines changed: 52 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/abstracts/Base.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)