@homlista-devs/ui 1.6.5 → 1.6.7
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 +25 -8
- package/dist/base.css +1373 -0
- package/dist/design-system.cjs.js +2 -2
- package/dist/design-system.cjs.js.map +1 -1
- package/dist/design-system.es.js +399 -398
- package/dist/design-system.es.js.map +1 -1
- package/dist/index.css +9 -30
- package/dist/precompiled.css +3644 -0
- package/dist/styles.css +1373 -0
- package/dist/tokens.css +387 -0
- package/dist/types/widgets/header/index.d.ts +1 -1
- package/dist/types/widgets/header/index.d.ts.map +1 -1
- package/dist/types/widgets/header/model/index.d.ts +1 -1
- package/dist/types/widgets/header/model/index.d.ts.map +1 -1
- package/dist/types/widgets/header/model/types.d.ts +22 -0
- package/dist/types/widgets/header/model/types.d.ts.map +1 -1
- package/dist/types/widgets/header/ui/header.d.ts.map +1 -1
- package/package.json +15 -5
package/dist/index.css
CHANGED
|
@@ -2441,8 +2441,7 @@
|
|
|
2441
2441
|
--radius-3xl: 1.5rem;
|
|
2442
2442
|
--radius-full: 9999px;
|
|
2443
2443
|
}
|
|
2444
|
-
.dark,
|
|
2445
|
-
[data-theme="dark"] {
|
|
2444
|
+
.dark, [data-theme="dark"] {
|
|
2446
2445
|
--background: 222.2 84% 4.9%;
|
|
2447
2446
|
--background-secondary: 222.2 84% 6%;
|
|
2448
2447
|
--background-tertiary: 222.2 84% 8%;
|
|
@@ -2713,9 +2712,7 @@
|
|
|
2713
2712
|
--ring: 221.2 83.2% 53.3%;
|
|
2714
2713
|
}
|
|
2715
2714
|
@layer base {
|
|
2716
|
-
*,
|
|
2717
|
-
*::before,
|
|
2718
|
-
*::after {
|
|
2715
|
+
*, *::before, *::after {
|
|
2719
2716
|
box-sizing: border-box;
|
|
2720
2717
|
}
|
|
2721
2718
|
* {
|
|
@@ -2735,19 +2732,11 @@
|
|
|
2735
2732
|
:focus:not(:focus-visible) {
|
|
2736
2733
|
outline: none;
|
|
2737
2734
|
}
|
|
2738
|
-
img,
|
|
2739
|
-
picture,
|
|
2740
|
-
video,
|
|
2741
|
-
canvas,
|
|
2742
|
-
svg {
|
|
2735
|
+
img, picture, video, canvas, svg {
|
|
2743
2736
|
display: block;
|
|
2744
2737
|
max-width: 100%;
|
|
2745
2738
|
}
|
|
2746
|
-
input,
|
|
2747
|
-
button,
|
|
2748
|
-
select,
|
|
2749
|
-
optgroup,
|
|
2750
|
-
textarea {
|
|
2739
|
+
input, button, select, optgroup, textarea {
|
|
2751
2740
|
font-family: inherit;
|
|
2752
2741
|
font-size: 100%;
|
|
2753
2742
|
line-height: 1.15;
|
|
@@ -2757,10 +2746,7 @@
|
|
|
2757
2746
|
-webkit-appearance: textfield;
|
|
2758
2747
|
outline-offset: -2px;
|
|
2759
2748
|
}
|
|
2760
|
-
input[type="search"]::-webkit-search-decoration,
|
|
2761
|
-
input[type="search"]::-webkit-search-cancel-button,
|
|
2762
|
-
input[type="search"]::-webkit-search-results-button,
|
|
2763
|
-
input[type="search"]::-webkit-search-results-decoration {
|
|
2749
|
+
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
|
|
2764
2750
|
-webkit-appearance: none;
|
|
2765
2751
|
}
|
|
2766
2752
|
button {
|
|
@@ -2775,18 +2761,13 @@
|
|
|
2775
2761
|
-moz-osx-font-smoothing: grayscale;
|
|
2776
2762
|
font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
|
|
2777
2763
|
}
|
|
2778
|
-
ol,
|
|
2779
|
-
ul {
|
|
2764
|
+
ol, ul {
|
|
2780
2765
|
list-style: none;
|
|
2781
2766
|
}
|
|
2782
|
-
blockquote,
|
|
2783
|
-
q {
|
|
2767
|
+
blockquote, q {
|
|
2784
2768
|
quotes: none;
|
|
2785
2769
|
}
|
|
2786
|
-
blockquote::before,
|
|
2787
|
-
blockquote::after,
|
|
2788
|
-
q::before,
|
|
2789
|
-
q::after {
|
|
2770
|
+
blockquote::before, blockquote::after, q::before, q::after {
|
|
2790
2771
|
content: '';
|
|
2791
2772
|
content: none;
|
|
2792
2773
|
}
|
|
@@ -3163,9 +3144,7 @@
|
|
|
3163
3144
|
}
|
|
3164
3145
|
}
|
|
3165
3146
|
@media (prefers-reduced-motion: reduce) {
|
|
3166
|
-
*,
|
|
3167
|
-
*::before,
|
|
3168
|
-
*::after {
|
|
3147
|
+
*, *::before, *::after {
|
|
3169
3148
|
animation-duration: 0.01ms !important;
|
|
3170
3149
|
animation-iteration-count: 1 !important;
|
|
3171
3150
|
transition-duration: 0.01ms !important;
|