@salla.sa/twilight-tailwind-theme 1.0.37 → 1.0.39

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.
Files changed (2) hide show
  1. package/index.js +16 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8,13 +8,28 @@ module.exports = require('tailwindcss/plugin').withOptions(() => {
8
8
  '.error' : {},
9
9
  '.search-box' : {},
10
10
  '.spinner-loader-wrap': {},
11
+ // '.me-3' : {},
12
+ // '.ms-3' : {},
13
+ // '.pe-4' : {},
14
+ // '.ps-5' : {},
15
+ // '.space-s-3' : {},
16
+ // '.end-4' : {},
17
+
18
+ '.has-error' : {'@apply border-red-400 focus:border-red-500': {}},
19
+ '.rounded-icon' : {'@apply w-16 h-16 flex justify-center items-center rounded-full text-3xl': {}},
20
+ '.form-input' : {'@apply w-full h-10 transition-colors duration-300 focus:ring-transparent focus:border-primary dark:focus:border-primary sm:text-sm border-border-color dark:bg-gray-600 dark:border-gray-600 rounded-md': {}},
21
+ '.btn' : {'@apply transition duration-300 flex-1 inline-flex justify-center items-center px-6 pb-2.5 pt-2 text-sm font-bold rounded-md hover:opacity-80 whitespace-nowrap': {}},
22
+ '.btn-primary' : {'@apply text-primary-reverse border border-primary bg-primary': {}},
23
+ '.btn-danger' : {'@apply bg-theme-red text-white hover:opacity-80': {}},
24
+ '.btn-outline' : {'@apply text-gray-400 bg-white shadow-sm hover:text-gray-600 border border-border-color': {}},
25
+ '.btn-outline-primary': {'@apply border border-primary text-primary hover:bg-primary hover:text-reverse': {}},
11
26
  });
12
27
 
13
28
  // todo :: move it to global
14
29
  addUtilities({
15
30
  '.spinner-loader': {
16
31
  'border-right-color': 'var(--color-main) !important',
17
- '&.reverse': {
32
+ '&.reverse' : {
18
33
  'border-right-color': '#9f7171 !important',
19
34
  'background-color' : '#f98181'
20
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salla.sa/twilight-tailwind-theme",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Salla twilight",