@livetiles/reach-plugin-types 0.5.0-preview.949 → 0.5.0-preview.950

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/lib/index.d.ts +42 -78
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -3125,33 +3125,21 @@ declare module "libs/reach/util/common/src/theme/theme2/colors" {
3125
3125
  }
3126
3126
  declare module "libs/reach/util/common/src/theme/theme2/radius" {
3127
3127
  const radius: {
3128
- minimal: string;
3129
- rounded: string;
3130
- full: string;
3131
- button: string;
3128
+ readonly minimal: "4px";
3129
+ readonly rounded: "8px";
3130
+ readonly full: "16px";
3131
+ readonly button: "32px";
3132
3132
  };
3133
3133
  export default radius;
3134
3134
  }
3135
3135
  declare module "libs/reach/util/common/src/theme/theme2/shadows" {
3136
3136
  const shadows: {
3137
- drag: {
3138
- boxShadow: string;
3139
- };
3140
- focusButton: {
3141
- boxShadow: string;
3142
- };
3143
- hardFloat: {
3144
- boxShadow: string;
3145
- };
3146
- sharp: {
3147
- boxShadow: string;
3148
- };
3149
- sharpFloat: {
3150
- boxShadow: string;
3151
- };
3152
- softFloat: {
3153
- boxShadow: string;
3154
- };
3137
+ readonly drag: "0 1px 5px 0 rgba(15, 14, 14, 0.35)";
3138
+ readonly focusButton: "0 0 0 2px #0F0E0E";
3139
+ readonly hardFloat: "5px 4px 10px 0 rgba(15, 14, 14, 0.05)";
3140
+ readonly sharp: "1px 1px 0 1px #0F0E0E";
3141
+ readonly sharpFloat: "4px 4px 0 0 rgba(15, 14, 14, 0.1)";
3142
+ readonly softFloat: "0 16px 48px 0 rgba(15, 14, 14, 0.05)";
3155
3143
  };
3156
3144
  export default shadows;
3157
3145
  }
@@ -3174,10 +3162,10 @@ declare module "libs/reach/util/common/src/theme/theme2/spacing" {
3174
3162
  }
3175
3163
  declare module "libs/reach/util/common/src/theme/theme2/strokeWidth" {
3176
3164
  const strokeWidth: {
3177
- thin: string;
3178
- thick: string;
3179
- thicker: string;
3180
- thickest: string;
3165
+ readonly thin: "1px";
3166
+ readonly thick: "1.5px";
3167
+ readonly thicker: "2px";
3168
+ readonly thickest: "4px";
3181
3169
  };
3182
3170
  export default strokeWidth;
3183
3171
  }
@@ -3332,30 +3320,18 @@ declare module "libs/reach/util/common/src/theme/theme2/index" {
3332
3320
  };
3333
3321
  };
3334
3322
  radius: {
3335
- minimal: string;
3336
- rounded: string;
3337
- full: string;
3338
- button: string;
3323
+ readonly minimal: "4px";
3324
+ readonly rounded: "8px";
3325
+ readonly full: "16px";
3326
+ readonly button: "32px";
3339
3327
  };
3340
3328
  shadows: {
3341
- drag: {
3342
- boxShadow: string;
3343
- };
3344
- focusButton: {
3345
- boxShadow: string;
3346
- };
3347
- hardFloat: {
3348
- boxShadow: string;
3349
- };
3350
- sharp: {
3351
- boxShadow: string;
3352
- };
3353
- sharpFloat: {
3354
- boxShadow: string;
3355
- };
3356
- softFloat: {
3357
- boxShadow: string;
3358
- };
3329
+ readonly drag: "0 1px 5px 0 rgba(15, 14, 14, 0.35)";
3330
+ readonly focusButton: "0 0 0 2px #0F0E0E";
3331
+ readonly hardFloat: "5px 4px 10px 0 rgba(15, 14, 14, 0.05)";
3332
+ readonly sharp: "1px 1px 0 1px #0F0E0E";
3333
+ readonly sharpFloat: "4px 4px 0 0 rgba(15, 14, 14, 0.1)";
3334
+ readonly softFloat: "0 16px 48px 0 rgba(15, 14, 14, 0.05)";
3359
3335
  };
3360
3336
  spacing: {
3361
3337
  readonly 4: "4px";
@@ -3372,10 +3348,10 @@ declare module "libs/reach/util/common/src/theme/theme2/index" {
3372
3348
  readonly 80: "80px";
3373
3349
  };
3374
3350
  strokeWidth: {
3375
- thin: string;
3376
- thick: string;
3377
- thicker: string;
3378
- thickest: string;
3351
+ readonly thin: "1px";
3352
+ readonly thick: "1.5px";
3353
+ readonly thicker: "2px";
3354
+ readonly thickest: "4px";
3379
3355
  };
3380
3356
  typography: {
3381
3357
  readonly body1: {
@@ -3545,30 +3521,18 @@ declare module "libs/reach/util/common/src/theme/ThemeService" {
3545
3521
  };
3546
3522
  };
3547
3523
  radius: {
3548
- minimal: string;
3549
- rounded: string;
3550
- full: string;
3551
- button: string;
3524
+ readonly minimal: "4px";
3525
+ readonly rounded: "8px";
3526
+ readonly full: "16px";
3527
+ readonly button: "32px";
3552
3528
  };
3553
3529
  shadows: {
3554
- drag: {
3555
- boxShadow: string;
3556
- };
3557
- focusButton: {
3558
- boxShadow: string;
3559
- };
3560
- hardFloat: {
3561
- boxShadow: string;
3562
- };
3563
- sharp: {
3564
- boxShadow: string;
3565
- };
3566
- sharpFloat: {
3567
- boxShadow: string;
3568
- };
3569
- softFloat: {
3570
- boxShadow: string;
3571
- };
3530
+ readonly drag: "0 1px 5px 0 rgba(15, 14, 14, 0.35)";
3531
+ readonly focusButton: "0 0 0 2px #0F0E0E";
3532
+ readonly hardFloat: "5px 4px 10px 0 rgba(15, 14, 14, 0.05)";
3533
+ readonly sharp: "1px 1px 0 1px #0F0E0E";
3534
+ readonly sharpFloat: "4px 4px 0 0 rgba(15, 14, 14, 0.1)";
3535
+ readonly softFloat: "0 16px 48px 0 rgba(15, 14, 14, 0.05)";
3572
3536
  };
3573
3537
  spacing: {
3574
3538
  readonly 4: "4px";
@@ -3585,10 +3549,10 @@ declare module "libs/reach/util/common/src/theme/ThemeService" {
3585
3549
  readonly 80: "80px";
3586
3550
  };
3587
3551
  strokeWidth: {
3588
- thin: string;
3589
- thick: string;
3590
- thicker: string;
3591
- thickest: string;
3552
+ readonly thin: "1px";
3553
+ readonly thick: "1.5px";
3554
+ readonly thicker: "2px";
3555
+ readonly thickest: "4px";
3592
3556
  };
3593
3557
  typography: {
3594
3558
  readonly body1: {
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.949",
7
+ "version": "0.5.0-preview.950",
8
8
  "dependencies": {}
9
9
  }