@toptal/picasso-utils 1.0.4-alpha-cjs-and-esm-publish-test-99555d2ed.65 → 1.0.4-alpha-fx-5525-container-968fa808d.76

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-utils",
3
- "version": "1.0.4-alpha-cjs-and-esm-publish-test-99555d2ed.65+99555d2ed",
3
+ "version": "1.0.4-alpha-fx-5525-container-968fa808d.76+968fa808d",
4
4
  "description": "Toptal UI components library - Utils",
5
5
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
6
6
  "bugs": {
@@ -26,13 +26,13 @@
26
26
  "prepublishOnly": "yarn build:package"
27
27
  },
28
28
  "dependencies": {
29
- "@toptal/picasso-shared": "15.0.1-alpha-cjs-and-esm-publish-test-99555d2ed.65+99555d2ed",
29
+ "@toptal/picasso-shared": "15.0.1-alpha-fx-5525-container-968fa808d.76+968fa808d",
30
30
  "ap-style-title-case": "^1.1.2",
31
31
  "classnames": "^2.5.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@toptal/picasso-provider": "4.2.2-alpha-cjs-and-esm-publish-test-99555d2ed.73+99555d2ed",
35
- "@toptal/picasso-test-utils": "1.1.2-alpha-cjs-and-esm-publish-test-99555d2ed.65+99555d2ed",
34
+ "@toptal/picasso-provider": "4.2.2-alpha-fx-5525-container-968fa808d.84+968fa808d",
35
+ "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5525-container-968fa808d.76+968fa808d",
36
36
  "styled-components": "^6.1.1"
37
37
  },
38
38
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "!dist-package/tsconfig.tsbuildinfo",
50
50
  "src"
51
51
  ],
52
- "gitHead": "99555d2edcfa544cb6eb59eb953365a04c359b45"
52
+ "gitHead": "968fa808df499448786949e11d58be225c4795ce"
53
53
  }
@@ -19,7 +19,7 @@ exports[`Modal useModal opens and closes modal 1`] = `
19
19
  type="button"
20
20
  >
21
21
  <span
22
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
22
+ class="items-center inline-flex font-semibold whitespace-nowrap text-button"
23
23
  >
24
24
  Show
25
25
  </span>
@@ -60,7 +60,7 @@ exports[`Modal useModal opens and closes modal 1`] = `
60
60
  type="button"
61
61
  >
62
62
  <span
63
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
63
+ class="items-center inline-flex font-semibold whitespace-nowrap text-button"
64
64
  >
65
65
  Hide
66
66
  </span>
@@ -95,7 +95,7 @@ exports[`Modal useModal opens and closes modal 2`] = `
95
95
  type="button"
96
96
  >
97
97
  <span
98
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
98
+ class="items-center inline-flex font-semibold whitespace-nowrap text-button"
99
99
  >
100
100
  Show
101
101
  </span>
@@ -124,7 +124,7 @@ exports[`Modal useModal shows multiple modals at the same time 1`] = `
124
124
  type="button"
125
125
  >
126
126
  <span
127
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
127
+ class="items-center inline-flex font-semibold whitespace-nowrap text-button"
128
128
  >
129
129
  Show first
130
130
  </span>
@@ -139,7 +139,7 @@ exports[`Modal useModal shows multiple modals at the same time 1`] = `
139
139
  type="button"
140
140
  >
141
141
  <span
142
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
142
+ class="items-center inline-flex font-semibold whitespace-nowrap text-button"
143
143
  >
144
144
  Show second
145
145
  </span>