@nurix/ui-component-library 1.1.3-stage.78 → 1.1.3-stage.80

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/styles.css CHANGED
@@ -7,6 +7,7 @@
7
7
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
8
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
9
  "Courier New", monospace;
10
+ --color-black: #000;
10
11
  --spacing: 0.25rem;
11
12
  --container-sm: 24rem;
12
13
  --text-xs: 0.75rem;
@@ -279,6 +280,9 @@
279
280
  .lego-land .w-5 {
280
281
  width: calc(var(--spacing) * 5);
281
282
  }
283
+ .lego-land .w-9 {
284
+ width: calc(var(--spacing) * 9);
285
+ }
282
286
  .lego-land .w-10 {
283
287
  width: calc(var(--spacing) * 10);
284
288
  }
@@ -360,8 +364,8 @@
360
364
  border-style: var(--tw-border-style);
361
365
  border-width: 1px;
362
366
  }
363
- .lego-land .border-input {
364
- border-color: hsl(var(--input));
367
+ .lego-land .border-border {
368
+ border-color: hsl(var(--border));
365
369
  }
366
370
  .lego-land .border-ring {
367
371
  border-color: hsl(var(--ring));
@@ -372,9 +376,6 @@
372
376
  .lego-land .bg-\[var\(--neutral-200\)\] {
373
377
  background-color: var(--neutral-200);
374
378
  }
375
- .lego-land .bg-background {
376
- background-color: hsl(var(--background));
377
- }
378
379
  .lego-land .bg-card {
379
380
  background-color: hsl(var(--card));
380
381
  }
@@ -463,9 +464,6 @@
463
464
  .lego-land .text-secondary-foreground {
464
465
  color: hsl(var(--secondary-foreground));
465
466
  }
466
- .lego-land .underline-offset-4 {
467
- text-underline-offset: 4px;
468
- }
469
467
  .lego-land .opacity-50 {
470
468
  opacity: 50%;
471
469
  }
@@ -518,59 +516,88 @@
518
516
  color: hsl(var(--muted-foreground));
519
517
  }
520
518
  }
