@shuriken-ui/tailwind 3.0.0-next.1 → 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 +9 -9
- package/dist/plugins/index.mjs +9 -9
- package/package.json +1 -1
package/dist/plugins/index.cjs
CHANGED
|
@@ -7618,7 +7618,7 @@ const defaultConfig$z = {
|
|
|
7618
7618
|
light: {
|
|
7619
7619
|
background: {
|
|
7620
7620
|
light: "white",
|
|
7621
|
-
dark: "muted-
|
|
7621
|
+
dark: "muted-700"
|
|
7622
7622
|
},
|
|
7623
7623
|
font: {
|
|
7624
7624
|
color: {
|
|
@@ -7745,7 +7745,7 @@ const defaultConfig$z = {
|
|
|
7745
7745
|
font: {
|
|
7746
7746
|
color: {
|
|
7747
7747
|
light: "muted-800",
|
|
7748
|
-
dark: "muted-
|
|
7748
|
+
dark: "muted-300"
|
|
7749
7749
|
}
|
|
7750
7750
|
}
|
|
7751
7751
|
},
|
|
@@ -7757,7 +7757,7 @@ const defaultConfig$z = {
|
|
|
7757
7757
|
font: {
|
|
7758
7758
|
color: {
|
|
7759
7759
|
light: "muted-800",
|
|
7760
|
-
dark: "muted-
|
|
7760
|
+
dark: "muted-100"
|
|
7761
7761
|
}
|
|
7762
7762
|
}
|
|
7763
7763
|
},
|
|
@@ -7879,7 +7879,7 @@ const defaultConfig$z = {
|
|
|
7879
7879
|
font: {
|
|
7880
7880
|
color: {
|
|
7881
7881
|
light: "muted-800",
|
|
7882
|
-
dark: "muted-
|
|
7882
|
+
dark: "muted-400"
|
|
7883
7883
|
}
|
|
7884
7884
|
}
|
|
7885
7885
|
},
|
|
@@ -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
|
@@ -7612,7 +7612,7 @@ const defaultConfig$z = {
|
|
|
7612
7612
|
light: {
|
|
7613
7613
|
background: {
|
|
7614
7614
|
light: "white",
|
|
7615
|
-
dark: "muted-
|
|
7615
|
+
dark: "muted-700"
|
|
7616
7616
|
},
|
|
7617
7617
|
font: {
|
|
7618
7618
|
color: {
|
|
@@ -7739,7 +7739,7 @@ const defaultConfig$z = {
|
|
|
7739
7739
|
font: {
|
|
7740
7740
|
color: {
|
|
7741
7741
|
light: "muted-800",
|
|
7742
|
-
dark: "muted-
|
|
7742
|
+
dark: "muted-300"
|
|
7743
7743
|
}
|
|
7744
7744
|
}
|
|
7745
7745
|
},
|
|
@@ -7751,7 +7751,7 @@ const defaultConfig$z = {
|
|
|
7751
7751
|
font: {
|
|
7752
7752
|
color: {
|
|
7753
7753
|
light: "muted-800",
|
|
7754
|
-
dark: "muted-
|
|
7754
|
+
dark: "muted-100"
|
|
7755
7755
|
}
|
|
7756
7756
|
}
|
|
7757
7757
|
},
|
|
@@ -7873,7 +7873,7 @@ const defaultConfig$z = {
|
|
|
7873
7873
|
font: {
|
|
7874
7874
|
color: {
|
|
7875
7875
|
light: "muted-800",
|
|
7876
|
-
dark: "muted-
|
|
7876
|
+
dark: "muted-400"
|
|
7877
7877
|
}
|
|
7878
7878
|
}
|
|
7879
7879
|
},
|
|
@@ -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}`]: {},
|