Skip to content

Commit 6539e51

Browse files
Release 1.0.0 (#1)
# Release 1.0.0 - Initial version
1 parent 5a7f410 commit 6539e51

29 files changed

Lines changed: 7881 additions & 21 deletions

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Release 0.1.0
5-
- Initial commit
6-
7-
### New features
8-
- ...
9-
10-
### Improvements
11-
- ...
12-
13-
### Bugfix
14-
- ...
4+
## Release 1.0.0
5+
- Initial commit
200 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"canChangeLanguage": true,
3+
"showLoginButton": false,
4+
"defaultLanguage": "en",
5+
"disableEditMode": true,
6+
"showPageHistory": true,
7+
"compactMode": false,
8+
"canChangeCompactMode": false
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add project wide CSS settings here */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "CSK_Module_MultiUDPSocket",
3+
"version": "1.0.0",
4+
"description": "Generated",
5+
"components": [
6+
"@sick-davinci/basic-elements"
7+
],
8+
"dependencies": {
9+
"@sick-davinci/basic-elements": "^5.0.5"
10+
}
11+
}
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
.myCustomMinHeight200px_CSK_Module_MultiUDPSocket {
2+
min-height: 200px;
3+
}
4+
5+
.myCustomSpacerVert10_CSK_Module_MultiUDPSocket {
6+
min-height: 10px;
7+
}
8+
9+
.myCustomSpacerVert20_CSK_Module_MultiUDPSocket {
10+
min-height: 20px;
11+
}
12+
13+
.myCustomFrameLabel_CSK_Module_MultiUDPSocket {
14+
background: white;
15+
position:relative;
16+
top: calc(-1.2rem);
17+
left: calc(1rem);
18+
font-size: medium;
19+
}
20+
21+
.myCustomMargin99Percent_CSK_Module_MultiUDPSocket {
22+
margin: calc(1rem);
23+
margin-top: 20px;
24+
}
25+
26+
.myCustomMarginFirstRow_CSK_Module_MultiUDPSocket {
27+
margin-top: -49px;
28+
}
29+
30+
.myCustomMarginLeft30PX_CSK_Module_MultiUDPSocket {
31+
margin-left:30px;
32+
}
33+
34+
.myCustomMarginLeft-30PX_CSK_Module_MultiUDPSocket {
35+
margin-left:-30px;
36+
}
37+
38+
.myCustomMarginInline1Rem_CSK_Module_MultiUDPSocket {
39+
margin-inline: calc(0.5rem);
40+
}
41+
42+
.myCustomPersistentDataMargin_CSK_Module_MultiUDPSocket {
43+
margin-top: -53px;
44+
margin-left: 130px;
45+
}
46+
47+
.myCustomPersistentDataMarginBack_CSK_Module_MultiUDPSocket {
48+
margin-left: -127px;
49+
}
50+
51+
.myCustomBorderBottom_CSK_Module_MultiUDPSocket {
52+
border-bottom: 1px solid lightgray;
53+
margin-inline: calc(1rem);
54+
}
55+
56+
.myCustomBorderLeft_CSK_Module_MultiUDPSocket {
57+
border-left: 1px solid lightgray;
58+
}
59+
60+
.myCustomTabFrame_CSK_Module_MultiUDPSocket {
61+
width: 98%;
62+
align-self: center;
63+
}
64+
65+
.myCustomLabel_CSK_Module_MultiUDPSocket {
66+
font-size:30px;
67+
color: grey;
68+
margin-top: 10px;
69+
}
70+
71+
.myCustomMarginLeft7PX_CSK_Module_MultiUDPSocket {
72+
margin-left: -7px;
73+
}
74+
75+
.myCustomMarginLeft15PX_CSK_Module_MultiUDPSocket {
76+
margin-left: 15px;
77+
}
78+
79+
.myCustomFrameNoColor_CSK_Module_MultiUDPSocket {
80+
margin: 6px;
81+
border-radius: 10px;
82+
border-style: solid;
83+
border-width: 0px;
84+
border-color: 007CC1;
85+
background-color: #FFFFFF;
86+
}
87+
88+
.myCustomFrame_CSK_Module_MultiUDPSocket {
89+
margin: 6px;
90+
border-radius: 10px;
91+
border-style: solid;
92+
border-width: 1px;
93+
border-color: #007CC1;
94+
background-color: white;
95+
}
96+
97+
.myCustomFrameNoColor_CSK_Module_MultiUDPSocket {
98+
margin: 6px;
99+
border-radius: 10px;
100+
border-style: solid;
101+
border-width: 0px;
102+
border-color: 007CC1;
103+
background-color: white;
104+
}
105+
106+
.myCustomMarginTop7PX_CSK_Module_MultiUDPSocket {
107+
margin-top: 7px;
108+
}
109+
110+
.myCustomBackground_CSK_Module_MultiUDPSocket {
111+
}
112+
113+
.myCustomButton_CSK_Module_MultiUDPSocket {
114+
border-radius: 30px;
115+
padding: 11px;
116+
}

CSK_Module_MultiUDPSocket/pages/pages/CSK_Module_MultiUDPSocket/CSK_Module_MultiUDPSocket.html

Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)