tntd 3.0.0-beta.2 → 3.0.0-beta.3

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": "tntd",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.3",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",
@@ -10,10 +10,10 @@
10
10
  @heading-2-line-height: 32 / 24;
11
11
  @heading-3-line-height: 26 / 18;
12
12
  @heading-4-line-height: 24 / 16;
13
- // @border-radius-base: 8px;
14
- // @border-radius-sm: 4px;
15
- // @border-radius-xs: 2px;
16
- // @border-radius-lg: 16px;
13
+ @border-radius-base: 8px;
14
+ @border-radius-sm: 4px;
15
+ @border-radius-xs: 2px;
16
+ @border-radius-lg: 16px;
17
17
  @padding-xxs: 4px;
18
18
  @padding-base: 16px;
19
19
  @padding-xxl: 48px;
@@ -32,5 +32,3 @@
32
32
  @margin-xxl: 48px;
33
33
  @box-shadow-md: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
34
34
  @box-shadow-lg: 0px 0px 25px 0px rgba(0, 0, 0, 0.1), 0px 0px 5px -5px rgba(0, 0, 0, 0.05);
35
-
36
-
@@ -522,7 +522,7 @@
522
522
  // ---
523
523
  @switch-height: 24px;
524
524
  @switch-sm-height: 20px;
525
- @switch-sm-checked-margin-left: -(@switch-sm-height - 3px);
525
+ @switch-sm-checked-margin-left: 3px - @switch-sm-height;
526
526
  @switch-disabled-opacity: 0.4;
527
527
  @switch-color: @primary-color;
528
528
  @switch-shadow-color: fade(#00230b, 20%);
@@ -523,7 +523,7 @@
523
523
  // ---
524
524
  @switch-height: 24px;
525
525
  @switch-sm-height: 20px;
526
- @switch-sm-checked-margin-left: -(@switch-sm-height - 3px);
526
+ @switch-sm-checked-margin-left: 3px - @switch-sm-height;
527
527
  @switch-disabled-opacity: 0.4;
528
528
  @switch-color: @primary-color;
529
529
  @switch-shadow-color: fade(#00230b, 20%);