@mirohq/design-system-stitches 3.3.0 → 3.3.1
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/types.d.ts +96 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -6488,6 +6488,8 @@ declare const config: {
|
|
|
6488
6488
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
6489
6489
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
6490
6490
|
"background-neutrals-transparent": /*elided*/ any;
|
|
6491
|
+
"background-static-dark": /*elided*/ any;
|
|
6492
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
6491
6493
|
"background-primary-prominent": /*elided*/ any;
|
|
6492
6494
|
"background-primary-prominent-active": /*elided*/ any;
|
|
6493
6495
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -6538,6 +6540,8 @@ declare const config: {
|
|
|
6538
6540
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
6539
6541
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
6540
6542
|
"border-neutrals-transparent": /*elided*/ any;
|
|
6543
|
+
"border-static-dark": /*elided*/ any;
|
|
6544
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
6541
6545
|
"border-primary": /*elided*/ any;
|
|
6542
6546
|
"border-primary-active": /*elided*/ any;
|
|
6543
6547
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -6566,6 +6570,9 @@ declare const config: {
|
|
|
6566
6570
|
"format-icon-slides": /*elided*/ any;
|
|
6567
6571
|
"format-icon-table": /*elided*/ any;
|
|
6568
6572
|
"format-icon-timeline": /*elided*/ any;
|
|
6573
|
+
"notification-background": /*elided*/ any;
|
|
6574
|
+
"notification-border": /*elided*/ any;
|
|
6575
|
+
"notification-border-subtle": /*elided*/ any;
|
|
6569
6576
|
"popup-background-static": /*elided*/ any;
|
|
6570
6577
|
"popup-text-static": /*elided*/ any;
|
|
6571
6578
|
"tooltip-background": /*elided*/ any;
|
|
@@ -6590,6 +6597,8 @@ declare const config: {
|
|
|
6590
6597
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
6591
6598
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
6592
6599
|
"icon-neutrals-text": /*elided*/ any;
|
|
6600
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
6601
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
6593
6602
|
"icon-primary": /*elided*/ any;
|
|
6594
6603
|
"icon-primary-active": /*elided*/ any;
|
|
6595
6604
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -6625,6 +6634,9 @@ declare const config: {
|
|
|
6625
6634
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
6626
6635
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
6627
6636
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
6637
|
+
"text-on-static-dark": /*elided*/ any;
|
|
6638
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
6639
|
+
"text-on-primary": /*elided*/ any;
|
|
6628
6640
|
"text-primary": /*elided*/ any;
|
|
6629
6641
|
"text-primary-active": /*elided*/ any;
|
|
6630
6642
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -7474,6 +7486,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7474
7486
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
7475
7487
|
"background-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
7476
7488
|
"background-neutrals-transparent"?: string | number | boolean | undefined;
|
|
7489
|
+
"background-static-dark"?: string | number | boolean | undefined;
|
|
7490
|
+
"background-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7477
7491
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
7478
7492
|
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
7479
7493
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -7524,6 +7538,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7524
7538
|
"border-neutrals-text-subtle-active"?: string | number | boolean | undefined;
|
|
7525
7539
|
"border-neutrals-text-subtle-hover"?: string | number | boolean | undefined;
|
|
7526
7540
|
"border-neutrals-transparent"?: string | number | boolean | undefined;
|
|
7541
|
+
"border-static-dark"?: string | number | boolean | undefined;
|
|
7542
|
+
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7527
7543
|
"border-primary"?: string | number | boolean | undefined;
|
|
7528
7544
|
"border-primary-active"?: string | number | boolean | undefined;
|
|
7529
7545
|
"border-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -7552,6 +7568,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7552
7568
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
7553
7569
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
7554
7570
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
7571
|
+
"notification-background"?: string | number | boolean | undefined;
|
|
7572
|
+
"notification-border"?: string | number | boolean | undefined;
|
|
7573
|
+
"notification-border-subtle"?: string | number | boolean | undefined;
|
|
7555
7574
|
"popup-background-static"?: string | number | boolean | undefined;
|
|
7556
7575
|
"popup-text-static"?: string | number | boolean | undefined;
|
|
7557
7576
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
@@ -7576,6 +7595,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7576
7595
|
"icon-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
7577
7596
|
"icon-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
7578
7597
|
"icon-neutrals-text"?: string | number | boolean | undefined;
|
|
7598
|
+
"icon-on-static-dark"?: string | number | boolean | undefined;
|
|
7599
|
+
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7579
7600
|
"icon-primary"?: string | number | boolean | undefined;
|
|
7580
7601
|
"icon-primary-active"?: string | number | boolean | undefined;
|
|
7581
7602
|
"icon-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -7611,6 +7632,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7611
7632
|
"text-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
7612
7633
|
"text-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
7613
7634
|
"text-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
7635
|
+
"text-on-static-dark"?: string | number | boolean | undefined;
|
|
7636
|
+
"text-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7637
|
+
"text-on-primary"?: string | number | boolean | undefined;
|
|
7614
7638
|
"text-primary"?: string | number | boolean | undefined;
|
|
7615
7639
|
"text-primary-active"?: string | number | boolean | undefined;
|
|
7616
7640
|
"text-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -8305,6 +8329,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8305
8329
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
8306
8330
|
"background-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
8307
8331
|
"background-neutrals-transparent"?: string | number | boolean | undefined;
|
|
8332
|
+
"background-static-dark"?: string | number | boolean | undefined;
|
|
8333
|
+
"background-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8308
8334
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
8309
8335
|
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
8310
8336
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -8355,6 +8381,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8355
8381
|
"border-neutrals-text-subtle-active"?: string | number | boolean | undefined;
|
|
8356
8382
|
"border-neutrals-text-subtle-hover"?: string | number | boolean | undefined;
|
|
8357
8383
|
"border-neutrals-transparent"?: string | number | boolean | undefined;
|
|
8384
|
+
"border-static-dark"?: string | number | boolean | undefined;
|
|
8385
|
+
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8358
8386
|
"border-primary"?: string | number | boolean | undefined;
|
|
8359
8387
|
"border-primary-active"?: string | number | boolean | undefined;
|
|
8360
8388
|
"border-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -8383,6 +8411,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8383
8411
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
8384
8412
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
8385
8413
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
8414
|
+
"notification-background"?: string | number | boolean | undefined;
|
|
8415
|
+
"notification-border"?: string | number | boolean | undefined;
|
|
8416
|
+
"notification-border-subtle"?: string | number | boolean | undefined;
|
|
8386
8417
|
"popup-background-static"?: string | number | boolean | undefined;
|
|
8387
8418
|
"popup-text-static"?: string | number | boolean | undefined;
|
|
8388
8419
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
@@ -8407,6 +8438,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8407
8438
|
"icon-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
8408
8439
|
"icon-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
8409
8440
|
"icon-neutrals-text"?: string | number | boolean | undefined;
|
|
8441
|
+
"icon-on-static-dark"?: string | number | boolean | undefined;
|
|
8442
|
+
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8410
8443
|
"icon-primary"?: string | number | boolean | undefined;
|
|
8411
8444
|
"icon-primary-active"?: string | number | boolean | undefined;
|
|
8412
8445
|
"icon-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -8442,6 +8475,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8442
8475
|
"text-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
8443
8476
|
"text-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
8444
8477
|
"text-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
8478
|
+
"text-on-static-dark"?: string | number | boolean | undefined;
|
|
8479
|
+
"text-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8480
|
+
"text-on-primary"?: string | number | boolean | undefined;
|
|
8445
8481
|
"text-primary"?: string | number | boolean | undefined;
|
|
8446
8482
|
"text-primary-active"?: string | number | boolean | undefined;
|
|
8447
8483
|
"text-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -9142,6 +9178,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9142
9178
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
9143
9179
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
9144
9180
|
"background-neutrals-transparent": /*elided*/ any;
|
|
9181
|
+
"background-static-dark": /*elided*/ any;
|
|
9182
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
9145
9183
|
"background-primary-prominent": /*elided*/ any;
|
|
9146
9184
|
"background-primary-prominent-active": /*elided*/ any;
|
|
9147
9185
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -9192,6 +9230,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9192
9230
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
9193
9231
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
9194
9232
|
"border-neutrals-transparent": /*elided*/ any;
|
|
9233
|
+
"border-static-dark": /*elided*/ any;
|
|
9234
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
9195
9235
|
"border-primary": /*elided*/ any;
|
|
9196
9236
|
"border-primary-active": /*elided*/ any;
|
|
9197
9237
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -9220,6 +9260,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9220
9260
|
"format-icon-slides": /*elided*/ any;
|
|
9221
9261
|
"format-icon-table": /*elided*/ any;
|
|
9222
9262
|
"format-icon-timeline": /*elided*/ any;
|
|
9263
|
+
"notification-background": /*elided*/ any;
|
|
9264
|
+
"notification-border": /*elided*/ any;
|
|
9265
|
+
"notification-border-subtle": /*elided*/ any;
|
|
9223
9266
|
"popup-background-static": /*elided*/ any;
|
|
9224
9267
|
"popup-text-static": /*elided*/ any;
|
|
9225
9268
|
"tooltip-background": /*elided*/ any;
|
|
@@ -9244,6 +9287,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9244
9287
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
9245
9288
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
9246
9289
|
"icon-neutrals-text": /*elided*/ any;
|
|
9290
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
9291
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
9247
9292
|
"icon-primary": /*elided*/ any;
|
|
9248
9293
|
"icon-primary-active": /*elided*/ any;
|
|
9249
9294
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -9279,6 +9324,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9279
9324
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
9280
9325
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
9281
9326
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
9327
|
+
"text-on-static-dark": /*elided*/ any;
|
|
9328
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
9329
|
+
"text-on-primary": /*elided*/ any;
|
|
9282
9330
|
"text-primary": /*elided*/ any;
|
|
9283
9331
|
"text-primary-active": /*elided*/ any;
|
|
9284
9332
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -10143,6 +10191,8 @@ declare const globalCss: <Styles extends {
|
|
|
10143
10191
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
10144
10192
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
10145
10193
|
"background-neutrals-transparent": /*elided*/ any;
|
|
10194
|
+
"background-static-dark": /*elided*/ any;
|
|
10195
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
10146
10196
|
"background-primary-prominent": /*elided*/ any;
|
|
10147
10197
|
"background-primary-prominent-active": /*elided*/ any;
|
|
10148
10198
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -10193,6 +10243,8 @@ declare const globalCss: <Styles extends {
|
|
|
10193
10243
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
10194
10244
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
10195
10245
|
"border-neutrals-transparent": /*elided*/ any;
|
|
10246
|
+
"border-static-dark": /*elided*/ any;
|
|
10247
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
10196
10248
|
"border-primary": /*elided*/ any;
|
|
10197
10249
|
"border-primary-active": /*elided*/ any;
|
|
10198
10250
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -10221,6 +10273,9 @@ declare const globalCss: <Styles extends {
|
|
|
10221
10273
|
"format-icon-slides": /*elided*/ any;
|
|
10222
10274
|
"format-icon-table": /*elided*/ any;
|
|
10223
10275
|
"format-icon-timeline": /*elided*/ any;
|
|
10276
|
+
"notification-background": /*elided*/ any;
|
|
10277
|
+
"notification-border": /*elided*/ any;
|
|
10278
|
+
"notification-border-subtle": /*elided*/ any;
|
|
10224
10279
|
"popup-background-static": /*elided*/ any;
|
|
10225
10280
|
"popup-text-static": /*elided*/ any;
|
|
10226
10281
|
"tooltip-background": /*elided*/ any;
|
|
@@ -10245,6 +10300,8 @@ declare const globalCss: <Styles extends {
|
|
|
10245
10300
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
10246
10301
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
10247
10302
|
"icon-neutrals-text": /*elided*/ any;
|
|
10303
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
10304
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
10248
10305
|
"icon-primary": /*elided*/ any;
|
|
10249
10306
|
"icon-primary-active": /*elided*/ any;
|
|
10250
10307
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -10280,6 +10337,9 @@ declare const globalCss: <Styles extends {
|
|
|
10280
10337
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
10281
10338
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
10282
10339
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
10340
|
+
"text-on-static-dark": /*elided*/ any;
|
|
10341
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
10342
|
+
"text-on-primary": /*elided*/ any;
|
|
10283
10343
|
"text-primary": /*elided*/ any;
|
|
10284
10344
|
"text-primary-active": /*elided*/ any;
|
|
10285
10345
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -11126,6 +11186,8 @@ declare const globalCss: <Styles extends {
|
|
|
11126
11186
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
11127
11187
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
11128
11188
|
"background-neutrals-transparent": /*elided*/ any;
|
|
11189
|
+
"background-static-dark": /*elided*/ any;
|
|
11190
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
11129
11191
|
"background-primary-prominent": /*elided*/ any;
|
|
11130
11192
|
"background-primary-prominent-active": /*elided*/ any;
|
|
11131
11193
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -11176,6 +11238,8 @@ declare const globalCss: <Styles extends {
|
|
|
11176
11238
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
11177
11239
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
11178
11240
|
"border-neutrals-transparent": /*elided*/ any;
|
|
11241
|
+
"border-static-dark": /*elided*/ any;
|
|
11242
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
11179
11243
|
"border-primary": /*elided*/ any;
|
|
11180
11244
|
"border-primary-active": /*elided*/ any;
|
|
11181
11245
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -11204,6 +11268,9 @@ declare const globalCss: <Styles extends {
|
|
|
11204
11268
|
"format-icon-slides": /*elided*/ any;
|
|
11205
11269
|
"format-icon-table": /*elided*/ any;
|
|
11206
11270
|
"format-icon-timeline": /*elided*/ any;
|
|
11271
|
+
"notification-background": /*elided*/ any;
|
|
11272
|
+
"notification-border": /*elided*/ any;
|
|
11273
|
+
"notification-border-subtle": /*elided*/ any;
|
|
11207
11274
|
"popup-background-static": /*elided*/ any;
|
|
11208
11275
|
"popup-text-static": /*elided*/ any;
|
|
11209
11276
|
"tooltip-background": /*elided*/ any;
|
|
@@ -11228,6 +11295,8 @@ declare const globalCss: <Styles extends {
|
|
|
11228
11295
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
11229
11296
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
11230
11297
|
"icon-neutrals-text": /*elided*/ any;
|
|
11298
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
11299
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
11231
11300
|
"icon-primary": /*elided*/ any;
|
|
11232
11301
|
"icon-primary-active": /*elided*/ any;
|
|
11233
11302
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -11263,6 +11332,9 @@ declare const globalCss: <Styles extends {
|
|
|
11263
11332
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
11264
11333
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
11265
11334
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
11335
|
+
"text-on-static-dark": /*elided*/ any;
|
|
11336
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
11337
|
+
"text-on-primary": /*elided*/ any;
|
|
11266
11338
|
"text-primary": /*elided*/ any;
|
|
11267
11339
|
"text-primary-active": /*elided*/ any;
|
|
11268
11340
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -12112,6 +12184,8 @@ declare const keyframes: (style: {
|
|
|
12112
12184
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
12113
12185
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
12114
12186
|
"background-neutrals-transparent": /*elided*/ any;
|
|
12187
|
+
"background-static-dark": /*elided*/ any;
|
|
12188
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
12115
12189
|
"background-primary-prominent": /*elided*/ any;
|
|
12116
12190
|
"background-primary-prominent-active": /*elided*/ any;
|
|
12117
12191
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -12162,6 +12236,8 @@ declare const keyframes: (style: {
|
|
|
12162
12236
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
12163
12237
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
12164
12238
|
"border-neutrals-transparent": /*elided*/ any;
|
|
12239
|
+
"border-static-dark": /*elided*/ any;
|
|
12240
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
12165
12241
|
"border-primary": /*elided*/ any;
|
|
12166
12242
|
"border-primary-active": /*elided*/ any;
|
|
12167
12243
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -12190,6 +12266,9 @@ declare const keyframes: (style: {
|
|
|
12190
12266
|
"format-icon-slides": /*elided*/ any;
|
|
12191
12267
|
"format-icon-table": /*elided*/ any;
|
|
12192
12268
|
"format-icon-timeline": /*elided*/ any;
|
|
12269
|
+
"notification-background": /*elided*/ any;
|
|
12270
|
+
"notification-border": /*elided*/ any;
|
|
12271
|
+
"notification-border-subtle": /*elided*/ any;
|
|
12193
12272
|
"popup-background-static": /*elided*/ any;
|
|
12194
12273
|
"popup-text-static": /*elided*/ any;
|
|
12195
12274
|
"tooltip-background": /*elided*/ any;
|
|
@@ -12214,6 +12293,8 @@ declare const keyframes: (style: {
|
|
|
12214
12293
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
12215
12294
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
12216
12295
|
"icon-neutrals-text": /*elided*/ any;
|
|
12296
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
12297
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
12217
12298
|
"icon-primary": /*elided*/ any;
|
|
12218
12299
|
"icon-primary-active": /*elided*/ any;
|
|
12219
12300
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -12249,6 +12330,9 @@ declare const keyframes: (style: {
|
|
|
12249
12330
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
12250
12331
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
12251
12332
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
12333
|
+
"text-on-static-dark": /*elided*/ any;
|
|
12334
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
12335
|
+
"text-on-primary": /*elided*/ any;
|
|
12252
12336
|
"text-primary": /*elided*/ any;
|
|
12253
12337
|
"text-primary-active": /*elided*/ any;
|
|
12254
12338
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -13268,6 +13352,8 @@ declare const theme: {
|
|
|
13268
13352
|
"background-neutrals-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13269
13353
|
"background-neutrals-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13270
13354
|
"background-neutrals-transparent": _mirohq_design_system_themes.Color;
|
|
13355
|
+
"background-static-dark": _mirohq_design_system_themes.Color;
|
|
13356
|
+
"background-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13271
13357
|
"background-primary-prominent": _mirohq_design_system_themes.Color;
|
|
13272
13358
|
"background-primary-prominent-active": _mirohq_design_system_themes.Color;
|
|
13273
13359
|
"background-primary-prominent-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13318,6 +13404,8 @@ declare const theme: {
|
|
|
13318
13404
|
"border-neutrals-text-subtle-active": _mirohq_design_system_themes.Color;
|
|
13319
13405
|
"border-neutrals-text-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13320
13406
|
"border-neutrals-transparent": _mirohq_design_system_themes.Color;
|
|
13407
|
+
"border-static-dark": _mirohq_design_system_themes.Color;
|
|
13408
|
+
"border-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13321
13409
|
"border-primary": _mirohq_design_system_themes.Color;
|
|
13322
13410
|
"border-primary-active": _mirohq_design_system_themes.Color;
|
|
13323
13411
|
"border-primary-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13346,6 +13434,9 @@ declare const theme: {
|
|
|
13346
13434
|
"format-icon-slides": _mirohq_design_system_themes.Color;
|
|
13347
13435
|
"format-icon-table": _mirohq_design_system_themes.Color;
|
|
13348
13436
|
"format-icon-timeline": _mirohq_design_system_themes.Color;
|
|
13437
|
+
"notification-background": _mirohq_design_system_themes.Color;
|
|
13438
|
+
"notification-border": _mirohq_design_system_themes.Color;
|
|
13439
|
+
"notification-border-subtle": _mirohq_design_system_themes.Color;
|
|
13349
13440
|
"popup-background-static": _mirohq_design_system_themes.Color;
|
|
13350
13441
|
"popup-text-static": _mirohq_design_system_themes.Color;
|
|
13351
13442
|
"tooltip-background": _mirohq_design_system_themes.Color;
|
|
@@ -13370,6 +13461,8 @@ declare const theme: {
|
|
|
13370
13461
|
"icon-neutrals-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13371
13462
|
"icon-neutrals-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13372
13463
|
"icon-neutrals-text": _mirohq_design_system_themes.Color;
|
|
13464
|
+
"icon-on-static-dark": _mirohq_design_system_themes.Color;
|
|
13465
|
+
"icon-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13373
13466
|
"icon-primary": _mirohq_design_system_themes.Color;
|
|
13374
13467
|
"icon-primary-active": _mirohq_design_system_themes.Color;
|
|
13375
13468
|
"icon-primary-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13405,6 +13498,9 @@ declare const theme: {
|
|
|
13405
13498
|
"text-neutrals-subtle-active": _mirohq_design_system_themes.Color;
|
|
13406
13499
|
"text-neutrals-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13407
13500
|
"text-neutrals-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13501
|
+
"text-on-static-dark": _mirohq_design_system_themes.Color;
|
|
13502
|
+
"text-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13503
|
+
"text-on-primary": _mirohq_design_system_themes.Color;
|
|
13408
13504
|
"text-primary": _mirohq_design_system_themes.Color;
|
|
13409
13505
|
"text-primary-active": _mirohq_design_system_themes.Color;
|
|
13410
13506
|
"text-primary-hover": _mirohq_design_system_themes.Color;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^1.1.
|
|
31
|
-
"@mirohq/design-
|
|
32
|
-
"@mirohq/design-
|
|
30
|
+
"@mirohq/design-system-themes": "^1.1.2",
|
|
31
|
+
"@mirohq/design-system-types": "^1.0.3",
|
|
32
|
+
"@mirohq/design-tokens": "^7.1.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|