@dev-tcloud/tcloud-ui 5.0.4-beta.4 → 5.0.4-beta.5

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": "@dev-tcloud/tcloud-ui",
3
- "version": "5.0.4-beta.4",
3
+ "version": "5.0.4-beta.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"
@@ -349,6 +349,16 @@ input.tc-rev-slide-toggle {
349
349
  &::after {
350
350
  content: initial;
351
351
  }
352
+
353
+ &:checked:before {
354
+ left: initial;
355
+ top: 2px;
356
+ width: 20px;
357
+ height: 20px;
358
+ border-radius: var(--bor-radius-rounded);
359
+ transform: initial;
360
+ z-index: initial;
361
+ }
352
362
  }
353
363
  // RESET SLIDE TOGGLE END
354
364