create-plasmic-app 0.0.153 → 0.0.154
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/cpa-out/nextjs-app-codegen-js/app/layout.jsx +1 -0
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +11 -12
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +15 -16
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPageServer.jsx +1 -1
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +11 -16
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +1 -2
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +73 -73
- package/cpa-out/nextjs-app-codegen-js/package.json +4 -4
- package/cpa-out/nextjs-app-codegen-js/plasmic.json +4 -4
- package/cpa-out/nextjs-app-codegen-ts/app/layout.tsx +1 -0
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +11 -12
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +15 -16
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPageServer.tsx +1 -1
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +11 -16
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +0 -1
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +1 -3
- package/cpa-out/{nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.module.css → nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/plasmic.css} +73 -73
- package/cpa-out/nextjs-app-codegen-ts/package.json +4 -4
- package/cpa-out/nextjs-app-codegen-ts/plasmic.json +4 -4
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +11 -12
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +15 -16
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +11 -16
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +1 -2
- package/cpa-out/{nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/plasmic.module.css → nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.css} +73 -73
- package/cpa-out/nextjs-pages-codegen-js/package.json +4 -4
- package/cpa-out/nextjs-pages-codegen-js/pages/_app.jsx +1 -0
- package/cpa-out/nextjs-pages-codegen-js/plasmic.json +4 -4
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +11 -12
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +15 -16
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +11 -16
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +0 -1
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +1 -3
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +73 -73
- package/cpa-out/nextjs-pages-codegen-ts/package.json +4 -4
- package/cpa-out/nextjs-pages-codegen-ts/pages/_app.tsx +1 -0
- package/cpa-out/nextjs-pages-codegen-ts/plasmic.json +4 -4
- package/cpa-out/react-codegen-js/package.json +2 -2
- package/cpa-out/react-codegen-js/plasmic.json +4 -4
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx +12 -12
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +16 -16
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +12 -16
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.jsx +1 -0
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +2 -2
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.css +702 -0
- package/cpa-out/react-codegen-ts/package.json +2 -2
- package/cpa-out/react-codegen-ts/plasmic.json +4 -4
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +12 -12
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +16 -16
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +12 -16
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +1 -1
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +2 -2
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.css +702 -0
- package/package.json +2 -2
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.module.css +0 -702
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.module.css +0 -702
- /package/cpa-out/nextjs-app-codegen-js/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-app-codegen-ts/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-pages-codegen-js/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/react-codegen-js/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/react-codegen-ts/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C900&family=Inconsolata%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C900&display=swap");
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
|
|
4
4
|
--token-Tker7_vSXsP_: #777777;
|
|
5
5
|
--plasmic-token-foreground: var(--token-Tker7_vSXsP_);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
|
|
9
9
|
--plsmc-standard-width: 800px;
|
|
10
10
|
--plsmc-wide-width: 1280px;
|
|
11
11
|
--plsmc-viewport-gap: 16px;
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
.__wab_expr_html_text {
|
|
499
499
|
white-space: normal;
|
|
500
500
|
}
|
|
501
|
-
:where(.
|
|
501
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) {
|
|
502
502
|
font-family: var(--mixin-prihNuSPt-kU_font-family);
|
|
503
503
|
font-size: var(--mixin-prihNuSPt-kU_font-size);
|
|
504
504
|
font-weight: var(--mixin-prihNuSPt-kU_font-weight);
|
|
@@ -511,51 +511,51 @@
|
|
|
511
511
|
white-space: var(--mixin-prihNuSPt-kU_white-space);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
:where(.
|
|
515
|
-
h4:where(.
|
|
516
|
-
:where(.
|
|
517
|
-
:where(.
|
|
518
|
-
h4:where(.
|
|
514
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h4:where(.h4__47tFX),
|
|
515
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h4__47tFX),
|
|
516
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h4,
|
|
517
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h4,
|
|
518
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
519
519
|
font-size: var(--mixin-pKcLzBwr6rlS_font-size);
|
|
520
520
|
font-weight: var(--mixin-pKcLzBwr6rlS_font-weight);
|
|
521
521
|
letter-spacing: var(--mixin-pKcLzBwr6rlS_letter-spacing);
|
|
522
522
|
line-height: var(--mixin-pKcLzBwr6rlS_line-height);
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
:where(.
|
|
526
|
-
h5:where(.
|
|
527
|
-
:where(.
|
|
528
|
-
:where(.
|
|
529
|
-
h5:where(.
|
|
525
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h5:where(.h5__47tFX),
|
|
526
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h5__47tFX),
|
|
527
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h5,
|
|
528
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h5,
|
|
529
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
530
530
|
font-size: var(--mixin-Q3MZaojcv1qw_font-size);
|
|
531
531
|
font-weight: var(--mixin-Q3MZaojcv1qw_font-weight);
|
|
532
532
|
letter-spacing: var(--mixin-Q3MZaojcv1qw_letter-spacing);
|
|
533
533
|
line-height: var(--mixin-Q3MZaojcv1qw_line-height);
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
:where(.
|
|
537
|
-
h6:where(.
|
|
538
|
-
:where(.
|
|
539
|
-
:where(.
|
|
540
|
-
h6:where(.
|
|
536
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h6:where(.h6__47tFX),
|
|
537
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h6__47tFX),
|
|
538
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h6,
|
|
539
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h6,
|
|
540
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
541
541
|
font-size: var(--mixin-WQN-U7Y-Mt0i_font-size);
|
|
542
542
|
font-weight: var(--mixin-WQN-U7Y-Mt0i_font-weight);
|
|
543
543
|
line-height: var(--mixin-WQN-U7Y-Mt0i_line-height);
|
|
544
544
|
}
|
|
545
545
|
|
|
546
|
-
:where(.
|
|
547
|
-
a:where(.
|
|
548
|
-
:where(.
|
|
549
|
-
:where(.
|
|
550
|
-
a:where(.
|
|
546
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX),
|
|
547
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX),
|
|
548
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a,
|
|
549
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a,
|
|
550
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
551
551
|
color: var(--mixin-_NIhBtBbqybq_color);
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
-
:where(.
|
|
555
|
-
blockquote:where(.
|
|
556
|
-
:where(.
|
|
557
|
-
:where(.
|
|
558
|
-
blockquote:where(.
|
|
554
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) blockquote:where(.blockquote__47tFX),
|
|
555
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.blockquote__47tFX),
|
|
556
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) blockquote,
|
|
557
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) blockquote,
|
|
558
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
559
559
|
color: var(--mixin-5965DRLFNjWi_color);
|
|
560
560
|
padding-left: var(--mixin-5965DRLFNjWi_padding-left);
|
|
561
561
|
border-left: var(--mixin-5965DRLFNjWi_border-left-width)
|
|
@@ -563,44 +563,44 @@ blockquote:where(.root_reset_tags) {
|
|
|
563
563
|
var(--mixin-5965DRLFNjWi_border-left-color);
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
-
:where(.
|
|
567
|
-
h1:where(.
|
|
568
|
-
:where(.
|
|
569
|
-
:where(.
|
|
570
|
-
h1:where(.
|
|
566
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h1:where(.h1__47tFX),
|
|
567
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h1__47tFX),
|
|
568
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h1,
|
|
569
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h1,
|
|
570
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
571
571
|
font-size: var(--mixin-_J1_6dhZex0j_font-size);
|
|
572
572
|
font-weight: var(--mixin-_J1_6dhZex0j_font-weight);
|
|
573
573
|
letter-spacing: var(--mixin-_J1_6dhZex0j_letter-spacing);
|
|
574
574
|
line-height: var(--mixin-_J1_6dhZex0j_line-height);
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
:where(.
|
|
578
|
-
h2:where(.
|
|
579
|
-
:where(.
|
|
580
|
-
:where(.
|
|
581
|
-
h2:where(.
|
|
577
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h2:where(.h2__47tFX),
|
|
578
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h2__47tFX),
|
|
579
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h2,
|
|
580
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h2,
|
|
581
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
582
582
|
font-size: var(--mixin-tyWR-eqFmXa2R_font-size);
|
|
583
583
|
font-weight: var(--mixin-tyWR-eqFmXa2R_font-weight);
|
|
584
584
|
letter-spacing: var(--mixin-tyWR-eqFmXa2R_letter-spacing);
|
|
585
585
|
line-height: var(--mixin-tyWR-eqFmXa2R_line-height);
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
-
:where(.
|
|
589
|
-
h3:where(.
|
|
590
|
-
:where(.
|
|
591
|
-
:where(.
|
|
592
|
-
h3:where(.
|
|
588
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h3:where(.h3__47tFX),
|
|
589
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h3__47tFX),
|
|
590
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h3,
|
|
591
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h3,
|
|
592
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
593
593
|
font-size: var(--mixin-VSfYlZt0xLESb_font-size);
|
|
594
594
|
font-weight: var(--mixin-VSfYlZt0xLESb_font-weight);
|
|
595
595
|
letter-spacing: var(--mixin-VSfYlZt0xLESb_letter-spacing);
|
|
596
596
|
line-height: var(--mixin-VSfYlZt0xLESb_line-height);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
:where(.
|
|
600
|
-
code:where(.
|
|
601
|
-
:where(.
|
|
602
|
-
:where(.
|
|
603
|
-
code:where(.
|
|
599
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) code:where(.code__47tFX),
|
|
600
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.code__47tFX),
|
|
601
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) code,
|
|
602
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) code,
|
|
603
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
604
604
|
background: #f8f8f8;
|
|
605
605
|
font-family: var(--mixin-2Dy3yomrqskwe_font-family);
|
|
606
606
|
border-radius: var(--mixin-2Dy3yomrqskwe_border-top-left-radius)
|
|
@@ -625,11 +625,11 @@ code:where(.root_reset_tags) {
|
|
|
625
625
|
var(--mixin-2Dy3yomrqskwe_border-left-color);
|
|
626
626
|
}
|
|
627
627
|
|
|
628
|
-
:where(.
|
|
629
|
-
pre:where(.
|
|
630
|
-
:where(.
|
|
631
|
-
:where(.
|
|
632
|
-
pre:where(.
|
|
628
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) pre:where(.pre__47tFX),
|
|
629
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.pre__47tFX),
|
|
630
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) pre,
|
|
631
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) pre,
|
|
632
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
633
633
|
background: #f8f8f8;
|
|
634
634
|
font-family: var(--mixin-0u7VwjXF8Kvpe_font-family);
|
|
635
635
|
border-radius: var(--mixin-0u7VwjXF8Kvpe_border-top-left-radius)
|
|
@@ -654,11 +654,11 @@ pre:where(.root_reset_tags) {
|
|
|
654
654
|
var(--mixin-0u7VwjXF8Kvpe_border-left-color);
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
:where(.
|
|
658
|
-
ol:where(.
|
|
659
|
-
:where(.
|
|
660
|
-
:where(.
|
|
661
|
-
ol:where(.
|
|
657
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ol:where(.ol__47tFX),
|
|
658
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ol__47tFX),
|
|
659
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ol,
|
|
660
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ol,
|
|
661
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
662
662
|
display: var(--mixin-D70_omI9mm34j_display);
|
|
663
663
|
flex-direction: var(--mixin-D70_omI9mm34j_flex-direction);
|
|
664
664
|
align-items: var(--mixin-D70_omI9mm34j_align-items);
|
|
@@ -670,11 +670,11 @@ ol:where(.root_reset_tags) {
|
|
|
670
670
|
column-gap: var(--mixin-D70_omI9mm34j_column-gap);
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
:where(.
|
|
674
|
-
ul:where(.
|
|
675
|
-
:where(.
|
|
676
|
-
:where(.
|
|
677
|
-
ul:where(.
|
|
673
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ul:where(.ul__47tFX),
|
|
674
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ul__47tFX),
|
|
675
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ul,
|
|
676
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ul,
|
|
677
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
678
678
|
display: var(--mixin-6zRO9vzPQi4g5_display);
|
|
679
679
|
flex-direction: var(--mixin-6zRO9vzPQi4g5_flex-direction);
|
|
680
680
|
align-items: var(--mixin-6zRO9vzPQi4g5_align-items);
|
|
@@ -686,17 +686,17 @@ ul:where(.root_reset_tags) {
|
|
|
686
686
|
column-gap: var(--mixin-6zRO9vzPQi4g5_column-gap);
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
-
:where(.
|
|
690
|
-
a:where(.
|
|
691
|
-
:where(.
|
|
692
|
-
:where(.
|
|
693
|
-
a:where(.
|
|
689
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX):hover,
|
|
690
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX):hover,
|
|
691
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a:hover,
|
|
692
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a:hover,
|
|
693
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags):hover {
|
|
694
694
|
color: var(--mixin-u1gAzUhZSVyWj_color);
|
|
695
695
|
}
|
|
696
696
|
|
|
697
|
-
:where(.
|
|
698
|
-
li:where(.
|
|
699
|
-
:where(.
|
|
700
|
-
:where(.
|
|
701
|
-
li:where(.
|
|
697
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) li:where(.li__47tFX),
|
|
698
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.li__47tFX),
|
|
699
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) li,
|
|
700
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) li,
|
|
701
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
702
702
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"lint": "eslint"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@plasmicapp/cli": "^0.1.
|
|
13
|
-
"@plasmicapp/react-web": "^1.0.
|
|
14
|
-
"next": "16.2.
|
|
12
|
+
"@plasmicapp/cli": "^0.1.364",
|
|
13
|
+
"@plasmicapp/react-web": "^1.0.12",
|
|
14
|
+
"next": "16.2.9",
|
|
15
15
|
"react": "19.2.4",
|
|
16
16
|
"react-dom": "19.2.4"
|
|
17
17
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@types/react": "^19",
|
|
21
21
|
"@types/react-dom": "^19",
|
|
22
22
|
"eslint": "^9",
|
|
23
|
-
"eslint-config-next": "16.2.
|
|
23
|
+
"eslint-config-next": "16.2.9",
|
|
24
24
|
"typescript": "^5"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"style": {
|
|
9
9
|
"scheme": "css-modules",
|
|
10
|
-
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.
|
|
10
|
+
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.css"
|
|
11
11
|
},
|
|
12
12
|
"images": {
|
|
13
13
|
"scheme": "public-files",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"projectApiToken": "7BRFratDxPLMGZHnd2grV5QP6mlHcZ1AK3BJSIeh7xzUlHgWh25XpgXvUaKAqHXFMXQQuzpADqboibF6nqNWQ",
|
|
27
27
|
"projectName": "create-plasmic-app",
|
|
28
28
|
"version": "latest",
|
|
29
|
-
"cssFilePath": "plasmic/create_plasmic_app/plasmic.
|
|
29
|
+
"cssFilePath": "plasmic/create_plasmic_app/plasmic.css",
|
|
30
30
|
"components": [
|
|
31
31
|
{
|
|
32
32
|
"id": "6uuAAE1jiCew",
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
"nextjsConfig": {
|
|
136
136
|
"pagesDir": "../pages"
|
|
137
137
|
},
|
|
138
|
-
"cliVersion": "0.1.
|
|
139
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
138
|
+
"cliVersion": "0.1.364",
|
|
139
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.364/dist/plasmic.schema.json"
|
|
140
140
|
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"preview": "vite preview"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@plasmicapp/cli": "^0.1.
|
|
14
|
-
"@plasmicapp/react-web": "^1.0.
|
|
13
|
+
"@plasmicapp/cli": "^0.1.364",
|
|
14
|
+
"@plasmicapp/react-web": "^1.0.12",
|
|
15
15
|
"react": "^18.3.1",
|
|
16
16
|
"react-dom": "^18.3.1"
|
|
17
17
|
},
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"style": {
|
|
9
9
|
"scheme": "css-modules",
|
|
10
|
-
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.
|
|
10
|
+
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.css"
|
|
11
11
|
},
|
|
12
12
|
"images": {
|
|
13
13
|
"scheme": "inlined",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"projectApiToken": "7BRFratDxPLMGZHnd2grV5QP6mlHcZ1AK3BJSIeh7xzUlHgWh25XpgXvUaKAqHXFMXQQuzpADqboibF6nqNWQ",
|
|
27
27
|
"projectName": "create-plasmic-app",
|
|
28
28
|
"version": "latest",
|
|
29
|
-
"cssFilePath": "plasmic/create_plasmic_app/plasmic.
|
|
29
|
+
"cssFilePath": "plasmic/create_plasmic_app/plasmic.css",
|
|
30
30
|
"components": [
|
|
31
31
|
{
|
|
32
32
|
"id": "6uuAAE1jiCew",
|
|
@@ -132,6 +132,6 @@
|
|
|
132
132
|
},
|
|
133
133
|
"wrapPagesWithGlobalContexts": true,
|
|
134
134
|
"preserveJsImportExtensions": false,
|
|
135
|
-
"cliVersion": "0.1.
|
|
136
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
135
|
+
"cliVersion": "0.1.364",
|
|
136
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.364/dist/plasmic.schema.json"
|
|
137
137
|
}
|
package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx
CHANGED
|
@@ -22,7 +22,7 @@ import { useDataEnv } from "@plasmicapp/react-web/lib/host";
|
|
|
22
22
|
import * as pp from "@plasmicapp/react-web";
|
|
23
23
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
24
24
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
25
|
-
import
|
|
25
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
26
26
|
import sty from "./PlasmicButton.module.css"; // plasmic-import: TQcvW_pSKi3/css
|
|
27
27
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
28
28
|
import IconIcon from "./icons/PlasmicIcon__Icon"; // plasmic-import: 6PNxx3YMyDQ/icon
|
|
@@ -133,12 +133,12 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
133
133
|
data-plasmic-root={true}
|
|
134
134
|
data-plasmic-for-node={forNode}
|
|
135
135
|
className={classNames(
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
136
|
+
"all",
|
|
137
|
+
"button",
|
|
138
|
+
"button__47tFX",
|
|
139
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
140
|
+
"plasmic_default_styles",
|
|
141
|
+
"plasmic_mixins",
|
|
142
142
|
styleTokensClassNames,
|
|
143
143
|
sty.root,
|
|
144
144
|
{
|
|
@@ -205,7 +205,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
205
205
|
<div
|
|
206
206
|
data-plasmic-name={"startIconContainer"}
|
|
207
207
|
data-plasmic-override={overrides.startIconContainer}
|
|
208
|
-
className={classNames(
|
|
208
|
+
className={classNames("all", sty.startIconContainer, {
|
|
209
209
|
[sty.startIconContainercolor_blue]: hasVariant(
|
|
210
210
|
$state,
|
|
211
211
|
"color",
|
|
@@ -224,7 +224,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
224
224
|
{renderPlasmicSlot({
|
|
225
225
|
defaultContents: (
|
|
226
226
|
<CheckSvgIcon
|
|
227
|
-
className={classNames(
|
|
227
|
+
className={classNames("all", sty.svg__s6Xxe)}
|
|
228
228
|
role={"img"}
|
|
229
229
|
/>
|
|
230
230
|
),
|
|
@@ -293,7 +293,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
293
293
|
<div
|
|
294
294
|
data-plasmic-name={"contentContainer"}
|
|
295
295
|
data-plasmic-override={overrides.contentContainer}
|
|
296
|
-
className={classNames(
|
|
296
|
+
className={classNames("all", sty.contentContainer, {
|
|
297
297
|
[sty.contentContainer___focusVisibleWithin]:
|
|
298
298
|
triggers.focusVisibleWithin_root,
|
|
299
299
|
[sty.contentContainerisDisabled]: hasVariant(
|
|
@@ -419,7 +419,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
419
419
|
<div
|
|
420
420
|
data-plasmic-name={"endIconContainer"}
|
|
421
421
|
data-plasmic-override={overrides.endIconContainer}
|
|
422
|
-
className={classNames(
|
|
422
|
+
className={classNames("all", sty.endIconContainer, {
|
|
423
423
|
[sty.endIconContainercolor_white]: hasVariant(
|
|
424
424
|
$state,
|
|
425
425
|
"color",
|
|
@@ -440,7 +440,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
440
440
|
{renderPlasmicSlot({
|
|
441
441
|
defaultContents: (
|
|
442
442
|
<IconIcon
|
|
443
|
-
className={classNames(
|
|
443
|
+
className={classNames("all", sty.svg__liJa)}
|
|
444
444
|
role={"img"}
|
|
445
445
|
/>
|
|
446
446
|
),
|
package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx
CHANGED
|
@@ -19,7 +19,7 @@ import { unstable_usePlasmicQueries } from "@plasmicapp/react-web/lib/data-sourc
|
|
|
19
19
|
import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-import: Q23H1_1M_P/component
|
|
20
20
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
21
21
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
22
|
-
import
|
|
22
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
23
23
|
import sty from "./PlasmicDynamicPage.module.css"; // plasmic-import: AO44A-w7hh/css
|
|
24
24
|
|
|
25
25
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -58,7 +58,7 @@ export const serverQueryTree = {
|
|
|
58
58
|
type: "component",
|
|
59
59
|
queries: {
|
|
60
60
|
sha256: {
|
|
61
|
-
id: "custom:krgWtF9Kkesx",
|
|
61
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
62
62
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
63
63
|
console.log("Running SHA-256");
|
|
64
64
|
const data = new TextEncoder().encode($ctx.params.slug);
|
|
@@ -109,17 +109,17 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
109
109
|
const styleTokensClassNames = _useStyleTokens();
|
|
110
110
|
return (
|
|
111
111
|
<React.Fragment>
|
|
112
|
-
<div className={
|
|
112
|
+
<div className={"plasmic_page_wrapper"}>
|
|
113
113
|
<div
|
|
114
114
|
data-plasmic-name={"root"}
|
|
115
115
|
data-plasmic-override={overrides.root}
|
|
116
116
|
data-plasmic-root={true}
|
|
117
117
|
data-plasmic-for-node={forNode}
|
|
118
118
|
className={classNames(
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
"all",
|
|
120
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
121
|
+
"plasmic_default_styles",
|
|
122
|
+
"plasmic_mixins",
|
|
123
123
|
styleTokensClassNames,
|
|
124
124
|
sty.root
|
|
125
125
|
)}
|
|
@@ -127,16 +127,16 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
127
127
|
<section
|
|
128
128
|
data-plasmic-name={"section"}
|
|
129
129
|
data-plasmic-override={overrides.section}
|
|
130
|
-
className={classNames(
|
|
130
|
+
className={classNames("all", sty.section)}
|
|
131
131
|
>
|
|
132
132
|
<h2
|
|
133
133
|
data-plasmic-name={"h2"}
|
|
134
134
|
data-plasmic-override={overrides.h2}
|
|
135
135
|
className={classNames(
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
136
|
+
"all",
|
|
137
|
+
"h2",
|
|
138
|
+
"h2__47tFX",
|
|
139
|
+
"__wab_text",
|
|
140
140
|
sty.h2
|
|
141
141
|
)}
|
|
142
142
|
>
|
|
@@ -146,10 +146,10 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
146
146
|
data-plasmic-name={"span"}
|
|
147
147
|
data-plasmic-override={overrides.span}
|
|
148
148
|
className={classNames(
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
149
|
+
"all",
|
|
150
|
+
"span",
|
|
151
|
+
"span__47tFX",
|
|
152
|
+
"__wab_text",
|
|
153
153
|
sty.span
|
|
154
154
|
)}
|
|
155
155
|
>
|
package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -20,7 +20,7 @@ import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-
|
|
|
20
20
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
21
21
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
22
22
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
23
|
-
import
|
|
23
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
24
24
|
import sty from "./PlasmicHomepage.module.css"; // plasmic-import: 6uuAAE1jiCew/css
|
|
25
25
|
|
|
26
26
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -78,17 +78,17 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
78
78
|
const styleTokensClassNames = _useStyleTokens();
|
|
79
79
|
return (
|
|
80
80
|
<React.Fragment>
|
|
81
|
-
<div className={
|
|
81
|
+
<div className={"plasmic_page_wrapper"}>
|
|
82
82
|
<div
|
|
83
83
|
data-plasmic-name={"root"}
|
|
84
84
|
data-plasmic-override={overrides.root}
|
|
85
85
|
data-plasmic-root={true}
|
|
86
86
|
data-plasmic-for-node={forNode}
|
|
87
87
|
className={classNames(
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
88
|
+
"all",
|
|
89
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
90
|
+
"plasmic_default_styles",
|
|
91
|
+
"plasmic_mixins",
|
|
92
92
|
styleTokensClassNames,
|
|
93
93
|
sty.root
|
|
94
94
|
)}
|
|
@@ -96,16 +96,16 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
96
96
|
<section
|
|
97
97
|
data-plasmic-name={"section"}
|
|
98
98
|
data-plasmic-override={overrides.section}
|
|
99
|
-
className={classNames(
|
|
99
|
+
className={classNames("all", sty.section)}
|
|
100
100
|
>
|
|
101
101
|
<h1
|
|
102
102
|
data-plasmic-name={"h1"}
|
|
103
103
|
data-plasmic-override={overrides.h1}
|
|
104
104
|
className={classNames(
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
105
|
+
"all",
|
|
106
|
+
"h1",
|
|
107
|
+
"h1__47tFX",
|
|
108
|
+
"__wab_text",
|
|
109
109
|
sty.h1
|
|
110
110
|
)}
|
|
111
111
|
>
|
|
@@ -116,11 +116,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
116
116
|
<div
|
|
117
117
|
data-plasmic-name={"text"}
|
|
118
118
|
data-plasmic-override={overrides.text}
|
|
119
|
-
className={classNames(
|
|
120
|
-
projectcss.all,
|
|
121
|
-
projectcss.__wab_text,
|
|
122
|
-
sty.text
|
|
123
|
-
)}
|
|
119
|
+
className={classNames("all", "__wab_text", sty.text)}
|
|
124
120
|
>
|
|
125
121
|
{
|
|
126
122
|
"This project is used by run-cpa.ts in the create-plasmic-app repo.\n\n\nrun-cpa.ts runs create-plasmic-app for many combinations of args (e.g. nextjs + appDir + loader + typescript) to check for changes in generated files. Any changes to this project will result in lots of changes to the generated files. Therefore, please avoid changing this project.\n"
|
|
@@ -18,6 +18,7 @@ import { useDataEnv } from "@plasmicapp/react-web/lib/host";
|
|
|
18
18
|
import Button from "../../Button"; // plasmic-import: TQcvW_pSKi3/component
|
|
19
19
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
20
20
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
21
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
21
22
|
import sty from "./PlasmicRandomDynamicPageButton.module.css"; // plasmic-import: Q23H1_1M_P/css
|
|
22
23
|
|
|
23
24
|
createPlasmicElementProxy;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
// Plasmic Project: 47tFXWjN2C4NyHFGGpaYQ3
|
|
6
6
|
import { createUseStyleTokens } from "@plasmicapp/react-web";
|
|
7
7
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
8
|
-
import
|
|
8
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
9
9
|
|
|
10
10
|
const data = {
|
|
11
|
-
base: `${
|
|
11
|
+
base: `${"plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3"}`,
|
|
12
12
|
varianted: []
|
|
13
13
|
};
|
|
14
14
|
|