@oicl/openbridge-webcomponents 0.0.17-dev-20250303112901 → 0.0.17-dev-20250326181407

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Openbridge Web Components
2
2
 
3
- [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/hes9SNmR)
3
+ [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/c2dYxcMd)
4
4
 
5
5
  Welcome to the Openbridge Web Components! This readme file provides an overview of the project and its components.
6
6
 
@@ -17,7 +17,7 @@ The code is only available for the partners until the release in March 2026. It
17
17
 
18
18
  # Discord server
19
19
 
20
- Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/hes9SNmR)
20
+ Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/c2dYxcMd)
21
21
 
22
22
  # Introduction video
23
23
 
@@ -817,6 +817,150 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/automation/automation-tank/automation-tank.ts",
823
+ "declarations": [
824
+ {
825
+ "kind": "class",
826
+ "description": "",
827
+ "name": "ObcAutomationTank",
828
+ "members": [
829
+ {
830
+ "kind": "field",
831
+ "name": "medium",
832
+ "type": {
833
+ "text": "LineMedium"
834
+ },
835
+ "attribute": "medium"
836
+ },
837
+ {
838
+ "kind": "field",
839
+ "name": "value",
840
+ "type": {
841
+ "text": "number"
842
+ },
843
+ "default": "0",
844
+ "attribute": "value"
845
+ },
846
+ {
847
+ "kind": "field",
848
+ "name": "max",
849
+ "type": {
850
+ "text": "number"
851
+ },
852
+ "default": "100",
853
+ "attribute": "max"
854
+ },
855
+ {
856
+ "kind": "field",
857
+ "name": "trend",
858
+ "type": {
859
+ "text": "TankTrend"
860
+ },
861
+ "attribute": "trend"
862
+ },
863
+ {
864
+ "kind": "field",
865
+ "name": "variant",
866
+ "type": {
867
+ "text": "TankVariant"
868
+ },
869
+ "attribute": "variant"
870
+ },
871
+ {
872
+ "kind": "field",
873
+ "name": "tag",
874
+ "type": {
875
+ "text": "string"
876
+ },
877
+ "default": "''",
878
+ "attribute": "tag"
879
+ },
880
+ {
881
+ "kind": "method",
882
+ "name": "trendIcon",
883
+ "return": {
884
+ "type": {
885
+ "text": "HTMLTemplateResult"
886
+ }
887
+ }
888
+ }
889
+ ],
890
+ "attributes": [
891
+ {
892
+ "name": "medium",
893
+ "type": {
894
+ "text": "LineMedium"
895
+ },
896
+ "fieldName": "medium"
897
+ },
898
+ {
899
+ "name": "value",
900
+ "type": {
901
+ "text": "number"
902
+ },
903
+ "default": "0",
904
+ "fieldName": "value"
905
+ },
906
+ {
907
+ "name": "max",
908
+ "type": {
909
+ "text": "number"
910
+ },
911
+ "default": "100",
912
+ "fieldName": "max"
913
+ },
914
+ {
915
+ "name": "trend",
916
+ "type": {
917
+ "text": "TankTrend"
918
+ },
919
+ "fieldName": "trend"
920
+ },
921
+ {
922
+ "name": "variant",
923
+ "type": {
924
+ "text": "TankVariant"
925
+ },
926
+ "fieldName": "variant"
927
+ },
928
+ {
929
+ "name": "tag",
930
+ "type": {
931
+ "text": "string"
932
+ },
933
+ "default": "''",
934
+ "fieldName": "tag"
935
+ }
936
+ ],
937
+ "superclass": {
938
+ "name": "LitElement",
939
+ "package": "lit"
940
+ },
941
+ "tagName": "obc-automation-tank",
942
+ "customElement": true
943
+ }
944
+ ],
945
+ "exports": [
946
+ {
947
+ "kind": "js",
948
+ "name": "ObcAutomationTank",
949
+ "declaration": {
950
+ "name": "ObcAutomationTank",
951
+ "module": "src/automation/automation-tank/automation-tank.ts"
952
+ }
953
+ },
954
+ {
955
+ "kind": "custom-element-definition",
956
+ "name": "obc-automation-tank",
957
+ "declaration": {
958
+ "name": "ObcAutomationTank",
959
+ "module": "src/automation/automation-tank/automation-tank.ts"
960
+ }
961
+ }
962
+ ]
963
+ },
820
964
  {
821
965
  "kind": "javascript-module",
822
966
  "path": "src/icons/icon-02-illustration.ts",
@@ -100943,150 +101087,6 @@
100943
101087
  }
