@toptal/picasso-alert 1.0.13 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-alert",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Toptal UI components library - Alert",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-button": "1.0.13",
26
- "@toptal/picasso-container": "1.0.2",
27
- "@toptal/picasso-icons": "1.1.0",
28
- "@toptal/picasso-typography": "2.0.0",
29
- "@toptal/picasso-utils": "1.0.2"
25
+ "@toptal/picasso-button": "2.0.1",
26
+ "@toptal/picasso-container": "1.0.3",
27
+ "@toptal/picasso-icons": "1.1.1",
28
+ "@toptal/picasso-typography": "2.0.1",
29
+ "@toptal/picasso-utils": "1.0.3"
30
30
  },
31
31
  "sideEffects": [
32
32
  "**/styles.ts",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@toptal/picasso-provider": "4.2.1",
48
- "@toptal/picasso-test-utils": "1.1.0"
48
+ "@toptal/picasso-test-utils": "1.1.1"
49
49
  },
50
50
  "files": [
51
51
  "dist-package/**",
@@ -41,14 +41,16 @@ exports[`Alert renders 1`] = `
41
41
  class="PicassoContainer-inline"
42
42
  >
43
43
  <button
44
- class="MuiButtonBase-root PicassoButton-small PicassoButton-primary PicassoButton-root"
44
+ aria-disabled="false"
45
+ class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [&+&]:ml-4 cursor-pointer no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-6 py-0 px-3"
45
46
  data-component-type="button"
46
47
  data-testid="action-button"
48
+ role="button"
47
49
  tabindex="0"
48
50
  type="button"
49
51
  >
50
52
  <span
51
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline PicassoButton-content"
53
+ class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
52
54
  >
53
55
  Primary
54
56
  </span>
@@ -58,14 +60,16 @@ exports[`Alert renders 1`] = `
58
60
  class="PicassoContainer-inline"
59
61
  >
60
62
  <button
61
- class="MuiButtonBase-root PicassoButton-small PicassoButton-secondary PicassoButton-root"
63
+ aria-disabled="false"
64
+ class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [&+&]:ml-4 cursor-pointer no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border border-solid text-black hover:border-black visited:text-black active:bg-gray active:border-black bg-white border-gray min-w h-6 py-0 px-3"
62
65
  data-component-type="button"
63
66
  data-testid="action-button"
67
+ role="button"
64
68
  tabindex="0"
65
69
  type="button"
66
70
  >
67
71
  <span
68
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline PicassoButton-content"
72
+ class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
69
73
  >
70
74
  Secondary
71
75
  </span>