@shuriken-ui/tailwind 3.0.0-next.2 → 3.0.0-next.3
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
@@ -19755,7 +19755,7 @@ const defaultConfig = {
|
|
19755
19755
|
},
|
19756
19756
|
background: {
|
19757
19757
|
light: "[#1e293b]",
|
19758
|
-
dark: "[#
|
19758
|
+
dark: "[#4c1d95]"
|
19759
19759
|
},
|
19760
19760
|
size: {
|
19761
19761
|
width: {
|
@@ -19878,8 +19878,8 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
19878
19878
|
/* position start (left) */
|
19879
19879
|
[`[${tooltip}][${position}^='start']::before, [${tooltip}][${position}^='left']::before`]: {
|
19880
19880
|
top: "50%",
|
19881
|
-
|
19882
|
-
|
19881
|
+
borderRightWidth: "0",
|
19882
|
+
borderLeftColor: "currentColor",
|
19883
19883
|
insetInlineStart: "calc(0em - 5px)",
|
19884
19884
|
transform: "translate(-0.5em, -50%)",
|
19885
19885
|
[`@apply text-${config2.background.light}`]: {},
|
@@ -19893,8 +19893,8 @@ const tooltip = plugin__default(({ addComponents, theme }) => {
|
|
19893
19893
|
/* position end (right) */
|
19894
19894
|
[`[${tooltip}][${position}^='end']::before, [${tooltip}][${position}^='right']::before`]: {
|
19895
19895
|
top: "50%",
|
19896
|
-
|
19897
|
-
|
19896
|
+
borderLefttWidth: "0",
|
19897
|
+
borderRightColor: "currentColor",
|
19898
19898
|
insetInlineEnd: "calc(0em - 5px)",
|
19899
19899
|
transform: "translate(0.5em, -50%)",
|
19900
19900
|
[`@apply text-${config2.background.light}`]: {},
|
package/dist/plugins/index.mjs
CHANGED
@@ -19749,7 +19749,7 @@ const defaultConfig = {
|
|
19749
19749
|
},
|
19750
19750
|
background: {
|
19751
19751
|
light: "[#1e293b]",
|
19752
|
-
dark: "[#
|
19752
|
+
dark: "[#4c1d95]"
|
19753
19753
|
},
|
19754
19754
|
size: {
|
19755
19755
|
width: {
|
@@ -19872,8 +19872,8 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
19872
19872
|
/* position start (left) */
|
19873
19873
|
[`[${tooltip}][${position}^='start']::before, [${tooltip}][${position}^='left']::before`]: {
|
19874
19874
|
top: "50%",
|
19875
|
-
|
19876
|
-
|
19875
|
+
borderRightWidth: "0",
|
19876
|
+
borderLeftColor: "currentColor",
|
19877
19877
|
insetInlineStart: "calc(0em - 5px)",
|
19878
19878
|
transform: "translate(-0.5em, -50%)",
|
19879
19879
|
[`@apply text-${config2.background.light}`]: {},
|
@@ -19887,8 +19887,8 @@ const tooltip = plugin(({ addComponents, theme }) => {
|
|
19887
19887
|
/* position end (right) */
|
19888
19888
|
[`[${tooltip}][${position}^='end']::before, [${tooltip}][${position}^='right']::before`]: {
|
19889
19889
|
top: "50%",
|
19890
|
-
|
19891
|
-
|
19890
|
+
borderLefttWidth: "0",
|
19891
|
+
borderRightColor: "currentColor",
|
19892
19892
|
insetInlineEnd: "calc(0em - 5px)",
|
19893
19893
|
transform: "translate(0.5em, -50%)",
|
19894
19894
|
[`@apply text-${config2.background.light}`]: {},
|