@oicl/openbridge-webcomponents 0.0.15-dev-20250206192612 → 0.0.15-dev-20250206192636

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.
Files changed (2) hide show
  1. package/custom-elements.json +153 -153
  2. package/package.json +1 -1
@@ -961,6 +961,159 @@
961
961
  }
962
962
  ]
963
963
  },
964
+ {
965
+ "kind": "javascript-module",
966
+ "path": "src/automation/corner-line/corner-line.ts",
967
+ "declarations": [
968
+ {
969
+ "kind": "class",
970
+ "description": "",
971
+ "name": "ObcCornerLine",
972
+ "members": [
973
+ {
974
+ "kind": "field",
975
+ "name": "medium",
976
+ "type": {
977
+ "text": "LineMedium"
978
+ },
979
+ "attribute": "medium"
980
+ },
981
+ {
982
+ "kind": "field",
983
+ "name": "direction",
984
+ "type": {
985
+ "text": "CornerLineDirectionType"
986
+ },
987
+ "attribute": "direction"
988
+ },
989
+ {
990
+ "kind": "field",
991
+ "name": "lineType",
992
+ "type": {
993
+ "text": "LineType"
994
+ },
995
+ "attribute": "lineType"
996
+ }
997
+ ],
998
+ "attributes": [
999
+ {
1000
+ "name": "medium",
1001
+ "type": {
1002
+ "text": "LineMedium"
1003
+ },
1004
+ "fieldName": "medium"
1005
+ },
1006
+ {
1007
+ "name": "direction",
1008
+ "type": {
1009
+ "text": "CornerLineDirectionType"
1010
+ },
1011
+ "fieldName": "direction"
1012
+ },
1013
+ {
1014
+ "name": "lineType",
1015
+ "type": {
1016
+ "text": "LineType"
1017
+ },
1018
+ "fieldName": "lineType"
1019
+ }
1020
+ ],
1021
+ "superclass": {
1022
+ "name": "LitElement",
1023
+ "package": "lit"
1024
+ },
1025
+ "tagName": "obc-corner-line",
1026
+ "customElement": true
1027
+ }
1028
+ ],
1029
+ "exports": [
1030
+ {
1031
+ "kind": "js",
1032
+ "name": "ObcCornerLine",
1033
+ "declaration": {
1034
+ "name": "ObcCornerLine",
1035
+ "module": "src/automation/corner-line/corner-line.ts"
1036
+ }
1037
+ },
1038
+ {
1039
+ "kind": "custom-element-definition",
1040
+ "name": "obc-corner-line",
1041
+ "declaration": {
1042
+ "name": "ObcCornerLine",
1043
+ "module": "src/automation/corner-line/corner-line.ts"
1044
+ }
1045
+ }
1046
+ ]
1047
+ },
1048
+ {
1049
+ "kind": "javascript-module",
1050
+ "path": "src/automation/direction-line/direction-line.ts",
1051
+ "declarations": [
1052
+ {
1053
+ "kind": "class",
1054
+ "description": "",
1055
+ "name": "ObcDirectionLine",
1056
+ "members": [
1057
+ {
1058
+ "kind": "field",
1059
+ "name": "medium",
1060
+ "type": {
1061
+ "text": "LineMedium"
1062
+ },
1063
+ "attribute": "medium"
1064
+ },
1065
+ {
1066
+ "kind": "field",
1067
+ "name": "lineType",
1068
+ "type": {
1069
+ "text": "LineType"
1070
+ },
1071
+ "attribute": "lineType"
1072
+ }
1073
+ ],
1074
+ "attributes": [
1075
+ {
1076
+ "name": "medium",
1077
+ "type": {
1078
+ "text": "LineMedium"
1079
+ },
1080
+ "fieldName": "medium"
1081
+ },
1082
+ {
1083
+ "name": "lineType",
1084
+ "type": {
1085
+ "text": "LineType"
1086
+ },
1087
+ "fieldName": "lineType"
1088
+ }
1089
+ ],
1090
+ "superclass": {
1091
+ "name": "LitElement",
1092
+ "package": "lit"
1093
+ },
1094
+ "tagName": "obc-direction-line",
1095
+ "customElement": true
1096
+ }
1097
+ ],
1098
+ "exports": [
1099
+ {
1100
+ "kind": "js",
1101
+ "name": "ObcDirectionLine",
1102
+ "declaration": {
1103
+ "name": "ObcDirectionLine",
1104
+ "module": "src/automation/direction-line/direction-line.ts"
1105
+ }
1106
+ },
1107
+ {
1108
+ "kind": "custom-element-definition",
1109
+ "name": "obc-direction-line",
1110
+ "declaration": {
1111
+ "name": "ObcDirectionLine",
1112
+ "module": "src/automation/direction-line/direction-line.ts"
1113
+ }
1114
+ }
1115
+ ]
1116
+ },
964
1117
  {
965
1118
  "kind": "javascript-module",
966
1119
  "path": "src/icons/icon-02-illustration.ts",
@@ -101087,159 +101240,6 @@
101087
101240
  }
