energy-flow-control--types-and-enums 1.0.197 → 1.0.198

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "energy-flow-control--types-and-enums",
3
- "version": "1.0.197",
3
+ "version": "1.0.198",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -149,7 +149,7 @@ export enum EnumBillingPeriodState {
149
149
  export enum EnumRowSlots {
150
150
  'ONE' = 'col-1',
151
151
  'TWO' = 'col-2',
152
- 'TREE' = 'col-3',
152
+ 'THREE' = 'col-3',
153
153
  'FOUR' = 'col-4',
154
154
  'FIVE' = 'col-5',
155
155
  'SIX' = 'col-6',
package/src/index.js CHANGED
@@ -151,7 +151,7 @@ var EnumRowSlots;
151
151
  (function (EnumRowSlots) {
152
152
  EnumRowSlots["ONE"] = "col-1";
153
153
  EnumRowSlots["TWO"] = "col-2";
154
- EnumRowSlots["TREE"] = "col-3";
154
+ EnumRowSlots["THREE"] = "col-3";
155
155
  EnumRowSlots["FOUR"] = "col-4";
156
156
  EnumRowSlots["FIVE"] = "col-5";
157
157
  EnumRowSlots["SIX"] = "col-6";