521
- .lego-land .focus-within\:border-ring {
522
- .lego-land &:focus-within {
523
- border-color: hsl(var(--ring));
519
+ .lego-land .after\:pointer-events-none {
520
+ .lego-land &::after {
521
+ content: var(--tw-content);
522
+ pointer-events: none;
524
523
  }
525
524
  }
526
- .lego-land .hover\:bg-accent {
527
- .lego-land &:hover {
528
- @media (hover: hover) {
529
- background-color: hsl(var(--accent));
530
- }
525
+ .lego-land .after\:absolute {
526
+ .lego-land &::after {
527
+ content: var(--tw-content);
528
+ position: absolute;
531
529
  }
532
530
  }
533
- .lego-land .hover\:bg-destructive\/90 {
534
- .lego-land &:hover {
535
- @media (hover: hover) {
536
- background-color: hsl(var(--destructive));
537
- @supports (color: color-mix(in lab, red, red)) {
538
- background-color: color-mix(in oklab, hsl(var(--destructive)) 90%, transparent);
539
- }
540
- }
531
+ .lego-land .after\:inset-0 {
532
+ .lego-land &::after {
533
+ content: var(--tw-content);
534
+ inset: calc(var(--spacing) * 0);
541
535
  }
542
536
  }
543
- .lego-land .hover\:bg-primary\/90 {
544
- .lego-land &:hover {
545
- @media (hover: hover) {
546
- background-color: hsl(var(--primary));
547
- @supports (color: color-mix(in lab, red, red)) {
548
- background-color: color-mix(in oklab, hsl(var(--primary)) 90%, transparent);
549
- }
537
+ .lego-land .after\:rounded-\[inherit\] {
538
+ .lego-land &::after {
539
+ content: var(--tw-content);
540
+ border-radius: inherit;
541
+ }
542
+ }
543
+ .lego-land .after\:bg-black\/10 {
544
+ .lego-land &::after {
545
+ content: var(--tw-content);
546
+ background-color: color-mix(in srgb, #000 10%, transparent);
547
+ @supports (color: color-mix(in lab, red, red)) {
548
+ background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
550
549
  }
551
550
  }
552
551
  }
553
- .lego-land .hover\:bg-secondary\/80 {
552
+ .lego-land .after\:opacity-0 {
553
+ .lego-land &::after {
554
+ content: var(--tw-content);
555
+ opacity: 0%;
556
+ }
557
+ }
558
+ .lego-land .after\:transition-opacity {
559
+ .lego-land &::after {
560
+ content: var(--tw-content);
561
+ transition-property: opacity;
562
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
563
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
564
+ }
565
+ }
566
+ .lego-land .after\:content-\[\'\'\] {
567
+ .lego-land &::after {
568
+ --tw-content: '';
569
+ content: var(--tw-content);
570
+ }
571
+ }
572
+ .lego-land .focus-within\:border-ring {
573
+ .lego-land &:focus-within {
574
+ border-color: hsl(var(--ring));
575
+ }
576
+ }
577
+ .lego-land .hover\:bg-foreground\/5 {
554
578
  .lego-land &:hover {
555
579
  @media (hover: hover) {
556
- background-color: hsl(var(--secondary));
580
+ background-color: hsl(var(--foreground));
557
581
  @supports (color: color-mix(in lab, red, red)) {
558
- background-color: color-mix(in oklab, hsl(var(--secondary)) 80%, transparent);
582
+ background-color: color-mix(in oklab, hsl(var(--foreground)) 5%, transparent);
559
583
  }
560
584
  }
561
585
  }
562
586
  }
563
- .lego-land .hover\:text-accent-foreground {
587
+ .lego-land .hover\:text-primary {
564
588
  .lego-land &:hover {
565
589
  @media (hover: hover) {
566
- color: hsl(var(--accent-foreground));
590
+ color: hsl(var(--primary));
567
591
  }
568
592
  }
569
593
  }
570
- .lego-land .hover\:underline {
594
+ .lego-land .hover\:after\:opacity-100 {
571
595
  .lego-land &:hover {
572
596
  @media (hover: hover) {
573
- text-decoration-line: underline;
597
+ &::after {
598
+ content: var(--tw-content);
599
+ opacity: 100%;
600
+ }
574
601
  }
575
602
  }
576
603
  }
@@ -591,6 +618,11 @@
591
618
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
592
619
  }
593
620
  }
621
+ .lego-land .focus-visible\:ring-offset-background {
622
+ .lego-land &:focus-visible {
623
+ --tw-ring-offset-color: hsl(var(--background));
624
+ }
625
+ }
594
626
  .lego-land .focus-visible\:outline-none {
595
627
  .lego-land &:focus-visible {
596
628
  --tw-outline-style: none;
@@ -607,6 +639,36 @@
607
639
  cursor: not-allowed;
608
640
  }
609
641
  }
642
+ .lego-land .disabled\:border-\[\#b2b2b2\] {
643
+ .lego-land &:disabled {
644
+ border-color: #b2b2b2;
645
+ }
646
+ }
647
+ .lego-land .disabled\:bg-muted-foreground {
648
+ .lego-land &:disabled {
649
+ background-color: hsl(var(--muted-foreground));
650
+ }
651
+ }
652
+ .lego-land .disabled\:text-\[\#b2b2b2\] {
653
+ .lego-land &:disabled {
654
+ color: #b2b2b2;
655
+ }
656
+ }
657
+ .lego-land .disabled\:text-background {
658
+ .lego-land &:disabled {
659
+ color: hsl(var(--background));
660
+ }
661
+ }
662
+ .lego-land .disabled\:text-muted-foreground {
663
+ .lego-land &:disabled {
664
+ color: hsl(var(--muted-foreground));
665
+ }
666
+ }
667
+ .lego-land .disabled\:text-secondary {
668
+ .lego-land &:disabled {
669
+ color: hsl(var(--secondary));
670
+ }
671
+ }
610
672
  .lego-land .disabled\:opacity-50 {
611
673
  .lego-land &:disabled {
612
674
  opacity: 50%;
@@ -617,6 +679,16 @@
617
679
  opacity: 100%;
618
680
  }
619
681
  }
682
+ .lego-land .\[\&\>svg\]\:h-4 {
683
+ .lego-land &>svg {
684
+ height: calc(var(--spacing) * 4);
685
+ }
686
+ }
687
+ .lego-land .\[\&\>svg\]\:w-4 {
688
+ .lego-land &>svg {
689
+ width: calc(var(--spacing) * 4);
690
+ }
691
+ }
620
692
  }
621
693
  .lego-land {
622
694
  --background: 0 0% 100%;
@@ -747,6 +819,11 @@
747
819
  inherits: false;
748
820
  initial-value: solid;
749
821
  }
822
+ @property --tw-content {
823
+ syntax: "*";
824
+ initial-value: "";
825
+ inherits: false;
826
+ }
750
827
  @layer properties {
751
828
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
752
829
  .lego-land *, .lego-land ::before, .lego-land ::after, .lego-land ::backdrop {
@@ -772,6 +849,7 @@
772
849
  --tw-ring-offset-color: #fff;
773
850
  --tw-ring-offset-shadow: 0 0 #0000;
774
851
  --tw-outline-style: solid;
852
+ --tw-content: "";
775
853
  }
776
854
  }
777
855
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nurix/ui-component-library",
3
- "version": "1.1.3-stage.78",
3
+ "version": "1.1.3-stage.80",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",