@windrun-huaiin/third-ui 6.3.1 → 7.0.0

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.
Files changed (76) hide show
  1. package/package.json +15 -53
  2. package/dist/chunk-45PUPAKX.js +0 -128
  3. package/dist/chunk-45PUPAKX.js.map +0 -1
  4. package/dist/chunk-5BELDGQB.mjs +0 -19
  5. package/dist/chunk-5BELDGQB.mjs.map +0 -1
  6. package/dist/chunk-ECWCWQCD.js +0 -231
  7. package/dist/chunk-ECWCWQCD.js.map +0 -1
  8. package/dist/chunk-EH6BJNHH.mjs +0 -3266
  9. package/dist/chunk-EH6BJNHH.mjs.map +0 -1
  10. package/dist/chunk-ETOMEWHS.mjs +0 -231
  11. package/dist/chunk-ETOMEWHS.mjs.map +0 -1
  12. package/dist/chunk-GPRHQYBI.mjs +0 -2962
  13. package/dist/chunk-GPRHQYBI.mjs.map +0 -1
  14. package/dist/chunk-M4ASGKEP.mjs +0 -128
  15. package/dist/chunk-M4ASGKEP.mjs.map +0 -1
  16. package/dist/chunk-NQKOD34Z.js +0 -2962
  17. package/dist/chunk-NQKOD34Z.js.map +0 -1
  18. package/dist/chunk-OZQO43WJ.js +0 -981
  19. package/dist/chunk-OZQO43WJ.js.map +0 -1
  20. package/dist/chunk-SQFKTU52.mjs +0 -981
  21. package/dist/chunk-SQFKTU52.mjs.map +0 -1
  22. package/dist/chunk-UNJOOO7O.js +0 -101
  23. package/dist/chunk-UNJOOO7O.js.map +0 -1
  24. package/dist/chunk-WWEZQKHX.mjs +0 -103
  25. package/dist/chunk-WWEZQKHX.mjs.map +0 -1
  26. package/dist/chunk-XCKOFS5W.js +0 -3266
  27. package/dist/chunk-XCKOFS5W.js.map +0 -1
  28. package/dist/chunk-ZURRPUFV.js +0 -19
  29. package/dist/chunk-ZURRPUFV.js.map +0 -1
  30. package/dist/clerk/index.d.mts +0 -15
  31. package/dist/clerk/index.d.ts +0 -15
  32. package/dist/clerk/index.js +0 -52
  33. package/dist/clerk/index.js.map +0 -1
  34. package/dist/clerk/index.mjs +0 -52
  35. package/dist/clerk/index.mjs.map +0 -1
  36. package/dist/clerk/server.d.mts +0 -28
  37. package/dist/clerk/server.d.ts +0 -28
  38. package/dist/clerk/server.js +0 -188
  39. package/dist/clerk/server.js.map +0 -1
  40. package/dist/clerk/server.mjs +0 -188
  41. package/dist/clerk/server.mjs.map +0 -1
  42. package/dist/cta.css +0 -16
  43. package/dist/fuma/mdx/index.d.mts +0 -133
  44. package/dist/fuma/mdx/index.d.ts +0 -133
  45. package/dist/fuma/mdx/index.js +0 -40
  46. package/dist/fuma/mdx/index.js.map +0 -1
  47. package/dist/fuma/mdx/index.mjs +0 -40
  48. package/dist/fuma/mdx/index.mjs.map +0 -1
  49. package/dist/fuma/server.d.mts +0 -77
  50. package/dist/fuma/server.d.ts +0 -77
  51. package/dist/fuma/server.js +0 -27481
  52. package/dist/fuma/server.js.map +0 -1
  53. package/dist/fuma/server.mjs +0 -27481
  54. package/dist/fuma/server.mjs.map +0 -1
  55. package/dist/fuma.css +0 -106
  56. package/dist/lib/server.d.mts +0 -4670
  57. package/dist/lib/server.d.ts +0 -4670
  58. package/dist/lib/server.js +0 -152
  59. package/dist/lib/server.js.map +0 -1
  60. package/dist/lib/server.mjs +0 -152
  61. package/dist/lib/server.mjs.map +0 -1
  62. package/dist/main/index.d.mts +0 -198
  63. package/dist/main/index.d.ts +0 -198
  64. package/dist/main/index.js +0 -32
  65. package/dist/main/index.js.map +0 -1
  66. package/dist/main/index.mjs +0 -32
  67. package/dist/main/index.mjs.map +0 -1
  68. package/dist/main/server.d.mts +0 -64
  69. package/dist/main/server.d.ts +0 -64
  70. package/dist/main/server.js +0 -615
  71. package/dist/main/server.js.map +0 -1
  72. package/dist/main/server.mjs +0 -615
  73. package/dist/main/server.mjs.map +0 -1
  74. package/dist/third-ui.css +0 -66
  75. package/dist/toc-base-BC7kXpDU.d.mts +0 -15
  76. package/dist/toc-base-BC7kXpDU.d.ts +0 -15
