@chauvet/connect-base-profiles 2.0.10 → 2.1.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/dist/baseProfiles.js +3 -3
- package/package.json +1 -1
- package/src/baseProfiles.ts +3 -3
- package/tokens/Publish_Token.md +4 -0
package/dist/baseProfiles.js
CHANGED
|
@@ -2133,7 +2133,7 @@ const baseProfiles = {
|
|
|
2133
2133
|
}
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
2136
|
-
location:
|
|
2136
|
+
location: 9,
|
|
2137
2137
|
label: 'Foreground Color',
|
|
2138
2138
|
defaultValue: 0,
|
|
2139
2139
|
condition: {
|
|
@@ -2191,7 +2191,7 @@ const baseProfiles = {
|
|
|
2191
2191
|
}
|
|
2192
2192
|
},
|
|
2193
2193
|
{
|
|
2194
|
-
location:
|
|
2194
|
+
location: 11,
|
|
2195
2195
|
label: 'Background Color',
|
|
2196
2196
|
defaultValue: 0,
|
|
2197
2197
|
condition: {
|
|
@@ -2235,7 +2235,7 @@ const baseProfiles = {
|
|
|
2235
2235
|
],
|
|
2236
2236
|
},
|
|
2237
2237
|
{
|
|
2238
|
-
location:
|
|
2238
|
+
location: 12,
|
|
2239
2239
|
label: 'Auto Speed',
|
|
2240
2240
|
defaultValue: 128,
|
|
2241
2241
|
range: {
|
package/package.json
CHANGED
package/src/baseProfiles.ts
CHANGED
|
@@ -2198,7 +2198,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
2198
2198
|
}
|
|
2199
2199
|
},
|
|
2200
2200
|
{
|
|
2201
|
-
location:
|
|
2201
|
+
location: 9,
|
|
2202
2202
|
label: 'Foreground Color',
|
|
2203
2203
|
defaultValue: 0,
|
|
2204
2204
|
condition: {
|
|
@@ -2259,7 +2259,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
2259
2259
|
}
|
|
2260
2260
|
},
|
|
2261
2261
|
{
|
|
2262
|
-
location:
|
|
2262
|
+
location: 11,
|
|
2263
2263
|
label: 'Background Color',
|
|
2264
2264
|
defaultValue: 0,
|
|
2265
2265
|
condition: {
|
|
@@ -2305,7 +2305,7 @@ const baseProfiles: Record<number, BaseProfile> = {
|
|
|
2305
2305
|
],
|
|
2306
2306
|
},
|
|
2307
2307
|
{
|
|
2308
|
-
location:
|
|
2308
|
+
location: 12,
|
|
2309
2309
|
label: 'Auto Speed',
|
|
2310
2310
|
defaultValue: 128,
|
|
2311
2311
|
range: {
|