@woosmap/ui 4.45.0 → 4.46.0
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/package.json
CHANGED
|
@@ -66,29 +66,32 @@ export const Default = Template.bind({});
|
|
|
66
66
|
Default.args = {};
|
|
67
67
|
|
|
68
68
|
const SimpleCardTemplate = () => (
|
|
69
|
-
|
|
70
|
-
<
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
69
|
+
<>
|
|
70
|
+
<Button className="btn--demo mb--20" icon="play" label="Preview Demo" />
|
|
71
|
+
<SimpleCard isDemo title="My hotels in France" subtitle="18 assets - 12K queries">
|
|
72
|
+
<Tooltip text="Localities" direction="n" product="LOCALITIES">
|
|
73
|
+
<Label round size="nano" label="L" product="LOCALITIES" />
|
|
74
|
+
</Tooltip>
|
|
75
|
+
<Tooltip text="Stores" direction="n" product="STORES">
|
|
76
|
+
<Label round size="nano" label="S" tooltip="Stores" product="STORES" />
|
|
77
|
+
</Tooltip>
|
|
78
|
+
<Tooltip text="Geolocation" direction="n" product="GEOLOCATION">
|
|
79
|
+
<Label round size="nano" label="G" tooltip="Geolocation" product="GEOLOCATION" />
|
|
80
|
+
</Tooltip>
|
|
81
|
+
<Tooltip text="Distance" direction="n" product="DISTANCE">
|
|
82
|
+
<Label round size="nano" label="D" tooltip="Distance" product="DISTANCE" />
|
|
83
|
+
</Tooltip>
|
|
84
|
+
<Tooltip text="Map" direction="n" product="MAP">
|
|
85
|
+
<Label round size="nano" label="M" tooltip="Map" product="MAP" />
|
|
86
|
+
</Tooltip>
|
|
87
|
+
<Tooltip text="Mapping" direction="n" product="STORES">
|
|
88
|
+
<Label round size="nano" label="Mg" tooltip="Mapping" product="STORES" />
|
|
89
|
+
</Tooltip>
|
|
90
|
+
<Tooltip text="Merchant" direction="n" product="MERCHANTS">
|
|
91
|
+
<Label round size="nano" label="Me" tooltip="Merchant" product="MERCHANTS" />
|
|
92
|
+
</Tooltip>
|
|
93
|
+
</SimpleCard>
|
|
94
|
+
</>
|
|
92
95
|
);
|
|
93
96
|
export const Simple = SimpleCardTemplate.bind({});
|
|
94
97
|
Simple.args = {};
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
box-shadow none
|
|
25
25
|
border .1rem solid $secondary60
|
|
26
26
|
&--demo
|
|
27
|
-
background-color
|
|
27
|
+
background-color $demoLight
|
|
28
28
|
&.active
|
|
29
|
-
background-color
|
|
29
|
+
background-color $demoActive
|
|
30
30
|
box-shadow inset 0 0 .1rem $dark60
|
|
31
31
|
.row-inactive &
|
|
32
32
|
&.disabled
|