Skip to content

Commit 36a2447

Browse files
Muskan Guptaci-build
authored andcommitted
Updating style for panel container
1 parent a142b82 commit 36a2447

File tree

1 file changed

+108
-0
lines changed
  • ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/panelcontainer/v1/panelcontainer/_cq_styleConfig

1 file changed

+108
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
3+
jcr:primaryType="nt:unstructured"
4+
jcr:title="panel">
5+
<items jcr:primaryType="nt:unstructured">
6+
<responsivePanel
7+
jcr:primaryType="nt:unstructured"
8+
jcr:title="Panel"
9+
id="af_panel"
10+
cssSelector=".cmp-container"
11+
longTitle="Panel Container"
12+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
13+
<items jcr:primaryType="nt:unstructured">
14+
<panelLabelContainer
15+
jcr:primaryType="nt:unstructured"
16+
jcr:title="Label Container"
17+
id="af_panellabelcontainer"
18+
cssSelector=".cmp-container__label-container"
19+
longTitle="Panel Label Container"
20+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
21+
<items jcr:primaryType="nt:unstructured">
22+
<panelLabel
23+
jcr:primaryType="nt:unstructured"
24+
jcr:title="Label"
25+
id="af_panellabel"
26+
cssSelector=".cmp-container__label"
27+
longTitle="Panel Label"
28+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
29+
<states jcr:primaryType="nt:unstructured">
30+
<hover
31+
jcr:primaryType="nt:unstructured"
32+
jcr:title="Hover"
33+
cssSelector=".cmp-container__label:hover"/>
34+
<focus
35+
jcr:primaryType="nt:unstructured"
36+
jcr:title="Focus"
37+
cssSelector=".cmp-container__label:focus"/>
38+
</states>
39+
</panelLabel>
40+
<panelHelpIcon
41+
jcr:primaryType="nt:unstructured"
42+
jcr:title="Help Icon"
43+
id="af_panelhelpicon"
44+
cssSelector=".cmp-container__questionmark"
45+
longTitle="Panel Help Icon"
46+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common"
47+
secondarySelectors="af_guideContainer:af_helpicon">
48+
<states jcr:primaryType="nt:unstructured">
49+
<focus
50+
jcr:primaryType="nt:unstructured"
51+
jcr:title="Focus"
52+
cssSelector=".cmp-container__questionmark:focus"/>
53+
<hover
54+
jcr:primaryType="nt:unstructured"
55+
jcr:title="Hover"
56+
cssSelector=".cmp-container__questionmark:hover"/>
57+
<disabled
58+
jcr:primaryType="nt:unstructured"
59+
jcr:title="Disabled"
60+
cssSelector=".cmp-container__questionmark:disabled"/>
61+
</states>
62+
</panelHelpIcon>
63+
</items>
64+
<states jcr:primaryType="nt:unstructured">
65+
<disabled
66+
jcr:primaryType="nt:unstructured"
67+
jcr:title="Disabled"
68+
cssSelector=".cmp-container__label-container:disabled"/>
69+
<hover
70+
jcr:primaryType="nt:unstructured"
71+
jcr:title="Hover"
72+
cssSelector=".cmp-container__label-container:hover"/>
73+
<focus
74+
jcr:primaryType="nt:unstructured"
75+
jcr:title="Focus"
76+
cssSelector=".cmp-container__label-container:focus"/>
77+
</states>
78+
</panelLabelContainer>
79+
<panelDescriptionShort
80+
jcr:primaryType="nt:unstructured"
81+
jcr:title="Short Description"
82+
id="af_paneldescriptionshort"
83+
cssSelector=".cmp-container__shortdescription"
84+
longTitle="Panel Short Description"
85+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
86+
</panelDescriptionShort>
87+
<panelDescriptionLong
88+
jcr:primaryType="nt:unstructured"
89+
jcr:title="Long Description"
90+
id="af_paneldescriptionlong"
91+
cssSelector=".cmp-container__longdescription"
92+
longTitle="Panel Long Description"
93+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
94+
<states jcr:primaryType="nt:unstructured">
95+
<focus
96+
jcr:primaryType="nt:unstructured"
97+
jcr:title="Focus"
98+
cssSelector=".cmp-container__longdescription:focus"/>
99+
<hover
100+
jcr:primaryType="nt:unstructured"
101+
jcr:title="Hover"
102+
cssSelector=".cmp-container__longdescription:hover"/>
103+
</states>
104+
</panelDescriptionLong>
105+
</items>
106+
</responsivePanel>
107+
</items>
108+
</jcr:root>

0 commit comments

Comments
 (0)