indicator-ui 0.0.24 → 0.0.25

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/README.md CHANGED
@@ -6,7 +6,10 @@
6
6
 
7
7
  ### ⚠️ **Дисклеймер**
8
8
 
9
- Много текста, написанного автором, было закинуто в нейронку (какую — не скажу, а то еще булить будете 😜), поэтому все свисто-перделки, цветочки и вежливость — это от неё 🌸. Также этот гопник мог что-то неправильно исправить, так что если вдруг что-то не так, не вините автора — это нейрока виновата 🤖, кроме тех случаев, когда сам автор это говорит (или нейрока за него 🤔, восстание машин? Думайте!!!).
9
+ Много текста, написанного автором, было закинуто в нейронку (какую — не скажу, а то еще булить будете 😜), поэтому все
10
+ свисто-перделки, цветочки и вежливость — это от неё 🌸. Также этот гопник мог что-то неправильно исправить, так что если
11
+ вдруг что-то не так, не вините автора — это нейронка виновата 🤖, кроме тех случаев, когда сам автор это говорит (или
12
+ нейрока за него 🤔, восстание машин? Думайте!!!).
10
13
 
11
14
  PS: Даже этот дисклеймер закину в нейронку 🧠.
12
15
 
package/dist/index.css CHANGED
@@ -56,6 +56,19 @@
56
56
  --warning-800: #93370D;
57
57
  --warning-900: #7A2E0E;
58
58
  --warning-950: #4E1D09;
59
+
60
+ --success-25: #F6FEF9;
61
+ --success-50: #ECFDF3;
62
+ --success-100: #DCFAE6;
63
+ --success-200: #ABEFC6;
64
+ --success-300: #75E0A7;
65
+ --success-400: #47CD89;
66
+ --success-500: #17B26A;
67
+ --success-600: #079455;
68
+ --success-700: #067647;
69
+ --success-800: #085D3A;
70
+ --success-900: #074D31;
71
+ --success-950: #053321;
59
72
  }
60
73
 