101088
101241
  ]
101089
101242
  },
101090
- {
101091
- "kind": "javascript-module",
101092
- "path": "src/automation/corner-line/corner-line.ts",
101093
- "declarations": [
101094
- {
101095
- "kind": "class",
101096
- "description": "",
101097
- "name": "ObcCornerLine",
101098
- "members": [
101099
- {
101100
- "kind": "field",
101101
- "name": "medium",
101102
- "type": {
101103
- "text": "LineMedium"
101104
- },
101105
- "attribute": "medium"
101106
- },
101107
- {
101108
- "kind": "field",
101109
- "name": "direction",
101110
- "type": {
101111
- "text": "CornerLineDirectionType"
101112
- },
101113
- "attribute": "direction"
101114
- },
101115
- {
101116
- "kind": "field",
101117
- "name": "lineType",
101118
- "type": {
101119
- "text": "LineType"
101120
- },
101121
- "attribute": "lineType"
101122
- }
101123
- ],
101124
- "attributes": [
101125
- {
101126
- "name": "medium",
101127
- "type": {
101128
- "text": "LineMedium"
101129
- },
101130
- "fieldName": "medium"
101131
- },
101132
- {
101133
- "name": "direction",
101134
- "type": {
101135
- "text": "CornerLineDirectionType"
101136
- },
101137
- "fieldName": "direction"
101138
- },
101139
- {
101140
- "name": "lineType",
101141
- "type": {
101142
- "text": "LineType"
101143
- },
101144
- "fieldName": "lineType"
101145
- }
101146
- ],
101147
- "superclass": {
101148
- "name": "LitElement",
101149
- "package": "lit"
101150
- },
101151
- "tagName": "obc-corner-line",
101152
- "customElement": true
101153
- }
101154
- ],
101155
- "exports": [
101156
- {
101157
- "kind": "js",
101158
- "name": "ObcCornerLine",
101159
- "declaration": {
101160
- "name": "ObcCornerLine",
101161
- "module": "src/automation/corner-line/corner-line.ts"
101162
- }
101163
- },
101164
- {
101165
- "kind": "custom-element-definition",
101166
- "name": "obc-corner-line",
101167
- "declaration": {
101168
- "name": "ObcCornerLine",
101169
- "module": "src/automation/corner-line/corner-line.ts"
101170
- }
101171
- }
101172
- ]
101173
- },
101174
- {
101175
- "kind": "javascript-module",
101176
- "path": "src/automation/direction-line/direction-line.ts",
101177
- "declarations": [
101178
- {
101179
- "kind": "class",
101180
- "description": "",
101181
- "name": "ObcDirectionLine",
101182
- "members": [
101183
- {
101184
- "kind": "field",
101185
- "name": "medium",
101186
- "type": {
101187
- "text": "LineMedium"
101188
- },
101189
- "attribute": "medium"
101190
- },
101191
- {
101192
- "kind": "field",
101193
- "name": "lineType",
101194
- "type": {
101195
- "text": "LineType"
101196
- },
101197
- "attribute": "lineType"
101198
- }
101199
- ],
101200
- "attributes": [
101201
- {
101202
- "name": "medium",
101203
- "type": {
101204
- "text": "LineMedium"
101205
- },
101206
- "fieldName": "medium"
101207
- },
101208
- {
101209
- "name": "lineType",
101210
- "type": {
101211
- "text": "LineType"
101212
- },
101213
- "fieldName": "lineType"
101214
- }
101215
- ],
101216
- "superclass": {
101217
- "name": "LitElement",
101218
- "package": "lit"
101219
- },
101220
- "tagName": "obc-direction-line",
101221
- "customElement": true
101222
- }
101223
- ],
101224
- "exports": [
101225
- {
101226
- "kind": "js",
101227
- "name": "ObcDirectionLine",
101228
- "declaration": {
101229
- "name": "ObcDirectionLine",
101230
- "module": "src/automation/direction-line/direction-line.ts"
101231
- }
101232
- },
101233
- {
101234
- "kind": "custom-element-definition",
101235
- "name": "obc-direction-line",
101236
- "declaration": {
101237
- "name": "ObcDirectionLine",
101238
- "module": "src/automation/direction-line/direction-line.ts"
101239
- }
101240
- }
101241
- ]
101242
- },
101243
101243
  {
101244
101244
  "kind": "javascript-module",
101245
101245
  "path": "src/automation/end-point-line/end-point-line.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.15-dev-20250206192612",
3
+ "version": "0.0.15-dev-20250206192636",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",