@takeoff-design/tokens 0.1.0 → 0.1.2

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.
@@ -1945,8 +1945,6 @@ body {
1945
1945
  outline: none;
1946
1946
  overflow: hidden;
1947
1947
  position: relative;
1948
- width: fit-content;
1949
- max-width: 100%;
1950
1948
  border: 1px solid transparent;
1951
1949
  text-decoration: none;
1952
1950
  white-space: nowrap;
@@ -1956,9 +1954,6 @@ body {
1956
1954
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
1957
1955
  cursor: pointer;
1958
1956
  }
1959
- .tk-button[data-full-width] {
1960
- width: 100%;
1961
- }
1962
1957
  .tk-button[data-underline] .tk-button-label {
1963
1958
  text-decoration: underline;
1964
1959
  }
@@ -1945,8 +1945,6 @@ body {
1945
1945
  outline: none;
1946
1946
  overflow: hidden;
1947
1947
  position: relative;
1948
- width: fit-content;
1949
- max-width: 100%;
1950
1948
  border: 1px solid transparent;
1951
1949
  text-decoration: none;
1952
1950
  white-space: nowrap;
@@ -1956,9 +1954,6 @@ body {
1956
1954
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
1957
1955
  cursor: pointer;
1958
1956
  }
1959
- .tk-button[data-full-width] {
1960
- width: 100%;
1961
- }
1962
1957
  .tk-button[data-underline] .tk-button-label {
1963
1958
  text-decoration: underline;
1964
1959
  }
@@ -1945,8 +1945,6 @@ body {
1945
1945
  outline: none;
1946
1946
  overflow: hidden;
1947
1947
  position: relative;
1948
- width: fit-content;
1949
- max-width: 100%;
1950
1948
  border: 1px solid transparent;
1951
1949
  text-decoration: none;
1952
1950
  white-space: nowrap;
@@ -1956,9 +1954,6 @@ body {
1956
1954
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
1957
1955
  cursor: pointer;
1958
1956
  }
1959
- .tk-button[data-full-width] {
1960
- width: 100%;
1961
- }
1962
1957
  .tk-button[data-underline] .tk-button-label {
1963
1958
  text-decoration: underline;
1964
1959
  }
@@ -1945,8 +1945,6 @@ body {
1945
1945
  outline: none;
1946
1946
  overflow: hidden;
1947
1947
  position: relative;
1948
- width: fit-content;
1949
- max-width: 100%;
1950
1948
  border: 1px solid transparent;
1951
1949
  text-decoration: none;
1952
1950
  white-space: nowrap;
@@ -1956,9 +1954,6 @@ body {
1956
1954
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
1957
1955
  cursor: pointer;
1958
1956
  }
1959
- .tk-button[data-full-width] {
1960
- width: 100%;
1961
- }
1962
1957
  .tk-button[data-underline] .tk-button-label {
1963
1958
  text-decoration: underline;
1964
1959
  }
@@ -1945,8 +1945,6 @@ body {
1945
1945
  outline: none;
1946
1946
  overflow: hidden;
1947
1947
  position: relative;
1948
- width: fit-content;
1949
- max-width: 100%;
1950
1948
  border: 1px solid transparent;
1951
1949
  text-decoration: none;
1952
1950
  white-space: nowrap;
@@ -1956,9 +1954,6 @@ body {
1956
1954
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
1957
1955
  cursor: pointer;
1958
1956
  }
1959
- .tk-button[data-full-width] {
1960
- width: 100%;
1961
- }
1962
1957
  .tk-button[data-underline] .tk-button-label {
1963
1958
  text-decoration: underline;
1964
1959
  }
@@ -57,8 +57,6 @@ body {
57
57
  outline: none;
58
58
  overflow: hidden;
59
59
  position: relative;
60
- width: fit-content;
61
- max-width: 100%;
62
60
  border: 1px solid transparent;
63
61
  text-decoration: none;
64
62
  white-space: nowrap;
@@ -68,9 +66,6 @@ body {
68
66
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
69
67
  cursor: pointer;
70
68
  }
71
- .tk-button[data-full-width] {
72
- width: 100%;
73
- }
74
69
  .tk-button[data-underline] .tk-button-label {
75
70
  text-decoration: underline;
76
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeoff-design/tokens",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Design tokens, CSS variables, SCSS, JS exports, and component recipe styles for Takeoff Design.",
5
5
  "type": "module",
6
6
  "author": "Turkish Technology Frontend Infrastructure Team <takeoffui@thy.com>",