@atlaskit/primitives 19.0.1 → 19.0.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/cjs/compiled/components/anchor.js +1 -1
  3. package/dist/cjs/compiled/components/box.compiled.css +1 -1
  4. package/dist/cjs/compiled/components/box.js +1 -1
  5. package/dist/cjs/compiled/components/pressable.js +1 -1
  6. package/dist/cjs/compiled/components/text.js +2 -0
  7. package/dist/cjs/components/anchor.js +1 -1
  8. package/dist/cjs/components/box.js +2 -0
  9. package/dist/cjs/components/pressable.js +1 -1
  10. package/dist/cjs/responsive/constants.js +2 -0
  11. package/dist/cjs/utils/has-text-ancestor-context.js +1 -0
  12. package/dist/cjs/xcss/style-maps.partial.js +27 -7
  13. package/dist/cjs/xcss/xcss.js +2 -0
  14. package/dist/es2019/compiled/components/anchor.js +1 -1
  15. package/dist/es2019/compiled/components/box.compiled.css +1 -1
  16. package/dist/es2019/compiled/components/box.js +1 -1
  17. package/dist/es2019/compiled/components/pressable.js +1 -1
  18. package/dist/es2019/compiled/components/text.js +2 -0
  19. package/dist/es2019/components/anchor.js +1 -1
  20. package/dist/es2019/components/box.js +2 -0
  21. package/dist/es2019/components/pressable.js +1 -1
  22. package/dist/es2019/responsive/constants.js +2 -0
  23. package/dist/es2019/utils/has-text-ancestor-context.js +1 -0
  24. package/dist/es2019/xcss/style-maps.partial.js +27 -7
  25. package/dist/es2019/xcss/xcss.js +2 -0
  26. package/dist/esm/compiled/components/anchor.js +1 -1
  27. package/dist/esm/compiled/components/box.compiled.css +1 -1
  28. package/dist/esm/compiled/components/box.js +1 -1
  29. package/dist/esm/compiled/components/pressable.js +1 -1
  30. package/dist/esm/compiled/components/text.js +2 -0
  31. package/dist/esm/components/anchor.js +1 -1
  32. package/dist/esm/components/box.js +2 -0
  33. package/dist/esm/components/pressable.js +1 -1
  34. package/dist/esm/responsive/constants.js +2 -0
  35. package/dist/esm/utils/has-text-ancestor-context.js +1 -0
  36. package/dist/esm/xcss/style-maps.partial.js +27 -7
  37. package/dist/esm/xcss/xcss.js +2 -0
  38. package/dist/types/utils/types.d.ts +1 -1
  39. package/dist/types/xcss/style-maps.partial.d.ts +26 -6
  40. package/dist/types-ts4.5/utils/types.d.ts +1 -1
  41. package/dist/types-ts4.5/xcss/style-maps.partial.d.ts +26 -6
  42. package/package.json +12 -36
  43. package/primitives.docs.tsx +359 -356
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "19.0.1",
3
+ "version": "19.0.2",
4
4
  "description": "Primitives are token-backed low-level building blocks.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -139,12 +139,12 @@
139
139
  "codegen-styles": "ts-node -r tsconfig-paths/register ./scripts/codegen-styles.tsx"
140
140
  },
141
141
  "dependencies": {
142
- "@atlaskit/analytics-next": "^11.2.0",
142
+ "@atlaskit/analytics-next": "^11.3.0",
143
143
  "@atlaskit/app-provider": "^4.3.0",
144
144
  "@atlaskit/css": "^0.19.0",
145
145
  "@atlaskit/ds-lib": "^7.0.0",
146
146
  "@atlaskit/interaction-context": "^3.1.0",
147
- "@atlaskit/tokens": "^13.0.0",
147
+ "@atlaskit/tokens": "^13.2.0",
148
148
  "@atlaskit/visually-hidden": "^3.1.0",
149
149
  "@babel/runtime": "^7.0.0",
150
150
  "@compiled/react": "^0.20.0",
@@ -161,27 +161,27 @@
161
161
  "@af/formatting": "workspace:^",
162
162
  "@af/integration-testing": "workspace:^",
163
163
  "@af/visual-regression": "workspace:^",
164
- "@atlaskit/avatar": "^25.14.0",
164
+ "@atlaskit/avatar": "^25.15.0",
165
165
  "@atlaskit/button": "^23.11.0",
166
166
  "@atlaskit/checkbox": "^17.3.0",
167
167
  "@atlaskit/code": "^17.5.0",
168
168
  "@atlaskit/docs": "^11.8.0",
169
- "@atlaskit/dropdown-menu": "^16.8.0",
170
- "@atlaskit/flag": "^17.11.0",
169
+ "@atlaskit/dropdown-menu": "^16.10.0",
170
+ "@atlaskit/flag": "^17.12.0",
171
171
  "@atlaskit/form": "^15.5.0",
172
172
  "@atlaskit/heading": "^5.4.0",
173
- "@atlaskit/icon": "^34.3.0",
173
+ "@atlaskit/icon": "^35.4.0",
174
174
  "@atlaskit/image": "^3.0.0",
175
175
  "@atlaskit/link": "^3.4.0",
176
- "@atlaskit/logo": "^20.1.0",
176
+ "@atlaskit/logo": "^20.2.0",
177
177
  "@atlaskit/lozenge": "^13.8.0",
178
178
  "@atlaskit/motion": "^6.2.0",
179
179
  "@atlaskit/object": "^1.0.0",
180
180
  "@atlaskit/range": "^10.1.0",
181
- "@atlaskit/section-message": "^8.12.0",
181
+ "@atlaskit/section-message": "^8.13.0",
182
182
  "@atlaskit/textfield": "^8.3.0",
183
- "@atlaskit/toggle": "^15.6.0",
184
- "@atlaskit/tooltip": "^22.0.0",
183
+ "@atlaskit/toggle": "^16.1.0",
184
+ "@atlaskit/tooltip": "^22.6.0",
185
185
  "@atlassian/analytics-bridge": "^0.8.0",
186
186
  "@atlassian/codegen": "^0.2.0",
187
187
  "@atlassian/react-compiler-gating": "workspace:^",
@@ -191,35 +191,11 @@
191
191
  "@testing-library/user-event": "^14.4.3",
192
192
  "csstype": "^3.1.0",
193
193
  "jscodeshift": "^17.0.0",
194
+ "react": "^18.2.0",
194
195
  "react-dom": "^18.2.0",
195
196
  "react-resource-router": "^0.20.0",
196
197
  "ts-node": "^10.9.1"
197
198
  },
198
- "techstack": {
199
- "@atlassian/frontend": {
200
- "import-structure": [
201
- "atlassian-conventions"
202
- ],
203
- "circular-dependencies": "file-and-folder-level"
204
- },
205
- "@repo/internal": {
206
- "design-system": "v1",
207
- "dom-events": "use-bind-event-listener",
208
- "analytics": "analytics-next",
209
- "ui-components": [
210
- "lite-mode"
211
- ],
212
- "deprecation": "no-deprecated-imports",
213
- "styling": [
214
- "static",
215
- "emotion"
216
- ],
217
- "design-tokens": [
218
- "color",
219
- "spacing"
220
- ]
221
- }
222
- },
223
199
  "homepage": "https://atlassian.design/components/primitives/overview/",
224
200
  "typesVersions": {
225
201
  ">=4.5 <4.9": {