@shuriken-ui/tailwind 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -14142,7 +14142,7 @@ const defaultConfig$k = {
14142
14142
  }
14143
14143
  },
14144
14144
  link: {
14145
- padding: "1",
14145
+ padding: "4",
14146
14146
  size: "10",
14147
14147
  font: {
14148
14148
  family: "sans",
@@ -14302,7 +14302,7 @@ const pagination = plugin__default(({ addComponents, theme }) => {
14302
14302
  //Buttons:button
14303
14303
  ".nui-pagination-button": {
14304
14304
  //Base
14305
- "@apply flex h-10 w-full items-center justify-center md:w-10": {},
14305
+ "@apply nui-focus flex h-10 w-full items-center justify-center md:w-10": {},
14306
14306
  //Font
14307
14307
  [`@apply font-${config2.buttons.button.font.family} text-${config2.buttons.button.font.size}`]: {},
14308
14308
  //Color
@@ -14326,9 +14326,9 @@ const pagination = plugin__default(({ addComponents, theme }) => {
14326
14326
  //Pagination:link
14327
14327
  ".nui-pagination-link": {
14328
14328
  //Base
14329
- "@apply flex items-center justify-center mb-4 md:mb-0 inline-flex flex-wrap gap-2 md:gap-1": {},
14329
+ "@apply nui-focus flex items-center justify-center mb-0 inline-flex flex-wrap gap-2 md:gap-1": {},
14330
14330
  //Size
14331
- [`@apply h-${config2.link.size} w-${config2.link.size} p-${config2.link.padding}`]: {},
14331
+ [`@apply h-${config2.link.size} px-${config2.link.padding}`]: {},
14332
14332
  //Font
14333
14333
  [`@apply font-${config2.link.font.family} text-${config2.link.font.size}`]: {},
14334
14334
  //Background
@@ -14391,7 +14391,7 @@ const pagination = plugin__default(({ addComponents, theme }) => {
14391
14391
  //Pagination:ellipsis
14392
14392
  ".nui-pagination-ellipsis": {
14393
14393
  //Base
14394
- [`@apply flex h-${config2.ellipsis.size} w-${config2.ellipsis.size} items-center justify-center`]: {},
14394
+ [`@apply select-none flex h-${config2.ellipsis.size} w-${config2.ellipsis.size} items-center justify-center`]: {},
14395
14395
  //Font
14396
14396
  [`@apply font-${config2.ellipsis.font.family} text-${config2.ellipsis.font.size}`]: {},
14397
14397
  //Color
@@ -14136,7 +14136,7 @@ const defaultConfig$k = {
14136
14136
  }
14137
14137
  },
14138
14138
  link: {
14139
- padding: "1",
14139
+ padding: "4",
14140
14140
  size: "10",
14141
14141
  font: {
14142
14142
  family: "sans",
@@ -14296,7 +14296,7 @@ const pagination = plugin(({ addComponents, theme }) => {
14296
14296
  //Buttons:button
14297
14297
  ".nui-pagination-button": {
14298
14298
  //Base
14299
- "@apply flex h-10 w-full items-center justify-center md:w-10": {},
14299
+ "@apply nui-focus flex h-10 w-full items-center justify-center md:w-10": {},
14300
14300
  //Font
14301
14301
  [`@apply font-${config2.buttons.button.font.family} text-${config2.buttons.button.font.size}`]: {},
14302
14302
  //Color
@@ -14320,9 +14320,9 @@ const pagination = plugin(({ addComponents, theme }) => {
14320
14320
  //Pagination:link
14321
14321
  ".nui-pagination-link": {
14322
14322
  //Base
14323
- "@apply flex items-center justify-center mb-4 md:mb-0 inline-flex flex-wrap gap-2 md:gap-1": {},
14323
+ "@apply nui-focus flex items-center justify-center mb-0 inline-flex flex-wrap gap-2 md:gap-1": {},
14324
14324
  //Size
14325
- [`@apply h-${config2.link.size} w-${config2.link.size} p-${config2.link.padding}`]: {},
14325
+ [`@apply h-${config2.link.size} px-${config2.link.padding}`]: {},
14326
14326
  //Font
14327
14327
  [`@apply font-${config2.link.font.family} text-${config2.link.font.size}`]: {},
14328
14328
  //Background
@@ -14385,7 +14385,7 @@ const pagination = plugin(({ addComponents, theme }) => {
14385
14385
  //Pagination:ellipsis
14386
14386
  ".nui-pagination-ellipsis": {
14387
14387
  //Base
14388
- [`@apply flex h-${config2.ellipsis.size} w-${config2.ellipsis.size} items-center justify-center`]: {},
14388
+ [`@apply select-none flex h-${config2.ellipsis.size} w-${config2.ellipsis.size} items-center justify-center`]: {},
14389
14389
  //Font
14390
14390
  [`@apply font-${config2.ellipsis.font.family} text-${config2.ellipsis.font.size}`]: {},
14391
14391
  //Color
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",