@mekari/pixel3-theme 0.0.6-dev.1 → 0.0.6-dev.2

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/index.js CHANGED
@@ -3103,30 +3103,27 @@ var borders = import_dev34.defineTokens.borders({
3103
3103
  var import_dev35 = require("@pandacss/dev");
3104
3104
  var colors = import_dev35.defineTokens.colors({
3105
3105
  currentcolor: {
3106
- value: "currentcolor",
3107
- description: "Need to add this for Icon usage"
3106
+ value: "currentcolor"
3108
3107
  },
3109
- dark: { value: "#232933", description: "Default or primary text color" },
3108
+ dark: { value: "#232933" },
3110
3109
  white: {
3111
- value: "#FFFFFF",
3112
- description: "Background color in components such as Card, Modal, and Popover"
3110
+ value: "#FFFFFF"
3113
3111
  },
3114
- background: { value: "#F1F5F9", description: "For use as background page" },
3112
+ background: { value: "#F1F5F9" },
3115
3113
  overlay: {
3116
- value: "rgba(22, 26, 32, 0.8)",
3117
- description: "For use as overlay"
3114
+ value: "rgba(22, 26, 32, 0.8)"
3118
3115
  },
3119
3116
  brand: {
3120
- capital: { value: "#2F5573", description: "Mekari Capital" },
3121
- esign: { value: "#00C853", description: "Mekari e-Sign" },
3122
- expense: { value: "#183883", description: "Mekari Expense" },
3123
- flex: { value: "#7C4DFF", description: "Mekari Flex" },
3124
- jurnal: { value: "#40C3FF", description: "Mekari Jurnal" },
3125
- klikpajak: { value: "#FF9100", description: "Mekari Klikpajak" },
3126
- mekari: { value: "#651FFF", description: "Mekari" },
3127
- qontak: { value: "#2979FF", description: "Mekari Qontak" },
3128
- talenta: { value: "#F22929", description: "Mekari Talenta" },
3129
- university: { value: "#448AFF", description: "Mekari University" }
3117
+ capital: { value: "#2F5573" },
3118
+ esign: { value: "#00C853" },
3119
+ expense: { value: "#183883" },
3120
+ flex: { value: "#7C4DFF" },
3121
+ jurnal: { value: "#40C3FF" },
3122
+ klikpajak: { value: "#FF9100" },
3123
+ mekari: { value: "#651FFF" },
3124
+ qontak: { value: "#2979FF" },
3125
+ talenta: { value: "#F22929" },
3126
+ university: { value: "#448AFF" }
3130
3127
  },
3131
3128
  whiteAlpha: {
3132
3129
  50: { value: "rgba(255, 255, 255, 0.04)" },
@@ -3154,21 +3151,17 @@ var colors = import_dev35.defineTokens.colors({
3154
3151
  },
3155
3152
  gray: {
3156
3153
  25: {
3157
- value: "#F8F9FB",
3158
- description: "Background color in table header component"
3154
+ value: "#F8F9FB"
3159
3155
  },
3160
3156
  50: {
3161
- value: "#EDF0F2",
3162
- description: "Disabled background color in components such as Input and Select backgrounds"
3157
+ value: "#EDF0F2"
3163
3158
  },
3164
- 100: { value: "#D0D6DD", description: "Default stroke color or divider" },
3159
+ 100: { value: "#D0D6DD" },
3165
3160
  400: {
3166
- value: "#8B95A5",
3167
- description: "Disabled and placeholder text color, icon or in components such as hover state Input, Select and stroke in Popover"
3161
+ value: "#8B95A5"
3168
3162
  },
3169
3163
  600: {
3170
- value: "#626B79",
3171
- description: "Description text color and default color for outline icon"
3164
+ value: "#626B79"
3172
3165
  }
3173
3166
  },
3174
3167
  blue: {
@@ -3274,11 +3267,11 @@ var opacity = import_dev37.defineTokens.opacity({
3274
3267
  var import_dev38 = require("@pandacss/dev");
3275
3268
  var radii = import_dev38.defineTokens.radii({
3276
3269
  none: { value: "0" },
3277
- xs: { value: "0.125rem", description: "2px" },
3278
- sm: { value: "0.25rem", description: "4px" },
3279
- md: { value: "0.375rem", description: "6px" },
3280
- lg: { value: "0.5rem", description: "8px" },
3281
- xl: { value: "0.75rem", description: "12px" },
3270
+ xs: { value: "0.125rem" },
3271
+ sm: { value: "0.25rem" },
3272
+ md: { value: "0.375rem" },
3273
+ lg: { value: "0.5rem" },
3274
+ xl: { value: "0.75rem" },
3282
3275
  full: { value: "50%" }
3283
3276
  });
3284
3277
 
@@ -3326,30 +3319,29 @@ var shadows = import_dev39.defineTokens.shadows({
3326
3319
  // src/tokens/sizes.ts
3327
3320
  var import_dev40 = require("@pandacss/dev");
3328
3321
  var sizes = import_dev40.defineTokens.sizes({
3329
- 0: { value: "0", description: "0px" },
3330
- 0.25: { value: "0.0625rem", description: "1px" },
3331
- 0.5: { value: "0.125rem", description: "2px" },
3332
- 1: { value: "0.25rem", description: "4px" },
3333
- 1.5: { value: "0.375rem", description: "6px" },
3334
- 2: { value: "0.5rem", description: "8px" },
3335
- 2.5: { value: "0.625rem", description: "10px" },
3336
- 3: { value: "0.75rem", description: "12px" },
3337
- 4: { value: "1rem", description: "16px" },
3338
- 5: { value: "1.25rem", description: "20px" },
3339
- 6: { value: "1.5rem", description: "24px" },
3340
- 7: { value: "1.75rem", description: "28px" },
3341
- 7.5: { value: "1.875rem", description: "30px" },
3342
- 8: { value: "2rem", description: "32px" },
3343
- 9: { value: "2.25rem", description: "36px" },
3344
- 9.5: { value: "2.375rem", description: "38px" },
3345
- 10: { value: "2.5rem", description: "40px" },
3346
- 11: { value: "2.75rem", description: "44px" },
3347
- 12: { value: "3rem", description: "48px" },
3348
- 16: { value: "4rem", description: "64px" },
3349
- 20: { value: "5rem", description: "80px" },
3350
- 22: { value: "5.5rem", description: "96px" },
3351
- 56: { value: "14rem", description: "224px" },
3352
- 65: { value: "17.5rem", description: "280px" },
3322
+ 0: { value: "0" },
3323
+ 0.25: { value: "0.0625rem" },
3324
+ 0.5: { value: "0.125rem" },
3325
+ 1: { value: "0.25rem" },
3326
+ 2: { value: "0.5rem" },
3327
+ 2.5: { value: "0.625rem" },
3328
+ 3: { value: "0.75rem" },
3329
+ 4: { value: "1rem" },
3330
+ 5: { value: "1.25rem" },
3331
+ 6: { value: "1.5rem" },
3332
+ 7: { value: "1.75rem" },
3333
+ 7.5: { value: "1.875rem" },
3334
+ 8: { value: "2rem" },
3335
+ 9: { value: "2.25rem" },
3336
+ 9.5: { value: "2.375rem" },
3337
+ 10: { value: "2.5rem" },
3338
+ 11: { value: "2.75rem" },
3339
+ 12: { value: "3rem" },
3340
+ 16: { value: "4rem" },
3341
+ 20: { value: "5rem" },
3342
+ 22: { value: "5.5rem" },
3343
+ 56: { value: "14rem" },
3344
+ 65: { value: "17.5rem" },
3353
3345
  full: { value: "100%" },
3354
3346
  sm: { value: "24rem" }
3355
3347
  });
@@ -3357,25 +3349,23 @@ var sizes = import_dev40.defineTokens.sizes({
3357
3349
  // src/tokens/spacing.ts
3358
3350
  var import_dev41 = require("@pandacss/dev");
3359
3351
  var spacing = import_dev41.defineTokens.spacing({
3360
- 0: { value: "0", description: "0px" },
3361
- 0.25: { value: "0.0625rem", description: "1px" },
3362
- 0.5: { value: "0.125rem", description: "2px" },
3363
- 1: { value: "0.25rem", description: "4px" },
3364
- 1.5: { value: "0.375rem", description: "6px" },
3365
- 2: { value: "0.5rem", description: "8px" },
3366
- 2.5: { value: "0.625rem", description: "10px" },
3367
- 3: { value: "0.75rem", description: "12px" },
3368
- 4: { value: "1rem", description: "16px" },
3369
- 5: { value: "1.3rem", description: "20px" },
3370
- 6: { value: "1.5rem", description: "24px" },
3371
- 8: { value: "2rem", description: "32px" },
3372
- 12: { value: "3rem", description: "48px" },
3373
- 16: { value: "4rem", description: "64px" },
3374
- 20: { value: "5rem", description: "80px" },
3375
- 24: { value: "6rem", description: "96px" },
3376
- 32: { value: "8rem", description: "128px" },
3377
- 40: { value: "10rem", description: "160px" },
3378
- 64: { value: "16rem", description: "256px" }
3352
+ 0: { value: "0" },
3353
+ 0.5: { value: "0.125rem" },
3354
+ 1: { value: "0.25rem" },
3355
+ 1.5: { value: "0.375rem" },
3356
+ 2: { value: "0.5rem" },
3357
+ 3: { value: "0.75rem" },
3358
+ 4: { value: "1rem" },
3359
+ 5: { value: "1.3rem" },
3360
+ 6: { value: "1.5rem" },
3361
+ 8: { value: "2rem" },
3362
+ 12: { value: "3rem" },
3363
+ 16: { value: "4rem" },
3364
+ 20: { value: "5rem" },
3365
+ 24: { value: "6rem" },
3366
+ 32: { value: "8rem" },
3367
+ 40: { value: "10rem" },
3368
+ 64: { value: "16rem" }
3379
3369
  });
3380
3370
 
3381
3371
  // src/tokens/z-index.ts
@@ -3402,12 +3392,12 @@ var fonts = import_dev43.defineTokens.fonts({
3402
3392
  }
3403
3393
  });
3404
3394
  var fontSizes = import_dev43.defineTokens.fontSizes({
3405
- xs: { value: "0.625rem", description: "10px" },
3406
- sm: { value: "0.75rem", description: "12px" },
3407
- md: { value: "0.875rem", description: "14px" },
3408
- lg: { value: "1rem", description: "16px" },
3409
- xl: { value: "1.25rem", description: "20px" },
3410
- "2xl": { value: "1.5rem", description: "24px" }
3395
+ xs: { value: "0.625rem" },
3396
+ sm: { value: "0.75rem" },
3397
+ md: { value: "0.875rem" },
3398
+ lg: { value: "1rem" },
3399
+ xl: { value: "1.25rem" },
3400
+ "2xl": { value: "1.5rem" }
3411
3401
  });
3412
3402
  var fontWeights = import_dev43.defineTokens.fontWeights({
3413
3403
  regular: { value: "400" },
@@ -3415,13 +3405,13 @@ var fontWeights = import_dev43.defineTokens.fontWeights({
3415
3405
  bold: { value: "800" }
3416
3406
  });
3417
3407
  var lineHeights = import_dev43.defineTokens.lineHeights({
3418
- xs: { value: 1.2, description: "12px/10px" },
3419
- sm: { value: 1.34, description: "16px/12px or 32px/24px" },
3420
- md: { value: 1.4, description: "28px/20px" },
3421
- lg: { value: 1.429, description: "20px/14px" },
3422
- xl: { value: 1.5, description: "24px/16px" },
3423
- "2xl": { value: 1.67, description: "20px/12px" },
3424
- "3xl": { value: 1.71, description: "24px/14px" }
3408
+ xs: { value: 1.2 },
3409
+ sm: { value: 1.34 },
3410
+ md: { value: 1.4 },
3411
+ lg: { value: 1.429 },
3412
+ xl: { value: 1.5 },
3413
+ "2xl": { value: 1.67 },
3414
+ "3xl": { value: 1.71 }
3425
3415
  });
3426
3416
  var letterSpacings = import_dev43.defineTokens.letterSpacings({
3427
3417
  tighter: { value: "-0.05em" },
package/dist/index.mjs CHANGED
@@ -3077,30 +3077,27 @@ var borders = defineTokens.borders({
3077
3077
  import { defineTokens as defineTokens2 } from "@pandacss/dev";
3078
3078
  var colors = defineTokens2.colors({
3079
3079
  currentcolor: {
3080
- value: "currentcolor",
3081
- description: "Need to add this for Icon usage"
3080
+ value: "currentcolor"
3082
3081
  },
3083
- dark: { value: "#232933", description: "Default or primary text color" },
3082
+ dark: { value: "#232933" },
3084
3083
  white: {
3085
- value: "#FFFFFF",
3086
- description: "Background color in components such as Card, Modal, and Popover"
3084
+ value: "#FFFFFF"
3087
3085
  },
3088
- background: { value: "#F1F5F9", description: "For use as background page" },
3086
+ background: { value: "#F1F5F9" },
3089
3087
  overlay: {
3090
- value: "rgba(22, 26, 32, 0.8)",
3091
- description: "For use as overlay"
3088
+ value: "rgba(22, 26, 32, 0.8)"
3092
3089
  },
3093
3090
  brand: {
3094
- capital: { value: "#2F5573", description: "Mekari Capital" },
3095
- esign: { value: "#00C853", description: "Mekari e-Sign" },
3096
- expense: { value: "#183883", description: "Mekari Expense" },
3097
- flex: { value: "#7C4DFF", description: "Mekari Flex" },
3098
- jurnal: { value: "#40C3FF", description: "Mekari Jurnal" },
3099
- klikpajak: { value: "#FF9100", description: "Mekari Klikpajak" },
3100
- mekari: { value: "#651FFF", description: "Mekari" },
3101
- qontak: { value: "#2979FF", description: "Mekari Qontak" },
3102
- talenta: { value: "#F22929", description: "Mekari Talenta" },
3103
- university: { value: "#448AFF", description: "Mekari University" }
3091
+ capital: { value: "#2F5573" },
3092
+ esign: { value: "#00C853" },
3093
+ expense: { value: "#183883" },
3094
+ flex: { value: "#7C4DFF" },
3095
+ jurnal: { value: "#40C3FF" },
3096
+ klikpajak: { value: "#FF9100" },
3097
+ mekari: { value: "#651FFF" },
3098
+ qontak: { value: "#2979FF" },
3099
+ talenta: { value: "#F22929" },
3100
+ university: { value: "#448AFF" }
3104
3101
  },
3105
3102
  whiteAlpha: {
3106
3103
  50: { value: "rgba(255, 255, 255, 0.04)" },
@@ -3128,21 +3125,17 @@ var colors = defineTokens2.colors({
3128
3125
  },
3129
3126
  gray: {
3130
3127
  25: {
3131
- value: "#F8F9FB",
3132
- description: "Background color in table header component"
3128
+ value: "#F8F9FB"
3133
3129
  },
3134
3130
  50: {
3135
- value: "#EDF0F2",
3136
- description: "Disabled background color in components such as Input and Select backgrounds"
3131
+ value: "#EDF0F2"
3137
3132
  },
3138
- 100: { value: "#D0D6DD", description: "Default stroke color or divider" },
3133
+ 100: { value: "#D0D6DD" },
3139
3134
  400: {
3140
- value: "#8B95A5",
3141
- description: "Disabled and placeholder text color, icon or in components such as hover state Input, Select and stroke in Popover"
3135
+ value: "#8B95A5"
3142
3136
  },
3143
3137
  600: {
3144
- value: "#626B79",
3145
- description: "Description text color and default color for outline icon"
3138
+ value: "#626B79"
3146
3139
  }
3147
3140
  },
3148
3141
  blue: {
@@ -3248,11 +3241,11 @@ var opacity = defineTokens4.opacity({
3248
3241
  import { defineTokens as defineTokens5 } from "@pandacss/dev";
3249
3242
  var radii = defineTokens5.radii({
3250
3243
  none: { value: "0" },
3251
- xs: { value: "0.125rem", description: "2px" },
3252
- sm: { value: "0.25rem", description: "4px" },
3253
- md: { value: "0.375rem", description: "6px" },
3254
- lg: { value: "0.5rem", description: "8px" },
3255
- xl: { value: "0.75rem", description: "12px" },
3244
+ xs: { value: "0.125rem" },
3245
+ sm: { value: "0.25rem" },
3246
+ md: { value: "0.375rem" },
3247
+ lg: { value: "0.5rem" },
3248
+ xl: { value: "0.75rem" },
3256
3249
  full: { value: "50%" }
3257
3250
  });
3258
3251
 
@@ -3300,30 +3293,29 @@ var shadows = defineTokens6.shadows({
3300
3293
  // src/tokens/sizes.ts
3301
3294
  import { defineTokens as defineTokens7 } from "@pandacss/dev";
3302
3295
  var sizes = defineTokens7.sizes({
3303
- 0: { value: "0", description: "0px" },
3304
- 0.25: { value: "0.0625rem", description: "1px" },
3305
- 0.5: { value: "0.125rem", description: "2px" },
3306
- 1: { value: "0.25rem", description: "4px" },
3307
- 1.5: { value: "0.375rem", description: "6px" },
3308
- 2: { value: "0.5rem", description: "8px" },
3309
- 2.5: { value: "0.625rem", description: "10px" },
3310
- 3: { value: "0.75rem", description: "12px" },
3311
- 4: { value: "1rem", description: "16px" },
3312
- 5: { value: "1.25rem", description: "20px" },
3313
- 6: { value: "1.5rem", description: "24px" },
3314
- 7: { value: "1.75rem", description: "28px" },
3315
- 7.5: { value: "1.875rem", description: "30px" },
3316
- 8: { value: "2rem", description: "32px" },
3317
- 9: { value: "2.25rem", description: "36px" },
3318
- 9.5: { value: "2.375rem", description: "38px" },
3319
- 10: { value: "2.5rem", description: "40px" },
3320
- 11: { value: "2.75rem", description: "44px" },
3321
- 12: { value: "3rem", description: "48px" },
3322
- 16: { value: "4rem", description: "64px" },
3323
- 20: { value: "5rem", description: "80px" },
3324
- 22: { value: "5.5rem", description: "96px" },
3325
- 56: { value: "14rem", description: "224px" },
3326
- 65: { value: "17.5rem", description: "280px" },
3296
+ 0: { value: "0" },
3297
+ 0.25: { value: "0.0625rem" },
3298
+ 0.5: { value: "0.125rem" },
3299
+ 1: { value: "0.25rem" },
3300
+ 2: { value: "0.5rem" },
3301
+ 2.5: { value: "0.625rem" },
3302
+ 3: { value: "0.75rem" },
3303
+ 4: { value: "1rem" },
3304
+ 5: { value: "1.25rem" },
3305
+ 6: { value: "1.5rem" },
3306
+ 7: { value: "1.75rem" },
3307
+ 7.5: { value: "1.875rem" },
3308
+ 8: { value: "2rem" },
3309
+ 9: { value: "2.25rem" },
3310
+ 9.5: { value: "2.375rem" },
3311
+ 10: { value: "2.5rem" },
3312
+ 11: { value: "2.75rem" },
3313
+ 12: { value: "3rem" },
3314
+ 16: { value: "4rem" },
3315
+ 20: { value: "5rem" },
3316
+ 22: { value: "5.5rem" },
3317
+ 56: { value: "14rem" },
3318
+ 65: { value: "17.5rem" },
3327
3319
  full: { value: "100%" },
3328
3320
  sm: { value: "24rem" }
3329
3321
  });
@@ -3331,25 +3323,23 @@ var sizes = defineTokens7.sizes({
3331
3323
  // src/tokens/spacing.ts
3332
3324
  import { defineTokens as defineTokens8 } from "@pandacss/dev";
3333
3325
  var spacing = defineTokens8.spacing({
3334
- 0: { value: "0", description: "0px" },
3335
- 0.25: { value: "0.0625rem", description: "1px" },
3336
- 0.5: { value: "0.125rem", description: "2px" },
3337
- 1: { value: "0.25rem", description: "4px" },
3338
- 1.5: { value: "0.375rem", description: "6px" },
3339
- 2: { value: "0.5rem", description: "8px" },
3340
- 2.5: { value: "0.625rem", description: "10px" },
3341
- 3: { value: "0.75rem", description: "12px" },
3342
- 4: { value: "1rem", description: "16px" },
3343
- 5: { value: "1.3rem", description: "20px" },
3344
- 6: { value: "1.5rem", description: "24px" },
3345
- 8: { value: "2rem", description: "32px" },
3346
- 12: { value: "3rem", description: "48px" },
3347
- 16: { value: "4rem", description: "64px" },
3348
- 20: { value: "5rem", description: "80px" },
3349
- 24: { value: "6rem", description: "96px" },
3350
- 32: { value: "8rem", description: "128px" },
3351
- 40: { value: "10rem", description: "160px" },
3352
- 64: { value: "16rem", description: "256px" }
3326
+ 0: { value: "0" },
3327
+ 0.5: { value: "0.125rem" },
3328
+ 1: { value: "0.25rem" },
3329
+ 1.5: { value: "0.375rem" },
3330
+ 2: { value: "0.5rem" },
3331
+ 3: { value: "0.75rem" },
3332
+ 4: { value: "1rem" },
3333
+ 5: { value: "1.3rem" },
3334
+ 6: { value: "1.5rem" },
3335
+ 8: { value: "2rem" },
3336
+ 12: { value: "3rem" },
3337
+ 16: { value: "4rem" },
3338
+ 20: { value: "5rem" },
3339
+ 24: { value: "6rem" },
3340
+ 32: { value: "8rem" },
3341
+ 40: { value: "10rem" },
3342
+ 64: { value: "16rem" }
3353
3343
  });
3354
3344
 
3355
3345
  // src/tokens/z-index.ts
@@ -3376,12 +3366,12 @@ var fonts = defineTokens10.fonts({
3376
3366
  }
3377
3367
  });
3378
3368
  var fontSizes = defineTokens10.fontSizes({
3379
- xs: { value: "0.625rem", description: "10px" },
3380
- sm: { value: "0.75rem", description: "12px" },
3381
- md: { value: "0.875rem", description: "14px" },
3382
- lg: { value: "1rem", description: "16px" },
3383
- xl: { value: "1.25rem", description: "20px" },
3384
- "2xl": { value: "1.5rem", description: "24px" }
3369
+ xs: { value: "0.625rem" },
3370
+ sm: { value: "0.75rem" },
3371
+ md: { value: "0.875rem" },
3372
+ lg: { value: "1rem" },
3373
+ xl: { value: "1.25rem" },
3374
+ "2xl": { value: "1.5rem" }
3385
3375
  });
3386
3376
  var fontWeights = defineTokens10.fontWeights({
3387
3377
  regular: { value: "400" },
@@ -3389,13 +3379,13 @@ var fontWeights = defineTokens10.fontWeights({
3389
3379
  bold: { value: "800" }
3390
3380
  });
3391
3381
  var lineHeights = defineTokens10.lineHeights({
3392
- xs: { value: 1.2, description: "12px/10px" },
3393
- sm: { value: 1.34, description: "16px/12px or 32px/24px" },
3394
- md: { value: 1.4, description: "28px/20px" },
3395
- lg: { value: 1.429, description: "20px/14px" },
3396
- xl: { value: 1.5, description: "24px/16px" },
3397
- "2xl": { value: 1.67, description: "20px/12px" },
3398
- "3xl": { value: 1.71, description: "24px/14px" }
3382
+ xs: { value: 1.2 },
3383
+ sm: { value: 1.34 },
3384
+ md: { value: 1.4 },
3385
+ lg: { value: 1.429 },
3386
+ xl: { value: 1.5 },
3387
+ "2xl": { value: 1.67 },
3388
+ "3xl": { value: 1.71 }
3399
3389
  });
3400
3390
  var letterSpacings = defineTokens10.letterSpacings({
3401
3391
  tighter: { value: "-0.05em" },
@@ -1,64 +1,49 @@
1
1
  declare const colors: {
2
2
  currentcolor: {
3
3
  value: string;
4
- description: string;
5
4
  };
6
5
  dark: {
7
6
  value: string;
8
- description: string;
9
7
  };
10
8
  white: {
11
9
  value: string;
12
- description: string;
13
10
  };
14
11
  background: {
15
12
  value: string;
16
- description: string;
17
13
  };
18
14
  overlay: {
19
15
  value: string;
20
- description: string;
21
16
  };
22
17
  brand: {
23
18
  capital: {
24
19
  value: string;
25
- description: string;
26
20
  };
27
21
  esign: {
28
22
  value: string;
29
- description: string;
30
23
  };
31
24
  expense: {
32
25
  value: string;
33
- description: string;
34
26
  };
35
27
  flex: {
36
28
  value: string;
37
- description: string;
38
29
  };
39
30
  jurnal: {
40
31
  value: string;
41
- description: string;
42
32
  };
43
33
  klikpajak: {
44
34
  value: string;
45
- description: string;
46
35
  };
47
36
  mekari: {
48
37
  value: string;
49
- description: string;
50
38
  };
51
39
  qontak: {
52
40
  value: string;
53
- description: string;
54
41
  };
55
42
  talenta: {
56
43
  value: string;
57
- description: string;
58
44
  };
59
45
  university: {
60
46
  value: string;
61
- description: string;
62
47
  };
63
48
  };
64
49
  whiteAlpha: {
@@ -128,23 +113,18 @@ declare const colors: {
128
113
  gray: {
129
114
  25: {
130
115
  value: string;
131
- description: string;
132
116
  };
133
117
  50: {
134
118
  value: string;
135
- description: string;
136
119
  };
137
120
  100: {
138
121
  value: string;
139
- description: string;
140
122
  };
141
123
  400: {
142
124
  value: string;
143
- description: string;
144
125
  };
145
126
  600: {
146
127
  value: string;
147
- description: string;
148
128
  };
149
129
  };
150
130
  blue: {
@@ -1,64 +1,49 @@
1
1
  declare const colors: {
2
2
  currentcolor: {
3
3
  value: string;
4
- description: string;
5
4
  };
6
5
  dark: {
7
6
  value: string;
8
- description: string;
9
7
  };
10
8
  white: {
11
9
  value: string;
12
- description: string;
13
10
  };
14
11
  background: {
15
12
  value: string;
16
- description: string;
17
13
  };
18
14
  overlay: {
19
15
  value: string;
20
- description: string;
21
16
  };
22
17
  brand: {
23
18
  capital: {
24
19
  value: string;
25
- description: string;
26
20
  };
27
21
  esign: {
28
22
  value: string;
29
- description: string;
30
23
  };
31
24
  expense: {
32
25
  value: string;
33
- description: string;
34
26
  };
35
27
  flex: {
36
28
  value: string;
37
- description: string;
38
29
  };
39
30
  jurnal: {
40
31
  value: string;
41
- description: string;
42
32
  };
43
33
  klikpajak: {
44
34
  value: string;
45
- description: string;
46
35
  };
47
36
  mekari: {
48
37
  value: string;
49
- description: string;
50
38
  };
51
39
  qontak: {
52
40
  value: string;
53
- description: string;
54
41
  };
55
42
  talenta: {
56
43
  value: string;
57
- description: string;
58
44
  };
59
45
  university: {
60
46
  value: string;
61
- description: string;
62
47
  };
63
48
  };
64
49
  whiteAlpha: {
@@ -128,23 +113,18 @@ declare const colors: {
128
113
  gray: {
129
114
  25: {
130
115
  value: string;
131
- description: string;
132
116
  };
133
117
  50: {
134
118
  value: string;
135
- description: string;
136
119
  };
137
120
  100: {
138
121
  value: string;
139
- description: string;
140
122
  };
141
123
  400: {
142
124
  value: string;
143
- description: string;
144
125
  };
145
126
  600: {
146
127
  value: string;
147
- description: string;
148
128
  };
149
129
  };
150
130
  blue: {