@shuriken-ui/tailwind 3.0.0-next.4 → 3.0.0-next.6
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/plugins/index.cjs +5 -5
- package/dist/plugins/index.mjs +5 -5
- package/package.json +1 -1
package/dist/plugins/index.cjs
CHANGED
|
@@ -19827,7 +19827,7 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
|
19827
19827
|
zIndex: "1000",
|
|
19828
19828
|
[`@apply font-${config2.font.family} text-xs shadow-lg`]: {},
|
|
19829
19829
|
[`@apply text-${config2.font.color.light} dark:text-${config2.font.color.light}`]: {},
|
|
19830
|
-
[`@apply bg-${config2.background.light} dark
|
|
19830
|
+
[`@apply !bg-${config2.background.light} dark:!bg-${config2.background.dark}`]: {}
|
|
19831
19831
|
},
|
|
19832
19832
|
[`[${tooltip}]:hover::before, [${tooltip}]:hover::after, [${tooltip}]:focus-visible::before, [${tooltip}]:focus-visible::after`]: {
|
|
19833
19833
|
display: "block"
|
|
@@ -19840,7 +19840,7 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
|
19840
19840
|
bottom: "calc(100% + 8px)",
|
|
19841
19841
|
borderBottomWidth: "0",
|
|
19842
19842
|
borderTopColor: "currentColor",
|
|
19843
|
-
[`@apply text-${config2.background.light} dark
|
|
19843
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.light}`]: {}
|
|
19844
19844
|
},
|
|
19845
19845
|
[`[${tooltip}]:not([${position}])::after, [${tooltip}][${position}^='up']::after`]: {
|
|
19846
19846
|
bottom: "calc(100% + 13px)"
|
|
@@ -19855,7 +19855,7 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
|
19855
19855
|
top: "100%",
|
|
19856
19856
|
borderTopWidth: "0",
|
|
19857
19857
|
borderBottomColor: "currentColor",
|
|
19858
|
-
[`@apply text-${config2.background.light} dark
|
|
19858
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.dark}`]: {}
|
|
19859
19859
|
},
|
|
19860
19860
|
[`[${tooltip}][${position}^='down']::after`]: {
|
|
19861
19861
|
top: "calc(100% + 5px)"
|
|
@@ -19872,7 +19872,7 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
|
19872
19872
|
borderLeftColor: "currentColor",
|
|
19873
19873
|
insetInlineStart: "calc(0em - 5px)",
|
|
19874
19874
|
transform: "translate(-0.5em, -50%)",
|
|
19875
|
-
[`@apply text-${config2.background.light} dark
|
|
19875
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.dark}`]: {}
|
|
19876
19876
|
},
|
|
19877
19877
|
[`[${tooltip}][${position}^='start']::after, [${tooltip}][${position}^='left']::after`]: {
|
|
19878
19878
|
top: "50%",
|
|
@@ -19886,7 +19886,7 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
|
19886
19886
|
borderRightColor: "currentColor",
|
|
19887
19887
|
insetInlineEnd: "calc(0em - 5px)",
|
|
19888
19888
|
transform: "translate(0.5em, -50%)",
|
|
19889
|
-
[`@apply text-${config2.background.light} dark
|
|
19889
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.dark}`]: {}
|
|
19890
19890
|
},
|
|
19891
19891
|
[`[${tooltip}][${position}^='end']::after, [${tooltip}][${position}^='right']::after`]: {
|
|
19892
19892
|
top: "50%",
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -19821,7 +19821,7 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
|
19821
19821
|
zIndex: "1000",
|
|
19822
19822
|
[`@apply font-${config2.font.family} text-xs shadow-lg`]: {},
|
|
19823
19823
|
[`@apply text-${config2.font.color.light} dark:text-${config2.font.color.light}`]: {},
|
|
19824
|
-
[`@apply bg-${config2.background.light} dark
|
|
19824
|
+
[`@apply !bg-${config2.background.light} dark:!bg-${config2.background.dark}`]: {}
|
|
19825
19825
|
},
|
|
19826
19826
|
[`[${tooltip}]:hover::before, [${tooltip}]:hover::after, [${tooltip}]:focus-visible::before, [${tooltip}]:focus-visible::after`]: {
|
|
19827
19827
|
display: "block"
|
|
@@ -19834,7 +19834,7 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
|
19834
19834
|
bottom: "calc(100% + 8px)",
|
|
19835
19835
|
borderBottomWidth: "0",
|
|
19836
19836
|
borderTopColor: "currentColor",
|
|
19837
|
-
[`@apply text-${config2.background.light} dark
|
|
19837
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.light}`]: {}
|
|
19838
19838
|
},
|
|
19839
19839
|
[`[${tooltip}]:not([${position}])::after, [${tooltip}][${position}^='up']::after`]: {
|
|
19840
19840
|
bottom: "calc(100% + 13px)"
|
|
@@ -19849,7 +19849,7 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
|
19849
19849
|
top: "100%",
|
|
19850
19850
|
borderTopWidth: "0",
|
|
19851
19851
|
borderBottomColor: "currentColor",
|
|
19852
|
-
[`@apply text-${config2.background.light} dark
|
|
19852
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.dark}`]: {}
|
|
19853
19853
|
},
|
|
19854
19854
|
[`[${tooltip}][${position}^='down']::after`]: {
|
|
19855
19855
|
top: "calc(100% + 5px)"
|
|
@@ -19866,7 +19866,7 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
|
19866
19866
|
borderLeftColor: "currentColor",
|
|
19867
19867
|
insetInlineStart: "calc(0em - 5px)",
|
|
19868
19868
|
transform: "translate(-0.5em, -50%)",
|
|
19869
|
-
[`@apply text-${config2.background.light} dark
|
|
19869
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.dark}`]: {}
|
|
19870
19870
|
},
|
|
19871
19871
|
[`[${tooltip}][${position}^='start']::after, [${tooltip}][${position}^='left']::after`]: {
|
|
19872
19872
|
top: "50%",
|
|
@@ -19880,7 +19880,7 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
|
19880
19880
|
borderRightColor: "currentColor",
|
|
19881
19881
|
insetInlineEnd: "calc(0em - 5px)",
|
|
19882
19882
|
transform: "translate(0.5em, -50%)",
|
|
19883
|
-
[`@apply text-${config2.background.light} dark
|
|
19883
|
+
[`@apply !text-${config2.background.light} dark:!text-${config2.background.dark}`]: {}
|
|
19884
19884
|
},
|
|
19885
19885
|
[`[${tooltip}][${position}^='end']::after, [${tooltip}][${position}^='right']::after`]: {
|
|
19886
19886
|
top: "50%",
|