61
74
  /*!*****************************************************************************************************!*\
@@ -3118,5 +3131,304 @@
3118
3131
  .CascadeBlock-module__cascadeBlock___wXxdi .CascadeBlock-module__list___heRxZ.CascadeBlock-module__hide___dCmbW {
3119
3132
  display: none;
3120
3133
  }
3134
+ /*!*******************************************************************************************************************************************************************************************************************************************************************!*\
3135
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/Tag/styles/TagCheckbox.module.scss ***!
3136
+ \*******************************************************************************************************************************************************************************************************************************************************************/
3137
+ @font-face {
3138
+ font-family: "Golos UI";
3139
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
3140
+ font-weight: 400;
3141
+ font-style: normal;
3142
+ }
3143
+ @font-face {
3144
+ font-family: "Golos UI";
3145
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
3146
+ font-weight: 500;
3147
+ font-style: normal;
3148
+ }
3149
+ @font-face {
3150
+ font-family: "Golos UI";
3151
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
3152
+ font-weight: 600;
3153
+ font-style: normal;
3154
+ }
3155
+ .TagCheckbox-module__tagCheckbox___MS2eW {
3156
+ border-radius: 4px;
3157
+ box-shadow: 0 0 0 1px var(--gray-300);
3158
+ background-color: var(--base-white);
3159
+ cursor: pointer;
3160
+ display: flex;
3161
+ align-items: center;
3162
+ justify-content: center;
3163
+ }
3164
+ .TagCheckbox-module__tagCheckbox___MS2eW svg * {
3165
+ stroke: var(--base-white);
3166
+ stroke-width: 3;
3167
+ }
3168
+ .TagCheckbox-module__tagCheckbox___MS2eW svg {
3169
+ opacity: 0;
3170
+ transition: opacity ease-in-out 200ms;
3171
+ }
3172
+ .TagCheckbox-module__tagCheckbox___MS2eW:hover {
3173
+ box-shadow: 0 0 0 1px var(--blue-dark-200);
3174
+ background-color: var(--blue-dark-50);
3175
+ }
3176
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__checked___fWLOu {
3177
+ box-shadow: 0 0 0 1px var(--blue-dark-500);
3178
+ background-color: var(--blue-dark-500);
3179
+ }
3180
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__checked___fWLOu svg {
3181
+ opacity: 1;
3182
+ }
3183
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__checked___fWLOu:hover {
3184
+ box-shadow: 0 0 0 1px var(--blue-dark-600);
3185
+ background-color: var(--blue-dark-600);
3186
+ }
3187
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__disabled___wQS0b {
3188
+ cursor: default;
3189
+ }
3190
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__disabled___wQS0b, .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__disabled___wQS0b:hover {
3191
+ box-shadow: 0 0 0 1px var(--gray-200);
3192
+ background-color: var(--gray-100);
3193
+ }
3194
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__disabled___wQS0b.TagCheckbox-module__checked___fWLOu, .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__disabled___wQS0b.TagCheckbox-module__checked___fWLOu:hover {
3195
+ box-shadow: 0 0 0 1px var(--gray-200);
3196
+ background-color: var(--gray-200);
3197
+ }
3198
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__small___xi3Kd {
3199
+ width: 14px;
3200
+ height: 14px;
3201
+ }
3202
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__small___xi3Kd svg {
3203
+ width: 14px;
3204
+ height: 14px;
3205
+ }
3206
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__medium___StcLN {
3207
+ width: 16px;
3208
+ height: 16px;
3209
+ }
3210
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__medium___StcLN svg {
3211
+ width: 16px;
3212
+ height: 16px;
3213
+ }
3214
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__large___qx6mA {
3215
+ width: 18px;
3216
+ height: 18px;
3217
+ }
3218
+ .TagCheckbox-module__tagCheckbox___MS2eW.TagCheckbox-module__large___qx6mA svg {
3219
+ width: 18px;
3220
+ height: 18px;
3221
+ }
3222
+ /*!****************************************************************************************************************************************************************************************************************************************************************!*\
3223
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/Tag/styles/TagCount.module.scss ***!
3224
+ \****************************************************************************************************************************************************************************************************************************************************************/
3225
+ @font-face {
3226
+ font-family: "Golos UI";
3227
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
3228
+ font-weight: 400;
3229
+ font-style: normal;
3230
+ }
3231
+ @font-face {
3232
+ font-family: "Golos UI";
3233
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
3234
+ font-weight: 500;
3235
+ font-style: normal;
3236
+ }
3237
+ @font-face {
3238
+ font-family: "Golos UI";
3239
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
3240
+ font-weight: 600;
3241
+ font-style: normal;
3242
+ }
3243
+ .TagCount-module__tagCount___tT9Gy {
3244
+ width: fit-content;
3245
+ height: fit-content;
3246
+ border-radius: 3px;
3247
+ }
3248
+ .TagCount-module__tagCount___tT9Gy {
3249
+ color: var(--gray-700);
3250
+ font-family: "Golos UI", sans-serif;
3251
+ font-stretch: normal;
3252
+ font-style: normal;
3253
+ font-variant: normal;
3254
+ }
3255
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__gray___kkSxy {
3256
+ background-color: var(--gray-100);
3257
+ }
3258
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__color___SZmrc {
3259
+ background-color: var(--blue-dark-100);
3260
+ }
3261
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__small___ejCLc {
3262
+ padding: 2px 4px 2px 4px;
3263
+ }
3264
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__small___ejCLc {
3265
+ font-size: 12px;
3266
+ line-height: 14px;
3267
+ line-height: 14px;
3268
+ font-weight: 500;
3269
+ font-family: "Golos UI", sans-serif;
3270
+ font-stretch: normal;
3271
+ font-style: normal;
3272
+ font-variant: normal;
3273
+ }
3274
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__medium___M9VAd {
3275
+ padding: 2px 5px 2px 5px;
3276
+ }
3277
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__medium___M9VAd {
3278
+ font-size: 12px;
3279
+ line-height: 16px;
3280
+ line-height: 16px;
3281
+ font-weight: 500;
3282
+ font-family: "Golos UI", sans-serif;
3283
+ font-stretch: normal;
3284
+ font-style: normal;
3285
+ font-variant: normal;
3286
+ }
3287
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__large___mhO1d {
3288
+ padding: 0 6px 0 6px;
3289
+ }
3290
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__large___mhO1d {
3291
+ font-size: 12px;
3292
+ line-height: 20px;
3293
+ line-height: 20px;
3294
+ font-weight: 500;
3295
+ font-family: "Golos UI", sans-serif;
3296
+ font-stretch: normal;
3297
+ font-style: normal;
3298
+ font-variant: normal;
3299
+ }
3300
+ /*!***********************************************************************************************************************************************************************************************************************************************************!*\
3301
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/Tag/styles/Tag.module.scss ***!
3302
+ \***********************************************************************************************************************************************************************************************************************************************************/
3303
+ @font-face {
3304
+ font-family: "Golos UI";
3305
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
3306
+ font-weight: 400;
3307
+ font-style: normal;
3308
+ }
3309
+ @font-face {
3310
+ font-family: "Golos UI";
3311
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
3312
+ font-weight: 500;
3313
+ font-style: normal;
3314
+ }
3315
+ @font-face {
3316
+ font-family: "Golos UI";
3317
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
3318
+ font-weight: 600;
3319
+ font-style: normal;
3320
+ }
3321
+ .Tag-module__tag___z87CD {
3322
+ width: fit-content;
3323
+ height: fit-content;
3324
+ gap: 3px;
3325
+ border-radius: 6px;
3326
+ border: 1px solid var(--gray-300);
3327
+ background-color: var(--base-white);
3328
+ transition: background-color ease-out 300ms;
3329
+ cursor: default;
3330
+ }
3331
+ .Tag-module__tag___z87CD {
3332
+ display: flex;
3333
+ align-items: center;
3334
+ }
3335
+ .Tag-module__tag___z87CD .Tag-module__main___M5V6V {
3336
+ flex-wrap: nowrap;
3337
+ }
3338
+ .Tag-module__tag___z87CD .Tag-module__main___M5V6V {
3339
+ display: flex;
3340
+ align-items: center;
3341
+ }
3342
+ .Tag-module__tag___z87CD .Tag-module__label___SRW7b {
3343
+ color: var(--gray-700);
3344
+ font-family: "Golos UI", sans-serif;
3345
+ font-stretch: normal;
3346
+ font-style: normal;
3347
+ font-variant: normal;
3348
+ }
3349
+ .Tag-module__tag___z87CD .Tag-module__dotIcon___GkMuO {
3350
+ flex: none;
3351
+ width: 6px;
3352
+ height: 6px;
3353
+ border-radius: 50%;
3354
+ background-color: var(--success-500);
3355
+ }
3356
+ .Tag-module__tag___z87CD:hover {
3357
+ background-color: var(--gray-50);
3358
+ }
3359
+ .Tag-module__tag___z87CD.Tag-module__active___uw5nt {
3360
+ border: 1px solid var(--blue-dark-200);
3361
+ background-color: var(--blue-dark-50);
3362
+ }
3363
+ .Tag-module__tag___z87CD.Tag-module__active___uw5nt:hover {
3364
+ border: 1px solid var(--blue-dark-300);
3365
+ background-color: var(--blue-dark-100);
3366
+ }
3367
+ .Tag-module__tag___z87CD.Tag-module__small___ob2Q8 {
3368
+ padding: 3px 8px;
3369
+ }
3370
+ .Tag-module__tag___z87CD.Tag-module__small___ob2Q8 {
3371
+ font-size: 12px;
3372
+ line-height: 18px;
3373
+ line-height: 18px;
3374
+ font-weight: 500;
3375
+ font-family: "Golos UI", sans-serif;
3376
+ font-stretch: normal;
3377
+ font-style: normal;
3378
+ font-variant: normal;
3379
+ }
3380
+ .Tag-module__tag___z87CD.Tag-module__small___ob2Q8 .Tag-module__main___M5V6V {
3381
+ gap: 4px;
3382
+ }
3383
+ .Tag-module__tag___z87CD.Tag-module__small___ob2Q8.Tag-module__isAction___ReWct {
3384
+ padding-right: 4px;
3385
+ }
3386
+ .Tag-module__tag___z87CD.Tag-module__small___ob2Q8.Tag-module__isCheckbox___qHbJo {
3387
+ padding-left: 5px;
3388
+ }
3389
+ .Tag-module__tag___z87CD.Tag-module__medium___TjmGK {
3390
+ padding: 2px 9px;
3391
+ }
3392
+ .Tag-module__tag___z87CD.Tag-module__medium___TjmGK {
3393
+ font-size: 14px;
3394
+ line-height: 20px;
3395
+ line-height: 20px;
3396
+ font-weight: 500;
3397
+ font-family: "Golos UI", sans-serif;
3398
+ font-stretch: normal;
3399
+ font-style: normal;
3400
+ font-variant: normal;
3401
+ }
3402
+ .Tag-module__tag___z87CD.Tag-module__medium___TjmGK .Tag-module__main___M5V6V {
3403
+ gap: 5px;
3404
+ }
3405
+ .Tag-module__tag___z87CD.Tag-module__medium___TjmGK.Tag-module__isAction___ReWct {
3406
+ padding-right: 4px;
3407
+ }
3408
+ .Tag-module__tag___z87CD.Tag-module__medium___TjmGK.Tag-module__isCheckbox___qHbJo {
3409
+ padding-left: 4px;
3410
+ }
3411
+ .Tag-module__tag___z87CD.Tag-module__large___rpGp5 {
3412
+ padding: 4px 10px;
3413
+ }
3414
+ .Tag-module__tag___z87CD.Tag-module__large___rpGp5 {
3415
+ font-size: 14px;
3416
+ line-height: 20px;
3417
+ line-height: 20px;
3418
+ font-weight: 500;
3419
+ font-family: "Golos UI", sans-serif;
3420
+ font-stretch: normal;
3421
+ font-style: normal;
3422
+ font-variant: normal;
3423
+ }
3424
+ .Tag-module__tag___z87CD.Tag-module__large___rpGp5 .Tag-module__main___M5V6V {
3425
+ gap: 6px;
3426
+ }
3427
+ .Tag-module__tag___z87CD.Tag-module__large___rpGp5.Tag-module__isAction___ReWct {
3428
+ padding-right: 4px;
3429
+ }
3430
+ .Tag-module__tag___z87CD.Tag-module__large___rpGp5.Tag-module__isCheckbox___qHbJo {
3431
+ padding-left: 5px;
3432
+ }
3121
3433
 
3122
3434
  /*# sourceMappingURL=index.css.map*/