Skip to content

Commit 72c0833

Browse files
author
Sara Dahan
committed
chore: push current state for debugging build errors
1 parent 5528dd3 commit 72c0833

File tree

6 files changed

+1389
-1732
lines changed

6 files changed

+1389
-1732
lines changed

elements/pf-label-group/demo/label-group-closeable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pf-label-group closeable>
2-
<h2 slot="category-name">group name</h2>
2+
<h2 slot="category">group name</h2>
33
<pf-label color="red" icon="info-circle" removable>label-1</pf-label>
44
<pf-label color="green" icon="info-circle" removable>label-2</pf-label>
55
<pf-label color="blue" icon="info-circle" removable>label-3</pf-label>

elements/pf-label-group/demo/label-group-vartical.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

elements/pf-label-group/demo/label-group-with-a-very-long-name.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
<pf-label-group >
3-
<h2 slot="category-name">label group with a very long name</h2>
4-
<pf-label color="yellow" icon="info-circle" removable>label-3</pf-label>
5-
<pf-label color="red" icon="info-circle" removable>label-4</pf-label>
6-
<pf-label color="blue" icon="info-circle" removable>label-5</pf-label>
3+
<h2 slot="category">label group with a very long name</h2>
4+
<pf-label color="yellow" icon="info-circle" removable>label-1</pf-label>
5+
<pf-label color="red" icon="info-circle" removable>label-2</pf-label>
6+
<pf-label color="blue" icon="info-circle" removable>label-3</pf-label>
77
</pf-label-group>
88

99
<script type="module">

elements/pf-label-group/demo/label-group-with-overflow-labels.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
<pf-label-group closeable num-labels="3" >
3-
<h2 slot="category-name">group name</h2>
3+
<h2 slot="category">group name</h2>
44

55
<pf-label color="orange" icon="info-circle" removable>label-1</pf-label>
66
<pf-label color="purple" icon="info-circle" removable>label-2</pf-label>
77
<pf-label color="blue" icon="info-circle" removable>label-3</pf-label>
88
<pf-label color="red" icon="info-circle" removable>label-4</pf-label>
9-
<pf-label color="blue" icon="info-circle" removable>label-7</pf-label>
10-
<pf-label color="green" icon="info-circle" removable>label-7</pf-label>
9+
<pf-label color="blue" icon="info-circle" removable>label-5</pf-label>
10+
<pf-label color="green" icon="info-circle" removable>label-6</pf-label>
1111
</pf-label-group>
1212

1313
<script type="module">

elements/pf-label-group/pf-label-group.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pf-button {
6464
align-items: flex-start;
6565
}
6666

67-
::slotted([slot="category-name"]) {
67+
::slotted([slot="category"]) {
6868
display: inline-block;
6969
max-width: 16ch;
7070
overflow: hidden;
@@ -74,5 +74,5 @@ pf-button {
7474
cursor: default;
7575
}
7676

77-
::slotted([slot="category-name"][title]):hover {
77+
::slotted([slot="category"][title]):hover {
7878
}

0 commit comments

Comments
 (0)