@7shifts/sous-chef 4.12.1 → 4.13.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/index.css CHANGED
@@ -1947,6 +1947,7 @@ h5._i2LHD {
1947
1947
  background-color: var(--color-secondary-color);
1948
1948
  height: 20px;
1949
1949
  min-width: 20px;
1950
+ overflow: hidden;
1950
1951
  color: var(--color-secondary-on-color);
1951
1952
  text-align: center;
1952
1953
  border-radius: 20px;
@@ -1978,6 +1979,15 @@ h5._i2LHD {
1978
1979
  font-variant-numeric: tabular-nums;
1979
1980
  padding: 0 5px;
1980
1981
  }
1982
+ ._OcpK5 {
1983
+ width: 10px;
1984
+ min-width: 10px;
1985
+ height: 10px;
1986
+ padding: 0;
1987
+ }
1988
+ ._-5FpP {
1989
+ box-shadow: 0 0 0 1px var(--color-surface-color);
1990
+ }
1981
1991
  ._0yTe8 {
1982
1992
  position: fixed;
1983
1993
  top: 0px;
@@ -6087,6 +6097,19 @@ input._TEU6N {
6087
6097
  }
6088
6098
  ._peAaI {
6089
6099
  position: relative;
6100
+ display: inline-flex;
6101
+ height: -moz-fit-content;
6102
+ height: fit-content;
6103
+ border-radius: 50%;
6104
+ flex-shrink: 0;
6105
+ }
6106
+ ._peAaI::after {
6107
+ content: "";
6108
+ position: absolute;
6109
+ inset: 0;
6110
+ border-radius: inherit;
6111
+ box-shadow: inset 0 0 0 2px var(--avatar-ring-color, transparent);
6112
+ pointer-events: none;
6090
6113
  }
6091
6114
  ._V1U8v svg {
6092
6115
  fill: var(--color-surface-on-inverse);
@@ -6097,11 +6120,30 @@ input._TEU6N {
6097
6120
  -o-object-fit: cover;
6098
6121
  object-fit: cover;
6099
6122
  }
6123
+ ._vQa4v {
6124
+ overflow: hidden;
6125
+ position: relative;
6126
+ }
6127
+ ._vQa4v::after {
6128
+ position: absolute;
6129
+ top: 0;
6130
+ right: 0;
6131
+ bottom: 0;
6132
+ left: 0;
6133
+ transform: translateX(-100%);
6134
+ animation: _rw4zM 1.6s infinite;
6135
+ background: linear-gradient(90deg, rgb(from var(--color-surface-color) r g b/0) 0, rgb(from var(--color-surface-color) r g b/0.2) 20%, rgb(from var(--color-surface-color) r g b/0.5) 60%, rgb(from var(--color-surface-color) r g b/0));
6136
+ content: "";
6137
+ pointer-events: none;
6138
+ }
6139
+ @keyframes _rw4zM {
6140
+ 100% {
6141
+ transform: translateX(100%);
6142
+ }
6143
+ }
6100
6144
  ._9g-tn {
6101
- font-family: var(--font-family-primary);
6102
- font-size: var(--font-body-ui-size);
6103
- line-height: var(--font-body-ui-height);
6104
- font-weight: var(--font-body-ui-weight);
6145
+ font-size: 10px;
6146
+ font-weight: 560;
6105
6147
  width: 20px;
6106
6148
  height: 20px;
6107
6149
  }
@@ -6110,10 +6152,8 @@ input._TEU6N {
6110
6152
  margin-top: 10px;
6111
6153
  }
6112
6154
  ._vNXJW {
6113
- font-family: var(--font-family-primary);
6114
- font-size: var(--font-sub-title-size);
6115
- line-height: var(--font-sub-title-height);
6116
- font-weight: var(--font-sub-title-weight);
6155
+ font-size: 14px;
6156
+ font-weight: 560;
6117
6157
  width: 30px;
6118
6158
  height: 30px;
6119
6159
  }
@@ -6122,10 +6162,8 @@ input._TEU6N {
6122
6162
  margin-top: 15px;
6123
6163
  }
6124
6164
  ._9ZKAB {
6125
- font-family: var(--font-family-primary);
6126
- font-size: var(--font-section-title-size);
6127
- line-height: var(--font-section-title-height);
6128
- font-weight: var(--font-section-title-weight);
6165
+ font-size: 20px;
6166
+ font-weight: 560;
6129
6167
  width: 40px;
6130
6168
  height: 40px;
6131
6169
  }
@@ -6134,10 +6172,8 @@ input._TEU6N {
6134
6172
  margin-top: 18px;
6135
6173
  }
6136
6174
  ._uv14Y {
6137
- font-family: var(--font-family-primary);
6138
- font-size: var(--font-page-title-size);
6139
- line-height: var(--font-page-title-height);
6140
- font-weight: var(--font-page-title-weight);
6175
+ font-size: 28px;
6176
+ font-weight: 560;
6141
6177
  width: 80px;
6142
6178
  height: 80px;
6143
6179
  }
@@ -6149,10 +6185,7 @@ input._TEU6N {
6149
6185
  position: absolute;
6150
6186
  margin-left: 20px;
6151
6187
  margin-top: 15px;
6152
- }
6153
- ._iDN1j svg {
6154
- width: 80%;
6155
- padding-top: 25%;
6188
+ z-index: 2;
6156
6189
  }
6157
6190
  ._Cg5Nf {
6158
6191
  font-family: var(--font-family-primary);