100944
101088
  ]
100945
101089
  },
100946
- {
100947
- "kind": "javascript-module",
100948
- "path": "src/automation/automation-tank/automation-tank.ts",
100949
- "declarations": [
100950
- {
100951
- "kind": "class",
100952
- "description": "",
100953
- "name": "ObcAutomationTank",
100954
- "members": [
100955
- {
100956
- "kind": "field",
100957
- "name": "medium",
100958
- "type": {
100959
- "text": "LineMedium"
100960
- },
100961
- "attribute": "medium"
100962
- },
100963
- {
100964
- "kind": "field",
100965
- "name": "value",
100966
- "type": {
100967
- "text": "number"
100968
- },
100969
- "default": "0",
100970
- "attribute": "value"
100971
- },
100972
- {
100973
- "kind": "field",
100974
- "name": "max",
100975
- "type": {
100976
- "text": "number"
100977
- },
100978
- "default": "100",
100979
- "attribute": "max"
100980
- },
100981
- {
100982
- "kind": "field",
100983
- "name": "trend",
100984
- "type": {
100985
- "text": "TankTrend"
100986
- },
100987
- "attribute": "trend"
100988
- },
100989
- {
100990
- "kind": "field",
100991
- "name": "variant",
100992
- "type": {
100993
- "text": "TankVariant"
100994
- },
100995
- "attribute": "variant"
100996
- },
100997
- {
100998
- "kind": "field",
100999
- "name": "tag",
101000
- "type": {
101001
- "text": "string"
101002
- },
101003
- "default": "''",
101004
- "attribute": "tag"
101005
- },
101006
- {
101007
- "kind": "method",
101008
- "name": "trendIcon",
101009
- "return": {
101010
- "type": {
101011
- "text": "HTMLTemplateResult"
101012
- }
101013
- }
101014
- }
101015
- ],
101016
- "attributes": [
101017
- {
101018
- "name": "medium",
101019
- "type": {
101020
- "text": "LineMedium"
101021
- },
101022
- "fieldName": "medium"
101023
- },
101024
- {
101025
- "name": "value",
101026
- "type": {
101027
- "text": "number"
101028
- },
101029
- "default": "0",
101030
- "fieldName": "value"
101031
- },
101032
- {
101033
- "name": "max",
101034
- "type": {
101035
- "text": "number"
101036
- },
101037
- "default": "100",
101038
- "fieldName": "max"
101039
- },
101040
- {
101041
- "name": "trend",
101042
- "type": {
101043
- "text": "TankTrend"
101044
- },
101045
- "fieldName": "trend"
101046
- },
101047
- {
101048
- "name": "variant",
101049
- "type": {
101050
- "text": "TankVariant"
101051
- },
101052
- "fieldName": "variant"
101053
- },
101054
- {
101055
- "name": "tag",
101056
- "type": {
101057
- "text": "string"
101058
- },
101059
- "default": "''",
101060
- "fieldName": "tag"
101061
- }
101062
- ],
101063
- "superclass": {
101064
- "name": "LitElement",
101065
- "package": "lit"
101066
- },
101067
- "tagName": "obc-automation-tank",
101068
- "customElement": true
101069
- }
101070
- ],
101071
- "exports": [
101072
- {
101073
- "kind": "js",
101074
- "name": "ObcAutomationTank",
101075
- "declaration": {
101076
- "name": "ObcAutomationTank",
101077
- "module": "src/automation/automation-tank/automation-tank.ts"
101078
- }
101079
- },
101080
- {
101081
- "kind": "custom-element-definition",
101082
- "name": "obc-automation-tank",
101083
- "declaration": {
101084
- "name": "ObcAutomationTank",
101085
- "module": "src/automation/automation-tank/automation-tank.ts"
101086
- }
101087
- }
101088
- ]
101089
- },
101090
101090
  {
101091
101091
  "kind": "javascript-module",
101092
101092
  "path": "src/automation/corner-line/corner-line.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.17-dev-20250303112901",
3
+ "version": "0.0.17-dev-20250326181407",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",