@7shifts/sous-chef 3.86.2 → 3.86.4
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 +64 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +21 -18
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +21 -18
- package/dist/index.modern.js.map +1 -1
- package/dist/lists/ActionListItem/type.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1265,6 +1265,14 @@ h5._6SgoN {
|
|
|
1265
1265
|
background-color: var(--color-surface-container-disabled);
|
|
1266
1266
|
color: var(--color-surface-on-container-disabled);
|
|
1267
1267
|
}
|
|
1268
|
+
._G6LsE:disabled::-moz-placeholder {
|
|
1269
|
+
color: var(--color-surface-on-container-disabled);
|
|
1270
|
+
opacity: 1;
|
|
1271
|
+
}
|
|
1272
|
+
._G6LsE:disabled::placeholder {
|
|
1273
|
+
color: var(--color-surface-on-container-disabled);
|
|
1274
|
+
opacity: 1;
|
|
1275
|
+
}
|
|
1268
1276
|
|
|
1269
1277
|
._2ZYtt {
|
|
1270
1278
|
border-color: var(--color-danger-color) !important;
|
|
@@ -1287,6 +1295,10 @@ h5._6SgoN {
|
|
|
1287
1295
|
display: flex;
|
|
1288
1296
|
flex: 1;
|
|
1289
1297
|
}
|
|
1298
|
+
._F8QOB:has(input:disabled) ._yPPIy,
|
|
1299
|
+
._F8QOB:has(input:disabled) ._Y3yFd {
|
|
1300
|
+
color: var(--color-surface-on-container-disabled);
|
|
1301
|
+
}
|
|
1290
1302
|
|
|
1291
1303
|
._vU4SU input {
|
|
1292
1304
|
padding-left: 21px;
|
|
@@ -3439,6 +3451,15 @@ input:disabled + ._kmvBP::after {
|
|
|
3439
3451
|
}
|
|
3440
3452
|
._JaB08 textarea:disabled {
|
|
3441
3453
|
background-color: var(--color-surface-container-disabled);
|
|
3454
|
+
color: var(--color-surface-on-container-disabled);
|
|
3455
|
+
}
|
|
3456
|
+
._JaB08 textarea:disabled::-moz-placeholder {
|
|
3457
|
+
color: var(--color-surface-on-container-disabled);
|
|
3458
|
+
opacity: 1;
|
|
3459
|
+
}
|
|
3460
|
+
._JaB08 textarea:disabled::placeholder {
|
|
3461
|
+
color: var(--color-surface-on-container-disabled);
|
|
3462
|
+
opacity: 1;
|
|
3442
3463
|
}
|
|
3443
3464
|
._62RIR {
|
|
3444
3465
|
border: 1px solid var(--color-primary-color);
|
|
@@ -3802,6 +3823,14 @@ input:disabled + ._Yfxkl::after {
|
|
|
3802
3823
|
background-color: var(--color-surface-container-disabled);
|
|
3803
3824
|
color: var(--color-surface-on-container-disabled);
|
|
3804
3825
|
}
|
|
3826
|
+
._6Of1F:disabled::-moz-placeholder {
|
|
3827
|
+
color: var(--color-surface-on-container-disabled);
|
|
3828
|
+
opacity: 1;
|
|
3829
|
+
}
|
|
3830
|
+
._6Of1F:disabled::placeholder {
|
|
3831
|
+
color: var(--color-surface-on-container-disabled);
|
|
3832
|
+
opacity: 1;
|
|
3833
|
+
}
|
|
3805
3834
|
|
|
3806
3835
|
._NQPNK {
|
|
3807
3836
|
border-color: var(--color-danger-color) !important;
|
|
@@ -3831,9 +3860,11 @@ input:disabled + ._Yfxkl::after {
|
|
|
3831
3860
|
cursor: pointer;
|
|
3832
3861
|
right: 7px;
|
|
3833
3862
|
top: 7px;
|
|
3863
|
+
color: var(--color-surface-on-color-subtle);
|
|
3834
3864
|
}
|
|
3835
3865
|
._G29N3 {
|
|
3836
3866
|
cursor: inherit;
|
|
3867
|
+
color: var(--color-surface-on-container-disabled);
|
|
3837
3868
|
}
|
|
3838
3869
|
._1ruWK {
|
|
3839
3870
|
font-family: var(--font-family-body);
|
|
@@ -3882,6 +3913,14 @@ input:disabled + ._Yfxkl::after {
|
|
|
3882
3913
|
background-color: var(--color-surface-container-disabled);
|
|
3883
3914
|
color: var(--color-surface-on-container-disabled);
|
|
3884
3915
|
}
|
|
3916
|
+
._t-FNM:disabled::-moz-placeholder, ._7xqY4:disabled::-moz-placeholder {
|
|
3917
|
+
color: var(--color-surface-on-container-disabled);
|
|
3918
|
+
opacity: 1;
|
|
3919
|
+
}
|
|
3920
|
+
._t-FNM:disabled::placeholder, ._7xqY4:disabled::placeholder {
|
|
3921
|
+
color: var(--color-surface-on-container-disabled);
|
|
3922
|
+
opacity: 1;
|
|
3923
|
+
}
|
|
3885
3924
|
|
|
3886
3925
|
._tANT5, ._oq75Z {
|
|
3887
3926
|
border-color: var(--color-danger-color) !important;
|
|
@@ -3930,6 +3969,14 @@ input:disabled + ._Yfxkl::after {
|
|
|
3930
3969
|
background-color: var(--color-surface-container-disabled);
|
|
3931
3970
|
color: var(--color-surface-on-container-disabled);
|
|
3932
3971
|
}
|
|
3972
|
+
._6cH4X:disabled::-moz-placeholder, ._DMb6M input:disabled::-moz-placeholder, ._DMb6M:disabled::-moz-placeholder {
|
|
3973
|
+
color: var(--color-surface-on-container-disabled);
|
|
3974
|
+
opacity: 1;
|
|
3975
|
+
}
|
|
3976
|
+
._6cH4X:disabled::placeholder, ._DMb6M input:disabled::placeholder, ._DMb6M:disabled::placeholder {
|
|
3977
|
+
color: var(--color-surface-on-container-disabled);
|
|
3978
|
+
opacity: 1;
|
|
3979
|
+
}
|
|
3933
3980
|
|
|
3934
3981
|
._eXIiZ {
|
|
3935
3982
|
border-color: var(--color-danger-color) !important;
|
|
@@ -3953,15 +4000,20 @@ input:disabled + ._Yfxkl::after {
|
|
|
3953
4000
|
padding-top: 0px;
|
|
3954
4001
|
display: flex;
|
|
3955
4002
|
align-items: center;
|
|
3956
|
-
background-color: var(--color-surface-container-disabled);
|
|
3957
4003
|
background-color: var(--color-surface-container);
|
|
3958
4004
|
}
|
|
3959
4005
|
._ZJ2A5 {
|
|
3960
4006
|
border-color: var(--color-danger-color) !important;
|
|
3961
4007
|
}
|
|
4008
|
+
._DMb6M svg, ._DMb6M path {
|
|
4009
|
+
color: var(--color-surface-on-color-subtle);
|
|
4010
|
+
}
|
|
3962
4011
|
._WkaJQ {
|
|
3963
4012
|
background-color: var(--color-surface-container-disabled);
|
|
3964
4013
|
}
|
|
4014
|
+
._WkaJQ svg, ._WkaJQ path {
|
|
4015
|
+
color: var(--color-surface-on-container-disabled);
|
|
4016
|
+
}
|
|
3965
4017
|
._DMb6M input {
|
|
3966
4018
|
border: none;
|
|
3967
4019
|
min-width: 20px;
|
|
@@ -4101,6 +4153,14 @@ input:disabled + ._Yfxkl::after {
|
|
|
4101
4153
|
background-color: var(--color-surface-container-disabled);
|
|
4102
4154
|
color: var(--color-surface-on-container-disabled);
|
|
4103
4155
|
}
|
|
4156
|
+
._yV-BZ:disabled::-moz-placeholder, ._9i8Lj input:disabled::-moz-placeholder, ._9i8Lj:disabled::-moz-placeholder {
|
|
4157
|
+
color: var(--color-surface-on-container-disabled);
|
|
4158
|
+
opacity: 1;
|
|
4159
|
+
}
|
|
4160
|
+
._yV-BZ:disabled::placeholder, ._9i8Lj input:disabled::placeholder, ._9i8Lj:disabled::placeholder {
|
|
4161
|
+
color: var(--color-surface-on-container-disabled);
|
|
4162
|
+
opacity: 1;
|
|
4163
|
+
}
|
|
4104
4164
|
|
|
4105
4165
|
._FJVdv {
|
|
4106
4166
|
border-color: var(--color-danger-color) !important;
|
|
@@ -4169,6 +4229,7 @@ input:disabled + ._Yfxkl::after {
|
|
|
4169
4229
|
color: var(--color-surface-on-color);
|
|
4170
4230
|
}
|
|
4171
4231
|
._o1-zA {
|
|
4232
|
+
color: var(--color-surface-on-container-disabled);
|
|
4172
4233
|
background-color: var(--color-surface-container-disabled);
|
|
4173
4234
|
}
|
|
4174
4235
|
._Q0GfJ {
|
|
@@ -4211,6 +4272,7 @@ input._TEU6N {
|
|
|
4211
4272
|
height: 36px;
|
|
4212
4273
|
margin-right: -1px;
|
|
4213
4274
|
width: 45px;
|
|
4275
|
+
color: var(--color-surface-on-color-subtle);
|
|
4214
4276
|
}
|
|
4215
4277
|
._424HM {
|
|
4216
4278
|
border-color: var(--color-danger-color);
|
|
@@ -4218,6 +4280,7 @@ input._TEU6N {
|
|
|
4218
4280
|
}
|
|
4219
4281
|
._0XOFf {
|
|
4220
4282
|
background-color: var(--color-surface-container-disabled);
|
|
4283
|
+
color: var(--color-surface-on-container-disabled);
|
|
4221
4284
|
}
|
|
4222
4285
|
._RfPa1 {
|
|
4223
4286
|
font-size: var(--font-size-200);
|