@camstack/ui-library 1.1.6 → 1.1.7
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/index.cjs +126 -0
- package/dist/index.js +126 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10784,6 +10784,26 @@ var Smartphone = createLucideIcon("smartphone", [["rect", {
|
|
|
10784
10784
|
* This source code is licensed under the ISC license.
|
|
10785
10785
|
* See the LICENSE file in the root directory of this source tree.
|
|
10786
10786
|
*/
|
|
10787
|
+
var Sprout = createLucideIcon("sprout", [
|
|
10788
|
+
["path", {
|
|
10789
|
+
d: "M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3",
|
|
10790
|
+
key: "139s4v"
|
|
10791
|
+
}],
|
|
10792
|
+
["path", {
|
|
10793
|
+
d: "M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4",
|
|
10794
|
+
key: "1dlkgp"
|
|
10795
|
+
}],
|
|
10796
|
+
["path", {
|
|
10797
|
+
d: "M5 21h14",
|
|
10798
|
+
key: "11awu3"
|
|
10799
|
+
}]
|
|
10800
|
+
]);
|
|
10801
|
+
/**
|
|
10802
|
+
* @license lucide-react v0.576.0 - ISC
|
|
10803
|
+
*
|
|
10804
|
+
* This source code is licensed under the ISC license.
|
|
10805
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
10806
|
+
*/
|
|
10787
10807
|
var Square = createLucideIcon("square", [["rect", {
|
|
10788
10808
|
width: "18",
|
|
10789
10809
|
height: "18",
|
|
@@ -10808,6 +10828,52 @@ var Star = createLucideIcon("star", [["path", {
|
|
|
10808
10828
|
* This source code is licensed under the ISC license.
|
|
10809
10829
|
* See the LICENSE file in the root directory of this source tree.
|
|
10810
10830
|
*/
|
|
10831
|
+
var SunMedium = createLucideIcon("sun-medium", [
|
|
10832
|
+
["circle", {
|
|
10833
|
+
cx: "12",
|
|
10834
|
+
cy: "12",
|
|
10835
|
+
r: "4",
|
|
10836
|
+
key: "4exip2"
|
|
10837
|
+
}],
|
|
10838
|
+
["path", {
|
|
10839
|
+
d: "M12 3v1",
|
|
10840
|
+
key: "1asbbs"
|
|
10841
|
+
}],
|
|
10842
|
+
["path", {
|
|
10843
|
+
d: "M12 20v1",
|
|
10844
|
+
key: "1wcdkc"
|
|
10845
|
+
}],
|
|
10846
|
+
["path", {
|
|
10847
|
+
d: "M3 12h1",
|
|
10848
|
+
key: "lp3yf2"
|
|
10849
|
+
}],
|
|
10850
|
+
["path", {
|
|
10851
|
+
d: "M20 12h1",
|
|
10852
|
+
key: "1vloll"
|
|
10853
|
+
}],
|
|
10854
|
+
["path", {
|
|
10855
|
+
d: "m18.364 5.636-.707.707",
|
|
10856
|
+
key: "1hakh0"
|
|
10857
|
+
}],
|
|
10858
|
+
["path", {
|
|
10859
|
+
d: "m6.343 17.657-.707.707",
|
|
10860
|
+
key: "18m9nf"
|
|
10861
|
+
}],
|
|
10862
|
+
["path", {
|
|
10863
|
+
d: "m5.636 5.636.707.707",
|
|
10864
|
+
key: "1xv1c5"
|
|
10865
|
+
}],
|
|
10866
|
+
["path", {
|
|
10867
|
+
d: "m17.657 17.657.707.707",
|
|
10868
|
+
key: "vl76zb"
|
|
10869
|
+
}]
|
|
10870
|
+
]);
|
|
10871
|
+
/**
|
|
10872
|
+
* @license lucide-react v0.576.0 - ISC
|
|
10873
|
+
*
|
|
10874
|
+
* This source code is licensed under the ISC license.
|
|
10875
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
10876
|
+
*/
|
|
10811
10877
|
var Sun = createLucideIcon("sun", [
|
|
10812
10878
|
["circle", {
|
|
10813
10879
|
cx: "12",
|
|
@@ -10854,6 +10920,46 @@ var Sun = createLucideIcon("sun", [
|
|
|
10854
10920
|
* This source code is licensed under the ISC license.
|
|
10855
10921
|
* See the LICENSE file in the root directory of this source tree.
|
|
10856
10922
|
*/
|
|
10923
|
+
var Sunrise = createLucideIcon("sunrise", [
|
|
10924
|
+
["path", {
|
|
10925
|
+
d: "M12 2v8",
|
|
10926
|
+
key: "1q4o3n"
|
|
10927
|
+
}],
|
|
10928
|
+
["path", {
|
|
10929
|
+
d: "m4.93 10.93 1.41 1.41",
|
|
10930
|
+
key: "2a7f42"
|
|
10931
|
+
}],
|
|
10932
|
+
["path", {
|
|
10933
|
+
d: "M2 18h2",
|
|
10934
|
+
key: "j10viu"
|
|
10935
|
+
}],
|
|
10936
|
+
["path", {
|
|
10937
|
+
d: "M20 18h2",
|
|
10938
|
+
key: "wocana"
|
|
10939
|
+
}],
|
|
10940
|
+
["path", {
|
|
10941
|
+
d: "m19.07 10.93-1.41 1.41",
|
|
10942
|
+
key: "15zs5n"
|
|
10943
|
+
}],
|
|
10944
|
+
["path", {
|
|
10945
|
+
d: "M22 22H2",
|
|
10946
|
+
key: "19qnx5"
|
|
10947
|
+
}],
|
|
10948
|
+
["path", {
|
|
10949
|
+
d: "m8 6 4-4 4 4",
|
|
10950
|
+
key: "ybng9g"
|
|
10951
|
+
}],
|
|
10952
|
+
["path", {
|
|
10953
|
+
d: "M16 18a4 4 0 0 0-8 0",
|
|
10954
|
+
key: "1lzouq"
|
|
10955
|
+
}]
|
|
10956
|
+
]);
|
|
10957
|
+
/**
|
|
10958
|
+
* @license lucide-react v0.576.0 - ISC
|
|
10959
|
+
*
|
|
10960
|
+
* This source code is licensed under the ISC license.
|
|
10961
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
10962
|
+
*/
|
|
10857
10963
|
var Table2 = createLucideIcon("table-2", [["path", {
|
|
10858
10964
|
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",
|
|
10859
10965
|
key: "gugj83"
|
|
@@ -14673,6 +14779,26 @@ var DEVICE_ROLE_META = {
|
|
|
14673
14779
|
icon: Gauge,
|
|
14674
14780
|
label: "Pressure"
|
|
14675
14781
|
},
|
|
14782
|
+
[_camstack_types.DeviceRole.WindSensor]: {
|
|
14783
|
+
icon: Wind,
|
|
14784
|
+
label: "Wind"
|
|
14785
|
+
},
|
|
14786
|
+
[_camstack_types.DeviceRole.RainSensor]: {
|
|
14787
|
+
icon: CloudRain,
|
|
14788
|
+
label: "Rain"
|
|
14789
|
+
},
|
|
14790
|
+
[_camstack_types.DeviceRole.UvSensor]: {
|
|
14791
|
+
icon: SunMedium,
|
|
14792
|
+
label: "UV index"
|
|
14793
|
+
},
|
|
14794
|
+
[_camstack_types.DeviceRole.SolarRadiationSensor]: {
|
|
14795
|
+
icon: Sunrise,
|
|
14796
|
+
label: "Solar radiation"
|
|
14797
|
+
},
|
|
14798
|
+
[_camstack_types.DeviceRole.SoilMoistureSensor]: {
|
|
14799
|
+
icon: Sprout,
|
|
14800
|
+
label: "Soil moisture"
|
|
14801
|
+
},
|
|
14676
14802
|
[_camstack_types.DeviceRole.PowerSensor]: {
|
|
14677
14803
|
icon: Zap,
|
|
14678
14804
|
label: "Power"
|
package/dist/index.js
CHANGED
|
@@ -10760,6 +10760,26 @@ var Smartphone = createLucideIcon("smartphone", [["rect", {
|
|
|
10760
10760
|
* This source code is licensed under the ISC license.
|
|
10761
10761
|
* See the LICENSE file in the root directory of this source tree.
|
|
10762
10762
|
*/
|
|
10763
|
+
var Sprout = createLucideIcon("sprout", [
|
|
10764
|
+
["path", {
|
|
10765
|
+
d: "M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3",
|
|
10766
|
+
key: "139s4v"
|
|
10767
|
+
}],
|
|
10768
|
+
["path", {
|
|
10769
|
+
d: "M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4",
|
|
10770
|
+
key: "1dlkgp"
|
|
10771
|
+
}],
|
|
10772
|
+
["path", {
|
|
10773
|
+
d: "M5 21h14",
|
|
10774
|
+
key: "11awu3"
|
|
10775
|
+
}]
|
|
10776
|
+
]);
|
|
10777
|
+
/**
|
|
10778
|
+
* @license lucide-react v0.576.0 - ISC
|
|
10779
|
+
*
|
|
10780
|
+
* This source code is licensed under the ISC license.
|
|
10781
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
10782
|
+
*/
|
|
10763
10783
|
var Square = createLucideIcon("square", [["rect", {
|
|
10764
10784
|
width: "18",
|
|
10765
10785
|
height: "18",
|
|
@@ -10784,6 +10804,52 @@ var Star = createLucideIcon("star", [["path", {
|
|
|
10784
10804
|
* This source code is licensed under the ISC license.
|
|
10785
10805
|
* See the LICENSE file in the root directory of this source tree.
|
|
10786
10806
|
*/
|
|
10807
|
+
var SunMedium = createLucideIcon("sun-medium", [
|
|
10808
|
+
["circle", {
|
|
10809
|
+
cx: "12",
|
|
10810
|
+
cy: "12",
|
|
10811
|
+
r: "4",
|
|
10812
|
+
key: "4exip2"
|
|
10813
|
+
}],
|
|
10814
|
+
["path", {
|
|
10815
|
+
d: "M12 3v1",
|
|
10816
|
+
key: "1asbbs"
|
|
10817
|
+
}],
|
|
10818
|
+
["path", {
|
|
10819
|
+
d: "M12 20v1",
|
|
10820
|
+
key: "1wcdkc"
|
|
10821
|
+
}],
|
|
10822
|
+
["path", {
|
|
10823
|
+
d: "M3 12h1",
|
|
10824
|
+
key: "lp3yf2"
|
|
10825
|
+
}],
|
|
10826
|
+
["path", {
|
|
10827
|
+
d: "M20 12h1",
|
|
10828
|
+
key: "1vloll"
|
|
10829
|
+
}],
|
|
10830
|
+
["path", {
|
|
10831
|
+
d: "m18.364 5.636-.707.707",
|
|
10832
|
+
key: "1hakh0"
|
|
10833
|
+
}],
|
|
10834
|
+
["path", {
|
|
10835
|
+
d: "m6.343 17.657-.707.707",
|
|
10836
|
+
key: "18m9nf"
|
|
10837
|
+
}],
|
|
10838
|
+
["path", {
|
|
10839
|
+
d: "m5.636 5.636.707.707",
|
|
10840
|
+
key: "1xv1c5"
|
|
10841
|
+
}],
|
|
10842
|
+
["path", {
|
|
10843
|
+
d: "m17.657 17.657.707.707",
|
|
10844
|
+
key: "vl76zb"
|
|
10845
|
+
}]
|
|
10846
|
+
]);
|
|
10847
|
+
/**
|
|
10848
|
+
* @license lucide-react v0.576.0 - ISC
|
|
10849
|
+
*
|
|
10850
|
+
* This source code is licensed under the ISC license.
|
|
10851
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
10852
|
+
*/
|
|
10787
10853
|
var Sun = createLucideIcon("sun", [
|
|
10788
10854
|
["circle", {
|
|
10789
10855
|
cx: "12",
|
|
@@ -10830,6 +10896,46 @@ var Sun = createLucideIcon("sun", [
|
|
|
10830
10896
|
* This source code is licensed under the ISC license.
|
|
10831
10897
|
* See the LICENSE file in the root directory of this source tree.
|
|
10832
10898
|
*/
|
|
10899
|
+
var Sunrise = createLucideIcon("sunrise", [
|
|
10900
|
+
["path", {
|
|
10901
|
+
d: "M12 2v8",
|
|
10902
|
+
key: "1q4o3n"
|
|
10903
|
+
}],
|
|
10904
|
+
["path", {
|
|
10905
|
+
d: "m4.93 10.93 1.41 1.41",
|
|
10906
|
+
key: "2a7f42"
|
|
10907
|
+
}],
|
|
10908
|
+
["path", {
|
|
10909
|
+
d: "M2 18h2",
|
|
10910
|
+
key: "j10viu"
|
|
10911
|
+
}],
|
|
10912
|
+
["path", {
|
|
10913
|
+
d: "M20 18h2",
|
|
10914
|
+
key: "wocana"
|
|
10915
|
+
}],
|
|
10916
|
+
["path", {
|
|
10917
|
+
d: "m19.07 10.93-1.41 1.41",
|
|
10918
|
+
key: "15zs5n"
|
|
10919
|
+
}],
|
|
10920
|
+
["path", {
|
|
10921
|
+
d: "M22 22H2",
|
|
10922
|
+
key: "19qnx5"
|
|
10923
|
+
}],
|
|
10924
|
+
["path", {
|
|
10925
|
+
d: "m8 6 4-4 4 4",
|
|
10926
|
+
key: "ybng9g"
|
|
10927
|
+
}],
|
|
10928
|
+
["path", {
|
|
10929
|
+
d: "M16 18a4 4 0 0 0-8 0",
|
|
10930
|
+
key: "1lzouq"
|
|
10931
|
+
}]
|
|
10932
|
+
]);
|
|
10933
|
+
/**
|
|
10934
|
+
* @license lucide-react v0.576.0 - ISC
|
|
10935
|
+
*
|
|
10936
|
+
* This source code is licensed under the ISC license.
|
|
10937
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
10938
|
+
*/
|
|
10833
10939
|
var Table2 = createLucideIcon("table-2", [["path", {
|
|
10834
10940
|
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",
|
|
10835
10941
|
key: "gugj83"
|
|
@@ -14649,6 +14755,26 @@ var DEVICE_ROLE_META = {
|
|
|
14649
14755
|
icon: Gauge,
|
|
14650
14756
|
label: "Pressure"
|
|
14651
14757
|
},
|
|
14758
|
+
[DeviceRole.WindSensor]: {
|
|
14759
|
+
icon: Wind,
|
|
14760
|
+
label: "Wind"
|
|
14761
|
+
},
|
|
14762
|
+
[DeviceRole.RainSensor]: {
|
|
14763
|
+
icon: CloudRain,
|
|
14764
|
+
label: "Rain"
|
|
14765
|
+
},
|
|
14766
|
+
[DeviceRole.UvSensor]: {
|
|
14767
|
+
icon: SunMedium,
|
|
14768
|
+
label: "UV index"
|
|
14769
|
+
},
|
|
14770
|
+
[DeviceRole.SolarRadiationSensor]: {
|
|
14771
|
+
icon: Sunrise,
|
|
14772
|
+
label: "Solar radiation"
|
|
14773
|
+
},
|
|
14774
|
+
[DeviceRole.SoilMoistureSensor]: {
|
|
14775
|
+
icon: Sprout,
|
|
14776
|
+
label: "Soil moisture"
|
|
14777
|
+
},
|
|
14652
14778
|
[DeviceRole.PowerSensor]: {
|
|
14653
14779
|
icon: Zap,
|
|
14654
14780
|
label: "Power"
|