package/dist/fuma.css DELETED
@@ -1,106 +0,0 @@
1
-
2
- /* Has Banner */
3
- .has-banner header#nd-nav {
4
- top: 2.5rem !important;
5
- }
6
-
7
- /* No Banner */
8
- .no-banner header#nd-nav {
9
- top: 0rem !important;
10
- }
11
-
12
- /* Custome Fuma Steps */
13
- .fd-step::before {
14
- @apply size-5 -start-2.5 rounded-full;
15
- background-color: #000;
16
- color: #fff;
17
- font-size: 0.75rem;
18
- line-height: 1rem;
19
- margin-top: 0.4rem !important;
20
- }
21
- .dark .fd-step::before {
22
- background-color: #fff !important;
23
- color: #000 !important;
24
- }
25
-
26
- /* fuma image-zoom COPY */
27
-
28
- [data-rmiz] {
29
- display: block;
30
- position: relative;
31
- }
32
-
33
- [data-rmiz-ghost] {
34
- pointer-events: none;
35
- position: absolute;
36
- }
37
-
38
- [data-rmiz-btn-zoom],
39
- [data-rmiz-btn-unzoom] {
40
- display: none;
41
- }
42
-
43
- [data-rmiz-content='found'] img {
44
- cursor: zoom-in;
45
- }
46
-
47
- [data-rmiz-modal][open] {
48
- width: 100vw /* fallback */;
49
- width: 100dvw;
50
-
51
- height: 100vh /* fallback */;
52
- height: 100dvh;
53
-
54
- background-color: transparent;
55
- max-width: none;
56
- max-height: none;
57
- margin: 0;
58
- padding: 0;
59
- position: fixed;
60
- overflow: hidden;
61
- }
62
-
63
- [data-rmiz-modal]:focus-visible {
64
- outline: none;
65
- }
66
-
67
- [data-rmiz-modal-overlay] {
68
- transition: background-color 0.3s;
69
- position: absolute;
70
- inset: 0;
71
- }
72
-
73
- [data-rmiz-modal-overlay='hidden'] {
74
- background-color: transparent;
75
- }
76
-
77
- [data-rmiz-modal-content] {
78
- width: 100%;
79
- height: 100%;
80
- position: relative;
81
- }
82
-
83
- [data-rmiz-modal]::backdrop {
84
- display: none;
85
- }
86
-
87
- [data-rmiz-modal-img] {
88
- cursor: zoom-out;
89
- image-rendering: high-quality;
90
- transform-origin: 0 0;
91
- transition: transform 0.3s;
92
- position: absolute;
93
- }
94
-
95
- @media (prefers-reduced-motion: reduce) {
96
- [data-rmiz-modal-overlay],
97
- [data-rmiz-modal-img] {
98
- transition-duration: 0.01ms !important;
99
- }
100
- }
101
-
102
- /* i18n language width */
103
- div[role="dialog"].rounded-lg.border.bg-fd-popover {
104
- min-width: 150px !important;
105
- /* max-width: 150px !important; */
106
- }